summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/machine/microblaze-generic.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-core/conf/machine/microblaze-generic.conf')
-rw-r--r--meta-xilinx-core/conf/machine/microblaze-generic.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-xilinx-core/conf/machine/microblaze-generic.conf b/meta-xilinx-core/conf/machine/microblaze-generic.conf
index 5bf87344..8fb40070 100644
--- a/meta-xilinx-core/conf/machine/microblaze-generic.conf
+++ b/meta-xilinx-core/conf/machine/microblaze-generic.conf
@@ -91,9 +91,16 @@ IMAGE_FSTYPES += "cpio.gz"
91# Microblaze QEMU Configurations 91# Microblaze QEMU Configurations
92QB_MEM = "-m 2G" 92QB_MEM = "-m 2G"
93QB_KERNEL_CMDLINE_APPEND = "console=ttyUL0,115200 root=/dev/ram0 rw" 93QB_KERNEL_CMDLINE_APPEND = "console=ttyUL0,115200 root=/dev/ram0 rw"
94QB_OPT_APPEND = ""
95QB_NETWORK_DEVICE = "-net nic,netdev=net0,macaddr=@MAC@" 94QB_NETWORK_DEVICE = "-net nic,netdev=net0,macaddr=@MAC@"
96 95
96# This will work with the default runqemu, as the first serial port is the
97# correct console
98#
99# One total serial port defined in this model (according to the generated dts)
100#
101# hw serial0 axi_uartlite_0 (40600000) - linux serial0 (ttyUL0)
102QB_XILINX_SERIAL = ""
103
97#### No additional settings should be after the Postamble 104#### No additional settings should be after the Postamble
98#### Postamble 105#### Postamble
99PACKAGE_EXTRA_ARCHS:append = "${@['', ' ${MB_MACHINE_ARCH}']['microblaze-generic' != "${MACHINE}"]}" 106PACKAGE_EXTRA_ARCHS:append = "${@['', ' ${MB_MACHINE_ARCH}']['microblaze-generic' != "${MACHINE}"]}"