summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/barebox-am335x-mlo.config
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-07-09 00:39:49 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2019-07-09 08:05:24 +0200
commitbf6859d3f6d9fa3945dee4132ce1e2127b523e5e (patch)
tree7d9abd80df5a33af6545393c95a04a8578a2d7ec /configs/platform-v7a/barebox-am335x-mlo.config
parent3556610e5b6e218e0fe9764edacc57231d651e95 (diff)
downloadDistroKit-bf6859d3f6d9fa3945dee4132ce1e2127b523e5e.tar.gz
DistroKit-bf6859d3f6d9fa3945dee4132ce1e2127b523e5e.tar.xz
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 <rhi@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/barebox-am335x-mlo.config')
-rw-r--r--configs/platform-v7a/barebox-am335x-mlo.config21
1 files changed, 18 insertions, 3 deletions
diff --git a/configs/platform-v7a/barebox-am335x-mlo.config b/configs/platform-v7a/barebox-am335x-mlo.config
index 4dc0152..2634137 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 2019.03.0 Configuration
+# Barebox/arm 2019.06.1 Configuration
#
CONFIG_ARM=y
CONFIG_ARM_USE_COMPRESSED_DTB=y
@@ -17,6 +17,7 @@ CONFIG_TEXT_BASE=0x0
# 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
# CONFIG_ARCH_MXS is not set
# CONFIG_ARCH_NETX is not set
@@ -28,6 +29,7 @@ CONFIG_ARCH_OMAP=y
# CONFIG_ARCH_S3C24xx is not set
# CONFIG_ARCH_S5PCxx is not set
# CONFIG_ARCH_S3C64xx is not set
+# CONFIG_ARCH_STM32MP1 is not set
# CONFIG_ARCH_VERSATILE is not set
# CONFIG_ARCH_VEXPRESS is not set
# CONFIG_ARCH_TEGRA is not set
@@ -114,7 +116,6 @@ CONFIG_MMU=y
CONFIG_MMU_EARLY=y
CONFIG_BAREBOX_MAX_PBL_SIZE=0xffffffff
CONFIG_BAREBOX_MAX_BARE_INIT_SIZE=0xffffffff
-CONFIG_BAREBOX_MAX_PBLX_SIZE=0xffffffff
CONFIG_STACK_SIZE=0x8000
CONFIG_MALLOC_SIZE=0x0
# CONFIG_EXPERIMENTAL is not set
@@ -195,6 +196,8 @@ CONFIG_DRIVER_SERIAL_NS16550_OMAP_EXTENSIONS=y
# SPI drivers
#
CONFIG_SPI=y
+CONFIG_SPI_MEM=y
+# CONFIG_DRIVER_SPI_FSL_QUADSPI is not set
# CONFIG_DRIVER_SPI_GPIO is not set
CONFIG_DRIVER_SPI_OMAP3=y
# CONFIG_I2C is not set
@@ -272,6 +275,7 @@ CONFIG_MCI_OMAP_HSMMC=y
# Clocksource
#
CONFIG_CLOCKSOURCE_DUMMY_RATE=1000
+CONFIG_CLOCKSOURCE_ARMV8_TIMER=y
# CONFIG_CLOCKSOURCE_DW_APB_TIMER is not set
CONFIG_CLOCKSOURCE_TI_DM=y
@@ -315,6 +319,10 @@ CONFIG_GPIOLIB=y
CONFIG_GPIO_OMAP=y
# CONFIG_GPIO_DESIGNWARE is not set
# CONFIG_W1 is not set
+
+#
+# Pin controllers
+#
CONFIG_PINCTRL=y
CONFIG_PINCTRL_SINGLE=y
# CONFIG_NVMEM is not set
@@ -344,6 +352,10 @@ CONFIG_TI_SYSC=y
#
#
+# NVME Support
+#
+
+#
# Filesystem support
#
CONFIG_FS=y
@@ -397,6 +409,7 @@ CONFIG_UNCOMPRESS=y
# CONFIG_LZ4_DECOMPRESS is not set
# CONFIG_ZSTD_DECOMPRESS is not set
# CONFIG_XZ_DECOMPRESS is not set
+# CONFIG_BASE64 is not set
CONFIG_LZO_DECOMPRESS=y
CONFIG_XYMODEM=y
# CONFIG_RATP is not set
@@ -409,11 +422,13 @@ CONFIG_XYMODEM=y
#
# CONFIG_BAREBOX_LOGO is not set
# CONFIG_BOOTSTRAP is not set
+# CONFIG_NLS is not set
+# CONFIG_BLOBGEN is not set
#
# Crypto support
#
-CONFIG_CRC16=y
+CONFIG_CRC_ITU_T=y
# CONFIG_DIGEST is not set
# CONFIG_CRYPTO_KEYSTORE is not set