summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2025-02-03 15:16:11 -0700
committerMark Hatle <mark.hatle@amd.com>2025-03-30 14:16:15 -0600
commitfcdf011bd3e17a9c2d40be3bd9b6979bdcf52d62 (patch)
treeb50b1e1402d5bee87da990ae0cd25a0cf98e61af
parent20bdea31fd72571eea76271a1c7c6b2e72816a2d (diff)
downloadmeta-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>
-rw-r--r--meta-xilinx-core/conf/machine/include/machine-xilinx-qemu.inc6
-rw-r--r--meta-xilinx-core/conf/machine/microblaze-generic.conf2
-rw-r--r--meta-xilinx-core/conf/machine/versal-generic.conf2
-rw-r--r--meta-xilinx-core/conf/machine/versal-net-generic.conf2
-rw-r--r--meta-xilinx-core/conf/machine/zynq-generic.conf2
-rw-r--r--meta-xilinx-core/conf/machine/zynqmp-generic.conf2
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#
24QB_XILINX_SERIAL ??= "" 24QEMU_HW_SERIAL ??= ""
25QB_OPT_APPEND += "${QB_XILINX_SERIAL} -nodefaults" 25QB_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)
69QB_XILINX_SERIAL ?= "" 69QEMU_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 (????)
69QB_XILINX_SERIAL ?= "-serial null -serial null -serial mon:stdio -serial null" 69QEMU_HW_SERIAL ?= "-serial null -serial null -serial mon:stdio -serial null"
70 70
71QB_OSPI_FILE ??= "" 71QB_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)
68QB_XILINX_SERIAL ?= "-serial null -serial null -serial mon:stdio -serial null" 68QEMU_HW_SERIAL ?= "-serial null -serial null -serial mon:stdio -serial null"
69 69
70QB_OSPI_FILE ??= "" 70QB_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)
61QB_XILINX_SERIAL ?= "-serial null -serial mon:stdio" 61QEMU_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)
64QB_OPT_APPEND += " \ 64QB_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#