commit | 54516743732a081deda5b32339f850bf89e69846 | [log] [tgz] |
---|---|---|
author | Dmytro Firsov <dmytro_firsov@epam.com> | Fri Jul 02 12:31:34 2021 +0300 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Oct 29 15:23:33 2021 +0200 |
tree | e44492482611579e2133ae1559da16e36bec3fd7 | |
parent | d9a3efb834b07a0083b1e434b19271dc9c25dadc [diff] |
xenvm: switch to Xen PV console instead of PL011 SBSA This commit removes usage of Xen emulated PL011 SBSA UART in favor of Xen PV console minimal implementation. Now boot log and application output can be directly taken from hypervisor domain console, instead of virtual UART. Also Xen VM doc was updated according to these changes. Signed-off-by: Dmytro Firsov <dmytro_firsov@epam.com>