summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-08-15 17:54:19 -0600
committerMark Hatle <mark.hatle@amd.com>2024-09-13 07:13:30 -0600
commitc3100a32377c809d551601087af8c28ccef3c75e (patch)
treee99578dca4cab0d924b75582197b338ab21d22e4
parent27707fca4f03cae92bed0ff108158738231cd781 (diff)
downloadmeta-xilinx-c3100a32377c809d551601087af8c28ccef3c75e.tar.gz
conf/machine/README: Update with new values
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/conf/machine/README30
1 files changed, 10 insertions, 20 deletions
diff --git a/meta-xilinx-core/conf/machine/README b/meta-xilinx-core/conf/machine/README
index f664a2f0..5db8fa8f 100644
--- a/meta-xilinx-core/conf/machine/README
+++ b/meta-xilinx-core/conf/machine/README
@@ -44,7 +44,6 @@ MACHINEOVERRIDES =. "${@['', 'my-example:']['my-example' != '${MACHINE}']}"
44 44
45require conf/machine/zynqmp-generic.conf 45require conf/machine/zynqmp-generic.conf
46 46
47HDF_MACHINE = "zcu102-zynqmp"
48MACHINE_FEATURES += "pci" 47MACHINE_FEATURES += "pci"
49 48
50#### No additional settings should be after the Postamble 49#### No additional settings should be after the Postamble
@@ -67,7 +66,6 @@ DEFAULTTUNE ?= "aarch64"
67 66
68require conf/machine/zynqmp-generic.conf 67require conf/machine/zynqmp-generic.conf
69 68
70HDF_MACHINE = "zcu102-zynqmp"
71MACHINE_FEATURES += "pci" 69MACHINE_FEATURES += "pci"
72 70
73#### No additional settings should be after the Postamble 71#### No additional settings should be after the Postamble
@@ -88,7 +86,6 @@ TUNE_FEATURES:tune-microblaze ?= "microblaze v8.50 barrel-shift reorder pattern-
88 86
89require conf/machine/microblaze-generic.conf 87require conf/machine/microblaze-generic.conf
90 88
91HDF_MACHINE = "ml605"
92SERIAL_CONSOLE = "115200,ttyUL0" 89SERIAL_CONSOLE = "115200,ttyUL0"
93 90
94#### No additional settings should be after the Postamble 91#### No additional settings should be after the Postamble
@@ -149,12 +146,17 @@ local.conf
149System wide setting: 146System wide setting:
150TUNE_FEATURES:tune-<tune> - Specific tune features 147TUNE_FEATURES:tune-<tune> - Specific tune features
151 148
149XILINX_WITH_ESW = "xsct" or "sdt" - Specify xsct or sdt workflow
150
152external-hdf recipe from meta-xilinx-tools: 151external-hdf recipe from meta-xilinx-tools:
153HDF_MACHINE - Machine to load from reference defign xsa using hdf-examples recipe 152XILINX_XSCT_VERSION - Version of the XSCT tool and associated ESW software
154HDF_EXT - Only ".xsa" externsion is supported, legacy variable. 153HDF_URI - URL for the .xsa file
155HDF_BASE - Download protocol (file://, git://, http:// or https://) protocol if 154HDF_URI[sha256sum] - sha256sum of the .xsa
156 not using the default external-hdf repository. 155
157HDF_PATH - Path to the repository or XSA file 156sdt-artifacts recipe from meta-xilinx-standalone-sdt:
157SDT_URI - URI for the system device tree artifacts (usually a tarball)
158SDT_URI[sha256sum] - sha256sum of the SDT artifacts file
159SDT_URI[S] - the 'S' (source) directory where the artifacts are extracted
158 160
159fs-boot recipe from meta-xilinx-tools: 161fs-boot recipe from meta-xilinx-tools:
160YAML_SERIAL_CONSOLE_STDIN:pn-fs-boot - YAML based uart stdin configuration for 162YAML_SERIAL_CONSOLE_STDIN:pn-fs-boot - YAML based uart stdin configuration for
@@ -208,15 +210,3 @@ HAS_PLATFORM_INIT - List of defconfig files available for u-boot only for SPL bo
208u-boot-xlnx-scr recipe from meta-xilinx-core: 210u-boot-xlnx-scr recipe from meta-xilinx-core:
209DDR_BASEADDR - Base address for DDR used for loading the images from u-boot env. 211DDR_BASEADDR - Base address for DDR used for loading the images from u-boot env.
210SKIP_APPEND_BASEADDR - Skip appending ${DDR_BASEADDR} for image offsets. 212SKIP_APPEND_BASEADDR - Skip appending ${DDR_BASEADDR} for image offsets.
211
212Varibable set after required inclusion file:
213Varibables that does not intend to change must be set before required inclusion
214file.
215
216external-hdf recipe from meta-xilinx-tools:
217HDF_MACHINE - Used by the recipe to find the correct XSA
218HDF_EXT - only xsa is supported, legacy variable
219HDF_BASE - protocol if not using the default external-hdf repository
220HDF_PATH - path to the repository or XSA file
221
222...and more...