From 61be023775ab1ccef072bd8116f0ccf740bf8708 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Sun, 14 Mar 2021 16:47:46 +0100 Subject: v7a: barebox update 2020.09.0 -> 2021.02.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit One new patch is required to fix a regression for USB on rpi3. Also USB on rpi3 requires CONFIG_USB_NOP_XCEIV=y now which is enabled in the rpi2 config now. For the beaglebone two patches are added fixing a regression related to a dts sync from upstream. All three patches were already sent to the barebox mailing list. Acked-by: Ahmad Fatoum Signed-off-by: Uwe Kleine-König --- configs/platform-v7a/barebox-am335x.config | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'configs/platform-v7a/barebox-am335x.config') diff --git a/configs/platform-v7a/barebox-am335x.config b/configs/platform-v7a/barebox-am335x.config index a430710..d959c49 100644 --- a/configs/platform-v7a/barebox-am335x.config +++ b/configs/platform-v7a/barebox-am335x.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Barebox/arm 2020.09.0 Configuration +# Barebox/arm 2021.02.0 Configuration # CONFIG_ARM=y CONFIG_ARM_LINUX=y @@ -213,6 +213,7 @@ CONFIG_STATE=y # CONFIG_BOOTCHOOSER is not set CONFIG_RESET_SOURCE=y # CONFIG_MACHINE_ID is not set +# CONFIG_SYSTEMD_OF_WATCHDOG is not set # # OP-TEE loading @@ -238,6 +239,9 @@ CONFIG_DEBUG_OMAP_UART_PORT=1 # CONFIG_DEBUG_INITCALLS is not set # CONFIG_PBL_BREAK is not set # CONFIG_UBSAN is not set +CONFIG_HAVE_ARCH_KASAN=y +CONFIG_CC_HAS_KASAN_GENERIC=y +# CONFIG_KASAN is not set # CONFIG_COMPILE_TEST is not set # end of Debugging @@ -267,6 +271,7 @@ CONFIG_CMD_VERSION=y CONFIG_CMD_MMC=y # CONFIG_CMD_MMC_EXTCSD is not set # CONFIG_CMD_POLLER is not set +# CONFIG_CMD_SLICE is not set # end of Information # @@ -305,6 +310,7 @@ CONFIG_CMD_PRINTENV=y CONFIG_CMD_MAGICVAR=y CONFIG_CMD_MAGICVAR_HELP=y CONFIG_CMD_SAVEENV=y +CONFIG_CMD_SETENV=y # end of Environment # @@ -384,6 +390,7 @@ CONFIG_CMD_MEMCMP=y CONFIG_CMD_MEMCPY=y CONFIG_CMD_MEMSET=y CONFIG_CMD_MEMTEST=y +# CONFIG_CMD_MEMTESTER is not set CONFIG_CMD_MM=y CONFIG_CMD_MW=y # end of Memory @@ -397,7 +404,6 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_I2C=y CONFIG_CMD_LED=y CONFIG_CMD_NAND=y -# CONFIG_CMD_NANDTEST is not set # CONFIG_CMD_NAND_BITFLIP is not set # CONFIG_CMD_POWEROFF is not set CONFIG_CMD_SPI=y @@ -439,6 +445,7 @@ CONFIG_NET_RESOLV=y CONFIG_NET_IFUP=y CONFIG_NET_DHCP=y # CONFIG_NET_SNTP is not set +# CONFIG_NET_FASTBOOT is not set # # Drivers @@ -558,20 +565,12 @@ CONFIG_MTD_M25P80=y # CONFIG_DRIVER_CFI is not set CONFIG_NAND=y -CONFIG_NAND_ECC_SOFT=y -# CONFIG_NAND_ECC_BCH is not set -CONFIG_NAND_ECC_HW=y -# CONFIG_NAND_ECC_HW_OOB_FIRST is not set +# CONFIG_MTD_NAND_ECC_SOFT is not set CONFIG_NAND_ECC_HW_SYNDROME=y -CONFIG_NAND_ECC_HW_NONE=y -CONFIG_NAND_INFO=y -CONFIG_NAND_READ_OOB=y -CONFIG_NAND_BBT=y # CONFIG_NAND_ALLOW_ERASE_BAD is not set CONFIG_NAND_OMAP_GPMC=y # CONFIG_MTD_NAND_OMAP_ELM is not set -# CONFIG_MTD_NAND_ECC_SMC is not set -CONFIG_MTD_NAND_IDS=y +# CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC is not set # CONFIG_MTD_NAND_DENALI is not set CONFIG_MTD_SPI_NOR=y # CONFIG_MTD_SPI_NOR_USE_4K_SECTORS is not set @@ -629,6 +628,7 @@ CONFIG_MCI_STARTUP=y CONFIG_MCI_INFO=y CONFIG_MCI_WRITE=y # CONFIG_MCI_MMC_BOOT_PARTITIONS is not set +# CONFIG_MCI_MMC_GPP_PARTITIONS is not set # # --- MCI host drivers --- -- cgit v1.2.3