blob: 93eeb732e38270666a3c8955bb083a391374fcea [file] [log] [blame]
Chris Kayf64c5582021-12-01 16:34:55 +00001#
Chris Kaye7be9242025-02-03 11:25:43 +00002# Copyright (c) 2021-2025, Arm Limited. All rights reserved.
Chris Kayf64c5582021-12-01 16:34:55 +00003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7#
8# The following block describes the top-level sections of the changelog. Commits are categorized
9# into these top-level sections based on the commit message "type":
10#
11# feat(xyz): add the xyz feature
12# ^^^^
13#
14
15sections:
16 - title: New Features
17 description: A new feature
18 type: feat
19
20 - title: Resolved Issues
21 description: A bug fix
22 type: fix
23
24 - title: Build System
25 description: Changes that affect the build system or external dependencies
26 type: build
27 hidden: true
28
29 - title: Continuous Integration
30 description: Changes to our CI configuration files and scripts
31 type: ci
32 hidden: true
33
Chris Kay833b4ff2022-09-29 16:42:23 +010034 - title: Documentation
Chris Kayf64c5582021-12-01 16:34:55 +000035 description: Documentation-only changes
36 type: docs
37 hidden: true
38
39 - title: Performance Improvements
40 description: A code change that improves performance
41 type: perf
42 hidden: true
43
44 - title: Code Refactoring
45 description: A code change that neither fixes a bug nor adds a feature
46 type: refactor
47 hidden: true
48
49 - title: Reverted Changes
50 description: Changes that revert a previous change
51 type: revert
52 hidden: true
53
54 - title: Style
55 description: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)
56 type: style
57 hidden: true
58
59 - title: Tests
60 description: Adding missing tests or correcting existing tests
61 type: test
62 hidden: true
63
64 - title: Miscellaneous
65 description: Any other change
66 type: chore
67 hidden: true
68
69#
70# The following block describes the sub-sections of the changelog. These sub-sections may appear in
71# any of the top-level sections, and describe the individual components that a change may relate to.
72#
73# Sub-sections have an optional associated commit message "scope":
74#
75# feat(xyz): add the xyz feature
76# ^^^
77#
78# This file also describes deprecated scopes, which are scopes that were used before we introduced
79# scope enforcement. These will not pass CI checks when used, but they will be used to generate the
80# changelog.
81#
82# Please note that new scopes should be kebab-case: https://en.wiktionary.org/wiki/kebab_case
83#
84
85subsections:
86 - title: Architecture
87
88 subsections:
Govindraj Raja9b494c22025-01-28 17:38:14 -060089 - title: CPU feature like FEAT_XXXX / ID register handling in general
Andre Przywara69c17f52022-11-14 15:38:58 +000090 scope: cpufeat
91
Govindraj Raja1e02ce62024-03-19 14:32:20 -050092 deprecated:
Govindraj Raja9b494c22025-01-28 17:38:14 -060093 - amu
94 - brbe
95 - bti
96 - cca
97 - ccidx
98 - d128
99 - debugv8p9
100 - fgt2
101 - gcs
102 - hcx
103 - mpam
Govindraj Raja1e02ce62024-03-19 14:32:20 -0500104 - mte
Govindraj Raja9b494c22025-01-28 17:38:14 -0600105 - mte2
106 - pauth
107 - pmu
108 - rng-trap
109 - sctlr2
110 - feat_sctlr2
111 - sme
112 - spe
113 - sve
114 - sys-reg-trace
Chris Kayf64c5582021-12-01 16:34:55 +0000115 - sys_reg_trace
Govindraj Raja9b494c22025-01-28 17:38:14 -0600116 - tcr2
117 - trbe
118 - trf
119 - the
Chris Kayf64c5582021-12-01 16:34:55 +0000120
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100121 - title: DynamIQ Shared Unit (DSU)
122 scope: dsu
123
Chris Kayf64c5582021-12-01 16:34:55 +0000124 - title: Platforms
Manish V Badarkhe98735802023-11-21 14:35:13 +0000125 scope: platforms
126
127 deprecated:
128 - plat/common
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100129 - plat
Chris Kayf64c5582021-12-01 16:34:55 +0000130
131 subsections:
132 - title: Allwinner
133 scope: allwinner
134
135 deprecated:
136 - plat/allwinner
137
138 - title: Arm
139 scope: arm
140
141 deprecated:
142 - plat/arm
143
144 subsections:
Govindraj Rajae614ba32024-11-19 10:19:37 -0600145 - title: Common
146 scope: common
147
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500148 - title: A5DS
149 scope: a5ds
150
laurenw-arm21cd0662022-11-01 14:45:33 -0500151 - title: CSS
152 scope: css
153
154 deprecated:
155 - plat/arm/css
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500156 - plat/css
laurenw-arm21cd0662022-11-01 14:45:33 -0500157
Chris Kayf64c5582021-12-01 16:34:55 +0000158 - title: FPGA
159 scope: fpga
160
161 deprecated:
162 - arm_fgpa
Chris Kayf64c5582021-12-01 16:34:55 +0000163 - plat/arm_fpga
Manish V Badarkhe98735802023-11-21 14:35:13 +0000164 - arm/fpga
Chris Kayf64c5582021-12-01 16:34:55 +0000165
166 - title: FVP
167 scope: fvp
168
169 deprecated:
170 - plat/fvp
laurenw-arm21cd0662022-11-01 14:45:33 -0500171 - fvp/tsp_manifest
Chris Kayf64c5582021-12-01 16:34:55 +0000172
laurenw-arm21cd0662022-11-01 14:45:33 -0500173 - title: FVP Versatile Express
174 scope: fvp_ve
175
Chris Kayf64c5582021-12-01 16:34:55 +0000176 - title: Juno
177 scope: juno
178
179 - title: Morello
180 scope: morello
181
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100182 - title: N1SDP
183 scope: n1sdp
184
Rohit Mathew682da932024-04-15 17:31:04 +0100185 - title: Neoverse-RD
186 scope: neoverse-rd
Chris Kayf64c5582021-12-01 16:34:55 +0000187
188 subsections:
189 - title: RD-N2
190 scope: rdn2
191
Jerry Wang137ab5c2024-07-08 15:17:42 +0100192 - title: RD-V3
193 scope: rdv3
Rohit Mathew84973bb2024-04-15 17:54:16 +0100194
Chris Kayf64c5582021-12-01 16:34:55 +0000195 deprecated:
196 - board/rdn2
Yann Gautier48a59eb2024-11-13 11:29:50 +0100197 - rdfremont
Chris Kayf64c5582021-12-01 16:34:55 +0000198
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100199 deprecated:
200 - neoverse
201
Chris Kayf64c5582021-12-01 16:34:55 +0000202 - title: TC
203 scope: tc
204
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500205 deprecated:
206 - plat/tc
207
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100208 - title: Corstone-1000
209 scope: corstone-1000
210
Yann Gautier48a59eb2024-11-13 11:29:50 +0100211 deprecated:
212 - corstone1000
213
Peter Hoyesf661c742023-02-20 12:08:43 +0000214 - title: Automotive RD
215 scope: automotive_rd
216
217 subsections:
218 - title: RD-1 AE
219 scope: rd1ae
220
Chia-Wei Wang85f199b2022-11-02 17:50:21 +0800221 - title: Aspeed
222 scope: aspeed
223
224 subsections:
225 - title: AST2700
226 scope: ast2700
227
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100228 - title: Broadcom
229 scope: brcm
230
Manish V Badarkhe98735802023-11-21 14:35:13 +0000231 - title: Cadence
232 scope: cadence
233
laurenw-arm21cd0662022-11-01 14:45:33 -0500234 - title: HiSilicon
235 scope: hisilicon
236
237 subsections:
238 - title: HiKey
239 scope: hikey
240
241 - title: HiKey960
242 scope: hikey960
243
Yann Gautier48a59eb2024-11-13 11:29:50 +0100244 - title: Poplar
245 scope: poplar
246
Sieu Mun Tange5641372022-02-22 14:14:26 +0800247 - title: Intel
248 scope: intel
249
250 subsections:
251 - title: SoC
252 scope: soc
253
Chris Kayf64c5582021-12-01 16:34:55 +0000254 - title: Marvell
255 scope: marvell
256
257 deprecated:
258 - plat/marvell
259
260 subsections:
261 - title: Armada
262 scope: armada
263
264 deprecated:
265 - plat/marvell/armada
266
267 subsections:
268 - title: A3K
269 scope: a3k
270
271 deprecated:
272 - plat/marvell/a3k
273
274 - title: A8K
275 scope: a8k
276
277 deprecated:
278 - plat/marvell/a8k
279
280 - title: MediaTek
281 scope: mediatek
282
283 deprecated:
284 - plat/mediatek/common
285 - plat/mediatek
286
287 subsections:
288 - title: MT8183
289 scope: mt8183
290
291 deprecated:
292 - plat/mediatek/mt8183
293
laurenw-arm21cd0662022-11-01 14:45:33 -0500294 - title: MT8186
295 scope: mt8186
296
297 deprecated:
298 - plat/mediatek/mt8186
299 - mt8186-emi-mpu
300
301 - title: MT8188
302 scope: mt8188
303
Chris Kayf64c5582021-12-01 16:34:55 +0000304 - title: MT8192
305 scope: mt8192
306
307 deprecated:
308 - plat/mdeiatek/mt8192
309
310 - title: MT8195
311 scope: mt8195
312
313 deprecated:
314 - plat/mediatek/me8195
315 - plat/mediatek/mt8195
316 - plat/mdeiatek/mt8195
317
318 - title: NVIDIA
319 scope: nvidia
320
321 subsections:
322 - title: Tegra
323 scope: tegra
324
325 deprecated:
326 - plat/tegra
327
328 subsections:
329 - title: Tegra 132
330 scope: tegra132
331
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100332 - title: Tegra 194
333 scope: tegra194
334
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500335 - title: Tegra 210
336 scope: tegra210
337
Chris Kayf64c5582021-12-01 16:34:55 +0000338 - title: NXP
339 scope: nxp
340
341 deprecated:
342 - plat/nxp
343 - plat/nxp/common
344
345 subsections:
346 - title: i.MX
347 scope: imx
348
349 deprecated:
350 - plat/imx
351 - plat/imx/imx
352
353 subsections:
354 - title: i.MX 8M
355 scope: imx8m
356
357 deprecated:
358 - plat/imx8m
359 - plat/imx/imx8m
360
361 subsections:
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100362 - title: i.MX 8M Nano
363 scope: imx8mn
364
365 deprecated:
366 - plat/imx/imx8m/imx8mn
367
Chris Kayf64c5582021-12-01 16:34:55 +0000368 - title: i.MX 8M Mini
369 scope: imx8mm
370
371 deprecated:
372 - plat/imx/imx8m/imx8mm
373
374 - title: i.MX 8M Plus
375 scope: imx8mp
376
377 deprecated:
378 - plat/imx/imx8m/imx8mp
379
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100380 - title: i.MX 8Q
381 scope: imx8mq
382
383 deprecated:
384 - plat/imx/imx8m/imx8mq
385
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500386 - title: i.MX 8
387 scope: imx8
388
Jacky Bai0d6b4cd2023-10-08 17:52:24 +0800389 - title: i.MX 8ULP
390 scope: imx8ulp
391
Jacky Bai9f38eb82023-06-14 15:24:00 +0800392 - title: i.MX 9
393 scope: imx9
394
395 subsections:
396 - title: i.MX93
397 scope: imx93
398
Chris Kayf64c5582021-12-01 16:34:55 +0000399 - title: Layerscape
400 scope: layerscape
401
402 deprecated:
403 - docs/nxp/layerscape
404
405 subsections:
406 - title: LS1028A
407 scope: ls1028a
408
409 deprecated:
410 - plat/nxp/ls1028a
411
412 subsections:
413 - title: LS1028ARDB
414 scope: ls1028ardb
415
416 deprecated:
417 - plat/nxp/ls1028ardb
418
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100419 - title: LS1043A
420 scope: ls1043a
421
422 deprecated:
423 - plat/nxp/ls1043a
424
425 subsections:
426 - title: LS1043ARDB
427 scope: ls1043ardb
428
429 deprecated:
430 - plat/nxp/ls1043ardb
431
Chris Kayf64c5582021-12-01 16:34:55 +0000432 - title: LX2
433 scope: lx2
434
435 deprecated:
436 - plat/nxp/lx2
437
438 subsections:
439 - title: LX216
440 scope: lx216
441
442 deprecated:
443 - plat/nxp/lx216x
444
445 subsections:
446 - title: LX2160
447 scope: lx2160
448
449 deprecated:
450 - plat/soc-lx2160
451
Jiafei Pan1acfb982022-02-10 10:39:56 +0800452 - title: LS1046A
453 scope: ls1046a
454
455 subsections:
456 - title: LS1046ARDB
457 scope: ls1046ardb
458
459 - title: LS1046AFRWY
460 scope: ls1046afrwy
461
462 - title: LS1046AQDS
463 scope: ls1046aqds
464
Jiafei Panccb71e32022-02-24 16:00:35 +0800465 - title: LS1088A
466 scope: ls1088a
467
468 subsections:
469 - title: LS1088ARDB
470 scope: ls1088ardb
471
472 - title: LS1088AQDS
473 scope: ls1088aqds
474
Ghennadi Procopciuc8b81a392024-01-30 16:19:47 +0200475 - title: S32G274A
476 scope: s32g274a
477
478 subsections:
479 - title: S32G274ARDB
480 scope: s32g274ardb
481
Chris Kayf64c5582021-12-01 16:34:55 +0000482 - title: QEMU
483 scope: qemu
484
485 deprecated:
486 - plat/qemu
487
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500488 subsections:
489 - title: SBSA
490 scope: qemu-sbsa
491
Manish V Badarkhe98735802023-11-21 14:35:13 +0000492 deprecated:
493 - qemu_sbsa
494
Chris Kayf64c5582021-12-01 16:34:55 +0000495 - title: QTI
496 scope: qti
497
laurenw-arm21cd0662022-11-01 14:45:33 -0500498 deprecated:
499 - plat/qti
500
Chris Kayf64c5582021-12-01 16:34:55 +0000501 subsections:
502 - title: SC1780
503 scope: sc7180
504
505 deprecated:
506 - plat/qti/sc7180
507
508 - title: SC7280
509 scope: sc7280
510
511 deprecated:
512 - plat/qti/sc7280
513
Stephan Gerholdfa145392021-12-01 20:00:00 +0100514 - title: MSM8916
515 scope: msm8916
516
Chris Kayf64c5582021-12-01 16:34:55 +0000517 - title: Raspberry Pi
518 scope: rpi
519
520 subsections:
laurenw-arm21cd0662022-11-01 14:45:33 -0500521 - title: Raspberry Pi 3
522 scope: rpi3
523
Chris Kayf64c5582021-12-01 16:34:55 +0000524 - title: Raspberry Pi 4
525 scope: rpi4
526
Mario Bălănicăf834b642023-12-02 03:08:02 +0200527 - title: Raspberry Pi 5
528 scope: rpi5
529
Chris Kayf64c5582021-12-01 16:34:55 +0000530 - title: Renesas
531 scope: renesas
532
533 subsections:
534 - title: R-Car
535 scope: rcar
536
537 deprecated:
538 - plat/rcar
539
540 subsections:
541 - title: R-Car 3
542 scope: rcar3
543
544 deprecated:
545 - plat/rcar3
546
547 - title: Rockchip
548 scope: rockchip
549
550 subsections:
551 - title: RK3399
552 scope: rk3399
553
554 deprecated:
555 - rockchip/rk3399
556 - rk3399/suspend
557
Diederik de Haasdd2c8882023-11-27 10:21:37 +0100558 - title: RK3328
559 scope: rk3328
560
Yann Gautier48a59eb2024-11-13 11:29:50 +0100561 - title: RK3588
562 scope: rk3588
563
Chris Kayf64c5582021-12-01 16:34:55 +0000564 - title: Socionext
565 scope: socionext
566
567 subsections:
568 - title: Synquacer
569 scope: synquacer
570
571 deprecated:
572 - plat/synquacer
573
574 - title: ST
575 scope: st
576
577 deprecated:
578 - plat/st
579
580 subsections:
Yann Gautier96f58612022-06-01 18:17:43 +0200581 - title: STM32MP1
Chris Kayf64c5582021-12-01 16:34:55 +0000582 scope: stm32mp1
583
584 deprecated:
585 - plat/st/stm32mp1
586
Yann Gautier96f58612022-06-01 18:17:43 +0200587 subsections:
588 - title: STM32MP13
589 scope: stm32mp13
590
591 - title: STM32MP15
592 scope: stm32mp15
593
Yann Gautier3f6c16f2022-12-16 15:32:25 +0100594 - title: STM32MP2
595 scope: stm32mp2
596
Yann Gautier10f60d32023-11-23 19:37:21 +0100597 subsections:
598 - title: STM32MP25
599 scope: stm32mp25
600
Dave Gerlach8ba55ec2022-03-22 11:02:52 -0500601 - title: Texas Instruments
602 scope: ti
603
604 subsections:
605 - title: K3
606 scope: k3
607
laurenw-arm21cd0662022-11-01 14:45:33 -0500608 deprecated:
609 - ti-k3
610
Chris Kayf64c5582021-12-01 16:34:55 +0000611 - title: Xilinx
612 scope: xilinx
613
614 deprecated:
615 - plat/xilinx
616
617 subsections:
Michal Simeke311b9b2023-09-18 10:22:48 +0200618 - title: DCC (Debug Communication Channel)
619 scope: dcc
620
Chris Kayf64c5582021-12-01 16:34:55 +0000621 - title: Versal
622 scope: versal
623
624 deprecated:
625 - plat/xilinx/versal/include
626 - plat/xilinx/versal
627 - plat/versal
628
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100629 - title: Versal NET
630 scope: versal-net
laurenw-arm21cd0662022-11-01 14:45:33 -0500631
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100632 deprecated:
633 - versal_net
laurenw-arm21cd0662022-11-01 14:45:33 -0500634
Chris Kayf64c5582021-12-01 16:34:55 +0000635 - title: ZynqMP
636 scope: zynqmp
637
638 deprecated:
639 - plat/zynqmp
640 - plat/xilinx/zynqmp
641
Amit Nagalc97857d2024-06-05 12:32:38 +0530642 - title: AMD
643 scope: amd
644
645 subsections:
646 - title: Versal Gen 2
647 scope: versal2
648
rutigl@gmail.comedcece12023-03-19 09:19:05 +0200649 - title: Nuvoton
650 scope: nuvoton
651
652 subsections:
653 - title: npcm845x
654 scope: npcm845x
655
Chris Kayf64c5582021-12-01 16:34:55 +0000656 - title: Bootloader Images
657 scope: bl
658
659 deprecated:
660 - bl_common
661
662 subsections:
663 - title: BL1
664 scope: bl1
665
666 - title: BL2
667 scope: bl2
668
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100669 - title: BL31
670 scope: bl31
671
Shruti Gupta5b7bd2a2022-08-09 10:46:07 +0100672 - title: BL32
673 scope: bl32
674
675 subsections:
676 - title: TSP
677 scope: tsp
678
Chris Kayf64c5582021-12-01 16:34:55 +0000679 - title: Services
680 scope: services
681
Yann Gautier48a59eb2024-11-13 11:29:50 +0100682 deprecated:
683 - std_svc
684
Chris Kayf64c5582021-12-01 16:34:55 +0000685 subsections:
686 - title: FF-A
Daniel Boulby93a8ce02021-12-06 14:44:35 +0000687 scope: ff-a
Chris Kayf64c5582021-12-01 16:34:55 +0000688
689 deprecated:
Daniel Boulby93a8ce02021-12-06 14:44:35 +0000690 - ffa
Chris Kayf64c5582021-12-01 16:34:55 +0000691
692 - title: RME
693 scope: rme
694
laurenw-arm21cd0662022-11-01 14:45:33 -0500695 deprecated:
696 - rme/fid
697
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100698 subsections:
699 - title: TRP
700 scope: trp
701
Javier Almansa Sobrino8c980a42021-11-24 18:37:37 +0000702 - title: RMMD
703 scope: rmmd
704
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500705 - title: RMM
706 scope: rmm
707
Chris Kayf64c5582021-12-01 16:34:55 +0000708 - title: SPM
709 scope: spm
710
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100711 subsections:
Manish V Badarkhe98735802023-11-21 14:35:13 +0000712 - title: EL3 SPM
713 scope: el3-spm
714
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100715 - title: EL3 SPMC
716 scope: el3-spmc
Daniel Boulby93a8ce02021-12-06 14:44:35 +0000717
laurenw-arm21cd0662022-11-01 14:45:33 -0500718 deprecated:
719 - spmc
720
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100721 - title: SPMD
722 scope: spmd
723
724 - title: SPM MM
725 scope: spm-mm
Chris Kayf64c5582021-12-01 16:34:55 +0000726
Manish V Badarkhe7b224f12022-06-27 09:21:14 +0100727 - title: DRTM
728 scope: drtm
729
Jayanth Dodderi Chidanand0b22e592022-10-11 17:16:07 +0100730 - title: TRNG
731 scope: trng
732
Sona Mathew5c8fcc02023-09-20 12:55:32 -0500733 - title: ERRATA ABI
734 scope: errata-abi
735
736 deprecated:
737 - errata_abi
Sona Mathewffea3842022-11-18 18:05:38 -0600738
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100739 - title: ChromeOS
740 scope: cros
741
Yann Gautier02c580c2024-11-13 13:46:15 +0100742 - title: Secure Payload Dispatcher
743 scope: spd
744
745 subsections:
746 - title: OP-TEE
747 scope: optee
748
749 deprecated:
750 - lib/optee
751
752 - title: ProvenCore
753 scope: pncd
754
755 - title: Trusted Little Kernel
756 scope: tlkd
757
758 - title: Trusty
759 scope: trusty
760
761 - title: TSP
762 scope: tspd
763
Chris Kayf64c5582021-12-01 16:34:55 +0000764 - title: Libraries
Manish V Badarkhe98735802023-11-21 14:35:13 +0000765 scope: lib
Chris Kayf64c5582021-12-01 16:34:55 +0000766
767 subsections:
768 - title: CPU Support
769 scope: cpus
770
771 deprecated:
772 - cpu
773 - errata
774 - errata_report
775
776 - title: EL3 Runtime
777 scope: el3-runtime
778
779 deprecated:
780 - el3_runtime
781
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100782 subsections:
783 - title: Context Management
784 scope: cm
785
laurenw-arm21cd0662022-11-01 14:45:33 -0500786 - title: RAS
787 scope: ras
788
Madhukar Pappireddy841533d2024-06-17 15:12:26 -0500789 - title: SIMD
790 scope: simd
791
Chris Kayf64c5582021-12-01 16:34:55 +0000792 - title: FCONF
793 scope: fconf
794
795 - title: MPMM
796 scope: mpmm
797
Chris Kayf64c5582021-12-01 16:34:55 +0000798 - title: PSCI
799 scope: psci
800
Chris Kay7fc4d772024-01-15 18:45:07 +0000801 - title: ROMlib
802 scope: romlib
803
Chris Kayf64c5582021-12-01 16:34:55 +0000804 - title: GPT
805 scope: gpt
806
807 deprecated:
808 - gpt_rme
809
810 - title: SMCCC
811 scope: smccc
812
813 - title: Translation Tables
814 scope: xlat
815
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100816 - title: C Standard Library
817 scope: libc
818
819 - title: Locks
820 scope: locks
821
822 - title: PSA
823 scope: psa
824
laurenw-arm21cd0662022-11-01 14:45:33 -0500825 deprecated:
826 - lib/psa
827
Tamas Bancb249052024-02-06 11:24:51 +0100828 - title: DICE Protection Environment
829 scope: dice
830
Zelalem Aweked20052f2022-04-04 17:42:48 -0500831 - title: Context Management
Chris Kay24687b72022-10-10 16:57:45 +0100832 scope: context-mgmt
833
834 deprecated:
835 - context mgmt
Zelalem Aweked20052f2022-04-04 17:42:48 -0500836
Manish V Badarkhe7c494382022-09-26 15:06:56 +0100837 - title: Semihosting
838 scope: semihosting
839
Raymond Mao3ba2c152023-07-25 07:53:35 -0700840 - title: Firmware Handoff
841 scope: handoff
842
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100843 - title: Exception Handling Framework (EHF)
844 scope: ehf
845
Chris Kayf64c5582021-12-01 16:34:55 +0000846 - title: Drivers
847
848 subsections:
849 - title: Authentication
850 scope: auth
851
852 deprecated:
853 - driver/auth
854
855 subsections:
856 - title: CryptoCell-713
857 scope: cc-713
858
Manish V Badarkhe9e0d2ba2022-09-22 21:41:55 +0100859 - title: Crypto
860 scope: crypto
861
862 - title: mbedTLS
863 scope: mbedtls
864
Manish V Badarkhe902e94c2023-09-22 17:54:59 +0100865 - title: mbedTLS-PSA
866 scope: mbedtls-psa
867
Yann Gautier3c788292023-01-06 17:05:48 +0100868 - title: Console
869 scope: console
870
Abhi.Singha6485b22024-08-21 12:55:38 -0500871 - title: Delay Timer
872 scope: delay-timer
873
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100874 - title: Generic Clock
875 scope: clk
876
Chris Kayf64c5582021-12-01 16:34:55 +0000877 - title: FWU
878 scope: fwu
879
880 deprecated:
881 - fwu_metadata
882
883 - title: I/O
884 scope: io
885
886 subsections:
887 - title: MTD
888 scope: mtd
889
890 deprecated:
891 - io_mtd
892
893 - title: Measured Boot
894 scope: measured-boot
895
896 deprecated:
897 - measured boot
898 - measured_boot
899
900 - title: MMC
901 scope: mmc
902
903 deprecated:
904 - drivers/mmc
905
906 - title: MTD
907 scope: mtd
908
909 deprecated:
910 - drivers/mtd
911
912 subsections:
913 - title: NAND
914 scope: nand
915
916 subsections:
917 - title: SPI NAND
918 scope: spi-nand
919
920 deprecated:
921 - spi_nand
922
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100923 - title: GUID Partition Tables Support
924 scope: guid-partition
Sughosh Ganue1157ec2022-01-19 11:31:20 +0530925
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500926 deprecated:
927 - partition
928
Chris Kayf64c5582021-12-01 16:34:55 +0000929 - title: SCMI
930 scope: scmi
931
932 deprecated:
933 - scmi_common
934 - drivers/scmi-msg
laurenw-arm21cd0662022-11-01 14:45:33 -0500935 - scmi-msg
Chris Kayf64c5582021-12-01 16:34:55 +0000936
Abhi.Singh36e3d872024-08-28 14:17:52 -0500937 - title: TPM
938 scope: tpm
939
Chris Kayf64c5582021-12-01 16:34:55 +0000940 - title: UFS
941 scope: ufs
942
943 - title: Arm
944 scope: arm-drivers
945
946 subsections:
947 - title: Ethos-N
948 scope: ethos-n
949
950 deprecated:
951 - drivers/arm/ethosn
952
953 - title: GIC
954 scope: gic
955
956 subsections:
957 - title: GICv3
958 scope: gicv3
959
laurenw-arm21cd0662022-11-01 14:45:33 -0500960 deprecated:
961 - gicv3/multichip
962
Chris Kayf64c5582021-12-01 16:34:55 +0000963 subsections:
laurenw-arm21cd0662022-11-01 14:45:33 -0500964 - title: GIC-600
965 scope: gic600
966
Chris Kayf64c5582021-12-01 16:34:55 +0000967 - title: GIC-600AE
968 scope: gic600ae
969
Madhukar Pappireddyab80cf32023-08-03 12:13:27 -0500970 - title: GICv2
971 scope: gicv2
972
Manish V Badarkhe0de3eda2022-03-24 18:23:37 +0000973 - title: SMMU
974 scope: smmu
975
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100976 - title: MHU
977 scope: mhu
978
979 deprecated:
980 - drivers/arm/mhu
981
Tamas Banccc71732024-04-22 15:41:45 +0200982 - title: RSE
983 scope: rse
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100984
985 deprecated:
986 - drivers/arm/rss
Tamas Banccc71732024-04-22 15:41:45 +0200987 - rss
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100988
Chris Kayf64c5582021-12-01 16:34:55 +0000989 - title: TZC
990 scope: tzc
991
992 subsections:
993 - title: TZC-400
994 scope: tzc400
995
996 deprecated:
997 - drivers/tzc400
998
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100999 - title: TZC-380
1000 scope: tzc380
1001
1002 deprecated:
1003 - drivers/tzc380
1004
Madhukar Pappireddye8166d32023-03-22 15:27:22 -05001005 - title: SBSA
1006 scope: sbsa
1007
Chris Kayf64c5582021-12-01 16:34:55 +00001008 - title: Marvell
1009 scope: marvell-drivers
1010
1011 subsections:
1012 - title: COMPHY
1013 scope: marvell-comphy
1014
1015 deprecated:
1016 - drivers/marvell/comphy
1017
1018 subsections:
1019 - title: Armada 3700
1020 scope: marvell-comphy-3700
1021
1022 deprecated:
1023 - drivers/marvell/comphy-3700
1024
1025 - title: CP110
1026 scope: marvell-comphy-cp110
1027
1028 deprecated:
1029 - drivers/marvell/comphy-cp110
1030
1031 - title: UART
1032 scope: marvell-uart
1033
1034 deprecated:
1035 - plat/marvell/uart
1036
1037 - title: Armada
1038 scope: armada-drivers
1039
1040 subsections:
1041 - title: A3K
1042 scope: a3k-drivers
1043
1044 subsections:
1045 - title: A3720
1046 scope: a3720-uart
1047
1048 deprecated:
1049 - plat/marvell/a3720/uart
1050
1051 - title: MediaTek
1052 scope: mediatek-drivers
1053
1054 subsections:
1055 - title: APU
1056 scope: mediatek-apu
1057
1058 deprecated:
1059 - plat/mediatek/apu
1060
1061 - title: EMI MPU
1062 scope: mediatek-emi-mpu
1063
1064 deprecated:
1065 - plat/mediatek/mpu
1066
1067 - title: PMIC Wrapper
1068 scope: mediatek-pmic-wrapper
1069
1070 deprecated:
1071 - plat/mediatek/pmic_wrap
1072
1073 - title: MT8192
1074 scope: mt8192-drivers
1075
1076 subsections:
1077 - title: SPM
1078 scope: mt8192-spm
1079
1080 deprecated:
1081 - mediatek/mt8192/spm
1082
1083 - title: NXP
1084 scope: nxp-drivers
1085
1086 subsections:
1087 - title: DCFG
1088 scope: nxp-dcfg
1089
1090 deprecated:
1091 - driver/nxp/dcfg
1092
1093 - title: FLEXSPI
1094 scope: flexspi
1095
1096 deprecated:
1097 - include/drivers/flexspi
1098 - driver/nxp/xspi
1099
1100 - title: SCFG
1101 scope: nxp-scfg
1102
1103 deprecated:
1104 - nxp/scfg
1105
1106 - title: SFP
1107 scope: nxp-sfp
1108
1109 deprecated:
1110 - drivers/nxp/sfp
1111
Jiafei Pan1acfb982022-02-10 10:39:56 +08001112 - title: QSPI
1113 scope: nxp-qspi
1114
Jiafei Pan9dcbeb92022-02-18 12:02:04 +08001115 - title: NXP Crypto
1116 scope: nxp-crypto
1117
Jiafei Pan5ba30c62022-02-22 11:05:00 +08001118 - title: DDR
1119 scope: nxp-ddr
1120
1121 - title: GIC
1122 scope: nxp-gic
1123
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +01001124 - title: CSU
1125 scope: nxp-csu
1126
1127 - title: IFC NAND
1128 scope: nxp-ifc-nand
1129
1130 - title: IFC NOR
1131 scope: nxp-ifc-nor
1132
1133 - title: TZC-380
1134 scope: nxp-tzc380
1135
Jacky Bai9f38eb82023-06-14 15:24:00 +08001136 - title: TRDC
1137 scope: imx-trdc
1138
Ghennadi Procopciuc3a580e92024-06-11 18:39:58 +03001139 - title: Clock
1140 scope: nxp-clk
1141
Chris Kayf64c5582021-12-01 16:34:55 +00001142 - title: Renesas
1143 scope: renesas-drivers
1144
1145 subsections:
1146 - title: R-Car3
1147 scope: rcar3-drivers
1148
1149 deprecated:
1150 - drivers/rcar3
1151
1152 - title: ST
1153 scope: st-drivers
1154
1155 deprecated:
1156 - drivers/st
1157
1158 subsections:
Yann Gautier27254d92022-01-27 09:25:47 +01001159 - title: BSEC
1160 scope: st-bsec
1161
Chris Kayf64c5582021-12-01 16:34:55 +00001162 - title: Clock
1163 scope: st-clock
1164
1165 deprecated:
1166 - stm32mp_clk
1167 - drivers/st/clk
1168 - stm32mp1_clk
1169
Yann Gautier27254d92022-01-27 09:25:47 +01001170 - title: Crypto
1171 scope: st-crypto
1172
1173 - title: DDR
1174 scope: st-ddr
1175
Chris Kayf64c5582021-12-01 16:34:55 +00001176 - title: I/O
1177 scope: st-io-drivers
1178
1179 subsections:
1180 - title: STM32 Image
1181 scope: st-io-stm32image
1182
1183 deprecated:
1184 - io-stm32image
1185 - io_stm32image
1186
Yann Gautier27254d92022-01-27 09:25:47 +01001187 - title: I2C
1188 scope: st-i2c
1189
1190 - title: FMC
1191 scope: st-fmc
1192
1193 - title: GPIO
1194 scope: st-gpio
1195
Chris Kayf64c5582021-12-01 16:34:55 +00001196 - title: SDMMC2
1197 scope: st-sdmmc2
1198
1199 deprecated:
1200 - stm32_sdmmc2
1201
1202 - title: ST PMIC
1203 scope: st-pmic
1204
1205 deprecated:
1206 - drivers/st/pmic
1207
1208 - title: STPMIC1
1209 scope: stpmic1
1210
Yann Gautier27254d92022-01-27 09:25:47 +01001211 - title: Regulator
1212 scope: st-regulator
1213
1214 - title: Reset
1215 scope: st-reset
1216
1217 - title: SPI
1218 scope: st-spi
1219
Chris Kayf64c5582021-12-01 16:34:55 +00001220 - title: UART
1221 scope: st-uart
1222
1223 subsections:
1224 - title: STM32 Console
1225 scope: stm32-console
1226
1227 deprecated:
1228 - stm32_console
1229
1230 - title: USB
1231 scope: st-usb
1232
1233 deprecated:
1234 - drivers/st/usb
1235
Yann Gautier27254d92022-01-27 09:25:47 +01001236 - title: Watchdog
1237 scope: st-iwdg
1238
Chris Kayf64c5582021-12-01 16:34:55 +00001239 - title: USB
1240 scope: usb
1241
1242 deprecated:
1243 - drivers/usb
1244
1245 - title: Miscellaneous
1246
1247 subsections:
1248 - title: AArch64
1249 scope: aarch64
1250
Harrison Mutaiaf61b502024-12-12 18:33:54 +00001251 - title: AArch32
1252 scope: aarch32
1253
Chris Kayf64c5582021-12-01 16:34:55 +00001254 - title: Debug
1255 scope: debug
1256
1257 deprecated:
1258 - common/debug
1259
1260 - title: CRC32
1261 scope: crc32
1262
1263 subsections:
1264 - title: Hardware CRC32
1265 scope: hw-crc32
1266
1267 deprecated:
1268 - hw_crc
1269 - hw_crc32
1270
1271 - title: Software CRC32
1272 scope: sw-crc32
1273
1274 deprecated:
1275 - sw_crc32
1276
1277 - title: DT Bindings
1278 scope: dt-bindings
1279
1280 - title: FDT Wrappers
1281 scope: fdt-wrappers
1282
1283 - title: FDTs
1284 scope: fdts
1285
1286 deprecated:
1287 - fdt
1288
1289 subsections:
1290 - title: Morello
1291 scope: morello-fdts
1292
1293 deprecated:
1294 - fdts/morello
1295
1296 - title: STM32MP1
1297 scope: stm32mp1-fdts
1298
1299 deprecated:
1300 - fdts stm32mp1
1301
Yann Gautier3e35da92022-07-08 15:55:14 +02001302 subsections:
1303 - title: STM32MP13
1304 scope: stm32mp13-fdts
1305
1306 - title: STM32MP15
1307 scope: stm32mp15-fdts
1308
Yann Gautier3f6c16f2022-12-16 15:32:25 +01001309 - title: STM32MP2
1310 scope: stm32mp2-fdts
1311
Yann Gautier10f60d32023-11-23 19:37:21 +01001312 subsections:
1313 - title: STM32MP25
1314 scope: stm32mp25-fdts
1315
Chris Kayf64c5582021-12-01 16:34:55 +00001316 - title: PIE
1317 scope: pie
1318
Juan Pablo Condeb78ad002023-05-15 22:17:17 -05001319 - title: PIE/POR
1320 scope: pie/por
1321
Chris Kayf64c5582021-12-01 16:34:55 +00001322 - title: Security
1323 scope: security
1324
1325 - title: SDEI
1326 scope: sdei
1327
1328 - title: TBBR
1329 scope: tbbr
1330
1331 - title: NXP
1332
1333 subsections:
1334 - title: OCRAM
1335 scope: nxp-ocram
1336
1337 deprecated:
1338 - nxp/common/ocram
1339
1340 - title: PSCI
1341 scope: nxp-psci
1342
1343 deprecated:
1344 - plat/nxp/common/psci
1345
Chris Kay12562af2023-04-13 17:24:20 +01001346 - title: UUID
1347 scope: uuid
1348
Chris Kayf64c5582021-12-01 16:34:55 +00001349 - title: Documentation
1350 scope: docs
1351
1352 deprecated:
1353 - doc
1354
1355 subsections:
1356 - title: Changelog
1357 scope: changelog
1358
1359 - title: Commit Style
1360 scope: commit-style
1361
1362 - title: Contribution Guidelines
1363 scope: contributing
1364
1365 deprecated:
1366 - contribution-guidelines
1367 - docs-contributing.rst
1368
1369 - title: Maintainers
1370 scope: maintainers
1371
1372 - title: Prerequisites
1373 scope: prerequisites
1374
Sandrine Bailleux50075fd2022-05-10 14:53:44 +02001375 - title: Threat Model
1376 scope: threat-model
1377
Sandrine Bailleuxd3171612023-02-08 13:58:25 +01001378 - title: Porting Guide
1379 scope: porting
1380
Chris Kayf64c5582021-12-01 16:34:55 +00001381 - title: Build System
1382 scope: build
1383
1384 deprecated:
1385 - makefile
1386 - Makefile
1387
1388 subsections:
1389 - title: Git Hooks
1390 scope: hooks
1391
Juan Pablo Condeb78ad002023-05-15 22:17:17 -05001392 deprecated:
1393 - git-hooks
1394
Chris Kayf64c5582021-12-01 16:34:55 +00001395 - title: Tools
Manish V Badarkheccbfd012024-07-19 08:31:51 +01001396 scope: tools
Chris Kayf64c5582021-12-01 16:34:55 +00001397
1398 subsections:
Chris Kay654c2ce2023-03-08 17:48:09 +00001399 - title: Clang-Format
1400 scope: clang-format
1401
Chris Kaye7be9242025-02-03 11:25:43 +00001402 - title: Dependabot
1403 scope: dependabot
1404
Chris Kayf64c5582021-12-01 16:34:55 +00001405 - title: STM32 Image
1406 scope: stm32image
1407
1408 deprecated:
1409 - tools/stm32image
1410
Jiafei Pan1acfb982022-02-10 10:39:56 +08001411 - title: NXP Tools
1412 scope: nxp-tools
1413
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +01001414 - title: Firmware Image Package Tool
1415 scope: fiptool
1416
1417 - title: Secure Partition Tool
1418 scope: sptool
1419
1420 - title: Certificate Creation Tool
1421 scope: cert-create
1422
Chris Kay415049a2024-06-14 11:31:03 +00001423 - title: Firmware Encryption Tool
1424 scope: encrypt-fw
1425
Harrison Mutaid9d5eb12023-02-23 11:30:17 +00001426 - title: Memory Mapping Tool
1427 scope: memmap
1428
laurenw-arm21cd0662022-11-01 14:45:33 -05001429 deprecated:
1430 - cert_create
1431
Henrik Nordstrom8eb4efe2023-12-04 10:31:07 +01001432 - title: Marvell Tools
1433 scope: marvell-tools
1434
Chris Kayea2c6522024-06-04 11:31:06 +00001435 - title: Renesas Tools
1436 scope: renesas-tools
1437
1438 subsections:
1439 - title: R-Car Layout Tool
1440 scope: rcar-layout
Chris Kay3ed72442024-06-04 11:31:06 +00001441
1442 - title: R/ZG Layout Tool
1443 scope: rzg-layout
1444
Harrison Mutai6ac31f32024-05-10 16:54:29 +00001445 - title: Transfer List Compiler
1446 scope: tlc
1447
Manish V Badarkhee19977d2024-08-27 10:48:38 +01001448 - title: Chain of Trust device tree to C source file
1449 scope: cot-dt2c
1450
Chris Kayf64c5582021-12-01 16:34:55 +00001451 - title: Dependencies
1452 scope: deps
1453
1454 subsections:
1455 - title: checkpatch
1456 scope: checkpatch
1457
1458 - title: commitlint
1459 scope: commitlint
1460
Daniel Boulby98a43d92022-10-05 11:03:44 +01001461 - title: Compiler runtime libraries
1462 scope: compiler-rt
1463
Chris Kaye7be9242025-02-03 11:25:43 +00001464 - title: Development dependencies
1465 scope: dev-deps
1466
Chris Kayf64c5582021-12-01 16:34:55 +00001467 - title: libfdt
1468 scope: libfdt
1469
1470 - title: Node Package Manager (NPM)
1471 scope: npm
Daniel Boulby98a43d92022-10-05 11:03:44 +01001472
dependabot[bot]075a9612023-09-06 09:55:17 +00001473 - title: Poetry
1474 scope: poetry
1475
Daniel Boulby98a43d92022-10-05 11:03:44 +01001476 - title: zlib
1477 scope: zlib