diff options
author | Mark Hatle <mark.hatle@amd.com> | 2025-02-03 15:16:11 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2025-03-30 14:16:15 -0600 |
commit | fcdf011bd3e17a9c2d40be3bd9b6979bdcf52d62 (patch) | |
tree | b50b1e1402d5bee87da990ae0cd25a0cf98e61af | |
parent | 20bdea31fd72571eea76271a1c7c6b2e72816a2d (diff) | |
download | meta-xilinx-fcdf011bd3e17a9c2d40be3bd9b6979bdcf52d62.tar.gz |
meta-xilinx-core: machines: Rename QB_XILINX_SERIAL to QEMU_HW_SERIAL
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
6 files changed, 8 insertions, 8 deletions
diff --git a/meta-xilinx-core/conf/machine/include/machine-xilinx-qemu.inc b/meta-xilinx-core/conf/machine/include/machine-xilinx-qemu.inc index e75f556b..84856ef6 100644 --- a/meta-xilinx-core/conf/machine/include/machine-xilinx-qemu.inc +++ b/meta-xilinx-core/conf/machine/include/machine-xilinx-qemu.inc | |||
@@ -18,8 +18,8 @@ IMAGE_CLASSES += "qemuboot-xilinx" | |||
18 | # runqemu may add additional null entries or simply skip further setup. | 18 | # runqemu may add additional null entries or simply skip further setup. |
19 | # | 19 | # |
20 | # To help us be able to adjust for this behavior add a special | 20 | # To help us be able to adjust for this behavior add a special |
21 | # QB_XILINX_SERIAL that will allow us to define serial ports for qemu | 21 | # QEMU_HW_SERIAL that will allow us to define serial ports for qemu |
22 | # emulated boards that may not match the standard Linux behavior. | 22 | # emulated boards that may not match the standard Linux behavior. |
23 | # | 23 | # |
24 | QB_XILINX_SERIAL ??= "" | 24 | QEMU_HW_SERIAL ??= "" |
25 | QB_OPT_APPEND += "${QB_XILINX_SERIAL} -nodefaults" | 25 | QB_OPT_APPEND += "${QEMU_HW_SERIAL} -nodefaults" |
diff --git a/meta-xilinx-core/conf/machine/microblaze-generic.conf b/meta-xilinx-core/conf/machine/microblaze-generic.conf index deb00d29..e354eef6 100644 --- a/meta-xilinx-core/conf/machine/microblaze-generic.conf +++ b/meta-xilinx-core/conf/machine/microblaze-generic.conf | |||
@@ -66,7 +66,7 @@ QB_NETWORK_DEVICE ?= "-net nic,netdev=net0,macaddr=@MAC@" | |||
66 | # One total serial port defined in this model (according to the generated dts) | 66 | # One total serial port defined in this model (according to the generated dts) |
67 | # | 67 | # |
68 | # hw serial0 axi_uartlite_0 (40600000) - linux serial0 (ttyUL0) | 68 | # hw serial0 axi_uartlite_0 (40600000) - linux serial0 (ttyUL0) |
69 | QB_XILINX_SERIAL ?= "" | 69 | QEMU_HW_SERIAL ?= "" |
70 | 70 | ||
71 | #### No additional settings should be after the Postamble | 71 | #### No additional settings should be after the Postamble |
72 | #### Postamble | 72 | #### Postamble |
diff --git a/meta-xilinx-core/conf/machine/versal-generic.conf b/meta-xilinx-core/conf/machine/versal-generic.conf index de900af0..af34ce4e 100644 --- a/meta-xilinx-core/conf/machine/versal-generic.conf +++ b/meta-xilinx-core/conf/machine/versal-generic.conf | |||
@@ -66,7 +66,7 @@ QEMU_HW_DTB_PMC ?= "${QEMU_HW_DTB_PATH}/board-versal-pmc-virt.dtb" | |||
66 | # hw serial2 pl011 (ff000000) - linux serial0 (ttyAMA0) | 66 | # hw serial2 pl011 (ff000000) - linux serial0 (ttyAMA0) |
67 | # hw serial3 pl011 (ff010000) - linux serial1 (ttyAMA1) (disabled) | 67 | # hw serial3 pl011 (ff010000) - linux serial1 (ttyAMA1) (disabled) |
68 | # ? dcc ? - linux serial2 (????) | 68 | # ? dcc ? - linux serial2 (????) |
69 | QB_XILINX_SERIAL ?= "-serial null -serial null -serial mon:stdio -serial null" | 69 | QEMU_HW_SERIAL ?= "-serial null -serial null -serial mon:stdio -serial null" |
70 | 70 | ||
71 | QB_OSPI_FILE ??= "" | 71 | QB_OSPI_FILE ??= "" |
72 | 72 | ||
diff --git a/meta-xilinx-core/conf/machine/versal-net-generic.conf b/meta-xilinx-core/conf/machine/versal-net-generic.conf index eef3e8d5..eee867a7 100644 --- a/meta-xilinx-core/conf/machine/versal-net-generic.conf +++ b/meta-xilinx-core/conf/machine/versal-net-generic.conf | |||
@@ -65,7 +65,7 @@ QEMU_HW_DTB_PMC ?= "${QEMU_HW_DTB_PATH}/board-versal-pmx-virt.dtb" | |||
65 | # hw serial1 xps-uartlite (0xf0310000) - | 65 | # hw serial1 xps-uartlite (0xf0310000) - |
66 | # hw serial2 pl011 (0xf1920000) - linux serial0 (ttyAMA0) | 66 | # hw serial2 pl011 (0xf1920000) - linux serial0 (ttyAMA0) |
67 | # hw serial3 pl011 (0xf1930000) - linux serial1 (ttyAMA1) | 67 | # hw serial3 pl011 (0xf1930000) - linux serial1 (ttyAMA1) |
68 | QB_XILINX_SERIAL ?= "-serial null -serial null -serial mon:stdio -serial null" | 68 | QEMU_HW_SERIAL ?= "-serial null -serial null -serial mon:stdio -serial null" |
69 | 69 | ||
70 | QB_OSPI_FILE ??= "" | 70 | QB_OSPI_FILE ??= "" |
71 | 71 | ||
diff --git a/meta-xilinx-core/conf/machine/zynq-generic.conf b/meta-xilinx-core/conf/machine/zynq-generic.conf index 9355d6d2..8ce9d5af 100644 --- a/meta-xilinx-core/conf/machine/zynq-generic.conf +++ b/meta-xilinx-core/conf/machine/zynq-generic.conf | |||
@@ -58,7 +58,7 @@ QB_KERNEL_ROOT ?= "/dev/mmcblk0p2" | |||
58 | # | 58 | # |
59 | # hw uart0 xuartps (e0000000) - | 59 | # hw uart0 xuartps (e0000000) - |
60 | # hw uart1 xuartps (e0001000) - linux serial0 (ttyPS0) | 60 | # hw uart1 xuartps (e0001000) - linux serial0 (ttyPS0) |
61 | QB_XILINX_SERIAL ?= "-serial null -serial mon:stdio" | 61 | QEMU_HW_SERIAL ?= "-serial null -serial mon:stdio" |
62 | 62 | ||
63 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) | 63 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) |
64 | QB_OPT_APPEND += " \ | 64 | QB_OPT_APPEND += " \ |
diff --git a/meta-xilinx-core/conf/machine/zynqmp-generic.conf b/meta-xilinx-core/conf/machine/zynqmp-generic.conf index 1be1789f..16f4723f 100644 --- a/meta-xilinx-core/conf/machine/zynqmp-generic.conf +++ b/meta-xilinx-core/conf/machine/zynqmp-generic.conf | |||
@@ -75,7 +75,7 @@ QEMU_HW_DTB_PMU ?= "${QEMU_HW_DTB_PATH}/zynqmp-pmu.dtb" | |||
75 | # hw ps7_uart_1 (0xFF010000) - linux serial0 (ttyPS0) | 75 | # hw ps7_uart_1 (0xFF010000) - linux serial0 (ttyPS0) |
76 | # | 76 | # |
77 | # Default configuration will evaluate to: | 77 | # Default configuration will evaluate to: |
78 | #QB_XILINX_SERIAL = "-serial mon:stdio -serial null" | 78 | #QEMU_HW_SERIAL = "-serial mon:stdio -serial null" |
79 | 79 | ||
80 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) | 80 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) |
81 | # | 81 | # |