diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-08-15 17:54:19 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-09-13 07:13:30 -0600 |
| commit | c3100a32377c809d551601087af8c28ccef3c75e (patch) | |
| tree | e99578dca4cab0d924b75582197b338ab21d22e4 | |
| parent | 27707fca4f03cae92bed0ff108158738231cd781 (diff) | |
| download | meta-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/README | 30 |
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 | ||
| 45 | require conf/machine/zynqmp-generic.conf | 45 | require conf/machine/zynqmp-generic.conf |
| 46 | 46 | ||
| 47 | HDF_MACHINE = "zcu102-zynqmp" | ||
| 48 | MACHINE_FEATURES += "pci" | 47 | MACHINE_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 | ||
| 68 | require conf/machine/zynqmp-generic.conf | 67 | require conf/machine/zynqmp-generic.conf |
| 69 | 68 | ||
| 70 | HDF_MACHINE = "zcu102-zynqmp" | ||
| 71 | MACHINE_FEATURES += "pci" | 69 | MACHINE_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 | ||
| 89 | require conf/machine/microblaze-generic.conf | 87 | require conf/machine/microblaze-generic.conf |
| 90 | 88 | ||
| 91 | HDF_MACHINE = "ml605" | ||
| 92 | SERIAL_CONSOLE = "115200,ttyUL0" | 89 | SERIAL_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 | |||
| 149 | System wide setting: | 146 | System wide setting: |
| 150 | TUNE_FEATURES:tune-<tune> - Specific tune features | 147 | TUNE_FEATURES:tune-<tune> - Specific tune features |
| 151 | 148 | ||
| 149 | XILINX_WITH_ESW = "xsct" or "sdt" - Specify xsct or sdt workflow | ||
| 150 | |||
| 152 | external-hdf recipe from meta-xilinx-tools: | 151 | external-hdf recipe from meta-xilinx-tools: |
| 153 | HDF_MACHINE - Machine to load from reference defign xsa using hdf-examples recipe | 152 | XILINX_XSCT_VERSION - Version of the XSCT tool and associated ESW software |
| 154 | HDF_EXT - Only ".xsa" externsion is supported, legacy variable. | 153 | HDF_URI - URL for the .xsa file |
| 155 | HDF_BASE - Download protocol (file://, git://, http:// or https://) protocol if | 154 | HDF_URI[sha256sum] - sha256sum of the .xsa |
| 156 | not using the default external-hdf repository. | 155 | |
| 157 | HDF_PATH - Path to the repository or XSA file | 156 | sdt-artifacts recipe from meta-xilinx-standalone-sdt: |
| 157 | SDT_URI - URI for the system device tree artifacts (usually a tarball) | ||
| 158 | SDT_URI[sha256sum] - sha256sum of the SDT artifacts file | ||
| 159 | SDT_URI[S] - the 'S' (source) directory where the artifacts are extracted | ||
| 158 | 160 | ||
| 159 | fs-boot recipe from meta-xilinx-tools: | 161 | fs-boot recipe from meta-xilinx-tools: |
| 160 | YAML_SERIAL_CONSOLE_STDIN:pn-fs-boot - YAML based uart stdin configuration for | 162 | YAML_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 | |||
| 208 | u-boot-xlnx-scr recipe from meta-xilinx-core: | 210 | u-boot-xlnx-scr recipe from meta-xilinx-core: |
| 209 | DDR_BASEADDR - Base address for DDR used for loading the images from u-boot env. | 211 | DDR_BASEADDR - Base address for DDR used for loading the images from u-boot env. |
| 210 | SKIP_APPEND_BASEADDR - Skip appending ${DDR_BASEADDR} for image offsets. | 212 | SKIP_APPEND_BASEADDR - Skip appending ${DDR_BASEADDR} for image offsets. |
| 211 | |||
| 212 | Varibable set after required inclusion file: | ||
| 213 | Varibables that does not intend to change must be set before required inclusion | ||
| 214 | file. | ||
| 215 | |||
| 216 | external-hdf recipe from meta-xilinx-tools: | ||
| 217 | HDF_MACHINE - Used by the recipe to find the correct XSA | ||
| 218 | HDF_EXT - only xsa is supported, legacy variable | ||
| 219 | HDF_BASE - protocol if not using the default external-hdf repository | ||
| 220 | HDF_PATH - path to the repository or XSA file | ||
| 221 | |||
| 222 | ...and more... | ||
