mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-09 02:24:45 +00:00
acrn-config: refine ttyS info of board file
The previous method to handle ttyS info has an assumption that PCI serial devices are all mmio type, this caused incorrect BDF info in board XML file. This patch fix this issue by dropping serial device BDF info and replace it with IO type. Tracked-On: #3900 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -301,9 +301,9 @@
|
||||
</BLOCK_DEVICE_INFO>
|
||||
|
||||
<TTYS_INFO>
|
||||
BDF:(00:18.0) seri:/dev/ttyS0 base:0xB3640000 irq:4
|
||||
BDF:(00:18.2) seri:/dev/ttyS2 base:0x80E00000 irq:6
|
||||
BDF:(00:18.3) seri:/dev/ttyS3 base:0xB363A000 irq:7
|
||||
seri:/dev/ttyS0 type:mmio base:0xB3640000 irq:4
|
||||
seri:/dev/ttyS2 type:mmio base:0x80E00000 irq:6
|
||||
seri:/dev/ttyS3 type:mmio base:0xB363A000 irq:7
|
||||
</TTYS_INFO>
|
||||
|
||||
<AVAILABLE_IRQ_INFO>
|
||||
|
||||
Reference in New Issue
Block a user