diff options
| author | Mubin Usman Sayyed <mubin.usman.sayyed@xilinx.com> | 2020-03-18 19:13:43 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-03-18 10:08:29 -0700 |
| commit | 6cef85b32e2bc0fdb20dc23003d430434d426647 (patch) | |
| tree | 989f093117ccf91ca84da26bd7e7085fc7f868ff /meta-xilinx-standalone/recipes-bsp/device-tree | |
| parent | 2e637d24fdfdb8abb539ecf789f7aeb23526486b (diff) | |
| download | meta-xilinx-6cef85b32e2bc0fdb20dc23003d430434d426647.tar.gz | |
meta-xilinx-standalone: Add support for zynq
Updated COMPATIBLE_MACHINE, DTBFILE, XSCTH_PROC
and some other variables related to CMAKE build system.
Signed-off-by: Mubin Usman Sayyed <mubin.usman.sayyed@xilinx.com>
Rebase for updated esw/compatible machine changes.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/recipes-bsp/device-tree')
| -rw-r--r-- | meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend index abc96dd6..851b9eae 100644 --- a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend +++ b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend | |||
| @@ -6,6 +6,7 @@ COMPATIBLE_MACHINE_microblaze-pmu = ".*" | |||
| 6 | COMPATIBLE_MACHINE_microblaze-plm = ".*" | 6 | COMPATIBLE_MACHINE_microblaze-plm = ".*" |
| 7 | COMPATIBLE_MACHINE_cortexa72-versal = ".*" | 7 | COMPATIBLE_MACHINE_cortexa72-versal = ".*" |
| 8 | COMPATIBLE_MACHINE_cortexr5-versal = ".*" | 8 | COMPATIBLE_MACHINE_cortexr5-versal = ".*" |
| 9 | COMPATIBLE_MACHINE_cortexa9-zynq = ".*" | ||
| 9 | 10 | ||
| 10 | XSCTH_PROC_cortexa53-zynqmp ??= "psu_cortexa53_0" | 11 | XSCTH_PROC_cortexa53-zynqmp ??= "psu_cortexa53_0" |
| 11 | XSCTH_PROC_cortexr5-zynqmp ??= "psu_cortexr5_0" | 12 | XSCTH_PROC_cortexr5-zynqmp ??= "psu_cortexr5_0" |
| @@ -13,6 +14,7 @@ XSCTH_PROC_microblaze-pmu ??= "psu_pmu_0" | |||
| 13 | XSCTH_PROC_cortexa72-versal ??= "psv_cortexa72_0" | 14 | XSCTH_PROC_cortexa72-versal ??= "psv_cortexa72_0" |
| 14 | XSCTH_PROC_microblaze-plm ??= "psv_pmc_0" | 15 | XSCTH_PROC_microblaze-plm ??= "psv_pmc_0" |
| 15 | XSCTH_PROC_cortexr5-versal ??= "psv_cortexr5_0" | 16 | XSCTH_PROC_cortexr5-versal ??= "psv_cortexr5_0" |
| 17 | XSCTH_PROC_cortexa9-zynq ??= "ps7_cortexa9_0" | ||
| 16 | 18 | ||
| 17 | # Enable @ flag on dtc which is required by libxil | 19 | # Enable @ flag on dtc which is required by libxil |
| 18 | DTC_FLAGS_append_xilinx-standalone = " -@" | 20 | DTC_FLAGS_append_xilinx-standalone = " -@" |
