Files
acrn-hypervisor/hypervisor/debug
Yin Fengwei 7ae20c970b debug: BOARD_ENABLE: update the debug serial port info of SOS
Currently, we always assign 0x3F8 as port base io address for
emualted COM1 of SOS.

But in some board, it use serial port which has other base io
address for debugging purpose. And this serial port info is also
exposed to SOS by ACPI table.

In this case, SOS could access the debugging serial port because
it could see the port from ACPI table and conflict with ACRN.

To mitigate this issue, we could let emulated COM1 of SOS to use
native debugging serial port base io port and irq info.

Tracked-On: #4998
Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
2020-07-02 09:40:52 +08:00
..
2020-02-26 09:24:16 +08:00
2020-04-15 14:34:30 +08:00
2019-11-26 10:58:19 +08:00
2020-05-21 15:08:49 +08:00