From 8a56c6f369754c3fa9fa66f11d7f965520e54d1b Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Thu, 22 Jul 2021 15:35:20 +0200 Subject: v7a: generate image for STM32MP7C-EV1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Link: https://lore.pengutronix.de/20210722133520.17946-4-a.fatoum@pengutronix.de Signed-off-by: Robert Schwebel --- configs/platform-v7a/platforms/blspec-stm32mp157c-ev1.in | 5 +++++ configs/platform-v7a/platforms/image-stm32mp157c-ev1.in | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 configs/platform-v7a/platforms/blspec-stm32mp157c-ev1.in create mode 100644 configs/platform-v7a/platforms/image-stm32mp157c-ev1.in (limited to 'configs/platform-v7a/platforms') diff --git a/configs/platform-v7a/platforms/blspec-stm32mp157c-ev1.in b/configs/platform-v7a/platforms/blspec-stm32mp157c-ev1.in new file mode 100644 index 0000000..02f6901 --- /dev/null +++ b/configs/platform-v7a/platforms/blspec-stm32mp157c-ev1.in @@ -0,0 +1,5 @@ +## SECTION=blspec + +config BLSPEC_STM32MP157C_EV1 + tristate + prompt "/loader/entries/stm32mp157c-ev1.conf bootloader spec entry" 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 -- cgit v1.2.3