blob: 3f063694142bf51c5a23dd669c84f40175661ce9 [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
173 - title: FVP-R
174 scope: fvp-r
175
176 deprecated:
177 - fvp_r
178
laurenw-arm21cd0662022-11-01 14:45:33 -0500179 - title: FVP Versatile Express
180 scope: fvp_ve
181
Chris Kayf64c5582021-12-01 16:34:55 +0000182 - title: Juno
183 scope: juno
184
185 - title: Morello
186 scope: morello
187
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100188 - title: N1SDP
189 scope: n1sdp
190
Rohit Mathew682da932024-04-15 17:31:04 +0100191 - title: Neoverse-RD
192 scope: neoverse-rd
Chris Kayf64c5582021-12-01 16:34:55 +0000193
194 subsections:
Rohit Mathew18b50702024-04-16 17:31:54 +0100195 - title: SGI-575
196 scope: sgi575
197
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100198 - title: RD-E1-Edge
199 scope: rde1edge
200
Rohit Mathewd239ede2024-04-22 14:23:59 +0100201 - title: RD-N1-Edge
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500202 scope: rdn1edge
203
Rohit Mathew86a49492024-04-16 17:35:05 +0100204 - title: RD-V1
205 scope: rdv1
206
Rohit Mathew6fb16da2024-04-16 17:36:19 +0100207 - title: RD-V1-MC
208 scope: rdv1mc
209
Chris Kayf64c5582021-12-01 16:34:55 +0000210 - title: RD-N2
211 scope: rdn2
212
Jerry Wang137ab5c2024-07-08 15:17:42 +0100213 - title: RD-V3
214 scope: rdv3
Rohit Mathew84973bb2024-04-15 17:54:16 +0100215
Chris Kayf64c5582021-12-01 16:34:55 +0000216 deprecated:
217 - board/rdn2
Yann Gautier48a59eb2024-11-13 11:29:50 +0100218 - rdfremont
Chris Kayf64c5582021-12-01 16:34:55 +0000219
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100220 deprecated:
221 - neoverse
222
Chris Kayf64c5582021-12-01 16:34:55 +0000223 - title: TC
224 scope: tc
225
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500226 deprecated:
227 - plat/tc
228
Chris Kayf64c5582021-12-01 16:34:55 +0000229 subsections:
230 - title: TC0
231 scope: tc0
232
233 deprecated:
234 - plat/tc0
235
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100236 - title: Corstone-1000
237 scope: corstone-1000
238
Yann Gautier48a59eb2024-11-13 11:29:50 +0100239 deprecated:
240 - corstone1000
241
Peter Hoyesf661c742023-02-20 12:08:43 +0000242 - title: Automotive RD
243 scope: automotive_rd
244
245 subsections:
246 - title: RD-1 AE
247 scope: rd1ae
248
Chia-Wei Wang85f199b2022-11-02 17:50:21 +0800249 - title: Aspeed
250 scope: aspeed
251
252 subsections:
253 - title: AST2700
254 scope: ast2700
255
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100256 - title: Broadcom
257 scope: brcm
258
Manish V Badarkhe98735802023-11-21 14:35:13 +0000259 - title: Cadence
260 scope: cadence
261
laurenw-arm21cd0662022-11-01 14:45:33 -0500262 - title: HiSilicon
263 scope: hisilicon
264
265 subsections:
266 - title: HiKey
267 scope: hikey
268
269 - title: HiKey960
270 scope: hikey960
271
Yann Gautier48a59eb2024-11-13 11:29:50 +0100272 - title: Poplar
273 scope: poplar
274
Sieu Mun Tange5641372022-02-22 14:14:26 +0800275 - title: Intel
276 scope: intel
277
278 subsections:
279 - title: SoC
280 scope: soc
281
Chris Kayf64c5582021-12-01 16:34:55 +0000282 - title: Marvell
283 scope: marvell
284
285 deprecated:
286 - plat/marvell
287
288 subsections:
289 - title: Armada
290 scope: armada
291
292 deprecated:
293 - plat/marvell/armada
294
295 subsections:
296 - title: A3K
297 scope: a3k
298
299 deprecated:
300 - plat/marvell/a3k
301
302 - title: A8K
303 scope: a8k
304
305 deprecated:
306 - plat/marvell/a8k
307
308 - title: MediaTek
309 scope: mediatek
310
311 deprecated:
312 - plat/mediatek/common
313 - plat/mediatek
314
315 subsections:
316 - title: MT8183
317 scope: mt8183
318
319 deprecated:
320 - plat/mediatek/mt8183
321
laurenw-arm21cd0662022-11-01 14:45:33 -0500322 - title: MT8186
323 scope: mt8186
324
325 deprecated:
326 - plat/mediatek/mt8186
327 - mt8186-emi-mpu
328
329 - title: MT8188
330 scope: mt8188
331
Chris Kayf64c5582021-12-01 16:34:55 +0000332 - title: MT8192
333 scope: mt8192
334
335 deprecated:
336 - plat/mdeiatek/mt8192
337
338 - title: MT8195
339 scope: mt8195
340
341 deprecated:
342 - plat/mediatek/me8195
343 - plat/mediatek/mt8195
344 - plat/mdeiatek/mt8195
345
346 - title: NVIDIA
347 scope: nvidia
348
349 subsections:
350 - title: Tegra
351 scope: tegra
352
353 deprecated:
354 - plat/tegra
355
356 subsections:
357 - title: Tegra 132
358 scope: tegra132
359
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100360 - title: Tegra 194
361 scope: tegra194
362
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500363 - title: Tegra 210
364 scope: tegra210
365
Chris Kayf64c5582021-12-01 16:34:55 +0000366 - title: NXP
367 scope: nxp
368
369 deprecated:
370 - plat/nxp
371 - plat/nxp/common
372
373 subsections:
374 - title: i.MX
375 scope: imx
376
377 deprecated:
378 - plat/imx
379 - plat/imx/imx
380
381 subsections:
382 - title: i.MX 8M
383 scope: imx8m
384
385 deprecated:
386 - plat/imx8m
387 - plat/imx/imx8m
388
389 subsections:
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100390 - title: i.MX 8M Nano
391 scope: imx8mn
392
393 deprecated:
394 - plat/imx/imx8m/imx8mn
395
Chris Kayf64c5582021-12-01 16:34:55 +0000396 - title: i.MX 8M Mini
397 scope: imx8mm
398
399 deprecated:
400 - plat/imx/imx8m/imx8mm
401
402 - title: i.MX 8M Plus
403 scope: imx8mp
404
405 deprecated:
406 - plat/imx/imx8m/imx8mp
407
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100408 - title: i.MX 8Q
409 scope: imx8mq
410
411 deprecated:
412 - plat/imx/imx8m/imx8mq
413
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500414 - title: i.MX 8
415 scope: imx8
416
Jacky Bai0d6b4cd2023-10-08 17:52:24 +0800417 - title: i.MX 8ULP
418 scope: imx8ulp
419
Jacky Bai9f38eb82023-06-14 15:24:00 +0800420 - title: i.MX 9
421 scope: imx9
422
423 subsections:
424 - title: i.MX93
425 scope: imx93
426
Chris Kayf64c5582021-12-01 16:34:55 +0000427 - title: Layerscape
428 scope: layerscape
429
430 deprecated:
431 - docs/nxp/layerscape
432
433 subsections:
434 - title: LS1028A
435 scope: ls1028a
436
437 deprecated:
438 - plat/nxp/ls1028a
439
440 subsections:
441 - title: LS1028ARDB
442 scope: ls1028ardb
443
444 deprecated:
445 - plat/nxp/ls1028ardb
446
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100447 - title: LS1043A
448 scope: ls1043a
449
450 deprecated:
451 - plat/nxp/ls1043a
452
453 subsections:
454 - title: LS1043ARDB
455 scope: ls1043ardb
456
457 deprecated:
458 - plat/nxp/ls1043ardb
459
Chris Kayf64c5582021-12-01 16:34:55 +0000460 - title: LX2
461 scope: lx2
462
463 deprecated:
464 - plat/nxp/lx2
465
466 subsections:
467 - title: LX216
468 scope: lx216
469
470 deprecated:
471 - plat/nxp/lx216x
472
473 subsections:
474 - title: LX2160
475 scope: lx2160
476
477 deprecated:
478 - plat/soc-lx2160
479
Jiafei Pan1acfb982022-02-10 10:39:56 +0800480 - title: LS1046A
481 scope: ls1046a
482
483 subsections:
484 - title: LS1046ARDB
485 scope: ls1046ardb
486
487 - title: LS1046AFRWY
488 scope: ls1046afrwy
489
490 - title: LS1046AQDS
491 scope: ls1046aqds
492
Jiafei Panccb71e32022-02-24 16:00:35 +0800493 - title: LS1088A
494 scope: ls1088a
495
496 subsections:
497 - title: LS1088ARDB
498 scope: ls1088ardb
499
500 - title: LS1088AQDS
501 scope: ls1088aqds
502
Ghennadi Procopciuc8b81a392024-01-30 16:19:47 +0200503 - title: S32G274A
504 scope: s32g274a
505
506 subsections:
507 - title: S32G274ARDB
508 scope: s32g274ardb
509
Chris Kayf64c5582021-12-01 16:34:55 +0000510 - title: QEMU
511 scope: qemu
512
513 deprecated:
514 - plat/qemu
515
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500516 subsections:
517 - title: SBSA
518 scope: qemu-sbsa
519
Manish V Badarkhe98735802023-11-21 14:35:13 +0000520 deprecated:
521 - qemu_sbsa
522
Chris Kayf64c5582021-12-01 16:34:55 +0000523 - title: QTI
524 scope: qti
525
laurenw-arm21cd0662022-11-01 14:45:33 -0500526 deprecated:
527 - plat/qti
528
Chris Kayf64c5582021-12-01 16:34:55 +0000529 subsections:
530 - title: SC1780
531 scope: sc7180
532
533 deprecated:
534 - plat/qti/sc7180
535
536 - title: SC7280
537 scope: sc7280
538
539 deprecated:
540 - plat/qti/sc7280
541
Stephan Gerholdfa145392021-12-01 20:00:00 +0100542 - title: MSM8916
543 scope: msm8916
544
Chris Kayf64c5582021-12-01 16:34:55 +0000545 - title: Raspberry Pi
546 scope: rpi
547
548 subsections:
laurenw-arm21cd0662022-11-01 14:45:33 -0500549 - title: Raspberry Pi 3
550 scope: rpi3
551
Chris Kayf64c5582021-12-01 16:34:55 +0000552 - title: Raspberry Pi 4
553 scope: rpi4
554
Mario Bălănicăf834b642023-12-02 03:08:02 +0200555 - title: Raspberry Pi 5
556 scope: rpi5
557
Chris Kayf64c5582021-12-01 16:34:55 +0000558 - title: Renesas
559 scope: renesas
560
561 subsections:
562 - title: R-Car
563 scope: rcar
564
565 deprecated:
566 - plat/rcar
567
568 subsections:
569 - title: R-Car 3
570 scope: rcar3
571
572 deprecated:
573 - plat/rcar3
574
575 - title: Rockchip
576 scope: rockchip
577
578 subsections:
579 - title: RK3399
580 scope: rk3399
581
582 deprecated:
583 - rockchip/rk3399
584 - rk3399/suspend
585
Diederik de Haasdd2c8882023-11-27 10:21:37 +0100586 - title: RK3328
587 scope: rk3328
588
Yann Gautier48a59eb2024-11-13 11:29:50 +0100589 - title: RK3588
590 scope: rk3588
591
Chris Kayf64c5582021-12-01 16:34:55 +0000592 - title: Socionext
593 scope: socionext
594
595 subsections:
596 - title: Synquacer
597 scope: synquacer
598
599 deprecated:
600 - plat/synquacer
601
602 - title: ST
603 scope: st
604
605 deprecated:
606 - plat/st
607
608 subsections:
Yann Gautier96f58612022-06-01 18:17:43 +0200609 - title: STM32MP1
Chris Kayf64c5582021-12-01 16:34:55 +0000610 scope: stm32mp1
611
612 deprecated:
613 - plat/st/stm32mp1
614
Yann Gautier96f58612022-06-01 18:17:43 +0200615 subsections:
616 - title: STM32MP13
617 scope: stm32mp13
618
619 - title: STM32MP15
620 scope: stm32mp15
621
Yann Gautier3f6c16f2022-12-16 15:32:25 +0100622 - title: STM32MP2
623 scope: stm32mp2
624
Yann Gautier10f60d32023-11-23 19:37:21 +0100625 subsections:
626 - title: STM32MP25
627 scope: stm32mp25
628
Dave Gerlach8ba55ec2022-03-22 11:02:52 -0500629 - title: Texas Instruments
630 scope: ti
631
632 subsections:
633 - title: K3
634 scope: k3
635
laurenw-arm21cd0662022-11-01 14:45:33 -0500636 deprecated:
637 - ti-k3
638
Chris Kayf64c5582021-12-01 16:34:55 +0000639 - title: Xilinx
640 scope: xilinx
641
642 deprecated:
643 - plat/xilinx
644
645 subsections:
Michal Simeke311b9b2023-09-18 10:22:48 +0200646 - title: DCC (Debug Communication Channel)
647 scope: dcc
648
Chris Kayf64c5582021-12-01 16:34:55 +0000649 - title: Versal
650 scope: versal
651
652 deprecated:
653 - plat/xilinx/versal/include
654 - plat/xilinx/versal
655 - plat/versal
656
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100657 - title: Versal NET
658 scope: versal-net
laurenw-arm21cd0662022-11-01 14:45:33 -0500659
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100660 deprecated:
661 - versal_net
laurenw-arm21cd0662022-11-01 14:45:33 -0500662
Chris Kayf64c5582021-12-01 16:34:55 +0000663 - title: ZynqMP
664 scope: zynqmp
665
666 deprecated:
667 - plat/zynqmp
668 - plat/xilinx/zynqmp
669
Amit Nagalc97857d2024-06-05 12:32:38 +0530670 - title: AMD
671 scope: amd
672
673 subsections:
674 - title: Versal Gen 2
675 scope: versal2
676
rutigl@gmail.comedcece12023-03-19 09:19:05 +0200677 - title: Nuvoton
678 scope: nuvoton
679
680 subsections:
681 - title: npcm845x
682 scope: npcm845x
683
Chris Kayf64c5582021-12-01 16:34:55 +0000684 - title: Bootloader Images
685 scope: bl
686
687 deprecated:
688 - bl_common
689
690 subsections:
691 - title: BL1
692 scope: bl1
693
694 - title: BL2
695 scope: bl2
696
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100697 - title: BL31
698 scope: bl31
699
Shruti Gupta5b7bd2a2022-08-09 10:46:07 +0100700 - title: BL32
701 scope: bl32
702
703 subsections:
704 - title: TSP
705 scope: tsp
706
Chris Kayf64c5582021-12-01 16:34:55 +0000707 - title: Services
708 scope: services
709
Yann Gautier48a59eb2024-11-13 11:29:50 +0100710 deprecated:
711 - std_svc
712
Chris Kayf64c5582021-12-01 16:34:55 +0000713 subsections:
714 - title: FF-A
Daniel Boulby93a8ce02021-12-06 14:44:35 +0000715 scope: ff-a
Chris Kayf64c5582021-12-01 16:34:55 +0000716
717 deprecated:
Daniel Boulby93a8ce02021-12-06 14:44:35 +0000718 - ffa
Chris Kayf64c5582021-12-01 16:34:55 +0000719
720 - title: RME
721 scope: rme
722
laurenw-arm21cd0662022-11-01 14:45:33 -0500723 deprecated:
724 - rme/fid
725
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100726 subsections:
727 - title: TRP
728 scope: trp
729
Javier Almansa Sobrino8c980a42021-11-24 18:37:37 +0000730 - title: RMMD
731 scope: rmmd
732
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500733 - title: RMM
734 scope: rmm
735
Chris Kayf64c5582021-12-01 16:34:55 +0000736 - title: SPM
737 scope: spm
738
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100739 subsections:
Manish V Badarkhe98735802023-11-21 14:35:13 +0000740 - title: EL3 SPM
741 scope: el3-spm
742
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100743 - title: EL3 SPMC
744 scope: el3-spmc
Daniel Boulby93a8ce02021-12-06 14:44:35 +0000745
laurenw-arm21cd0662022-11-01 14:45:33 -0500746 deprecated:
747 - spmc
748
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100749 - title: SPMD
750 scope: spmd
751
752 - title: SPM MM
753 scope: spm-mm
Chris Kayf64c5582021-12-01 16:34:55 +0000754
Manish V Badarkhe7b224f12022-06-27 09:21:14 +0100755 - title: DRTM
756 scope: drtm
757
Jayanth Dodderi Chidanand0b22e592022-10-11 17:16:07 +0100758 - title: TRNG
759 scope: trng
760
Sona Mathew5c8fcc02023-09-20 12:55:32 -0500761 - title: ERRATA ABI
762 scope: errata-abi
763
764 deprecated:
765 - errata_abi
Sona Mathewffea3842022-11-18 18:05:38 -0600766
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100767 - title: ChromeOS
768 scope: cros
769
Yann Gautier02c580c2024-11-13 13:46:15 +0100770 - title: Secure Payload Dispatcher
771 scope: spd
772
773 subsections:
774 - title: OP-TEE
775 scope: optee
776
777 deprecated:
778 - lib/optee
779
780 - title: ProvenCore
781 scope: pncd
782
783 - title: Trusted Little Kernel
784 scope: tlkd
785
786 - title: Trusty
787 scope: trusty
788
789 - title: TSP
790 scope: tspd
791
Chris Kayf64c5582021-12-01 16:34:55 +0000792 - title: Libraries
Manish V Badarkhe98735802023-11-21 14:35:13 +0000793 scope: lib
Chris Kayf64c5582021-12-01 16:34:55 +0000794
795 subsections:
796 - title: CPU Support
797 scope: cpus
798
799 deprecated:
800 - cpu
801 - errata
802 - errata_report
803
804 - title: EL3 Runtime
805 scope: el3-runtime
806
807 deprecated:
808 - el3_runtime
809
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100810 subsections:
811 - title: Context Management
812 scope: cm
813
laurenw-arm21cd0662022-11-01 14:45:33 -0500814 - title: RAS
815 scope: ras
816
Madhukar Pappireddy841533d2024-06-17 15:12:26 -0500817 - title: SIMD
818 scope: simd
819
Chris Kayf64c5582021-12-01 16:34:55 +0000820 - title: FCONF
821 scope: fconf
822
823 - title: MPMM
824 scope: mpmm
825
Chris Kayf64c5582021-12-01 16:34:55 +0000826 - title: PSCI
827 scope: psci
828
Chris Kay7fc4d772024-01-15 18:45:07 +0000829 - title: ROMlib
830 scope: romlib
831
Chris Kayf64c5582021-12-01 16:34:55 +0000832 - title: GPT
833 scope: gpt
834
835 deprecated:
836 - gpt_rme
837
838 - title: SMCCC
839 scope: smccc
840
841 - title: Translation Tables
842 scope: xlat
843
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100844 - title: C Standard Library
845 scope: libc
846
847 - title: Locks
848 scope: locks
849
850 - title: PSA
851 scope: psa
852
laurenw-arm21cd0662022-11-01 14:45:33 -0500853 deprecated:
854 - lib/psa
855
Tamas Bancb249052024-02-06 11:24:51 +0100856 - title: DICE Protection Environment
857 scope: dice
858
Zelalem Aweked20052f2022-04-04 17:42:48 -0500859 - title: Context Management
Chris Kay24687b72022-10-10 16:57:45 +0100860 scope: context-mgmt
861
862 deprecated:
863 - context mgmt
Zelalem Aweked20052f2022-04-04 17:42:48 -0500864
Manish V Badarkhe7c494382022-09-26 15:06:56 +0100865 - title: Semihosting
866 scope: semihosting
867
Raymond Mao3ba2c152023-07-25 07:53:35 -0700868 - title: Firmware Handoff
869 scope: handoff
870
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100871 - title: Exception Handling Framework (EHF)
872 scope: ehf
873
Chris Kayf64c5582021-12-01 16:34:55 +0000874 - title: Drivers
875
876 subsections:
877 - title: Authentication
878 scope: auth
879
880 deprecated:
881 - driver/auth
882
883 subsections:
884 - title: CryptoCell-713
885 scope: cc-713
886
Manish V Badarkhe9e0d2ba2022-09-22 21:41:55 +0100887 - title: Crypto
888 scope: crypto
889
890 - title: mbedTLS
891 scope: mbedtls
892
Manish V Badarkhe902e94c2023-09-22 17:54:59 +0100893 - title: mbedTLS-PSA
894 scope: mbedtls-psa
895
Yann Gautier3c788292023-01-06 17:05:48 +0100896 - title: Console
897 scope: console
898
Abhi.Singha6485b22024-08-21 12:55:38 -0500899 - title: Delay Timer
900 scope: delay-timer
901
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100902 - title: Generic Clock
903 scope: clk
904
Chris Kayf64c5582021-12-01 16:34:55 +0000905 - title: FWU
906 scope: fwu
907
908 deprecated:
909 - fwu_metadata
910
911 - title: I/O
912 scope: io
913
914 subsections:
915 - title: MTD
916 scope: mtd
917
918 deprecated:
919 - io_mtd
920
921 - title: Measured Boot
922 scope: measured-boot
923
924 deprecated:
925 - measured boot
926 - measured_boot
927
928 - title: MMC
929 scope: mmc
930
931 deprecated:
932 - drivers/mmc
933
934 - title: MTD
935 scope: mtd
936
937 deprecated:
938 - drivers/mtd
939
940 subsections:
941 - title: NAND
942 scope: nand
943
944 subsections:
945 - title: SPI NAND
946 scope: spi-nand
947
948 deprecated:
949 - spi_nand
950
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100951 - title: GUID Partition Tables Support
952 scope: guid-partition
Sughosh Ganue1157ec2022-01-19 11:31:20 +0530953
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500954 deprecated:
955 - partition
956
Chris Kayf64c5582021-12-01 16:34:55 +0000957 - title: SCMI
958 scope: scmi
959
960 deprecated:
961 - scmi_common
962 - drivers/scmi-msg
laurenw-arm21cd0662022-11-01 14:45:33 -0500963 - scmi-msg
Chris Kayf64c5582021-12-01 16:34:55 +0000964
Abhi.Singh36e3d872024-08-28 14:17:52 -0500965 - title: TPM
966 scope: tpm
967
Chris Kayf64c5582021-12-01 16:34:55 +0000968 - title: UFS
969 scope: ufs
970
971 - title: Arm
972 scope: arm-drivers
973
974 subsections:
975 - title: Ethos-N
976 scope: ethos-n
977
978 deprecated:
979 - drivers/arm/ethosn
980
981 - title: GIC
982 scope: gic
983
984 subsections:
985 - title: GICv3
986 scope: gicv3
987
laurenw-arm21cd0662022-11-01 14:45:33 -0500988 deprecated:
989 - gicv3/multichip
990
Chris Kayf64c5582021-12-01 16:34:55 +0000991 subsections:
laurenw-arm21cd0662022-11-01 14:45:33 -0500992 - title: GIC-600
993 scope: gic600
994
Chris Kayf64c5582021-12-01 16:34:55 +0000995 - title: GIC-600AE
996 scope: gic600ae
997
Madhukar Pappireddyab80cf32023-08-03 12:13:27 -0500998 - title: GICv2
999 scope: gicv2
1000
Manish V Badarkhe0de3eda2022-03-24 18:23:37 +00001001 - title: SMMU
1002 scope: smmu
1003
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +01001004 - title: MHU
1005 scope: mhu
1006
1007 deprecated:
1008 - drivers/arm/mhu
1009
Tamas Banccc71732024-04-22 15:41:45 +02001010 - title: RSE
1011 scope: rse
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +01001012
1013 deprecated:
1014 - drivers/arm/rss
Tamas Banccc71732024-04-22 15:41:45 +02001015 - rss
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +01001016
Chris Kayf64c5582021-12-01 16:34:55 +00001017 - title: TZC
1018 scope: tzc
1019
1020 subsections:
1021 - title: TZC-400
1022 scope: tzc400
1023
1024 deprecated:
1025 - drivers/tzc400
1026
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +01001027 - title: TZC-380
1028 scope: tzc380
1029
1030 deprecated:
1031 - drivers/tzc380
1032
Madhukar Pappireddye8166d32023-03-22 15:27:22 -05001033 - title: SBSA
1034 scope: sbsa
1035
Chris Kayf64c5582021-12-01 16:34:55 +00001036 - title: Marvell
1037 scope: marvell-drivers
1038
1039 subsections:
1040 - title: COMPHY
1041 scope: marvell-comphy
1042
1043 deprecated:
1044 - drivers/marvell/comphy
1045
1046 subsections:
1047 - title: Armada 3700
1048 scope: marvell-comphy-3700
1049
1050 deprecated:
1051 - drivers/marvell/comphy-3700
1052
1053 - title: CP110
1054 scope: marvell-comphy-cp110
1055
1056 deprecated:
1057 - drivers/marvell/comphy-cp110
1058
1059 - title: UART
1060 scope: marvell-uart
1061
1062 deprecated:
1063 - plat/marvell/uart
1064
1065 - title: Armada
1066 scope: armada-drivers
1067
1068 subsections:
1069 - title: A3K
1070 scope: a3k-drivers
1071
1072 subsections:
1073 - title: A3720
1074 scope: a3720-uart
1075
1076 deprecated:
1077 - plat/marvell/a3720/uart
1078
1079 - title: MediaTek
1080 scope: mediatek-drivers
1081
1082 subsections:
1083 - title: APU
1084 scope: mediatek-apu
1085
1086 deprecated:
1087 - plat/mediatek/apu
1088
1089 - title: EMI MPU
1090 scope: mediatek-emi-mpu
1091
1092 deprecated:
1093 - plat/mediatek/mpu
1094
1095 - title: PMIC Wrapper
1096 scope: mediatek-pmic-wrapper
1097
1098 deprecated:
1099 - plat/mediatek/pmic_wrap
1100
1101 - title: MT8192
1102 scope: mt8192-drivers
1103
1104 subsections:
1105 - title: SPM
1106 scope: mt8192-spm
1107
1108 deprecated:
1109 - mediatek/mt8192/spm
1110
1111 - title: NXP
1112 scope: nxp-drivers
1113
1114 subsections:
1115 - title: DCFG
1116 scope: nxp-dcfg
1117
1118 deprecated:
1119 - driver/nxp/dcfg
1120
1121 - title: FLEXSPI
1122 scope: flexspi
1123
1124 deprecated:
1125 - include/drivers/flexspi
1126 - driver/nxp/xspi
1127
1128 - title: SCFG
1129 scope: nxp-scfg
1130
1131 deprecated:
1132 - nxp/scfg
1133
1134 - title: SFP
1135 scope: nxp-sfp
1136
1137 deprecated:
1138 - drivers/nxp/sfp
1139
Jiafei Pan1acfb982022-02-10 10:39:56 +08001140 - title: QSPI
1141 scope: nxp-qspi
1142
Jiafei Pan9dcbeb92022-02-18 12:02:04 +08001143 - title: NXP Crypto
1144 scope: nxp-crypto
1145
Jiafei Pan5ba30c62022-02-22 11:05:00 +08001146 - title: DDR
1147 scope: nxp-ddr
1148
1149 - title: GIC
1150 scope: nxp-gic
1151
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +01001152 - title: CSU
1153 scope: nxp-csu
1154
1155 - title: IFC NAND
1156 scope: nxp-ifc-nand
1157
1158 - title: IFC NOR
1159 scope: nxp-ifc-nor
1160
1161 - title: TZC-380
1162 scope: nxp-tzc380
1163
Jacky Bai9f38eb82023-06-14 15:24:00 +08001164 - title: TRDC
1165 scope: imx-trdc
1166
Ghennadi Procopciuc3a580e92024-06-11 18:39:58 +03001167 - title: Clock
1168 scope: nxp-clk
1169
Chris Kayf64c5582021-12-01 16:34:55 +00001170 - title: Renesas
1171 scope: renesas-drivers
1172
1173 subsections:
1174 - title: R-Car3
1175 scope: rcar3-drivers
1176
1177 deprecated:
1178 - drivers/rcar3
1179
1180 - title: ST
1181 scope: st-drivers
1182
1183 deprecated:
1184 - drivers/st
1185
1186 subsections:
Yann Gautier27254d92022-01-27 09:25:47 +01001187 - title: BSEC
1188 scope: st-bsec
1189
Chris Kayf64c5582021-12-01 16:34:55 +00001190 - title: Clock
1191 scope: st-clock
1192
1193 deprecated:
1194 - stm32mp_clk
1195 - drivers/st/clk
1196 - stm32mp1_clk
1197
Yann Gautier27254d92022-01-27 09:25:47 +01001198 - title: Crypto
1199 scope: st-crypto
1200
1201 - title: DDR
1202 scope: st-ddr
1203
Chris Kayf64c5582021-12-01 16:34:55 +00001204 - title: I/O
1205 scope: st-io-drivers
1206
1207 subsections:
1208 - title: STM32 Image
1209 scope: st-io-stm32image
1210
1211 deprecated:
1212 - io-stm32image
1213 - io_stm32image
1214
Yann Gautier27254d92022-01-27 09:25:47 +01001215 - title: I2C
1216 scope: st-i2c
1217
1218 - title: FMC
1219 scope: st-fmc
1220
1221 - title: GPIO
1222 scope: st-gpio
1223
Chris Kayf64c5582021-12-01 16:34:55 +00001224 - title: SDMMC2
1225 scope: st-sdmmc2
1226
1227 deprecated:
1228 - stm32_sdmmc2
1229
1230 - title: ST PMIC
1231 scope: st-pmic
1232
1233 deprecated:
1234 - drivers/st/pmic
1235
1236 - title: STPMIC1
1237 scope: stpmic1
1238
Yann Gautier27254d92022-01-27 09:25:47 +01001239 - title: Regulator
1240 scope: st-regulator
1241
1242 - title: Reset
1243 scope: st-reset
1244
1245 - title: SPI
1246 scope: st-spi
1247
Chris Kayf64c5582021-12-01 16:34:55 +00001248 - title: UART
1249 scope: st-uart
1250
1251 subsections:
1252 - title: STM32 Console
1253 scope: stm32-console
1254
1255 deprecated:
1256 - stm32_console
1257
1258 - title: USB
1259 scope: st-usb
1260
1261 deprecated:
1262 - drivers/st/usb
1263
Yann Gautier27254d92022-01-27 09:25:47 +01001264 - title: Watchdog
1265 scope: st-iwdg
1266
Chris Kayf64c5582021-12-01 16:34:55 +00001267 - title: USB
1268 scope: usb
1269
1270 deprecated:
1271 - drivers/usb
1272
1273 - title: Miscellaneous
1274
1275 subsections:
1276 - title: AArch64
1277 scope: aarch64
1278
1279 - title: Debug
1280 scope: debug
1281
1282 deprecated:
1283 - common/debug
1284
1285 - title: CRC32
1286 scope: crc32
1287
1288 subsections:
1289 - title: Hardware CRC32
1290 scope: hw-crc32
1291
1292 deprecated:
1293 - hw_crc
1294 - hw_crc32
1295
1296 - title: Software CRC32
1297 scope: sw-crc32
1298
1299 deprecated:
1300 - sw_crc32
1301
1302 - title: DT Bindings
1303 scope: dt-bindings
1304
1305 - title: FDT Wrappers
1306 scope: fdt-wrappers
1307
1308 - title: FDTs
1309 scope: fdts
1310
1311 deprecated:
1312 - fdt
1313
1314 subsections:
1315 - title: Morello
1316 scope: morello-fdts
1317
1318 deprecated:
1319 - fdts/morello
1320
1321 - title: STM32MP1
1322 scope: stm32mp1-fdts
1323
1324 deprecated:
1325 - fdts stm32mp1
1326
Yann Gautier3e35da92022-07-08 15:55:14 +02001327 subsections:
1328 - title: STM32MP13
1329 scope: stm32mp13-fdts
1330
1331 - title: STM32MP15
1332 scope: stm32mp15-fdts
1333
Yann Gautier3f6c16f2022-12-16 15:32:25 +01001334 - title: STM32MP2
1335 scope: stm32mp2-fdts
1336
Yann Gautier10f60d32023-11-23 19:37:21 +01001337 subsections:
1338 - title: STM32MP25
1339 scope: stm32mp25-fdts
1340
Chris Kayf64c5582021-12-01 16:34:55 +00001341 - title: PIE
1342 scope: pie
1343
Juan Pablo Condeb78ad002023-05-15 22:17:17 -05001344 - title: PIE/POR
1345 scope: pie/por
1346
Chris Kayf64c5582021-12-01 16:34:55 +00001347 - title: Security
1348 scope: security
1349
1350 - title: SDEI
1351 scope: sdei
1352
1353 - title: TBBR
1354 scope: tbbr
1355
1356 - title: NXP
1357
1358 subsections:
1359 - title: OCRAM
1360 scope: nxp-ocram
1361
1362 deprecated:
1363 - nxp/common/ocram
1364
1365 - title: PSCI
1366 scope: nxp-psci
1367
1368 deprecated:
1369 - plat/nxp/common/psci
1370
Chris Kay12562af2023-04-13 17:24:20 +01001371 - title: UUID
1372 scope: uuid
1373
Chris Kayf64c5582021-12-01 16:34:55 +00001374 - title: Documentation
1375 scope: docs
1376
1377 deprecated:
1378 - doc
1379
1380 subsections:
1381 - title: Changelog
1382 scope: changelog
1383
1384 - title: Commit Style
1385 scope: commit-style
1386
1387 - title: Contribution Guidelines
1388 scope: contributing
1389
1390 deprecated:
1391 - contribution-guidelines
1392 - docs-contributing.rst
1393
1394 - title: Maintainers
1395 scope: maintainers
1396
1397 - title: Prerequisites
1398 scope: prerequisites
1399
Sandrine Bailleux50075fd2022-05-10 14:53:44 +02001400 - title: Threat Model
1401 scope: threat-model
1402
Sandrine Bailleuxd3171612023-02-08 13:58:25 +01001403 - title: Porting Guide
1404 scope: porting
1405
Chris Kayf64c5582021-12-01 16:34:55 +00001406 - title: Build System
1407 scope: build
1408
1409 deprecated:
1410 - makefile
1411 - Makefile
1412
1413 subsections:
1414 - title: Git Hooks
1415 scope: hooks
1416
Juan Pablo Condeb78ad002023-05-15 22:17:17 -05001417 deprecated:
1418 - git-hooks
1419
Chris Kayf64c5582021-12-01 16:34:55 +00001420 - title: Tools
Manish V Badarkheccbfd012024-07-19 08:31:51 +01001421 scope: tools
Chris Kayf64c5582021-12-01 16:34:55 +00001422
1423 subsections:
Chris Kaye7be9242025-02-03 11:25:43 +00001424 - title: Dependabot
1425 scope: dependabot
1426
Chris Kayf64c5582021-12-01 16:34:55 +00001427 - title: STM32 Image
1428 scope: stm32image
1429
1430 deprecated:
1431 - tools/stm32image
1432
Jiafei Pan1acfb982022-02-10 10:39:56 +08001433 - title: NXP Tools
1434 scope: nxp-tools
1435
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +01001436 - title: Firmware Image Package Tool
1437 scope: fiptool
1438
1439 - title: Secure Partition Tool
1440 scope: sptool
1441
1442 - title: Certificate Creation Tool
1443 scope: cert-create
1444
Chris Kay415049a2024-06-14 11:31:03 +00001445 - title: Firmware Encryption Tool
1446 scope: encrypt-fw
1447
Harrison Mutaid9d5eb12023-02-23 11:30:17 +00001448 - title: Memory Mapping Tool
1449 scope: memmap
1450
laurenw-arm21cd0662022-11-01 14:45:33 -05001451 deprecated:
1452 - cert_create
1453
Henrik Nordstrom8eb4efe2023-12-04 10:31:07 +01001454 - title: Marvell Tools
1455 scope: marvell-tools
1456
Chris Kayea2c6522024-06-04 11:31:06 +00001457 - title: Renesas Tools
1458 scope: renesas-tools
1459
1460 subsections:
1461 - title: R-Car Layout Tool
1462 scope: rcar-layout
Chris Kay3ed72442024-06-04 11:31:06 +00001463
1464 - title: R/ZG Layout Tool
1465 scope: rzg-layout
1466
Harrison Mutai6ac31f32024-05-10 16:54:29 +00001467 - title: Transfer List Compiler
1468 scope: tlc
1469
Manish V Badarkhee19977d2024-08-27 10:48:38 +01001470 - title: Chain of Trust device tree to C source file
1471 scope: cot-dt2c
1472
Chris Kayf64c5582021-12-01 16:34:55 +00001473 - title: Dependencies
1474 scope: deps
1475
1476 subsections:
1477 - title: checkpatch
1478 scope: checkpatch
1479
1480 - title: commitlint
1481 scope: commitlint
1482
Daniel Boulby98a43d92022-10-05 11:03:44 +01001483 - title: Compiler runtime libraries
1484 scope: compiler-rt
1485
Chris Kaye7be9242025-02-03 11:25:43 +00001486 - title: Development dependencies
1487 scope: dev-deps
1488
Chris Kayf64c5582021-12-01 16:34:55 +00001489 - title: libfdt
1490 scope: libfdt
1491
1492 - title: Node Package Manager (NPM)
1493 scope: npm
Daniel Boulby98a43d92022-10-05 11:03:44 +01001494
dependabot[bot]075a9612023-09-06 09:55:17 +00001495 - title: Poetry
1496 scope: poetry
1497
Daniel Boulby98a43d92022-10-05 11:03:44 +01001498 - title: zlib
1499 scope: zlib