From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Ahmad Fatoum Date: Fri, 24 Apr 2020 19:17:21 +0200 Message-Id: <20200424171726.8330-2-a.fatoum@pengutronix.de> In-Reply-To: <20200424171726.8330-1-a.fatoum@pengutronix.de> References: <20200424171726.8330-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 Subject: [DistroKit] [PATCH 2/7] v7a: tf-a: version bump v2.2 -> v2.3 List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: distrokit-bounces@pengutronix.de Sender: "DistroKit" To: distrokit@pengutronix.de Cc: Ahmad Fatoum TF-A v2.3 brings in support for multi-image STM32MP1 builds, which means less boilerplate for us, because we can build images for multiple STM32MP1 boards at once with the same rule. We want to do this in the follow-up commit, so bump the version now. With this update, all boot device drivers are disabled by default. We can afford continuing to waste a few kilobytes in the first stage bootloader and in the future, we might want to support boards that don't boot from SDMMC anyway, so just (re-)enable all of them. Signed-off-by: Ahmad Fatoum --- configs/platform-v7a/platformconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig index 6060f65076c5..04b01f93f017 100644 --- a/configs/platform-v7a/platformconfig +++ b/configs/platform-v7a/platformconfig @@ -183,14 +183,14 @@ PTXCONF_BOOTLOADER=y # PTXCONF_HOST_MXS_UTILS is not set # PTXCONF_OPTEE is not set PTXCONF_TF_A=y -PTXCONF_TF_A_VERSION="v2.2" -PTXCONF_TF_A_MD5="bb300e5a62c911e189c80d935d497a4b" +PTXCONF_TF_A_VERSION="v2.3" +PTXCONF_TF_A_MD5="95ccde0f7e96cd8e72d44420a5406252" PTXCONF_TF_A_ARCH_STRING="aarch32" PTXCONF_TF_A_ARM_ARCH_MAJOR_7=y # PTXCONF_TF_A_ARM_ARCH_MAJOR_8_32_BIT is not set PTXCONF_TF_A_ARM_ARCH_MAJOR=7 PTXCONF_TF_A_PLATFORM="stm32mp1" -PTXCONF_TF_A_EXTRA_ARGS="DTB_FILE_NAME=stm32mp157c-dk2.dtb" +PTXCONF_TF_A_EXTRA_ARGS="DTB_FILE_NAME=stm32mp157c-dk2.dtb STM32MP_EMMC=1 STM32MP_SDMMC=1 STM32MP_RAW_NAND=1 STM32MP_SPI_NAND=1 STM32MP_SPI_NOR=1" PTXCONF_TF_A_ARTIFACTS="tf-a-*.stm32" # -- 2.26.1 _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de