From f586445a24ac00dd841deb6b2d8e365a99d9f870 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Tue, 26 Apr 2022 10:38:20 +0200 Subject: v7a: barebox: update v2022.01.0 → v2022.04.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Config changes are those of olddefconfig with the exception of CONFIG_FS_UBIFS_COMPRESSION_ZSTD for the i.MX6 barebox: We already have UBIFS support enabled, so it makes sense to allow mounting UBIFS with zstd as well. This update imports two barebox patches to address regressions due to recent Raspberry Pi upstream rework. Signed-off-by: Ahmad Fatoum Link: https://lore.pengutronix.de/20220426083821.1829442-2-a.fatoum@pengutronix.de Signed-off-by: Robert Schwebel --- configs/platform-v7a/barebox.config | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'configs/platform-v7a/barebox.config') diff --git a/configs/platform-v7a/barebox.config b/configs/platform-v7a/barebox.config index 1992c65..62db947 100644 --- a/configs/platform-v7a/barebox.config +++ b/configs/platform-v7a/barebox.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Barebox/arm 2022.01.0 Configuration +# Barebox/arm 2022.04.0 Configuration # CONFIG_ARM=y CONFIG_ARM_LINUX=y @@ -250,8 +250,10 @@ CONFIG_COMPILE_HASH=y # # Information # +# CONFIG_CMD_TUTORIAL is not set CONFIG_CMD_ARM_CPUINFO=y CONFIG_CMD_DEVINFO=y +# CONFIG_CMD_DEVUNBIND is not set CONFIG_CMD_DMESG=y CONFIG_CMD_DRVINFO=y CONFIG_CMD_HELP=y @@ -650,6 +652,7 @@ CONFIG_CLOCKSOURCE_ARM_ARCHITECTED_TIMER=y # CONFIG_MFD_TWL4030 is not set # CONFIG_MFD_TWL6030 is not set # CONFIG_MFD_STPMIC1 is not set +# CONFIG_MFD_RN568PMIC is not set # CONFIG_MFD_ATMEL_FLEXCOM is not set # end of Multifunction device drivers @@ -661,6 +664,7 @@ CONFIG_CLOCKSOURCE_ARM_ARCHITECTED_TIMER=y CONFIG_STATE_DRV=y CONFIG_DEV_MEM=y # CONFIG_UBOOTVAR is not set +# CONFIG_STORAGE_BY_UUID is not set # end of Misc devices CONFIG_LED=y @@ -751,6 +755,7 @@ CONFIG_REGULATOR_BCM283X=y # Firmware Drivers # # CONFIG_FIRMWARE_ALTERA_SERIAL is not set +# CONFIG_ARM_SCMI_PROTOCOL is not set # end of Firmware Drivers # @@ -767,11 +772,21 @@ CONFIG_REGULATOR_BCM283X=y # # end of Memory controller drivers +# +# SoC drivers +# + # # i.MX SoC drivers # # end of i.MX SoC drivers +# +# KVX SoC drivers +# +# end of KVX SoC drivers +# end of SoC drivers + # # NVME Support # @@ -878,8 +893,8 @@ CONFIG_ARCH_HAS_DATA_ABORT_MASK=y # CONFIG_CRC32=y CONFIG_DIGEST=y -CONFIG_MD5=y -CONFIG_SHA1=y +CONFIG_HAVE_DIGEST_MD5=y +CONFIG_HAVE_DIGEST_SHA1=y # CONFIG_DIGEST_CRC32_GENERIC is not set CONFIG_DIGEST_MD5_GENERIC=y CONFIG_DIGEST_SHA1_GENERIC=y -- cgit v1.2.3