From 18eaac17bf76f5b1cba0ee5ca42137b23047f476 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Wed, 21 Apr 2021 09:38:20 +0200 Subject: v7a: barebox: version bump v2021.02.0 → v2021.04.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updating to v2021.04.0 lets us drop the patches we have, but unfortunately we need to import a new patch in return to fix a USB/Ethernet breakage on barebox-rpi2. Kconfig changes are those produced by oldconfig, except for the following: - BTHREAD: new feature that's not used by default, but could use some extra coverage. Enable it for all configuration, except for am335x-mlo, where we have a restrictive size limitation. - MACH_STM32MP15X_EV1: The EV1 is the full featured STM32MP1 evaluation kit. In preperation for supporting this, enable its newly added barebox support. Signed-off-by: Ahmad Fatoum Link: https://lore.pengutronix.de/20210421073820.1318-1-a.fatoum@pengutronix.de Signed-off-by: Robert Schwebel --- configs/platform-v7a/barebox-am335x-mlo.config | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'configs/platform-v7a/barebox-am335x-mlo.config') diff --git a/configs/platform-v7a/barebox-am335x-mlo.config b/configs/platform-v7a/barebox-am335x-mlo.config index c24227a..aa1eb19 100644 --- a/configs/platform-v7a/barebox-am335x-mlo.config +++ b/configs/platform-v7a/barebox-am335x-mlo.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Barebox/arm 2021.02.0 Configuration +# Barebox/arm 2021.04.0 Configuration # CONFIG_ARM=y CONFIG_ARM_USE_COMPRESSED_DTB=y @@ -15,7 +15,6 @@ CONFIG_TEXT_BASE=0x0 # CONFIG_ARCH_DAVINCI is not set # CONFIG_ARCH_DIGIC is not set # CONFIG_ARCH_EP93XX is not set -# CONFIG_ARCH_HIGHBANK is not set # CONFIG_ARCH_IMX is not set # CONFIG_ARCH_LAYERSCAPE is not set # CONFIG_ARCH_MVEBU is not set @@ -35,7 +34,7 @@ CONFIG_ARCH_OMAP=y # CONFIG_ARCH_UEMD is not set # CONFIG_ARCH_ZYNQ is not set # CONFIG_ARCH_ZYNQMP is not set -# CONFIG_ARCH_QEMU is not set +# CONFIG_ARCH_ARM64_VIRT is not set # # Processor Type @@ -89,8 +88,10 @@ CONFIG_HAS_KALLSYMS=y CONFIG_HAS_MODULES=y CONFIG_HAS_CACHE=y CONFIG_HAS_DMA=y +CONFIG_HAS_ARCH_SJLJ=y CONFIG_GENERIC_GPIO=y CONFIG_BLOCK=y +CONFIG_USE_COMPRESSED_DTB=y CONFIG_FILETYPE=y # @@ -168,6 +169,7 @@ CONFIG_DEFAULT_COMPRESSION_NONE=y # CONFIG_BAREBOXENV_TARGET is not set # CONFIG_BAREBOXCRC32_TARGET is not set # CONFIG_POLLER is not set +# CONFIG_BTHREAD is not set # CONFIG_STATE is not set # CONFIG_BOOTCHOOSER is not set @@ -278,6 +280,7 @@ CONFIG_DISK=y # CONFIG_USB_GADGET is not set # CONFIG_USB_MUSB is not set # CONFIG_VIDEO is not set +# CONFIG_SOUND is not set CONFIG_MCI=y # @@ -409,6 +412,10 @@ CONFIG_TI_SYSC=y # NVME Support # # end of NVME Support + +# CONFIG_POWER_RESET_SYSCON is not set +# CONFIG_POWER_RESET_SYSCON_POWEROFF is not set +# CONFIG_VIRTIO_MENU is not set # end of Drivers # -- cgit v1.2.3