From bf6859d3f6d9fa3945dee4132ce1e2127b523e5e Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Tue, 9 Jul 2019 00:39:49 +0200 Subject: v7a: barebox: version bump 2019.03.0 -> 2019.06.1 Just a simple oldconfig with default values for all variants with the help of ./scripts/update-diffs-v7a.sh. Changes in config symbols: * BAREBOX_MAX_PBLX_SIZE was removed in v2019.04.0 because pblx was removed. The maximum file size is now instead determined by BAREBOX_MAX_IMAGE_SIZE. [1] * The m25p80 driver was refactored to use the spi_mem API [2] (affects am355x and mx6) * The ARMv8 clocksource can now also work with ARMv7 timers, so it is auto-enabled by kconfig since barebox v2019.05.0. [3] * GPIO_BCM283X was replaced by PINCTRL_BCM283X in v2019.04.0. [4] * CRC16 was replaced by CRC_ITU_T in v2019.04.0 [5], but since it has no prompt in the menu and it is actually not selected by anyone except on am335x-mlo, it now stays disabled in the other variants. Relevant barebox commits: [1]: 9e72ea7a006cd0931913 ("images: pbl: verify CONFIG_BAREBOX_MAX_IMAGE_SIZE is not exceeded" [2]: 80b6b874944d7982e6c7 ("mtd: devices: m25p80: use the spi_mem_xx() API") [3]: dece707522434d5c8eb3 ("clocksource: Enable architected timer support for CPU_V7") [4]: be717102c8ba2d0ea022 ("pinctrl: bcm2835: move existing code from gpio.") [5]: 74de1afbd2ed4262d410 ("crc: import crc_itu_t() from kernel") Signed-off-by: Roland Hieber --- configs/platform-v7a/barebox-vexpress.config.diff | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configs/platform-v7a/barebox-vexpress.config.diff') diff --git a/configs/platform-v7a/barebox-vexpress.config.diff b/configs/platform-v7a/barebox-vexpress.config.diff index c174b57..00d3a2f 100644 --- a/configs/platform-v7a/barebox-vexpress.config.diff +++ b/configs/platform-v7a/barebox-vexpress.config.diff @@ -1,4 +1,4 @@ -c20722800c30a40b29690bb8e12f2781 +c3c686967b6e3f09f46f21b858ef15c4 CONFIG_AMBA_SP804=y # CONFIG_ARCH_BCM283X is not set CONFIG_ARCH_VEXPRESS=y @@ -24,7 +24,6 @@ CONFIG_DRIVER_NET_SMC911X=y # CONFIG_GENERIC_GPIO is undefined # CONFIG_GPIOLIB is undefined # CONFIG_GPIO_74164 is undefined -# CONFIG_GPIO_BCM283X is undefined # CONFIG_GPIO_DESIGNWARE is undefined # CONFIG_GPIO_GENERIC_PLATFORM is undefined # CONFIG_GPIO_PCA953X is undefined @@ -42,13 +41,16 @@ CONFIG_DRIVER_NET_SMC911X=y # CONFIG_MACH_RPI2 is undefined # CONFIG_MACH_RPI3 is undefined # CONFIG_MACH_RPI is undefined +# CONFIG_MACH_RPI_CM3 is undefined # CONFIG_MACH_RPI_COMMON is undefined CONFIG_MACH_VEXPRESS=y # CONFIG_MCI_BCM283X is undefined +# CONFIG_MCI_BCM283X_SDHOST is undefined # CONFIG_MDIO_BUS_MUX_GPIO is undefined CONFIG_MTD_CONCAT=y # CONFIG_OF_GPIO is undefined CONFIG_PBL_CONSOLE=y +# CONFIG_PINCTRL_BCM283X is undefined CONFIG_PROMPT="vexpress: " # CONFIG_REGULATOR_BCM283X is undefined # CONFIG_REGULATOR_FIXED is undefined -- cgit v1.2.3