summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/platforms/image-stm32mp157c-ev1.in
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-07-22 15:35:20 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-07-22 16:30:40 +0200
commit8a56c6f369754c3fa9fa66f11d7f965520e54d1b (patch)
tree5ef1b9501f900e39158577a845ec1dc3472139cf /configs/platform-v7a/platforms/image-stm32mp157c-ev1.in
parent4fda64a28d4dacb79b3edee4520c6acef9ac96fa (diff)
downloadDistroKit-8a56c6f369754c3fa9fa66f11d7f965520e54d1b.tar.gz
DistroKit-8a56c6f369754c3fa9fa66f11d7f965520e54d1b.tar.xz
v7a: generate image for STM32MP7C-EV1
The STM32MP157C-EV1 Evaluation board is the full-feature demonstration and development platform for STMicroelectronics Arm®-based dual Cortex®-A7 32 bits and Cortex®-M4 32 bits MPUs in the STM32MP1 Series. The small siblings DK1 and DK2 are already supported. Add now support for the EV1 as well, so DistroKit can be used out-of-the-box with all the official STM32MP1 development kits. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.pengutronix.de/20210722133520.17946-4-a.fatoum@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/platforms/image-stm32mp157c-ev1.in')
-rw-r--r--configs/platform-v7a/platforms/image-stm32mp157c-ev1.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/platform-v7a/platforms/image-stm32mp157c-ev1.in b/configs/platform-v7a/platforms/image-stm32mp157c-ev1.in
new file mode 100644
index 0000000..d0b60a4
--- /dev/null
+++ b/configs/platform-v7a/platforms/image-stm32mp157c-ev1.in
@@ -0,0 +1,11 @@
+## SECTION=image
+
+config IMAGE_STM32MP157C_EV1
+ tristate
+ select HOST_GENIMAGE
+ select IMAGE_ROOT_EXT
+ select BAREBOX_STM32MP
+ select TF_A
+ prompt "Generate images/stm32mp157c-ev1.hdimg"
+ help
+ Generate GPT image for the STM32MP157C-EV1