blob: 101aa48ee84d6171744e89c9ac955bd87a594d02 [file] [log] [blame]
Chris Kayf64c5582021-12-01 16:34:55 +00001#
Chris Kay7fc4d772024-01-15 18:45:07 +00002# Copyright (c) 2021-2024, 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:
89 - title: Activity Monitors Extension (FEAT_AMU)
90 scope: amu
91
laurenw-arm21cd0662022-11-01 14:45:33 -050092 - title: Branch Record Buffer Extension (FEAT_BRBE)
93 scope: brbe
94
95 - title: Branch Target Identification Extension
96 scope: bti
97
laurenw-arm55ae7712022-06-01 13:45:39 -050098 - title: Confidential Compute Architecture (CCA)
99 scope: cca
100
laurenw-arm21cd0662022-11-01 14:45:33 -0500101 - title: Extended Cache Index (FEAT_CCIDX)
102 scope: ccidx
103
Mark Browna3666402023-04-17 17:51:30 +0100104 - title: Extended Translation Control Register (FEAT_TCR2).
105 scope: tcr2
106
Andre Przywara69c17f52022-11-14 15:38:58 +0000107 - title: CPU feature / ID register handling in general
108 scope: cpufeat
109
Mark Brown688ab572023-03-14 21:33:04 +0000110 - title: Guarded Control Stack (FEAT_GCS)
111 scope: gcs
112
Chris Kayf64c5582021-12-01 16:34:55 +0000113 - title: Support for the `HCRX_EL2` register (FEAT_HCX)
114 scope: hcx
115
116 - title: Memory Partitioning and Monitoring (MPAM) Extension (FEAT_MPAM)
117 scope: mpam
118
Govindraj Raja1e02ce62024-03-19 14:32:20 -0500119 - title: Memory Tagging Extension2
120 scope: mte2
121
122 deprecated:
123 - mte
laurenw-arm21cd0662022-11-01 14:45:33 -0500124
125 - title: Pointer Authentication Extension
126 scope: pauth
127
128 - title: Performance Monitors Extension (FEAT_PMUv3)
129 scope: pmu
130
131 - title: Trapping support for RNDR/RNDRRS (FEAT_RNG_TRAP)
132 scope: rng-trap
133
Jayanth Dodderi Chidanand03d3c0d2022-11-08 10:31:07 +0000134 - title: Scalable Matrix Extension (FEAT_SME, FEAT_SME2)
Chris Kayf64c5582021-12-01 16:34:55 +0000135 scope: sme
136
laurenw-arm21cd0662022-11-01 14:45:33 -0500137 - title: Statistical profiling Extension (FEAT_SPE)
138 scope: spe
139
Chris Kayf64c5582021-12-01 16:34:55 +0000140 - title: Scalable Vector Extension (FEAT_SVE)
141 scope: sve
142
143 - title: System Register Trace Extensions (FEAT_ETMv4, FEAT_ETE and FEAT_ETEv1.1)
144 scope: sys-reg-trace
145
146 deprecated:
147 - sys_reg_trace
148
149 - title: Trace Buffer Extension (FEAT_TRBE)
150 scope: trbe
151
152 - title: Self-hosted Trace Extensions (FEAT_TRF)
153 scope: trf
154
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100155 - title: DynamIQ Shared Unit (DSU)
156 scope: dsu
157
Chris Kayf64c5582021-12-01 16:34:55 +0000158 - title: Platforms
Manish V Badarkhe98735802023-11-21 14:35:13 +0000159 scope: platforms
160
161 deprecated:
162 - plat/common
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100163 - plat
Chris Kayf64c5582021-12-01 16:34:55 +0000164
165 subsections:
166 - title: Allwinner
167 scope: allwinner
168
169 deprecated:
170 - plat/allwinner
171
172 - title: Arm
173 scope: arm
174
175 deprecated:
176 - plat/arm
177
178 subsections:
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500179 - title: A5DS
180 scope: a5ds
181
laurenw-arm21cd0662022-11-01 14:45:33 -0500182 - title: CSS
183 scope: css
184
185 deprecated:
186 - plat/arm/css
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500187 - plat/css
laurenw-arm21cd0662022-11-01 14:45:33 -0500188
Chris Kayf64c5582021-12-01 16:34:55 +0000189 - title: FPGA
190 scope: fpga
191
192 deprecated:
193 - arm_fgpa
Chris Kayf64c5582021-12-01 16:34:55 +0000194 - plat/arm_fpga
Manish V Badarkhe98735802023-11-21 14:35:13 +0000195 - arm/fpga
Chris Kayf64c5582021-12-01 16:34:55 +0000196
197 - title: FVP
198 scope: fvp
199
200 deprecated:
201 - plat/fvp
laurenw-arm21cd0662022-11-01 14:45:33 -0500202 - fvp/tsp_manifest
Chris Kayf64c5582021-12-01 16:34:55 +0000203
204 - title: FVP-R
205 scope: fvp-r
206
207 deprecated:
208 - fvp_r
209
laurenw-arm21cd0662022-11-01 14:45:33 -0500210 - title: FVP Versatile Express
211 scope: fvp_ve
212
Chris Kayf64c5582021-12-01 16:34:55 +0000213 - title: Juno
214 scope: juno
215
216 - title: Morello
217 scope: morello
218
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100219 - title: N1SDP
220 scope: n1sdp
221
Rohit Mathew682da932024-04-15 17:31:04 +0100222 - title: Neoverse-RD
223 scope: neoverse-rd
Chris Kayf64c5582021-12-01 16:34:55 +0000224
225 subsections:
Rohit Mathew18b50702024-04-16 17:31:54 +0100226 - title: SGI-575
227 scope: sgi575
228
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100229 - title: RD-E1-Edge
230 scope: rde1edge
231
Rohit Mathewd239ede2024-04-22 14:23:59 +0100232 - title: RD-N1-Edge
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500233 scope: rdn1edge
234
Rohit Mathew86a49492024-04-16 17:35:05 +0100235 - title: RD-V1
236 scope: rdv1
237
Rohit Mathew6fb16da2024-04-16 17:36:19 +0100238 - title: RD-V1-MC
239 scope: rdv1mc
240
Chris Kayf64c5582021-12-01 16:34:55 +0000241 - title: RD-N2
242 scope: rdn2
243
244 deprecated:
245 - board/rdn2
246
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100247 deprecated:
248 - neoverse
249
Chris Kayf64c5582021-12-01 16:34:55 +0000250 - title: TC
251 scope: tc
252
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500253 deprecated:
254 - plat/tc
255
Chris Kayf64c5582021-12-01 16:34:55 +0000256 subsections:
257 - title: TC0
258 scope: tc0
259
260 deprecated:
261 - plat/tc0
262
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100263 - title: Corstone-1000
264 scope: corstone-1000
265
Chia-Wei Wang85f199b2022-11-02 17:50:21 +0800266 - title: Aspeed
267 scope: aspeed
268
269 subsections:
270 - title: AST2700
271 scope: ast2700
272
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100273 - title: Broadcom
274 scope: brcm
275
Manish V Badarkhe98735802023-11-21 14:35:13 +0000276 - title: Cadence
277 scope: cadence
278
laurenw-arm21cd0662022-11-01 14:45:33 -0500279 - title: HiSilicon
280 scope: hisilicon
281
282 subsections:
283 - title: HiKey
284 scope: hikey
285
286 - title: HiKey960
287 scope: hikey960
288
Sieu Mun Tange5641372022-02-22 14:14:26 +0800289 - title: Intel
290 scope: intel
291
292 subsections:
293 - title: SoC
294 scope: soc
295
Chris Kayf64c5582021-12-01 16:34:55 +0000296 - title: Marvell
297 scope: marvell
298
299 deprecated:
300 - plat/marvell
301
302 subsections:
303 - title: Armada
304 scope: armada
305
306 deprecated:
307 - plat/marvell/armada
308
309 subsections:
310 - title: A3K
311 scope: a3k
312
313 deprecated:
314 - plat/marvell/a3k
315
316 - title: A8K
317 scope: a8k
318
319 deprecated:
320 - plat/marvell/a8k
321
322 - title: MediaTek
323 scope: mediatek
324
325 deprecated:
326 - plat/mediatek/common
327 - plat/mediatek
328
329 subsections:
330 - title: MT8183
331 scope: mt8183
332
333 deprecated:
334 - plat/mediatek/mt8183
335
laurenw-arm21cd0662022-11-01 14:45:33 -0500336 - title: MT8186
337 scope: mt8186
338
339 deprecated:
340 - plat/mediatek/mt8186
341 - mt8186-emi-mpu
342
343 - title: MT8188
344 scope: mt8188
345
Chris Kayf64c5582021-12-01 16:34:55 +0000346 - title: MT8192
347 scope: mt8192
348
349 deprecated:
350 - plat/mdeiatek/mt8192
351
352 - title: MT8195
353 scope: mt8195
354
355 deprecated:
356 - plat/mediatek/me8195
357 - plat/mediatek/mt8195
358 - plat/mdeiatek/mt8195
359
360 - title: NVIDIA
361 scope: nvidia
362
363 subsections:
364 - title: Tegra
365 scope: tegra
366
367 deprecated:
368 - plat/tegra
369
370 subsections:
371 - title: Tegra 132
372 scope: tegra132
373
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100374 - title: Tegra 194
375 scope: tegra194
376
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500377 - title: Tegra 210
378 scope: tegra210
379
Chris Kayf64c5582021-12-01 16:34:55 +0000380 - title: NXP
381 scope: nxp
382
383 deprecated:
384 - plat/nxp
385 - plat/nxp/common
386
387 subsections:
388 - title: i.MX
389 scope: imx
390
391 deprecated:
392 - plat/imx
393 - plat/imx/imx
394
395 subsections:
396 - title: i.MX 8M
397 scope: imx8m
398
399 deprecated:
400 - plat/imx8m
401 - plat/imx/imx8m
402
403 subsections:
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100404 - title: i.MX 8M Nano
405 scope: imx8mn
406
407 deprecated:
408 - plat/imx/imx8m/imx8mn
409
Chris Kayf64c5582021-12-01 16:34:55 +0000410 - title: i.MX 8M Mini
411 scope: imx8mm
412
413 deprecated:
414 - plat/imx/imx8m/imx8mm
415
416 - title: i.MX 8M Plus
417 scope: imx8mp
418
419 deprecated:
420 - plat/imx/imx8m/imx8mp
421
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100422 - title: i.MX 8Q
423 scope: imx8mq
424
425 deprecated:
426 - plat/imx/imx8m/imx8mq
427
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500428 - title: i.MX 8
429 scope: imx8
430
Jacky Bai0d6b4cd2023-10-08 17:52:24 +0800431 - title: i.MX 8ULP
432 scope: imx8ulp
433
Jacky Bai9f38eb82023-06-14 15:24:00 +0800434 - title: i.MX 9
435 scope: imx9
436
437 subsections:
438 - title: i.MX93
439 scope: imx93
440
Chris Kayf64c5582021-12-01 16:34:55 +0000441 - title: Layerscape
442 scope: layerscape
443
444 deprecated:
445 - docs/nxp/layerscape
446
447 subsections:
448 - title: LS1028A
449 scope: ls1028a
450
451 deprecated:
452 - plat/nxp/ls1028a
453
454 subsections:
455 - title: LS1028ARDB
456 scope: ls1028ardb
457
458 deprecated:
459 - plat/nxp/ls1028ardb
460
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100461 - title: LS1043A
462 scope: ls1043a
463
464 deprecated:
465 - plat/nxp/ls1043a
466
467 subsections:
468 - title: LS1043ARDB
469 scope: ls1043ardb
470
471 deprecated:
472 - plat/nxp/ls1043ardb
473
Chris Kayf64c5582021-12-01 16:34:55 +0000474 - title: LX2
475 scope: lx2
476
477 deprecated:
478 - plat/nxp/lx2
479
480 subsections:
481 - title: LX216
482 scope: lx216
483
484 deprecated:
485 - plat/nxp/lx216x
486
487 subsections:
488 - title: LX2160
489 scope: lx2160
490
491 deprecated:
492 - plat/soc-lx2160
493
Jiafei Pan1acfb982022-02-10 10:39:56 +0800494 - title: LS1046A
495 scope: ls1046a
496
497 subsections:
498 - title: LS1046ARDB
499 scope: ls1046ardb
500
501 - title: LS1046AFRWY
502 scope: ls1046afrwy
503
504 - title: LS1046AQDS
505 scope: ls1046aqds
506
Jiafei Panccb71e32022-02-24 16:00:35 +0800507 - title: LS1088A
508 scope: ls1088a
509
510 subsections:
511 - title: LS1088ARDB
512 scope: ls1088ardb
513
514 - title: LS1088AQDS
515 scope: ls1088aqds
516
Ghennadi Procopciuc8b81a392024-01-30 16:19:47 +0200517 - title: S32G274A
518 scope: s32g274a
519
520 subsections:
521 - title: S32G274ARDB
522 scope: s32g274ardb
523
Chris Kayf64c5582021-12-01 16:34:55 +0000524 - title: QEMU
525 scope: qemu
526
527 deprecated:
528 - plat/qemu
529
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500530 subsections:
531 - title: SBSA
532 scope: qemu-sbsa
533
Manish V Badarkhe98735802023-11-21 14:35:13 +0000534 deprecated:
535 - qemu_sbsa
536
Chris Kayf64c5582021-12-01 16:34:55 +0000537 - title: QTI
538 scope: qti
539
laurenw-arm21cd0662022-11-01 14:45:33 -0500540 deprecated:
541 - plat/qti
542
Chris Kayf64c5582021-12-01 16:34:55 +0000543 subsections:
544 - title: SC1780
545 scope: sc7180
546
547 deprecated:
548 - plat/qti/sc7180
549
550 - title: SC7280
551 scope: sc7280
552
553 deprecated:
554 - plat/qti/sc7280
555
Stephan Gerholdfa145392021-12-01 20:00:00 +0100556 - title: MSM8916
557 scope: msm8916
558
Chris Kayf64c5582021-12-01 16:34:55 +0000559 - title: Raspberry Pi
560 scope: rpi
561
562 subsections:
laurenw-arm21cd0662022-11-01 14:45:33 -0500563 - title: Raspberry Pi 3
564 scope: rpi3
565
Chris Kayf64c5582021-12-01 16:34:55 +0000566 - title: Raspberry Pi 4
567 scope: rpi4
568
Mario Bălănicăf834b642023-12-02 03:08:02 +0200569 - title: Raspberry Pi 5
570 scope: rpi5
571
Chris Kayf64c5582021-12-01 16:34:55 +0000572 - title: Renesas
573 scope: renesas
574
575 subsections:
576 - title: R-Car
577 scope: rcar
578
579 deprecated:
580 - plat/rcar
581
582 subsections:
583 - title: R-Car 3
584 scope: rcar3
585
586 deprecated:
587 - plat/rcar3
588
589 - title: Rockchip
590 scope: rockchip
591
592 subsections:
593 - title: RK3399
594 scope: rk3399
595
596 deprecated:
597 - rockchip/rk3399
598 - rk3399/suspend
599
Diederik de Haasdd2c8882023-11-27 10:21:37 +0100600 - title: RK3328
601 scope: rk3328
602
Chris Kayf64c5582021-12-01 16:34:55 +0000603 - title: Socionext
604 scope: socionext
605
606 subsections:
607 - title: Synquacer
608 scope: synquacer
609
610 deprecated:
611 - plat/synquacer
612
613 - title: ST
614 scope: st
615
616 deprecated:
617 - plat/st
618
619 subsections:
Yann Gautier96f58612022-06-01 18:17:43 +0200620 - title: STM32MP1
Chris Kayf64c5582021-12-01 16:34:55 +0000621 scope: stm32mp1
622
623 deprecated:
624 - plat/st/stm32mp1
625
Yann Gautier96f58612022-06-01 18:17:43 +0200626 subsections:
627 - title: STM32MP13
628 scope: stm32mp13
629
630 - title: STM32MP15
631 scope: stm32mp15
632
Yann Gautier3f6c16f2022-12-16 15:32:25 +0100633 - title: STM32MP2
634 scope: stm32mp2
635
Dave Gerlach8ba55ec2022-03-22 11:02:52 -0500636 - title: Texas Instruments
637 scope: ti
638
639 subsections:
640 - title: K3
641 scope: k3
642
laurenw-arm21cd0662022-11-01 14:45:33 -0500643 deprecated:
644 - ti-k3
645
Chris Kayf64c5582021-12-01 16:34:55 +0000646 - title: Xilinx
647 scope: xilinx
648
649 deprecated:
650 - plat/xilinx
651
652 subsections:
Michal Simeke311b9b2023-09-18 10:22:48 +0200653 - title: DCC (Debug Communication Channel)
654 scope: dcc
655
Chris Kayf64c5582021-12-01 16:34:55 +0000656 - title: Versal
657 scope: versal
658
659 deprecated:
660 - plat/xilinx/versal/include
661 - plat/xilinx/versal
662 - plat/versal
663
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100664 - title: Versal NET
665 scope: versal-net
laurenw-arm21cd0662022-11-01 14:45:33 -0500666
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100667 deprecated:
668 - versal_net
laurenw-arm21cd0662022-11-01 14:45:33 -0500669
Chris Kayf64c5582021-12-01 16:34:55 +0000670 - title: ZynqMP
671 scope: zynqmp
672
673 deprecated:
674 - plat/zynqmp
675 - plat/xilinx/zynqmp
676
Amit Nagalc97857d2024-06-05 12:32:38 +0530677 - title: AMD
678 scope: amd
679
680 subsections:
681 - title: Versal Gen 2
682 scope: versal2
683
rutigl@gmail.comedcece12023-03-19 09:19:05 +0200684 - title: Nuvoton
685 scope: nuvoton
686
687 subsections:
688 - title: npcm845x
689 scope: npcm845x
690
Chris Kayf64c5582021-12-01 16:34:55 +0000691 - title: Bootloader Images
692 scope: bl
693
694 deprecated:
695 - bl_common
696
697 subsections:
698 - title: BL1
699 scope: bl1
700
701 - title: BL2
702 scope: bl2
703
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100704 - title: BL31
705 scope: bl31
706
Shruti Gupta5b7bd2a2022-08-09 10:46:07 +0100707 - title: BL32
708 scope: bl32
709
710 subsections:
711 - title: TSP
712 scope: tsp
713
Chris Kayf64c5582021-12-01 16:34:55 +0000714 - title: Services
715 scope: services
716
717 subsections:
718 - title: FF-A
Daniel Boulby93a8ce02021-12-06 14:44:35 +0000719 scope: ff-a
Chris Kayf64c5582021-12-01 16:34:55 +0000720
721 deprecated:
Daniel Boulby93a8ce02021-12-06 14:44:35 +0000722 - ffa
Chris Kayf64c5582021-12-01 16:34:55 +0000723
724 - title: RME
725 scope: rme
726
laurenw-arm21cd0662022-11-01 14:45:33 -0500727 deprecated:
728 - rme/fid
729
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100730 subsections:
731 - title: TRP
732 scope: trp
733
Javier Almansa Sobrino8c980a42021-11-24 18:37:37 +0000734 - title: RMMD
735 scope: rmmd
736
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500737 - title: RMM
738 scope: rmm
739
Chris Kayf64c5582021-12-01 16:34:55 +0000740 - title: SPM
741 scope: spm
742
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100743 subsections:
Manish V Badarkhe98735802023-11-21 14:35:13 +0000744 - title: EL3 SPM
745 scope: el3-spm
746
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100747 - title: EL3 SPMC
748 scope: el3-spmc
Daniel Boulby93a8ce02021-12-06 14:44:35 +0000749
laurenw-arm21cd0662022-11-01 14:45:33 -0500750 deprecated:
751 - spmc
752
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100753 - title: SPMD
754 scope: spmd
755
756 - title: SPM MM
757 scope: spm-mm
Chris Kayf64c5582021-12-01 16:34:55 +0000758
Manish V Badarkhe7b224f12022-06-27 09:21:14 +0100759 - title: DRTM
760 scope: drtm
761
Jayanth Dodderi Chidanand0b22e592022-10-11 17:16:07 +0100762 - title: TRNG
763 scope: trng
764
Sona Mathew5c8fcc02023-09-20 12:55:32 -0500765 - title: ERRATA ABI
766 scope: errata-abi
767
768 deprecated:
769 - errata_abi
Sona Mathewffea3842022-11-18 18:05:38 -0600770
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100771 - title: ChromeOS
772 scope: cros
773
Chris Kayf64c5582021-12-01 16:34:55 +0000774 - title: Libraries
Manish V Badarkhe98735802023-11-21 14:35:13 +0000775 scope: lib
Chris Kayf64c5582021-12-01 16:34:55 +0000776
777 subsections:
778 - title: CPU Support
779 scope: cpus
780
781 deprecated:
782 - cpu
783 - errata
784 - errata_report
785
786 - title: EL3 Runtime
787 scope: el3-runtime
788
789 deprecated:
790 - el3_runtime
791
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100792 subsections:
793 - title: Context Management
794 scope: cm
795
laurenw-arm21cd0662022-11-01 14:45:33 -0500796 - title: RAS
797 scope: ras
798
Chris Kayf64c5582021-12-01 16:34:55 +0000799 - title: FCONF
800 scope: fconf
801
802 - title: MPMM
803 scope: mpmm
804
805 - title: OP-TEE
806 scope: optee
807
808 deprecated:
809 - lib/optee
810
811 - title: PSCI
812 scope: psci
813
Chris Kay7fc4d772024-01-15 18:45:07 +0000814 - title: ROMlib
815 scope: romlib
816
Chris Kayf64c5582021-12-01 16:34:55 +0000817 - title: GPT
818 scope: gpt
819
820 deprecated:
821 - gpt_rme
822
823 - title: SMCCC
824 scope: smccc
825
826 - title: Translation Tables
827 scope: xlat
828
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100829 - title: C Standard Library
830 scope: libc
831
832 - title: Locks
833 scope: locks
834
835 - title: PSA
836 scope: psa
837
laurenw-arm21cd0662022-11-01 14:45:33 -0500838 deprecated:
839 - lib/psa
840
Tamas Bancb249052024-02-06 11:24:51 +0100841 - title: DICE Protection Environment
842 scope: dice
843
Zelalem Aweked20052f2022-04-04 17:42:48 -0500844 - title: Context Management
Chris Kay24687b72022-10-10 16:57:45 +0100845 scope: context-mgmt
846
847 deprecated:
848 - context mgmt
Zelalem Aweked20052f2022-04-04 17:42:48 -0500849
Manish V Badarkhe7c494382022-09-26 15:06:56 +0100850 - title: Semihosting
851 scope: semihosting
852
Raymond Mao3ba2c152023-07-25 07:53:35 -0700853 - title: Firmware Handoff
854 scope: handoff
855
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100856 - title: Exception Handling Framework (EHF)
857 scope: ehf
858
Chris Kayf64c5582021-12-01 16:34:55 +0000859 - title: Drivers
860
861 subsections:
862 - title: Authentication
863 scope: auth
864
865 deprecated:
866 - driver/auth
867
868 subsections:
869 - title: CryptoCell-713
870 scope: cc-713
871
Manish V Badarkhe9e0d2ba2022-09-22 21:41:55 +0100872 - title: Crypto
873 scope: crypto
874
875 - title: mbedTLS
876 scope: mbedtls
877
Manish V Badarkhe902e94c2023-09-22 17:54:59 +0100878 - title: mbedTLS-PSA
879 scope: mbedtls-psa
880
Yann Gautier3c788292023-01-06 17:05:48 +0100881 - title: Console
882 scope: console
883
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100884 - title: Generic Clock
885 scope: clk
886
Chris Kayf64c5582021-12-01 16:34:55 +0000887 - title: FWU
888 scope: fwu
889
890 deprecated:
891 - fwu_metadata
892
893 - title: I/O
894 scope: io
895
896 subsections:
897 - title: MTD
898 scope: mtd
899
900 deprecated:
901 - io_mtd
902
903 - title: Measured Boot
904 scope: measured-boot
905
906 deprecated:
907 - measured boot
908 - measured_boot
909
910 - title: MMC
911 scope: mmc
912
913 deprecated:
914 - drivers/mmc
915
916 - title: MTD
917 scope: mtd
918
919 deprecated:
920 - drivers/mtd
921
922 subsections:
923 - title: NAND
924 scope: nand
925
926 subsections:
927 - title: SPI NAND
928 scope: spi-nand
929
930 deprecated:
931 - spi_nand
932
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100933 - title: GUID Partition Tables Support
934 scope: guid-partition
Sughosh Ganue1157ec2022-01-19 11:31:20 +0530935
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500936 deprecated:
937 - partition
938
Chris Kayf64c5582021-12-01 16:34:55 +0000939 - title: SCMI
940 scope: scmi
941
942 deprecated:
943 - scmi_common
944 - drivers/scmi-msg
laurenw-arm21cd0662022-11-01 14:45:33 -0500945 - scmi-msg
Chris Kayf64c5582021-12-01 16:34:55 +0000946
947 - title: UFS
948 scope: ufs
949
950 - title: Arm
951 scope: arm-drivers
952
953 subsections:
954 - title: Ethos-N
955 scope: ethos-n
956
957 deprecated:
958 - drivers/arm/ethosn
959
960 - title: GIC
961 scope: gic
962
963 subsections:
964 - title: GICv3
965 scope: gicv3
966
laurenw-arm21cd0662022-11-01 14:45:33 -0500967 deprecated:
968 - gicv3/multichip
969
Chris Kayf64c5582021-12-01 16:34:55 +0000970 subsections:
laurenw-arm21cd0662022-11-01 14:45:33 -0500971 - title: GIC-600
972 scope: gic600
973
Chris Kayf64c5582021-12-01 16:34:55 +0000974 - title: GIC-600AE
975 scope: gic600ae
976
Madhukar Pappireddyab80cf32023-08-03 12:13:27 -0500977 - title: GICv2
978 scope: gicv2
979
Manish V Badarkhe0de3eda2022-03-24 18:23:37 +0000980 - title: SMMU
981 scope: smmu
982
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100983 - title: MHU
984 scope: mhu
985
986 deprecated:
987 - drivers/arm/mhu
988
Tamas Banccc71732024-04-22 15:41:45 +0200989 - title: RSE
990 scope: rse
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100991
992 deprecated:
993 - drivers/arm/rss
Tamas Banccc71732024-04-22 15:41:45 +0200994 - rss
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100995
Chris Kayf64c5582021-12-01 16:34:55 +0000996 - title: TZC
997 scope: tzc
998
999 subsections:
1000 - title: TZC-400
1001 scope: tzc400
1002
1003 deprecated:
1004 - drivers/tzc400
1005
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +01001006 - title: TZC-380
1007 scope: tzc380
1008
1009 deprecated:
1010 - drivers/tzc380
1011
Madhukar Pappireddye8166d32023-03-22 15:27:22 -05001012 - title: SBSA
1013 scope: sbsa
1014
Chris Kayf64c5582021-12-01 16:34:55 +00001015 - title: Marvell
1016 scope: marvell-drivers
1017
1018 subsections:
1019 - title: COMPHY
1020 scope: marvell-comphy
1021
1022 deprecated:
1023 - drivers/marvell/comphy
1024
1025 subsections:
1026 - title: Armada 3700
1027 scope: marvell-comphy-3700
1028
1029 deprecated:
1030 - drivers/marvell/comphy-3700
1031
1032 - title: CP110
1033 scope: marvell-comphy-cp110
1034
1035 deprecated:
1036 - drivers/marvell/comphy-cp110
1037
1038 - title: UART
1039 scope: marvell-uart
1040
1041 deprecated:
1042 - plat/marvell/uart
1043
1044 - title: Armada
1045 scope: armada-drivers
1046
1047 subsections:
1048 - title: A3K
1049 scope: a3k-drivers
1050
1051 subsections:
1052 - title: A3720
1053 scope: a3720-uart
1054
1055 deprecated:
1056 - plat/marvell/a3720/uart
1057
1058 - title: MediaTek
1059 scope: mediatek-drivers
1060
1061 subsections:
1062 - title: APU
1063 scope: mediatek-apu
1064
1065 deprecated:
1066 - plat/mediatek/apu
1067
1068 - title: EMI MPU
1069 scope: mediatek-emi-mpu
1070
1071 deprecated:
1072 - plat/mediatek/mpu
1073
1074 - title: PMIC Wrapper
1075 scope: mediatek-pmic-wrapper
1076
1077 deprecated:
1078 - plat/mediatek/pmic_wrap
1079
1080 - title: MT8192
1081 scope: mt8192-drivers
1082
1083 subsections:
1084 - title: SPM
1085 scope: mt8192-spm
1086
1087 deprecated:
1088 - mediatek/mt8192/spm
1089
1090 - title: NXP
1091 scope: nxp-drivers
1092
1093 subsections:
1094 - title: DCFG
1095 scope: nxp-dcfg
1096
1097 deprecated:
1098 - driver/nxp/dcfg
1099
1100 - title: FLEXSPI
1101 scope: flexspi
1102
1103 deprecated:
1104 - include/drivers/flexspi
1105 - driver/nxp/xspi
1106
1107 - title: SCFG
1108 scope: nxp-scfg
1109
1110 deprecated:
1111 - nxp/scfg
1112
1113 - title: SFP
1114 scope: nxp-sfp
1115
1116 deprecated:
1117 - drivers/nxp/sfp
1118
Jiafei Pan1acfb982022-02-10 10:39:56 +08001119 - title: QSPI
1120 scope: nxp-qspi
1121
Jiafei Pan9dcbeb92022-02-18 12:02:04 +08001122 - title: NXP Crypto
1123 scope: nxp-crypto
1124
Jiafei Pan5ba30c62022-02-22 11:05:00 +08001125 - title: DDR
1126 scope: nxp-ddr
1127
1128 - title: GIC
1129 scope: nxp-gic
1130
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +01001131 - title: CSU
1132 scope: nxp-csu
1133
1134 - title: IFC NAND
1135 scope: nxp-ifc-nand
1136
1137 - title: IFC NOR
1138 scope: nxp-ifc-nor
1139
1140 - title: TZC-380
1141 scope: nxp-tzc380
1142
Jacky Bai9f38eb82023-06-14 15:24:00 +08001143 - title: TRDC
1144 scope: imx-trdc
1145
Chris Kayf64c5582021-12-01 16:34:55 +00001146 - title: Renesas
1147 scope: renesas-drivers
1148
1149 subsections:
1150 - title: R-Car3
1151 scope: rcar3-drivers
1152
1153 deprecated:
1154 - drivers/rcar3
1155
1156 - title: ST
1157 scope: st-drivers
1158
1159 deprecated:
1160 - drivers/st
1161
1162 subsections:
Yann Gautier27254d92022-01-27 09:25:47 +01001163 - title: BSEC
1164 scope: st-bsec
1165
Chris Kayf64c5582021-12-01 16:34:55 +00001166 - title: Clock
1167 scope: st-clock
1168
1169 deprecated:
1170 - stm32mp_clk
1171 - drivers/st/clk
1172 - stm32mp1_clk
1173
Yann Gautier27254d92022-01-27 09:25:47 +01001174 - title: Crypto
1175 scope: st-crypto
1176
1177 - title: DDR
1178 scope: st-ddr
1179
Chris Kayf64c5582021-12-01 16:34:55 +00001180 - title: I/O
1181 scope: st-io-drivers
1182
1183 subsections:
1184 - title: STM32 Image
1185 scope: st-io-stm32image
1186
1187 deprecated:
1188 - io-stm32image
1189 - io_stm32image
1190
Yann Gautier27254d92022-01-27 09:25:47 +01001191 - title: I2C
1192 scope: st-i2c
1193
1194 - title: FMC
1195 scope: st-fmc
1196
1197 - title: GPIO
1198 scope: st-gpio
1199
Chris Kayf64c5582021-12-01 16:34:55 +00001200 - title: SDMMC2
1201 scope: st-sdmmc2
1202
1203 deprecated:
1204 - stm32_sdmmc2
1205
1206 - title: ST PMIC
1207 scope: st-pmic
1208
1209 deprecated:
1210 - drivers/st/pmic
1211
1212 - title: STPMIC1
1213 scope: stpmic1
1214
Yann Gautier27254d92022-01-27 09:25:47 +01001215 - title: Regulator
1216 scope: st-regulator
1217
1218 - title: Reset
1219 scope: st-reset
1220
1221 - title: SPI
1222 scope: st-spi
1223
Chris Kayf64c5582021-12-01 16:34:55 +00001224 - title: UART
1225 scope: st-uart
1226
1227 subsections:
1228 - title: STM32 Console
1229 scope: stm32-console
1230
1231 deprecated:
1232 - stm32_console
1233
1234 - title: USB
1235 scope: st-usb
1236
1237 deprecated:
1238 - drivers/st/usb
1239
Yann Gautier27254d92022-01-27 09:25:47 +01001240 - title: Watchdog
1241 scope: st-iwdg
1242
Chris Kayf64c5582021-12-01 16:34:55 +00001243 - title: USB
1244 scope: usb
1245
1246 deprecated:
1247 - drivers/usb
1248
1249 - title: Miscellaneous
1250
1251 subsections:
1252 - title: AArch64
1253 scope: aarch64
1254
1255 - title: Debug
1256 scope: debug
1257
1258 deprecated:
1259 - common/debug
1260
1261 - title: CRC32
1262 scope: crc32
1263
1264 subsections:
1265 - title: Hardware CRC32
1266 scope: hw-crc32
1267
1268 deprecated:
1269 - hw_crc
1270 - hw_crc32
1271
1272 - title: Software CRC32
1273 scope: sw-crc32
1274
1275 deprecated:
1276 - sw_crc32
1277
1278 - title: DT Bindings
1279 scope: dt-bindings
1280
1281 - title: FDT Wrappers
1282 scope: fdt-wrappers
1283
1284 - title: FDTs
1285 scope: fdts
1286
1287 deprecated:
1288 - fdt
1289
1290 subsections:
1291 - title: Morello
1292 scope: morello-fdts
1293
1294 deprecated:
1295 - fdts/morello
1296
1297 - title: STM32MP1
1298 scope: stm32mp1-fdts
1299
1300 deprecated:
1301 - fdts stm32mp1
1302
Yann Gautier3e35da92022-07-08 15:55:14 +02001303 subsections:
1304 - title: STM32MP13
1305 scope: stm32mp13-fdts
1306
1307 - title: STM32MP15
1308 scope: stm32mp15-fdts
1309
Yann Gautier3f6c16f2022-12-16 15:32:25 +01001310 - title: STM32MP2
1311 scope: stm32mp2-fdts
1312
Chris Kayf64c5582021-12-01 16:34:55 +00001313 - title: PIE
1314 scope: pie
1315
Juan Pablo Condeb78ad002023-05-15 22:17:17 -05001316 - title: PIE/POR
1317 scope: pie/por
1318
Chris Kayf64c5582021-12-01 16:34:55 +00001319 - title: Security
1320 scope: security
1321
1322 - title: SDEI
1323 scope: sdei
1324
1325 - title: TBBR
1326 scope: tbbr
1327
1328 - title: NXP
1329
1330 subsections:
1331 - title: OCRAM
1332 scope: nxp-ocram
1333
1334 deprecated:
1335 - nxp/common/ocram
1336
1337 - title: PSCI
1338 scope: nxp-psci
1339
1340 deprecated:
1341 - plat/nxp/common/psci
1342
Chris Kay12562af2023-04-13 17:24:20 +01001343 - title: UUID
1344 scope: uuid
1345
Chris Kayf64c5582021-12-01 16:34:55 +00001346 - title: Documentation
1347 scope: docs
1348
1349 deprecated:
1350 - doc
1351
1352 subsections:
1353 - title: Changelog
1354 scope: changelog
1355
1356 - title: Commit Style
1357 scope: commit-style
1358
1359 - title: Contribution Guidelines
1360 scope: contributing
1361
1362 deprecated:
1363 - contribution-guidelines
1364 - docs-contributing.rst
1365
1366 - title: Maintainers
1367 scope: maintainers
1368
1369 - title: Prerequisites
1370 scope: prerequisites
1371
Sandrine Bailleux50075fd2022-05-10 14:53:44 +02001372 - title: Threat Model
1373 scope: threat-model
1374
Sandrine Bailleuxd3171612023-02-08 13:58:25 +01001375 - title: Porting Guide
1376 scope: porting
1377
Chris Kayf64c5582021-12-01 16:34:55 +00001378 - title: Build System
1379 scope: build
1380
1381 deprecated:
1382 - makefile
1383 - Makefile
1384
1385 subsections:
1386 - title: Git Hooks
1387 scope: hooks
1388
Juan Pablo Condeb78ad002023-05-15 22:17:17 -05001389 deprecated:
1390 - git-hooks
1391
Chris Kayf64c5582021-12-01 16:34:55 +00001392 - title: Tools
1393
1394 subsections:
1395 - title: STM32 Image
1396 scope: stm32image
1397
1398 deprecated:
1399 - tools/stm32image
1400
Jiafei Pan1acfb982022-02-10 10:39:56 +08001401 - title: NXP Tools
1402 scope: nxp-tools
1403
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +01001404 - title: Firmware Image Package Tool
1405 scope: fiptool
1406
1407 - title: Secure Partition Tool
1408 scope: sptool
1409
1410 - title: Certificate Creation Tool
1411 scope: cert-create
1412
Harrison Mutaid9d5eb12023-02-23 11:30:17 +00001413 - title: Memory Mapping Tool
1414 scope: memmap
1415
laurenw-arm21cd0662022-11-01 14:45:33 -05001416 deprecated:
1417 - cert_create
1418
Henrik Nordstrom8eb4efe2023-12-04 10:31:07 +01001419 - title: Marvell Tools
1420 scope: marvell-tools
1421
Chris Kayf64c5582021-12-01 16:34:55 +00001422 - title: Dependencies
1423 scope: deps
1424
1425 subsections:
1426 - title: checkpatch
1427 scope: checkpatch
1428
1429 - title: commitlint
1430 scope: commitlint
1431
Daniel Boulby98a43d92022-10-05 11:03:44 +01001432 - title: Compiler runtime libraries
1433 scope: compiler-rt
1434
Chris Kayf64c5582021-12-01 16:34:55 +00001435 - title: libfdt
1436 scope: libfdt
1437
1438 - title: Node Package Manager (NPM)
1439 scope: npm
Daniel Boulby98a43d92022-10-05 11:03:44 +01001440
dependabot[bot]075a9612023-09-06 09:55:17 +00001441 - title: Poetry
1442 scope: poetry
1443
Daniel Boulby98a43d92022-10-05 11:03:44 +01001444 - title: zlib
1445 scope: zlib