diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-03-22 15:53:37 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-03-26 19:02:44 -0600 |
| commit | d3bb371f8a8063f59dc9b3a654530063da967627 (patch) | |
| tree | 395cfa9a3bb1b1030548be573c6fc9734288055a /meta-xilinx-bsp | |
| parent | 13e2e08f028da93469d6a0ee18a153e9b5ae303d (diff) | |
| parent | 8b38759ff39db98c29651a2d80eedb2fb1a105aa (diff) | |
| download | meta-xilinx-d3bb371f8a8063f59dc9b3a654530063da967627.tar.gz | |
Merge remote-tracking branch 'xilinx/rel-v2024.1' into master-next
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-bsp')
3 files changed, 74 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/conf/machine/sp701-microblazeel.conf b/meta-xilinx-bsp/conf/machine/sp701-microblazeel.conf new file mode 100644 index 00000000..e3df1d26 --- /dev/null +++ b/meta-xilinx-bsp/conf/machine/sp701-microblazeel.conf | |||
| @@ -0,0 +1,52 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: sp701-microblazeel | ||
| 3 | #@DESCRIPTION: Machine configuration for the SP701 boards. | ||
| 4 | |||
| 5 | #### Preamble | ||
| 6 | MACHINEOVERRIDES =. "${@['', 'sp701-microblazeel:']['sp701-microblazeel' !='${MACHINE}']}" | ||
| 7 | #### Regular settings follow | ||
| 8 | |||
| 9 | # Variables that changes based on hw design or board specific requirement must be | ||
| 10 | # defined before calling the required inclusion file else pre-expansion value | ||
| 11 | # defined in microblazeel-generic.conf will be set. | ||
| 12 | |||
| 13 | # Yocto device-tree variables | ||
| 14 | YAML_CONSOLE_DEVICE_CONFIG:pn-device-tree ?= "axi_uartlite_0" | ||
| 15 | YAML_MAIN_MEMORY_CONFIG:pn-device-tree ?= "MIG_7SERIES_0" | ||
| 16 | DT_PADDING_SIZE:pn-device-tree ?= "0x1000" | ||
| 17 | DTC_FLAGS:pn-device-tree ?= "" | ||
| 18 | XSCTH_PROC:pn-device-tree ?= "microblaze_0" | ||
| 19 | YAML_DT_BOARD_FLAGS ?= "{BOARD sp701-rev1.0}" | ||
| 20 | |||
| 21 | # Yocto u-boot-xlnx variables | ||
| 22 | |||
| 23 | # Yocto FS-Boot variables | ||
| 24 | YAML_SERIAL_CONSOLE_STDIN:pn-fs-boot ?= "axi_uartlite_0" | ||
| 25 | YAML_SERIAL_CONSOLE_STDOUT:pn-fs-boot ?= "axi_uartlite_0" | ||
| 26 | YAML_MAIN_MEMORY_CONFIG:pn-fs-boot ?= "MIG_7SERIES_0" | ||
| 27 | YAML_FLASH_MEMORY_CONFIG:pn-fs-boot ?= "axi_quad_spi_0" | ||
| 28 | XSCTH_PROC:pn-fs-boot ?= "microblaze_0" | ||
| 29 | |||
| 30 | # Yocto KERNEL Variables | ||
| 31 | UBOOT_ENTRYPOINT ?= "0x80000000" | ||
| 32 | UBOOT_LOADADDRESS ?= "0x80000000" | ||
| 33 | |||
| 34 | # xilinx-sp701 Serial Console | ||
| 35 | SERIAL_CONSOLES ?= "115200;ttyUL0" | ||
| 36 | YAML_SERIAL_CONSOLE_BAUDRATE ?= "115200" | ||
| 37 | |||
| 38 | # Set DDR Base address for u-boot-xlnx-scr variables | ||
| 39 | DDR_BASEADDR ?= "0x80000000" | ||
| 40 | SKIP_APPEND_BASEADDR ?= "0" | ||
| 41 | |||
| 42 | # Required generic machine inclusion | ||
| 43 | require conf/machine/microblaze-generic.conf | ||
| 44 | |||
| 45 | # This machine conf file uses sp701-microblazeel xsa as reference input. | ||
| 46 | # User can override with kc705 custom xsa using HDF_BASE and HDF_PATH variables | ||
| 47 | # from local.conf. | ||
| 48 | HDF_MACHINE = "sp701-microblazeel" | ||
| 49 | |||
| 50 | #### No additional settings should be after the Postamble | ||
| 51 | #### Postamble | ||
| 52 | PACKAGE_EXTRA_ARCHS:append = "${@['', ' sp701_microblazeel']['sp701-microblazeel' != '${MACHINE}']}" | ||
diff --git a/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bbappend b/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bbappend index fa4816af..7acda75e 100644 --- a/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bbappend +++ b/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bbappend | |||
| @@ -5,3 +5,5 @@ COMPATIBLE_MACHINE:qemu-zynq7 = ".*" | |||
| 5 | SRC_URI:append:qemu-zynq7 = " file://qemu-zynq7.dts" | 5 | SRC_URI:append:qemu-zynq7 = " file://qemu-zynq7.dts" |
| 6 | 6 | ||
| 7 | EXTRA_OVERLAYS:append = "${@bb.utils.contains('MACHINE_FEATURES', 'provencore', ' pnc.dtsi', '', d)}" | 7 | EXTRA_OVERLAYS:append = "${@bb.utils.contains('MACHINE_FEATURES', 'provencore', ' pnc.dtsi', '', d)}" |
| 8 | |||
| 9 | EXTRA_OVERLAYS:append:vek280-versal = " system-vek280.dtsi" | ||
diff --git a/meta-xilinx-bsp/recipes-bsp/device-tree/files/system-vek280.dtsi b/meta-xilinx-bsp/recipes-bsp/device-tree/files/system-vek280.dtsi new file mode 100644 index 00000000..0d2ca87d --- /dev/null +++ b/meta-xilinx-bsp/recipes-bsp/device-tree/files/system-vek280.dtsi | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | / { | ||
| 2 | /* Reserve the bad block DDR memory for linux to not touch it, refer:CR-1143646 */ | ||
| 3 | reserved-memory { | ||
| 4 | #address-cells = <2>; | ||
| 5 | #size-cells = <2>; | ||
| 6 | ranges; | ||
| 7 | pl_ddr: buffer@0 | ||
| 8 | { | ||
| 9 | no-map; | ||
| 10 | reg = <0x08 0x00 0x00 0x80000000>; | ||
| 11 | }; | ||
| 12 | |||
| 13 | lpddr_memory: buffer@1 | ||
| 14 | { | ||
| 15 | no-map; | ||
| 16 | reg = <0x500 0x0 0x2 0x0>; | ||
| 17 | }; | ||
| 18 | |||
| 19 | }; | ||
| 20 | }; | ||
