From f3b731600751a9a2859c1fd01805ee6324340bdb Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Fri, 24 Apr 2020 19:17:25 +0200 Subject: v7a: barebox: add support for Linux Automation MC-1 This adds barebox support for the Linux Automation GmbH MC-1 board built around the Octavo Systems OSD32MP157C-512M SiP. The patches have been posted[1] upstream, but are not yet accepted. It's however expected for them to be part of barebox v2020.06.0, at which time we can drop the patchset again. [1]: https://lists.infradead.org/pipermail/barebox/2020-April/041653.html Signed-off-by: Ahmad Fatoum --- configs/platform-v7a/barebox-stm32mp.config | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'configs/platform-v7a/barebox-stm32mp.config') diff --git a/configs/platform-v7a/barebox-stm32mp.config b/configs/platform-v7a/barebox-stm32mp.config index 4dce15b..3506962 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 2020.04.0 Configuration +# Barebox/arm 2020.04.0-20200424-2 Configuration # CONFIG_ARM=y CONFIG_ARM_LINUX=y @@ -53,6 +53,7 @@ CONFIG_BAREBOX_MAX_IMAGE_SIZE=0xffffffff CONFIG_ARCH_NR_GPIO=416 CONFIG_ARCH_STM32MP157=y CONFIG_MACH_STM32MP157C_DK2=y +CONFIG_MACH_LXA_MC1=y # CONFIG_BOARD_ARM_GENERIC_DT is not set CONFIG_ARM_ASM_UNIFIED=y CONFIG_AEABI=y @@ -133,6 +134,7 @@ CONFIG_RELOCATABLE=y CONFIG_PROMPT="barebox:" CONFIG_BAUDRATE=115200 CONFIG_CBSIZE=1024 +CONFIG_FIRMWARE=y CONFIG_SHELL_HUSH=y # CONFIG_SHELL_SIMPLE is not set # CONFIG_SHELL_NONE is not set @@ -377,7 +379,7 @@ CONFIG_CMD_WD_DEFAULT_TIMOUT=0 CONFIG_CMD_BAREBOX_UPDATE=y # CONFIG_CMD_BLOBGEN is not set # CONFIG_CMD_FIRMWARELOAD is not set -# CONFIG_CMD_OF_DIFF is not set +CONFIG_CMD_OF_DIFF=y CONFIG_CMD_OF_DUMP=y CONFIG_CMD_OF_NODE=y CONFIG_CMD_OF_PROPERTY=y @@ -513,7 +515,7 @@ CONFIG_MCI=y CONFIG_MCI_STARTUP=y CONFIG_MCI_INFO=y CONFIG_MCI_WRITE=y -# CONFIG_MCI_MMC_BOOT_PARTITIONS is not set +CONFIG_MCI_MMC_BOOT_PARTITIONS=y # # --- MCI host drivers --- @@ -574,7 +576,7 @@ CONFIG_LED_GPIO_OF=y # # EEPROM support # -# CONFIG_EEPROM_AT24 is not set +CONFIG_EEPROM_AT24=y # end of EEPROM support # @@ -639,7 +641,8 @@ CONFIG_REGULATOR_STPMIC1=y # # Remoteproc drivers # -# CONFIG_REMOTEPROC is not set +CONFIG_REMOTEPROC=y +CONFIG_STM32_REMOTEPROC=y # end of Remoteproc drivers CONFIG_ARCH_HAS_RESET_CONTROLLER=y -- cgit v1.2.3