diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-04-24 21:03:01 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-04-24 21:03:11 -0600 |
| commit | d5ff507a41f56e7ba6873161ef979650fb50a406 (patch) | |
| tree | 85cee31da9f60bf7aa171742e4352ff87b31b22f /meta-xilinx-core/recipes-bsp | |
| parent | f99abb8b8c93c520348d9992b658fab9a472fd4e (diff) | |
| parent | 7965de51f877c3dff9f9ca08a2f95cc80b0ed598 (diff) | |
| download | meta-xilinx-d5ff507a41f56e7ba6873161ef979650fb50a406.tar.gz | |
Merge remote-tracking branch 'xilinx/master' into master_2024.1
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-bsp')
5 files changed, 110 insertions, 2 deletions
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-tools-xlnx_2022.2.bb b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-tools-xlnx_2022.2.bb index 44636872..6b033f0f 100644 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-tools-xlnx_2022.2.bb +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-tools-xlnx_2022.2.bb | |||
| @@ -19,3 +19,20 @@ do_compile () { | |||
| 19 | oe_runmake -C ${S} cross_tools NO_SDL=1 O=${B} | 19 | oe_runmake -C ${S} cross_tools NO_SDL=1 O=${B} |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | # mkeficapsule is not available in this version of u-boot | ||
| 23 | PROVIDES:remove = "${MLPREFIX}u-boot-mkeficapsule" | ||
| 24 | PROVIDES:class-native:remove = "u-boot-mkeficapsule-native" | ||
| 25 | PACKAGES:remove = "${PN}-mkeficapsule" | ||
| 26 | RDEPENDS:${PN}:remove = "${PN}-mkeficapsule" | ||
| 27 | |||
| 28 | do_install:prepend() { | ||
| 29 | # Avoid do_install failure | ||
| 30 | mkdir -p tools | ||
| 31 | touch tools/mkeficapsule | ||
| 32 | } | ||
| 33 | |||
| 34 | do_install:append() { | ||
| 35 | # Avoid failure | ||
| 36 | rm -rf ${D}${bindir}/uboot-mkeficapsule | ||
| 37 | rm -rf ${D}${bindir}/mkeficapsule | ||
| 38 | } | ||
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-v2022.01/microblaze-generic-top.h b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-v2022.01/microblaze-generic-top.h new file mode 100644 index 00000000..08c1c16c --- /dev/null +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-v2022.01/microblaze-generic-top.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* | ||
| 2 | * This file is use for addition u-boot configurations for microblaze. | ||
| 3 | */ | ||
| 4 | #include <configs/microblaze-generic.h> | ||
| 5 | |||
| 6 | /* Core microblaze boot configurations */ | ||
| 7 | #define XILINX_USE_DCACHE 1 | ||
| 8 | #define CONFIG_CMD_IRQ | ||
| 9 | #define CONFIG_DCACHE | ||
| 10 | #define CONFIG_ICACHE \ No newline at end of file | ||
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-v2022.01/microblaze-generic.cfg b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-v2022.01/microblaze-generic.cfg new file mode 100644 index 00000000..0f784f73 --- /dev/null +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-v2022.01/microblaze-generic.cfg | |||
| @@ -0,0 +1,81 @@ | |||
| 1 | # SPDX-License-Identifier: MIT | ||
| 2 | |||
| 3 | #........................................................................ | ||
| 4 | # WARNING | ||
| 5 | # | ||
| 6 | # This file is a u-boot configuration fragment, and not a full u-boot | ||
| 7 | # configuration file. The final u-boot configuration is made up of | ||
| 8 | # an assembly of processed fragments, each of which is designed to | ||
| 9 | # capture a specific part of the final configuration (e.g. platform | ||
| 10 | # configuration, feature configuration, and board specific hardware | ||
| 11 | # configuration). For more information on u-boot configuration, please | ||
| 12 | # refer the product documentation. | ||
| 13 | # | ||
| 14 | #....................................................................... | ||
| 15 | |||
| 16 | # | ||
| 17 | # Definitions for Generic Microbalze machine. | ||
| 18 | # | ||
| 19 | CONFIG_BOOTDELAY=4 | ||
| 20 | CONFIG_SYS_TEXT_BASE=0x80100000 | ||
| 21 | CONFIG_SYS_PROMPT="U-Boot>" | ||
| 22 | CONFIG_SYS_CONFIG_NAME="microblaze-generic-top" | ||
| 23 | CONFIG_BOOT_SCRIPT_OFFSET=0x1F00000 | ||
| 24 | # CONFIG_SYS_NS16550 is not set | ||
| 25 | # CONFIG_SYS_FLASH_USE_BUFFER_WRITE is not set | ||
| 26 | # CONFIG_SYS_FLASH_CFI is not set | ||
| 27 | # CONFIG_FLASH_CFI_DRIVER is not set | ||
| 28 | # CONFIG_CMD_FLASH is not set | ||
| 29 | # CONFIG_CMD_IMLS is not set | ||
| 30 | # CONFIG_MTD_NOR_FLASH is not set | ||
| 31 | # CONFIG_MTD_DEVICE is not set | ||
| 32 | # CONFIG_SYS_FLASH_PROTECTION is not set | ||
| 33 | # CONFIG_SPI_FLASH_SST is not set | ||
| 34 | # CONFIG_XILINX_EMACLITE is not set | ||
| 35 | # CONFIG_PHY_VITESSE is not set | ||
| 36 | # CONFIG_CMD_EXT2 is not set | ||
| 37 | # CONFIG_CMD_EXT4 is not set | ||
| 38 | # CONFIG_CMD_EXT4_WRITE is not set | ||
| 39 | # CONFIG_CMD_FAT is not set | ||
| 40 | # CONFIG_DOS_PARTITION is not set | ||
| 41 | # CONFIG_FAT_WRITE is not set | ||
| 42 | CONFIG_DM=y | ||
| 43 | CONFIG_SYS_MALLOC_F=y | ||
| 44 | CONFIG_XILINX_UARTLITE=y | ||
| 45 | CONFIG_XILINX_AXIEMAC=y | ||
| 46 | CONFIG_PHY_XILINX=y | ||
| 47 | CONFIG_PHY_TI=y | ||
| 48 | CONFIG_NET=y | ||
| 49 | CONFIG_PHY_GIGE=y | ||
| 50 | CONFIG_NETDEVICES=y | ||
| 51 | CONFIG_CMD_NET=y | ||
| 52 | CONFIG_DM_ETH=y | ||
| 53 | CONFIG_CMD_PING=y | ||
| 54 | CONFIG_CMD_DHCP=y | ||
| 55 | CONFIG_PHYLIB=y | ||
| 56 | CONFIG_CMD_TFTPPUT=y | ||
| 57 | CONFIG_CMD_NFS=y | ||
| 58 | CONFIG_CMD_MII=y | ||
| 59 | CONFIG_PHY_MARVELL=y | ||
| 60 | CONFIG_PHY_REALTEK=y | ||
| 61 | CONFIG_PHY_NATSEMI=y | ||
| 62 | CONFIG_XILINX_SPI=y | ||
| 63 | CONFIG_CMD_SPI=y | ||
| 64 | CONFIG_CMD_SF=y | ||
| 65 | CONFIG_SPI_FLASH=y | ||
| 66 | CONFIG_SPI_FLASH_BAR=y | ||
| 67 | CONFIG_DM_SPI_FLASH=y | ||
| 68 | CONFIG_DM_SPI=y | ||
| 69 | CONFIG_SPI_FLASH_SPANSION=y | ||
| 70 | CONFIG_SPI_FLASH_STMICRO=y | ||
| 71 | CONFIG_SPI_FLASH_WINBOND=y | ||
| 72 | CONFIG_SPI_FLASH_MACRONIX=y | ||
| 73 | CONFIG_SPI=y | ||
| 74 | CONFIG_SPI_FLASH_ISSI=y | ||
| 75 | # CONFIG_BOOTARGS is not set | ||
| 76 | # CONFIG_USE_BOOTARGS is not set | ||
| 77 | # CONFIG_SPL is not set | ||
| 78 | # CONFIG_I2C_EEPROM is not set | ||
| 79 | # CONFIG_CMD_EEPROM is not set | ||
| 80 | # CONFIG_SYS_I2C_EEPROM_ADDR is not set | ||
| 81 | # CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW is not set | ||
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2022.2.inc b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2022.2.inc index 6415861d..f9b8f52b 100644 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2022.2.inc +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2022.2.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | UBOOT_VERSION = "v2021.01" | 1 | UBOOT_VERSION = "v2022.01" |
| 2 | 2 | ||
| 3 | UBRANCH ?= "xlnx_rebase_v2022.01" | 3 | UBRANCH ?= "xlnx_rebase_v2022.01" |
| 4 | 4 | ||
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc index 33b302e9..2e761ebe 100644 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc | |||
| @@ -2,7 +2,7 @@ UBOOT_VERSION = "v2023.01" | |||
| 2 | 2 | ||
| 3 | UBRANCH = "xlnx_rebase_v2023.01" | 3 | UBRANCH = "xlnx_rebase_v2023.01" |
| 4 | 4 | ||
| 5 | SRCREV = "4da834fc7644b4124f7417e0e2789c7afcb40352" | 5 | SRCREV = "2b54ad6f1d278c419b927d10db2edf323d844578" |
| 6 | 6 | ||
| 7 | LICENSE = "GPL-2.0-or-later" | 7 | LICENSE = "GPL-2.0-or-later" |
| 8 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897" | 8 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897" |
