mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-18 07:18:45 +00:00
acrn-config: add CONFIG_SERIAL_x for new board
Add CONFIG_SERIAL_x in $(borad).config, this will help to output console log and help new board debug. Tracked-On: #3854 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -278,9 +278,9 @@
|
||||
</BLOCK_DEVICE_INFO>
|
||||
|
||||
<TTYS_INFO>
|
||||
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
|
||||
seri:/dev/ttyS0 type:mmio base:0xB3640000 irq:4 bdf:"00:18.0"
|
||||
seri:/dev/ttyS2 type:mmio base:0x80E00000 irq:6 bdf:"00:18.2"
|
||||
seri:/dev/ttyS3 type:mmio base:0xB363A000 irq:7 bdf:"00:18.2"
|
||||
</TTYS_INFO>
|
||||
|
||||
<AVAILABLE_IRQ_INFO>
|
||||
|
@@ -257,8 +257,8 @@
|
||||
</BLOCK_DEVICE_INFO>
|
||||
|
||||
<TTYS_INFO>
|
||||
seri:/dev/ttyS0 type:mmio base:0x91526000 irq:4
|
||||
seri:/dev/ttyS1 type:mmio base:0x91524000 irq:5
|
||||
seri:/dev/ttyS0 type:mmio base:0x91526000 irq:4 bdf:"00:18.0"
|
||||
seri:/dev/ttyS1 type:mmio base:0x91524000 irq:5 bdf:"00:18.1"
|
||||
</TTYS_INFO>
|
||||
|
||||
<AVAILABLE_IRQ_INFO>
|
||||
|
@@ -257,8 +257,8 @@
|
||||
</BLOCK_DEVICE_INFO>
|
||||
|
||||
<TTYS_INFO>
|
||||
seri:/dev/ttyS0 type:mmio base:0x91526000 irq:4
|
||||
seri:/dev/ttyS1 type:mmio base:0x91524000 irq:5
|
||||
seri:/dev/ttyS0 type:mmio base:0x91526000 irq:4 bdf:"00:18.0"
|
||||
seri:/dev/ttyS1 type:mmio base:0x91524000 irq:5 bdf:"00:18.1"
|
||||
</TTYS_INFO>
|
||||
|
||||
<AVAILABLE_IRQ_INFO>
|
||||
|
Reference in New Issue
Block a user