Skip to content

Commit e2288c1

Browse files
authored
Merge pull request #130 from tomi-font/bump_to_2.1.2
update to 2.1.2
2 parents 857f369 + ffefb75 commit e2288c1

File tree

104 files changed

+7556
-554
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+7556
-554
lines changed

bl2/ext/mcuboot/scripts/wrapper/wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ def wrap(key, align, version, header_size, pad_header, layout, pad, confirm,
100100
rom_fixed = macro_parser.evaluate_macro(layout, rom_fixed_re, 0, 1)
101101

102102
if measured_boot_record:
103-
if "_s" in layout:
103+
if "_s.o" in layout:
104104
record_sw_type = "SPE"
105-
elif "_ns" in layout:
105+
elif "_ns.o" in layout:
106106
record_sw_type = "NSPE"
107107
else:
108108
record_sw_type = "NSPE_SPE"

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#-------------------------------------------------------------------------------
77

88
# The 'TFM_VERSION_MANUAL' is used for fallback when Git tags are not available
9-
set(TFM_VERSION_MANUAL "2.1.1")
9+
set(TFM_VERSION_MANUAL "2.1.2")
1010

1111
execute_process(COMMAND git describe --tags --always
1212
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}

config/config_base.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ set(PROJECT_CONFIG_HEADER_FILE "" CACHE FILEPATH "User define
3737
# External libraries source and version
3838
set(MBEDCRYPTO_PATH "DOWNLOAD" CACHE PATH "Path to Mbed Crypto (or DOWNLOAD to fetch automatically")
3939
set(MBEDCRYPTO_FORCE_PATCH OFF CACHE BOOL "Always apply MBed Crypto patches")
40-
set(MBEDCRYPTO_VERSION "mbedtls-3.6.2" CACHE STRING "The version of Mbed Crypto to use")
40+
# TODO update to "mbedtls-3.6.3" after release,
41+
set(MBEDCRYPTO_VERSION "f985bee" CACHE STRING "The version of Mbed Crypto to use")
4142
set(MBEDCRYPTO_GIT_REMOTE "https://github.com/Mbed-TLS/mbedtls.git" CACHE STRING "The URL (or path) to retrieve MbedTLS from.")
4243

4344
set(MCUBOOT_PATH "DOWNLOAD" CACHE PATH "Path to MCUboot (or DOWNLOAD to fetch automatically")

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = 'Trusted Firmware-M'
23-
copyright = '2017-2024, ARM CE-OSS'
23+
copyright = '2017-2025, ARM CE-OSS'
2424
author = 'ARM CE-OSS'
2525
title = 'User Guide'
2626

docs/contributing/maintainers.rst

Lines changed: 85 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@ Chris Brand
2121
2222
:github: `UEWBot <https://github.com/UEWBot>`__
2323

24+
David Hu
25+
26+
:github: `davidhuziji <https://github.com/davidhuziji>`__
27+
2428
Code owners
2529
===========
2630

27-
Bootloader and FWU
28-
~~~~~~~~~~~~~~~~~~
31+
Bootloader
32+
~~~~~~~~~~
2933

3034
Tamas Ban
3135
@@ -35,6 +39,13 @@ David Vincze
3539
3640
:github: `davidvincze <https://github.com/davidvincze>`__
3741

42+
Firmware Update (FWU)
43+
~~~~~~~~~~~~~~~~~~~~~
44+
45+
Maulik Patel
46+
47+
:github: `maulik-arm <https://github.com/maulik-arm>`__
48+
3849
BL1 immutable bootloader
3950
~~~~~~~~~~~~~~~~~~~~~~~~
4051

@@ -45,9 +56,9 @@ Raef Coles
4556
Secure Storage
4657
~~~~~~~~~~~~~~
4758

48-
Jamie Fox
49-
:email: `jamie.fox@arm.com <jamie.fox@arm.com>`__
50-
:github: `jf549 <https://github.com/jf549>`__
59+
Matthew Dalzell
60+
:email: `Matthew.Dalzell@arm.com <Matthew.Dalzell@arm.com>`__
61+
:github: `mdalzellarm <https://github.com/mdalzellarm>`__
5162

5263
Crypto
5364
~~~~~~
@@ -56,6 +67,10 @@ Antonio de Angelis
5667
5768
:github: `adeaarm <https://github.com/adeaarm>`__
5869

70+
David Vincze
71+
72+
:github: `davidvincze <https://github.com/davidvincze>`__
73+
5974
Framework (SPM, etc.)
6075
~~~~~~~~~~~~~~~~~~~~~
6176

@@ -70,6 +85,13 @@ Maulik Patel
7085
7186
:github: `maulik-arm <https://github.com/maulik-arm>`__
7287

88+
Platform Partition
89+
~~~~~~~~~~~~~~~~~~
90+
91+
Nicola Mazzucato
92+
93+
:github: `nicola-mazzucato-arm <https://github.com/nicola-mazzucato-arm>`__
94+
7395
Build System
7496
~~~~~~~~~~~~
7597

@@ -88,6 +110,13 @@ Matthew Dalzell
88110
89111
:github: `mdalzellarm <https://github.com/mdalzellarm>`__
90112

113+
SCMI Partition (TF-M-Extras)
114+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
115+
116+
Nicola Mazzucato
117+
118+
:github: `nicola-mazzucato-arm <https://github.com/nicola-mazzucato-arm>`__
119+
91120
Arm Platforms
92121
~~~~~~~~~~~~~
93122

@@ -101,9 +130,9 @@ David Hazi
101130
Corstone1000
102131
^^^^^^^^^^^^
103132

104-
Xueliang Zhong
105-
:email: `Xueliang.Zhong@arm.com <xueliang.zhong@arm.com>`__
106-
:github: `xueliang-zhong <https://github.com/xueliang-zhong-arm>`__
133+
Hugues Kamba Mpiana
134+
:email: `Hugues.KambaMpiana@arm.com <hugues.kambampiana@arm.com>`__
135+
:github: `hugueskamba <https://github.com/hugueskamba>`__
107136

108137
Emekcan Aras
109138
@@ -112,24 +141,42 @@ Emekcan Aras
112141
RSE
113142
^^^
114143

115-
Jamie Fox
116-
117-
:github: `jf549 <https://github.com/jf549>`__
144+
Raef Coles
145+
146+
:github: `RcColes <https://github.com/RcColes>`__
147+
148+
Antonio de Angelis
149+
150+
:github: `adeaarm <https://github.com/adeaarm>`__
151+
152+
Arm Automotive RD
153+
"""""""""""""""""
154+
155+
Diego Sueiro
156+
157+
:github: `diego-sueiro <https://github.com/diego-sueiro>`__
158+
159+
Peter Hoyes
160+
161+
:github: `hoyes <https://github.com/hoyes>`__
162+
163+
Ziad Elhanafy
164+
165+
:github: `ZiadElhanafy <https://github.com/ZiadElhanafy>`__
118166

119167
NXP Platforms
120168
~~~~~~~~~~~~~
121169

122-
Andrej Butok
123-
:email: `Andrey.Butok@nxp.com <andrey.butok@nxp.com>`__
124-
:github: `butok <https://github.com/butok>`__
170+
Ruchika Gupta
171+
:email: `ruchika.gupta_1@nxp.com <ruchika.gupta_1@nxp.com>`__
172+
:github: `ruchi393 <https://github.com/ruchi393>`__
125173

126-
STM Platforms: DISCO_L562QE, NUCLEO_L552ZE_Q
127-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
128-
129-
Michel JAOUEN
130-
131-
:github: `jamike <https://github.com/jamike>`__
174+
STM Platforms
175+
~~~~~~~~~~~~~
132176

177+
Ahmad EL JOUAID
178+
179+
:github: `ahmadstm <https://github.com/ahmadstm>`__
133180

134181
Infineon/Cypress Platforms
135182
~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -138,8 +185,8 @@ Chris Brand
138185
139186
:github: `UEWBot <https://github.com/UEWBot>`__
140187

141-
Laird Connectivity Platforms:
142-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
188+
Laird Connectivity Platforms
189+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
143190

144191
Greg Leach
145192
@@ -152,31 +199,38 @@ Georgios Vasilakis
152199
153200
:github: `Vge0rge <https://github.com/Vge0rge>`__
154201

155-
156-
Nuvoton Platform:
157-
~~~~~~~~~~~~~~~~~
202+
Nuvoton Platform
203+
~~~~~~~~~~~~~~~~
158204

159205
WS Chang
160206
161207
:github: `wschang0 <https://github.com/wschang0>`__
162208

163-
164-
ArmChina Platform:
165-
~~~~~~~~~~~~~~~~~~
209+
ArmChina Platform
210+
~~~~~~~~~~~~~~~~~
166211

167212
Jidong Mei
168213
169214
:github: `JidongMei <https://github.com/JidongMei>`__
170215

171-
Raspberry Pi Platform:
172-
~~~~~~~~~~~~~~~~~~~~~~
216+
Raspberry Pi Platform
217+
~~~~~~~~~~~~~~~~~~~~~
173218

174219
William Vinnicombe
175220
176221
:github: `Raspberry Pi <https://github.com/raspberrypi>`__
177222

223+
Analog Devices Platform:
224+
~~~~~~~~~~~~~~~~~~~~~~~~
225+
226+
Sadik Ozer
227+
:email: `[email protected]`__
228+
:github: `ozersa <https://github.com/ozersa>`__
229+
178230
=============
179231

180232
.. _Project Maintenance Process: https://trusted-firmware-docs.readthedocs.io/en/latest/generic_processes/project_maintenance_process.html
181233

182-
*Copyright (c) 2017-2024, Arm Limited. All rights reserved.*
234+
*SPDX-License-Identifier: BSD-3-Clause*
235+
236+
*SPDX-FileCopyrightText: Copyright The TrustedFirmware-M Contributors*

docs/platform/adi/index.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
##############################
2+
Analog Devices, Inc. Platforms
3+
##############################
4+
5+
.. toctree::
6+
:maxdepth: 1
7+
:titlesonly:
8+
9+
MAX32657 <max32657/README.rst>
10+
11+
--------------
12+
13+
*Copyright (c) 2025, Analog Devices, Inc. All rights reserved.*

0 commit comments

Comments
 (0)