diff options
Diffstat (limited to 'meta-xilinx-core')
6 files changed, 0 insertions, 161 deletions
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/files/0001-Remove-redundant-YYLOC-global-declaration.patch b/meta-xilinx-core/recipes-bsp/u-boot/files/0001-Remove-redundant-YYLOC-global-declaration.patch deleted file mode 100644 index 7091098c..00000000 --- a/meta-xilinx-core/recipes-bsp/u-boot/files/0001-Remove-redundant-YYLOC-global-declaration.patch +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | From 8127b19aa42ccfb3faae1173a12b3eb0cebf8941 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Peter Robinson <pbrobinson@gmail.com> | ||
| 3 | Date: Thu, 30 Jan 2020 09:37:15 +0000 | ||
| 4 | Subject: [PATCH] Remove redundant YYLOC global declaration | ||
| 5 | |||
| 6 | Same as the upstream fix for building dtc with gcc 10. | ||
| 7 | |||
| 8 | Signed-off-by: Peter Robinson <pbrobinson@gmail.com> | ||
| 9 | State: upstream (e33a814e772cdc36436c8c188d8c42d019fda639) | ||
| 10 | --- | ||
| 11 | scripts/dtc/dtc-lexer.l | 1 - | ||
| 12 | 1 file changed, 1 deletion(-) | ||
| 13 | |||
| 14 | diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l | ||
| 15 | index fd825ebba6..24af549977 100644 | ||
| 16 | --- a/scripts/dtc/dtc-lexer.l | ||
| 17 | +++ b/scripts/dtc/dtc-lexer.l | ||
| 18 | @@ -38,7 +38,6 @@ LINECOMMENT "//".*\n | ||
| 19 | #include "srcpos.h" | ||
| 20 | #include "dtc-parser.tab.h" | ||
| 21 | |||
| 22 | -YYLTYPE yylloc; | ||
| 23 | extern bool treesource_error; | ||
| 24 | |||
| 25 | /* CAUTION: this will stop working if we ever use yyless() or yyunput() */ | ||
| 26 | -- | ||
| 27 | 2.29.2 | ||
| 28 | |||
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-tools-xlnx_2023.1.bb b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-tools-xlnx_2023.1.bb deleted file mode 100644 index fe5ecf79..00000000 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-tools-xlnx_2023.1.bb +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | require u-boot-tools-xlnx.inc | ||
| 2 | require u-boot-xlnx-2023.1.inc | ||
| 3 | |||
| 4 | # MUST clear CONFIG_VIDEO to avoid a compilation failure trying to construct | ||
| 5 | # bmp_logo.h | ||
| 6 | SED_CONFIG_EFI:append = ' -e "s/CONFIG_VIDEO=.*/# CONFIG_VIDEO is not set/"' | ||
| 7 | |||
| 8 | # Default do_compile fails with: | ||
| 9 | # | error: object directory ../downloads/git2/github.com.Xilinx.u-boot-xlnx.git/objects does not exist; check .git/objects/info/alternates. | ||
| 10 | # The regular workaround of calling 'git diff' seems to be problematic. | ||
| 11 | do_compile () { | ||
| 12 | oe_runmake -C ${S} tools-only_defconfig O=${B} | ||
| 13 | |||
| 14 | # Disable CONFIG_CMD_LICENSE, license.h is not used by tools and | ||
| 15 | # generating it requires bin2header tool, which for target build | ||
| 16 | # is built with target tools and thus cannot be executed on host. | ||
| 17 | sed -i -e "s/CONFIG_CMD_LICENSE=.*/# CONFIG_CMD_LICENSE is not set/" ${SED_CONFIG_EFI} ${B}/.config | ||
| 18 | |||
| 19 | oe_runmake -C ${S} cross_tools NO_SDL=1 O=${B} | ||
| 20 | } | ||
| 21 | |||
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-v2021.01/microblaze-generic-top.h b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-v2021.01/microblaze-generic-top.h deleted file mode 100644 index 08c1c16c..00000000 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-v2021.01/microblaze-generic-top.h +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 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-v2021.01/microblaze-generic.cfg b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-v2021.01/microblaze-generic.cfg deleted file mode 100644 index 0f784f73..00000000 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-v2021.01/microblaze-generic.cfg +++ /dev/null | |||
| @@ -1,81 +0,0 @@ | |||
| 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-2023.1.inc b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.1.inc deleted file mode 100644 index fd51561a..00000000 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.1.inc +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | UBOOT_VERSION = "v2023.01" | ||
| 2 | |||
| 3 | UBRANCH = "xlnx_rebase_v2023.01" | ||
| 4 | |||
| 5 | SRCREV = "8624651f9ae49d326e29d9ec9a80a881a769640a" | ||
| 6 | |||
| 7 | LICENSE = "GPL-2.0-or-later" | ||
| 8 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897" | ||
| 9 | |||
| 10 | # u-boot-xlnx has support for these | ||
| 11 | HAS_PLATFORM_INIT ?= " \ | ||
| 12 | xilinx_zynqmp_virt_config \ | ||
| 13 | xilinx_zynq_virt_defconfig \ | ||
| 14 | xilinx_versal_vc_p_a2197_revA_x_prc_01_revA \ | ||
| 15 | " | ||
| 16 | |||
| 17 | DEPENDS += "bc-native dtc-native python3-setuptools-native gnutls-native" | ||
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2023.1.bb b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2023.1.bb deleted file mode 100644 index fd76bc51..00000000 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2023.1.bb +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | |||
| 2 | require u-boot-xlnx.inc | ||
| 3 | require u-boot-spl-zynq-init.inc | ||
| 4 | require u-boot-xlnx-2023.1.inc | ||
