summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/barebox-stm32mp.config
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-07-22 15:35:17 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-07-22 16:30:40 +0200
commitafdae87857e9fcd729e3b5fb72cbc41c74fd632d (patch)
tree560a03422c90ed5ee2bda748982c0cd220cee2de /configs/platform-v7a/barebox-stm32mp.config
parentd1b543d41f402b27c58a415da256662ff4c61f8a (diff)
downloadDistroKit-afdae87857e9fcd729e3b5fb72cbc41c74fd632d.tar.gz
DistroKit-afdae87857e9fcd729e3b5fb72cbc41c74fd632d.tar.xz
v7a: barebox: version bump v2021.05.0 → v2021.07.0
barebox v2021.07.0 now comes with support for first stage boot on the SAMA5D3. The SAMA5D3 has a v7a CPU but lacks NEON, so it doesn't make sense to enable for the v7a platform. Unfortunately, barebox master is upset if you don't build both sama5d2 and sama5d3 at the same time. Instead of working around this in the defconfig and enabling a board we don't need and may forget to disable, import a small patch. We should be able to drop this with v2021.08.0. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.pengutronix.de/20210722133520.17946-1-a.fatoum@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/barebox-stm32mp.config')
-rw-r--r--configs/platform-v7a/barebox-stm32mp.config10
1 files changed, 9 insertions, 1 deletions
diff --git a/configs/platform-v7a/barebox-stm32mp.config b/configs/platform-v7a/barebox-stm32mp.config
index 423540c..6afc4fe 100644
--- a/configs/platform-v7a/barebox-stm32mp.config
+++ b/configs/platform-v7a/barebox-stm32mp.config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Barebox/arm 2021.05.0 Configuration
+# Barebox/arm 2021.07.0 Configuration
#
CONFIG_ARM=y
CONFIG_ARM_LINUX=y
@@ -164,7 +164,9 @@ CONFIG_BOOTM_OFTREE_UIMAGE=y
# CONFIG_BOOTM_FITIMAGE is not set
CONFIG_BLSPEC=y
CONFIG_FLEXIBLE_BOOTARGS=y
+# CONFIG_MMCBLKDEV_ROOTARG is not set
CONFIG_BAREBOX_UPDATE=y
+# CONFIG_SYSTEM_PARTITIONS is not set
CONFIG_IMD=y
# CONFIG_IMD_TARGET is not set
# CONFIG_KERNEL_INSTALL_TARGET is not set
@@ -448,6 +450,7 @@ CONFIG_ARM_AMBA=y
CONFIG_DRIVER_SERIAL_STM32=y
# CONFIG_DRIVER_SERIAL_NS16550 is not set
# CONFIG_DRIVER_SERIAL_CADENCE is not set
+# CONFIG_SERIAL_SIFIVE is not set
# end of serial drivers
CONFIG_PHYLIB=y
@@ -461,6 +464,7 @@ CONFIG_PHYLIB=y
CONFIG_DRIVER_NET_DESIGNWARE_EQOS=y
CONFIG_DRIVER_NET_DESIGNWARE_STM32=y
# CONFIG_DRIVER_NET_DESIGNWARE_TEGRA186 is not set
+# CONFIG_DRIVER_NET_DESIGNWARE_ROCKCHIP is not set
# CONFIG_DRIVER_NET_FSL_FMAN is not set
# CONFIG_DRIVER_NET_KS8851_MLL is not set
# CONFIG_DRIVER_NET_SMC911X is not set
@@ -545,6 +549,7 @@ CONFIG_MCI_MMC_BOOT_PARTITIONS=y
# --- MCI host drivers ---
#
# CONFIG_MCI_DW is not set
+# CONFIG_MCI_ROCKCHIP_DWCMSHC is not set
# CONFIG_MCI_MMCI is not set
# CONFIG_MCI_ARASAN is not set
CONFIG_MCI_STM32_SDMMC2=y
@@ -639,6 +644,7 @@ CONFIG_GPIOLIB=y
# CONFIG_GPIO_PL061 is not set
# CONFIG_GPIO_DESIGNWARE is not set
# CONFIG_GPIO_SX150X is not set
+# CONFIG_GPIO_SIFIVE is not set
# end of GPIO
# CONFIG_W1 is not set
@@ -824,3 +830,5 @@ CONFIG_EXTRA_FIRMWARE_DIR="firmware"
#
# CONFIG_COMPILE_HOST_TOOLS is not set
# end of Host Tools
+
+# CONFIG_TEST is not set