From 10f60d380038f654c24c071ff34157e32cc1e1d5 Mon Sep 17 00:00:00 2001 From: Yann Gautier Date: Thu, 23 Nov 2023 19:37:21 +0100 Subject: [PATCH 1/4] 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 From 48a59eb00a0a0489da170007ccff5e3c993bdf78 Mon Sep 17 00:00:00 2001 From: Yann Gautier Date: Wed, 13 Nov 2024 11:29:50 +0100 Subject: [PATCH 2/4] docs(changelog): update some scope for release note To ease release note preparation, add some missing scope in the changelog.yaml file. Change-Id: I9426cf7b90455a487c4653c3fc9a6a718c13df7b Signed-off-by: Yann Gautier --- changelog.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/changelog.yaml b/changelog.yaml index 433ebee8a..f63b86a8f 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -252,6 +252,7 @@ subsections: deprecated: - board/rdn2 + - rdfremont deprecated: - neoverse @@ -272,6 +273,9 @@ subsections: - title: Corstone-1000 scope: corstone-1000 + deprecated: + - corstone1000 + - title: Automotive RD scope: automotive_rd @@ -302,6 +306,9 @@ subsections: - title: HiKey960 scope: hikey960 + - title: Poplar + scope: poplar + - title: Intel scope: intel @@ -616,6 +623,9 @@ subsections: - title: RK3328 scope: rk3328 + - title: RK3588 + scope: rk3588 + - title: Socionext scope: socionext @@ -734,6 +744,9 @@ subsections: - title: Services scope: services + deprecated: + - std_svc + subsections: - title: FF-A scope: ff-a From 02c580cd0eabf197dfc6f9ee9ee9db6290d687c7 Mon Sep 17 00:00:00 2001 From: Yann Gautier Date: Wed, 13 Nov 2024 13:46:15 +0100 Subject: [PATCH 3/4] docs(changelog): create SPD scopes Create scopes for Secure Payload dispatchers (OP-TEE, ProvenCore, Trusty, TSP and Trusted Little Kernel). Signed-off-by: Yann Gautier Change-Id: I04d88fb6839d8cc1d87d0962f0a499a5e90c8680 --- changelog.yaml | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/changelog.yaml b/changelog.yaml index f63b86a8f..49938da45 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -804,6 +804,28 @@ subsections: - title: ChromeOS scope: cros + - title: Secure Payload Dispatcher + scope: spd + + subsections: + - title: OP-TEE + scope: optee + + deprecated: + - lib/optee + + - title: ProvenCore + scope: pncd + + - title: Trusted Little Kernel + scope: tlkd + + - title: Trusty + scope: trusty + + - title: TSP + scope: tspd + - title: Libraries scope: lib @@ -838,12 +860,6 @@ subsections: - title: MPMM scope: mpmm - - title: OP-TEE - scope: optee - - deprecated: - - lib/optee - - title: PSCI scope: psci From 1bf7a475b696d0250f36bbd09d002dfc1b7403f7 Mon Sep 17 00:00:00 2001 From: Yann Gautier Date: Wed, 13 Nov 2024 17:56:43 +0100 Subject: [PATCH 4/4] docs(changelog): add some architecture features Add missing scopes for FEAT_SCTLR2, FEAT_D128 and FEAT_THE. Signed-off-by: Yann Gautier Change-Id: I32b0dd2bdf68a5a56f8b236155ad44686d853eca --- changelog.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/changelog.yaml b/changelog.yaml index 49938da45..f2403d09b 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -161,6 +161,18 @@ subsections: - title: DynamIQ Shared Unit (DSU) scope: dsu + - title: Extension to SCTLR_ELx (FEAT_SCTLR2) + scope: sctlr2 + + deprecated: + - feat_sctlr2 + + - title: 128-bit Translation Tables (FEAT_D128) + scope: d128 + + - title: Translation Hardening Extension (FEAT_THE) + scope: the + - title: Platforms scope: platforms