summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-06-03 16:16:52 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-06-03 18:15:24 +0200
commit27a17969aafdbc592e6920514cd169e6ab90aef9 (patch)
treeea1fb15617b03149a1d431ef47aa4e0bbd8b92e5 /configs/platform-v7a
parent6fe6cd777dc21ef7f3ff0051bf639fcfd38a0a81 (diff)
downloadDistroKit-27a17969aafdbc592e6920514cd169e6ab90aef9.tar.gz
DistroKit-27a17969aafdbc592e6920514cd169e6ab90aef9.tar.xz
v7a: barebox: stm32mp: enable sha1sum command
The barebox images for all v7a boards (e.g. rpi3, bbb) have this already enabled. For symmetry with them and because internal CI checks for it, enable the command. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a')
-rw-r--r--configs/platform-v7a/barebox-stm32mp.config6
-rw-r--r--configs/platform-v7a/barebox-stm32mp.config.diff4
2 files changed, 4 insertions, 6 deletions
diff --git a/configs/platform-v7a/barebox-stm32mp.config b/configs/platform-v7a/barebox-stm32mp.config
index 1a34680..027b9d6 100644
--- a/configs/platform-v7a/barebox-stm32mp.config
+++ b/configs/platform-v7a/barebox-stm32mp.config
@@ -194,6 +194,7 @@ CONFIG_STATE=y
# CONFIG_STATE_BACKWARD_COMPATIBLE is not set
# CONFIG_BOOTCHOOSER is not set
CONFIG_RESET_SOURCE=y
+# CONFIG_MACHINE_ID is not set
#
# OP-TEE loading
@@ -297,7 +298,7 @@ CONFIG_CMD_PWD=y
CONFIG_CMD_READLINK=y
CONFIG_CMD_RM=y
CONFIG_CMD_RMDIR=y
-# CONFIG_CMD_SHA1SUM is not set
+CONFIG_CMD_SHA1SUM=y
# CONFIG_CMD_SHA224SUM is not set
# CONFIG_CMD_SHA256SUM is not set
# CONFIG_CMD_SHA384SUM is not set
@@ -767,9 +768,10 @@ CONFIG_ARCH_HAS_DATA_ABORT_MASK=y
CONFIG_CRC32=y
CONFIG_DIGEST=y
CONFIG_MD5=y
+CONFIG_SHA1=y
# CONFIG_DIGEST_CRC32_GENERIC is not set
CONFIG_DIGEST_MD5_GENERIC=y
-# CONFIG_DIGEST_SHA1_GENERIC is not set
+CONFIG_DIGEST_SHA1_GENERIC=y
# CONFIG_DIGEST_SHA224_GENERIC is not set
# CONFIG_DIGEST_SHA256_GENERIC is not set
# CONFIG_DIGEST_SHA384_GENERIC is not set
diff --git a/configs/platform-v7a/barebox-stm32mp.config.diff b/configs/platform-v7a/barebox-stm32mp.config.diff
index 3e5fc93..81d1af5 100644
--- a/configs/platform-v7a/barebox-stm32mp.config.diff
+++ b/configs/platform-v7a/barebox-stm32mp.config.diff
@@ -26,7 +26,6 @@ CONFIG_CMD_MENU_MANAGEMENT=y
CONFIG_CMD_MIITOOL=y
CONFIG_CMD_OF_DIFF=y
CONFIG_CMD_POWEROFF=y
-# CONFIG_CMD_SHA1SUM is not set
# CONFIG_CMD_SPI is undefined
# CONFIG_CMD_USB is undefined
# CONFIG_CMD_USBGADGET is undefined
@@ -38,7 +37,6 @@ CONFIG_CRC8=y
# CONFIG_DEFAULT_COMPRESSION_BZIP2 is undefined
# CONFIG_DEFAULT_COMPRESSION_XZ is undefined
CONFIG_DEFAULT_LOGLEVEL=7
-# CONFIG_DIGEST_SHA1_GENERIC is not set
# CONFIG_DRIVER_CFI is undefined
CONFIG_DRIVER_NET_DESIGNWARE_EQOS=y
CONFIG_DRIVER_NET_DESIGNWARE_STM32=y
@@ -62,7 +60,6 @@ CONFIG_I2C_STM32=y
# CONFIG_KEYBOARD_USB is undefined
# CONFIG_LED_TRIGGERS is not set
# CONFIG_LIBFDT is undefined
-# CONFIG_MACHINE_ID is undefined
CONFIG_MACH_LXA_MC1=y
# CONFIG_MACH_RPI2 is undefined
# CONFIG_MACH_RPI3 is undefined
@@ -117,7 +114,6 @@ CONFIG_REMOTEPROC=y
CONFIG_RESET_CONTROLLER=y
# CONFIG_RESET_IMX7 is not set
CONFIG_RESET_STM32=y
-# CONFIG_SHA1 is undefined
# CONFIG_SPI is not set
# CONFIG_SPI_MEM is undefined
CONFIG_STM32_BSEC=y