summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-vendor/conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-10-23 08:51:20 -0600
committerMark Hatle <mark.hatle@amd.com>2023-10-23 08:56:37 -0600
commiteb42c7caeac33f42096673522e650441f05ca8da (patch)
tree33f97fe41ec8855cf591c2692c7c7038b6bc1ae3 /meta-xilinx-vendor/conf
parent387b31acf85b84bd34f339c87c0b51a9af4e16e4 (diff)
parent05911e19d85fd98c42054238392afe95a5125265 (diff)
downloadmeta-xilinx-eb42c7caeac33f42096673522e650441f05ca8da.tar.gz
Merge remote-tracking branch 'origin/rel-v2023.2' into nanbield
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-vendor/conf')
-rw-r--r--meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf12
1 files changed, 8 insertions, 4 deletions
diff --git a/meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf b/meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf
index 6a88d757..daa73f2a 100644
--- a/meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf
+++ b/meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf
@@ -2,10 +2,6 @@
2#@NAME: ultra96-zynqmp 2#@NAME: ultra96-zynqmp
3#@DESCRIPTION: Machine support for Ultra96 Evaluation Board. 3#@DESCRIPTION: Machine support for Ultra96 Evaluation Board.
4 4
5# Compatibility with old BOARD value.
6# TODO - Remove these once removed from petalinux bsp
7MACHINEOVERRIDES =. "ultra96:"
8
9#### Preamble 5#### Preamble
10MACHINEOVERRIDES =. "${@['', 'ultra96-zynqmp:']['ultra96-zynqmp' !='${MACHINE}']}" 6MACHINEOVERRIDES =. "${@['', 'ultra96-zynqmp:']['ultra96-zynqmp' !='${MACHINE}']}"
11#### Regular settings follow 7#### Regular settings follow
@@ -51,6 +47,10 @@ require conf/machine/zynqmp-eg-generic.conf
51# from local.conf. 47# from local.conf.
52HDF_MACHINE = "ultra96-zynqmp" 48HDF_MACHINE = "ultra96-zynqmp"
53 49
50# KERNEL_DEVICETREE is disabled as we use board device tree from DTG to match
51# the xsa. User can enable explicitly if required from local.conf.
52# KERNEL_DEVICETREE = "xilinx/zynqmp-zcu100-revC.dtb"
53
54# Ultra96 has 2GB memory only but default zynqmp-generic has QB_MEM set to 4G, 54# Ultra96 has 2GB memory only but default zynqmp-generic has QB_MEM set to 4G,
55# Hence set QB_MEM to 2GB. 55# Hence set QB_MEM to 2GB.
56QB_MEM = "-m 2G" 56QB_MEM = "-m 2G"
@@ -71,3 +71,7 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
71 linux-firmware-wl18xx \ 71 linux-firmware-wl18xx \
72 linux-firmware-ti-bt-wl180x \ 72 linux-firmware-ti-bt-wl180x \
73 " 73 "
74
75#### No additional settings should be after the Postamble
76#### Postamble
77PACKAGE_EXTRA_ARCHS:append = "${@['', ' ultra96_zynqmp']['ultra96-zynqmp' != '${MACHINE}']}"