From 10f60d380038f654c24c071ff34157e32cc1e1d5 Mon Sep 17 00:00:00 2001 From: Yann Gautier Date: Thu, 23 Nov 2023 19:37:21 +0100 Subject: [PATCH] docs(changelog): add subsections for STM32MP25 The STM32MP2 family has 3 different types of SoCs (STM32MP25, STM32MP23 and STM32MP21). For the moment only STM32MP25 is partly supported in TF-A. Add a dedicated subsections for STM32MP25. The other ones will be added later. The same is done for FDTS scope. Signed-off-by: Yann Gautier Signed-off-by: Nicolas Le Bayon Change-Id: Ia18824a7b649bcd1ffa631e3aa0ecb3fd0b2d038 --- changelog.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.yaml b/changelog.yaml index 3591f029c..433ebee8a 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -649,6 +649,10 @@ subsections: - title: STM32MP2 scope: stm32mp2 + subsections: + - title: STM32MP25 + scope: stm32mp25 + - title: Texas Instruments scope: ti @@ -1335,6 +1339,10 @@ subsections: - title: STM32MP2 scope: stm32mp2-fdts + subsections: + - title: STM32MP25 + scope: stm32mp25-fdts + - title: PIE scope: pie