diff options
author | Mark Hatle <mark.hatle@amd.com> | 2022-12-07 18:48:12 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-04-10 09:03:22 -0700 |
commit | 178f0b31e4898e433c19720e7c2a32ba2a0aacca (patch) | |
tree | c6db7941fbe5662c43cb3d0ded28145e42493445 /meta-xilinx-standalone | |
parent | 220309dacf51136051de2b13690cbc2f7dffddc5 (diff) | |
download | meta-xilinx-178f0b31e4898e433c19720e7c2a32ba2a0aacca.tar.gz |
meta-xilinx-standalone: Remove obsolete machine references
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone')
-rw-r--r-- | meta-xilinx-standalone/README.md | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-xilinx-standalone/README.md b/meta-xilinx-standalone/README.md index ea9fdbc4..6193f015 100644 --- a/meta-xilinx-standalone/README.md +++ b/meta-xilinx-standalone/README.md | |||
@@ -33,35 +33,6 @@ The standalone firmware is a genericly configured firmware, it can be | |||
33 | build either in a single standalong configuration, or via an automated | 33 | build either in a single standalong configuration, or via an automated |
34 | multiconfig approach only when needed. | 34 | multiconfig approach only when needed. |
35 | 35 | ||
36 | * single configuration | ||
37 | |||
38 | Select a machine: | ||
39 | cortexa53-zynqmp - ZynqMP based Cortex-A53 target | ||
40 | Valid Targets: fsbl-firmware, meta-toolchain | ||
41 | |||
42 | cortexa72-versal - Versal based Cortex-A72 target | ||
43 | Valid Targets: meta-toolchain | ||
44 | |||
45 | cortexa9-zynq - Zynq based cortex-A9 target | ||
46 | Valid Targets: meta-toolchain | ||
47 | |||
48 | cortexr5-versal - Versal based Cortex-R5 target | ||
49 | Valid Targets: meta-toolchain | ||
50 | |||
51 | cortexr5-zynqmp - ZynqMP based Cortex-R5 target | ||
52 | Valid Targets: meta-toolchain | ||
53 | |||
54 | microblaze-versal-fw - Microblaze for Versal PSM/PLM firmware | ||
55 | Valid Targets: psm-firmware, plm-firmware, meta-toolchain | ||
56 | |||
57 | microblaze-zynqmp-pmu - Microblaze for ZynqMP PMU firmware | ||
58 | Valid Target: pmu-firmware, meta-toolchain | ||
59 | |||
60 | |||
61 | To build you should use a command similar to: | ||
62 | MACHINE=<machine> DISTRO=xilinx-standalone bitbake <recipe> | ||
63 | |||
64 | |||
65 | * multiconfig setup | 36 | * multiconfig setup |
66 | 37 | ||
67 | To automatically build the standalone firmware with a Linux build, you need | 38 | To automatically build the standalone firmware with a Linux build, you need |