blob: 7d8760eac189057a987526a879229b906b16749d [file] [log] [blame]
Chris Kay82117d72021-12-01 16:34:55 +00001#
Chris Kayc66b9f32024-01-15 18:45:07 +00002# Copyright (c) 2021-2024, Arm Limited. All rights reserved.
Chris Kay82117d72021-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 Kayc938da72022-09-29 16:42:23 +010034 - title: Documentation
Chris Kay82117d72021-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-arm7c66fca2022-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-arme541eac2022-06-01 13:45:39 -050098 - title: Confidential Compute Architecture (CCA)
99 scope: cca
100
laurenw-arm7c66fca2022-11-01 14:45:33 -0500101 - title: Extended Cache Index (FEAT_CCIDX)
102 scope: ccidx
103
Mark Brown6e9e4a42023-04-17 17:51:30 +0100104 - title: Extended Translation Control Register (FEAT_TCR2).
105 scope: tcr2
106
Andre Przywara5b005112022-11-14 15:38:58 +0000107 - title: CPU feature / ID register handling in general
108 scope: cpufeat
109
Mark Brown326f2952023-03-14 21:33:04 +0000110 - title: Guarded Control Stack (FEAT_GCS)
111 scope: gcs
112
Chris Kay82117d72021-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 Raja5bd4bd82024-03-19 14:32:20 -0500119 - title: Memory Tagging Extension2
120 scope: mte2
121
122 deprecated:
123 - mte
laurenw-arm7c66fca2022-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 Chidanandcfe053a2022-11-08 10:31:07 +0000134 - title: Scalable Matrix Extension (FEAT_SME, FEAT_SME2)
Chris Kay82117d72021-12-01 16:34:55 +0000135 scope: sme
136
laurenw-arm7c66fca2022-11-01 14:45:33 -0500137 - title: Statistical profiling Extension (FEAT_SPE)
138 scope: spe
139
Chris Kay82117d72021-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 Badarkhe8a7af842024-05-17 11:09:28 +0100155 - title: DynamIQ Shared Unit (DSU)
156 scope: dsu
157
Chris Kay82117d72021-12-01 16:34:55 +0000158 - title: Platforms
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000159 scope: platforms
160
161 deprecated:
162 - plat/common
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100163 - plat
Chris Kay82117d72021-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 Conde52487492023-05-15 22:17:17 -0500179 - title: A5DS
180 scope: a5ds
181
laurenw-arm7c66fca2022-11-01 14:45:33 -0500182 - title: CSS
183 scope: css
184
185 deprecated:
186 - plat/arm/css
Juan Pablo Conde52487492023-05-15 22:17:17 -0500187 - plat/css
laurenw-arm7c66fca2022-11-01 14:45:33 -0500188
Chris Kay82117d72021-12-01 16:34:55 +0000189 - title: FPGA
190 scope: fpga
191
192 deprecated:
193 - arm_fgpa
Chris Kay82117d72021-12-01 16:34:55 +0000194 - plat/arm_fpga
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000195 - arm/fpga
Chris Kay82117d72021-12-01 16:34:55 +0000196
197 - title: FVP
198 scope: fvp
199
200 deprecated:
201 - plat/fvp
laurenw-arm7c66fca2022-11-01 14:45:33 -0500202 - fvp/tsp_manifest
Chris Kay82117d72021-12-01 16:34:55 +0000203
204 - title: FVP-R
205 scope: fvp-r
206
207 deprecated:
208 - fvp_r
209
laurenw-arm7c66fca2022-11-01 14:45:33 -0500210 - title: FVP Versatile Express
211 scope: fvp_ve
212
Chris Kay82117d72021-12-01 16:34:55 +0000213 - title: Juno
214 scope: juno
215
216 - title: Morello
217 scope: morello
218
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100219 - title: N1SDP
220 scope: n1sdp
221
Rohit Mathewe191b382024-04-15 17:31:04 +0100222 - title: Neoverse-RD
223 scope: neoverse-rd
Chris Kay82117d72021-12-01 16:34:55 +0000224
225 subsections:
Rohit Mathewf5f44032024-04-16 17:31:54 +0100226 - title: SGI-575
227 scope: sgi575
228
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100229 - title: RD-E1-Edge
230 scope: rde1edge
231
Rohit Mathew56d91972024-04-22 14:23:59 +0100232 - title: RD-N1-Edge
Juan Pablo Conde52487492023-05-15 22:17:17 -0500233 scope: rdn1edge
234
Rohit Mathewe94dd972024-04-16 17:35:05 +0100235 - title: RD-V1
236 scope: rdv1
237
Rohit Mathew6edab642024-04-16 17:36:19 +0100238 - title: RD-V1-MC
239 scope: rdv1mc
240
Chris Kay82117d72021-12-01 16:34:55 +0000241 - title: RD-N2
242 scope: rdn2
243
Rohit Mathew7f863092024-04-15 17:54:16 +0100244 - title: RD-Fremont
245 scope: rdfremont
246
Chris Kay82117d72021-12-01 16:34:55 +0000247 deprecated:
248 - board/rdn2
249
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100250 deprecated:
251 - neoverse
252
Chris Kay82117d72021-12-01 16:34:55 +0000253 - title: TC
254 scope: tc
255
Juan Pablo Conde52487492023-05-15 22:17:17 -0500256 deprecated:
257 - plat/tc
258
Chris Kay82117d72021-12-01 16:34:55 +0000259 subsections:
260 - title: TC0
261 scope: tc0
262
263 deprecated:
264 - plat/tc0
265
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100266 - title: Corstone-1000
267 scope: corstone-1000
268
Chia-Wei Wanga7556d82022-11-02 17:50:21 +0800269 - title: Aspeed
270 scope: aspeed
271
272 subsections:
273 - title: AST2700
274 scope: ast2700
275
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100276 - title: Broadcom
277 scope: brcm
278
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000279 - title: Cadence
280 scope: cadence
281
laurenw-arm7c66fca2022-11-01 14:45:33 -0500282 - title: HiSilicon
283 scope: hisilicon
284
285 subsections:
286 - title: HiKey
287 scope: hikey
288
289 - title: HiKey960
290 scope: hikey960
291
Sieu Mun Tang9f3a13c2022-02-22 14:14:26 +0800292 - title: Intel
293 scope: intel
294
295 subsections:
296 - title: SoC
297 scope: soc
298
Chris Kay82117d72021-12-01 16:34:55 +0000299 - title: Marvell
300 scope: marvell
301
302 deprecated:
303 - plat/marvell
304
305 subsections:
306 - title: Armada
307 scope: armada
308
309 deprecated:
310 - plat/marvell/armada
311
312 subsections:
313 - title: A3K
314 scope: a3k
315
316 deprecated:
317 - plat/marvell/a3k
318
319 - title: A8K
320 scope: a8k
321
322 deprecated:
323 - plat/marvell/a8k
324
325 - title: MediaTek
326 scope: mediatek
327
328 deprecated:
329 - plat/mediatek/common
330 - plat/mediatek
331
332 subsections:
333 - title: MT8183
334 scope: mt8183
335
336 deprecated:
337 - plat/mediatek/mt8183
338
laurenw-arm7c66fca2022-11-01 14:45:33 -0500339 - title: MT8186
340 scope: mt8186
341
342 deprecated:
343 - plat/mediatek/mt8186
344 - mt8186-emi-mpu
345
346 - title: MT8188
347 scope: mt8188
348
Chris Kay82117d72021-12-01 16:34:55 +0000349 - title: MT8192
350 scope: mt8192
351
352 deprecated:
353 - plat/mdeiatek/mt8192
354
355 - title: MT8195
356 scope: mt8195
357
358 deprecated:
359 - plat/mediatek/me8195
360 - plat/mediatek/mt8195
361 - plat/mdeiatek/mt8195
362
363 - title: NVIDIA
364 scope: nvidia
365
366 subsections:
367 - title: Tegra
368 scope: tegra
369
370 deprecated:
371 - plat/tegra
372
373 subsections:
374 - title: Tegra 132
375 scope: tegra132
376
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100377 - title: Tegra 194
378 scope: tegra194
379
Juan Pablo Conde52487492023-05-15 22:17:17 -0500380 - title: Tegra 210
381 scope: tegra210
382
Chris Kay82117d72021-12-01 16:34:55 +0000383 - title: NXP
384 scope: nxp
385
386 deprecated:
387 - plat/nxp
388 - plat/nxp/common
389
390 subsections:
391 - title: i.MX
392 scope: imx
393
394 deprecated:
395 - plat/imx
396 - plat/imx/imx
397
398 subsections:
399 - title: i.MX 8M
400 scope: imx8m
401
402 deprecated:
403 - plat/imx8m
404 - plat/imx/imx8m
405
406 subsections:
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100407 - title: i.MX 8M Nano
408 scope: imx8mn
409
410 deprecated:
411 - plat/imx/imx8m/imx8mn
412
Chris Kay82117d72021-12-01 16:34:55 +0000413 - title: i.MX 8M Mini
414 scope: imx8mm
415
416 deprecated:
417 - plat/imx/imx8m/imx8mm
418
419 - title: i.MX 8M Plus
420 scope: imx8mp
421
422 deprecated:
423 - plat/imx/imx8m/imx8mp
424
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100425 - title: i.MX 8Q
426 scope: imx8mq
427
428 deprecated:
429 - plat/imx/imx8m/imx8mq
430
Juan Pablo Conde52487492023-05-15 22:17:17 -0500431 - title: i.MX 8
432 scope: imx8
433
Jacky Bai4e214e42023-10-08 17:52:24 +0800434 - title: i.MX 8ULP
435 scope: imx8ulp
436
Jacky Bai9dc47d52023-06-14 15:24:00 +0800437 - title: i.MX 9
438 scope: imx9
439
440 subsections:
441 - title: i.MX93
442 scope: imx93
443
Chris Kay82117d72021-12-01 16:34:55 +0000444 - title: Layerscape
445 scope: layerscape
446
447 deprecated:
448 - docs/nxp/layerscape
449
450 subsections:
451 - title: LS1028A
452 scope: ls1028a
453
454 deprecated:
455 - plat/nxp/ls1028a
456
457 subsections:
458 - title: LS1028ARDB
459 scope: ls1028ardb
460
461 deprecated:
462 - plat/nxp/ls1028ardb
463
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100464 - title: LS1043A
465 scope: ls1043a
466
467 deprecated:
468 - plat/nxp/ls1043a
469
470 subsections:
471 - title: LS1043ARDB
472 scope: ls1043ardb
473
474 deprecated:
475 - plat/nxp/ls1043ardb
476
Chris Kay82117d72021-12-01 16:34:55 +0000477 - title: LX2
478 scope: lx2
479
480 deprecated:
481 - plat/nxp/lx2
482
483 subsections:
484 - title: LX216
485 scope: lx216
486
487 deprecated:
488 - plat/nxp/lx216x
489
490 subsections:
491 - title: LX2160
492 scope: lx2160
493
494 deprecated:
495 - plat/soc-lx2160
496
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800497 - title: LS1046A
498 scope: ls1046a
499
500 subsections:
501 - title: LS1046ARDB
502 scope: ls1046ardb
503
504 - title: LS1046AFRWY
505 scope: ls1046afrwy
506
507 - title: LS1046AQDS
508 scope: ls1046aqds
509
Jiafei Pan290bf6f2022-02-24 16:00:35 +0800510 - title: LS1088A
511 scope: ls1088a
512
513 subsections:
514 - title: LS1088ARDB
515 scope: ls1088ardb
516
517 - title: LS1088AQDS
518 scope: ls1088aqds
519
Ghennadi Procopciuca9fee052024-01-30 16:19:47 +0200520 - title: S32G274A
521 scope: s32g274a
522
523 subsections:
524 - title: S32G274ARDB
525 scope: s32g274ardb
526
Chris Kay82117d72021-12-01 16:34:55 +0000527 - title: QEMU
528 scope: qemu
529
530 deprecated:
531 - plat/qemu
532
Juan Pablo Conde52487492023-05-15 22:17:17 -0500533 subsections:
534 - title: SBSA
535 scope: qemu-sbsa
536
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000537 deprecated:
538 - qemu_sbsa
539
Chris Kay82117d72021-12-01 16:34:55 +0000540 - title: QTI
541 scope: qti
542
laurenw-arm7c66fca2022-11-01 14:45:33 -0500543 deprecated:
544 - plat/qti
545
Chris Kay82117d72021-12-01 16:34:55 +0000546 subsections:
547 - title: SC1780
548 scope: sc7180
549
550 deprecated:
551 - plat/qti/sc7180
552
553 - title: SC7280
554 scope: sc7280
555
556 deprecated:
557 - plat/qti/sc7280
558
Stephan Gerholdd0d0bf42021-12-01 20:00:00 +0100559 - title: MSM8916
560 scope: msm8916
561
Chris Kay82117d72021-12-01 16:34:55 +0000562 - title: Raspberry Pi
563 scope: rpi
564
565 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500566 - title: Raspberry Pi 3
567 scope: rpi3
568
Chris Kay82117d72021-12-01 16:34:55 +0000569 - title: Raspberry Pi 4
570 scope: rpi4
571
Mario Bălănicăc883ce02023-12-02 03:08:02 +0200572 - title: Raspberry Pi 5
573 scope: rpi5
574
Chris Kay82117d72021-12-01 16:34:55 +0000575 - title: Renesas
576 scope: renesas
577
578 subsections:
579 - title: R-Car
580 scope: rcar
581
582 deprecated:
583 - plat/rcar
584
585 subsections:
586 - title: R-Car 3
587 scope: rcar3
588
589 deprecated:
590 - plat/rcar3
591
592 - title: Rockchip
593 scope: rockchip
594
595 subsections:
596 - title: RK3399
597 scope: rk3399
598
599 deprecated:
600 - rockchip/rk3399
601 - rk3399/suspend
602
Diederik de Haas6a9c7312023-11-27 10:21:37 +0100603 - title: RK3328
604 scope: rk3328
605
Chris Kay82117d72021-12-01 16:34:55 +0000606 - title: Socionext
607 scope: socionext
608
609 subsections:
610 - title: Synquacer
611 scope: synquacer
612
613 deprecated:
614 - plat/synquacer
615
616 - title: ST
617 scope: st
618
619 deprecated:
620 - plat/st
621
622 subsections:
Yann Gautier14b32e82022-06-01 18:17:43 +0200623 - title: STM32MP1
Chris Kay82117d72021-12-01 16:34:55 +0000624 scope: stm32mp1
625
626 deprecated:
627 - plat/st/stm32mp1
628
Yann Gautier14b32e82022-06-01 18:17:43 +0200629 subsections:
630 - title: STM32MP13
631 scope: stm32mp13
632
633 - title: STM32MP15
634 scope: stm32mp15
635
Yann Gautier1123f662022-12-16 15:32:25 +0100636 - title: STM32MP2
637 scope: stm32mp2
638
Dave Gerlach74c19f92022-03-22 11:02:52 -0500639 - title: Texas Instruments
640 scope: ti
641
642 subsections:
643 - title: K3
644 scope: k3
645
laurenw-arm7c66fca2022-11-01 14:45:33 -0500646 deprecated:
647 - ti-k3
648
Chris Kay82117d72021-12-01 16:34:55 +0000649 - title: Xilinx
650 scope: xilinx
651
652 deprecated:
653 - plat/xilinx
654
655 subsections:
Michal Simek38d5d4d2023-09-18 10:22:48 +0200656 - title: DCC (Debug Communication Channel)
657 scope: dcc
658
Chris Kay82117d72021-12-01 16:34:55 +0000659 - title: Versal
660 scope: versal
661
662 deprecated:
663 - plat/xilinx/versal/include
664 - plat/xilinx/versal
665 - plat/versal
666
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100667 - title: Versal NET
668 scope: versal-net
laurenw-arm7c66fca2022-11-01 14:45:33 -0500669
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100670 deprecated:
671 - versal_net
laurenw-arm7c66fca2022-11-01 14:45:33 -0500672
Chris Kay82117d72021-12-01 16:34:55 +0000673 - title: ZynqMP
674 scope: zynqmp
675
676 deprecated:
677 - plat/zynqmp
678 - plat/xilinx/zynqmp
679
rutigl@gmail.comdefbeed2023-03-19 09:19:05 +0200680 - title: Nuvoton
681 scope: nuvoton
682
683 subsections:
684 - title: npcm845x
685 scope: npcm845x
686
Chris Kay82117d72021-12-01 16:34:55 +0000687 - title: Bootloader Images
688 scope: bl
689
690 deprecated:
691 - bl_common
692
693 subsections:
694 - title: BL1
695 scope: bl1
696
697 - title: BL2
698 scope: bl2
699
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100700 - title: BL31
701 scope: bl31
702
Shruti Guptac31beb62022-08-09 10:46:07 +0100703 - title: BL32
704 scope: bl32
705
706 subsections:
707 - title: TSP
708 scope: tsp
709
Chris Kay82117d72021-12-01 16:34:55 +0000710 - title: Services
711 scope: services
712
713 subsections:
714 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000715 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000716
717 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000718 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000719
720 - title: RME
721 scope: rme
722
laurenw-arm7c66fca2022-11-01 14:45:33 -0500723 deprecated:
724 - rme/fid
725
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100726 subsections:
727 - title: TRP
728 scope: trp
729
Javier Almansa Sobrino7176a772021-11-24 18:37:37 +0000730 - title: RMMD
731 scope: rmmd
732
Juan Pablo Conde52487492023-05-15 22:17:17 -0500733 - title: RMM
734 scope: rmm
735
Chris Kay82117d72021-12-01 16:34:55 +0000736 - title: SPM
737 scope: spm
738
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100739 subsections:
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000740 - title: EL3 SPM
741 scope: el3-spm
742
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100743 - title: EL3 SPMC
744 scope: el3-spmc
745
laurenw-arm7c66fca2022-11-01 14:45:33 -0500746 deprecated:
747 - spmc
748
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100749 - title: SPMD
750 scope: spmd
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000751
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100752 - title: SPM MM
753 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000754
Manish V Badarkhe478d3ee2022-06-27 09:21:14 +0100755 - title: DRTM
756 scope: drtm
757
Jayanth Dodderi Chidanand7c7faff2022-10-11 17:16:07 +0100758 - title: TRNG
759 scope: trng
760
Sona Mathew5100bec2023-09-20 12:55:32 -0500761 - title: ERRATA ABI
762 scope: errata-abi
763
764 deprecated:
765 - errata_abi
Sona Mathew7fe03522022-11-18 18:05:38 -0600766
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100767 - title: ChromeOS
768 scope: cros
769
Chris Kay82117d72021-12-01 16:34:55 +0000770 - title: Libraries
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000771 scope: lib
Chris Kay82117d72021-12-01 16:34:55 +0000772
773 subsections:
774 - title: CPU Support
775 scope: cpus
776
777 deprecated:
778 - cpu
779 - errata
780 - errata_report
781
782 - title: EL3 Runtime
783 scope: el3-runtime
784
785 deprecated:
786 - el3_runtime
787
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100788 subsections:
789 - title: Context Management
790 scope: cm
791
laurenw-arm7c66fca2022-11-01 14:45:33 -0500792 - title: RAS
793 scope: ras
794
Chris Kay82117d72021-12-01 16:34:55 +0000795 - title: FCONF
796 scope: fconf
797
798 - title: MPMM
799 scope: mpmm
800
801 - title: OP-TEE
802 scope: optee
803
804 deprecated:
805 - lib/optee
806
807 - title: PSCI
808 scope: psci
809
Chris Kayc66b9f32024-01-15 18:45:07 +0000810 - title: ROMlib
811 scope: romlib
812
Chris Kay82117d72021-12-01 16:34:55 +0000813 - title: GPT
814 scope: gpt
815
816 deprecated:
817 - gpt_rme
818
819 - title: SMCCC
820 scope: smccc
821
822 - title: Translation Tables
823 scope: xlat
824
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100825 - title: C Standard Library
826 scope: libc
827
828 - title: Locks
829 scope: locks
830
831 - title: PSA
832 scope: psa
833
laurenw-arm7c66fca2022-11-01 14:45:33 -0500834 deprecated:
835 - lib/psa
836
Tamas Ban109a4802024-02-06 11:24:51 +0100837 - title: DICE Protection Environment
838 scope: dice
839
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500840 - title: Context Management
Chris Kaye76be0a2022-10-10 16:57:45 +0100841 scope: context-mgmt
842
843 deprecated:
844 - context mgmt
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500845
Manish V Badarkhede920262022-09-26 15:06:56 +0100846 - title: Semihosting
847 scope: semihosting
848
Raymond Mao98983392023-07-25 07:53:35 -0700849 - title: Firmware Handoff
850 scope: handoff
851
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100852 - title: Exception Handling Framework (EHF)
853 scope: ehf
854
Chris Kay82117d72021-12-01 16:34:55 +0000855 - title: Drivers
856
857 subsections:
858 - title: Authentication
859 scope: auth
860
861 deprecated:
862 - driver/auth
863
864 subsections:
865 - title: CryptoCell-713
866 scope: cc-713
867
Manish V Badarkhe8d91e982022-09-22 21:41:55 +0100868 - title: Crypto
869 scope: crypto
870
871 - title: mbedTLS
872 scope: mbedtls
873
Manish V Badarkhe538d5922023-09-22 17:54:59 +0100874 - title: mbedTLS-PSA
875 scope: mbedtls-psa
876
Yann Gautier1832d662023-01-06 17:05:48 +0100877 - title: Console
878 scope: console
879
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100880 - title: Generic Clock
881 scope: clk
882
Chris Kay82117d72021-12-01 16:34:55 +0000883 - title: FWU
884 scope: fwu
885
886 deprecated:
887 - fwu_metadata
888
889 - title: I/O
890 scope: io
891
892 subsections:
893 - title: MTD
894 scope: mtd
895
896 deprecated:
897 - io_mtd
898
899 - title: Measured Boot
900 scope: measured-boot
901
902 deprecated:
903 - measured boot
904 - measured_boot
905
906 - title: MMC
907 scope: mmc
908
909 deprecated:
910 - drivers/mmc
911
912 - title: MTD
913 scope: mtd
914
915 deprecated:
916 - drivers/mtd
917
918 subsections:
919 - title: NAND
920 scope: nand
921
922 subsections:
923 - title: SPI NAND
924 scope: spi-nand
925
926 deprecated:
927 - spi_nand
928
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100929 - title: GUID Partition Tables Support
930 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530931
Juan Pablo Conde52487492023-05-15 22:17:17 -0500932 deprecated:
933 - partition
934
Chris Kay82117d72021-12-01 16:34:55 +0000935 - title: SCMI
936 scope: scmi
937
938 deprecated:
939 - scmi_common
940 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -0500941 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +0000942
943 - title: UFS
944 scope: ufs
945
946 - title: Arm
947 scope: arm-drivers
948
949 subsections:
950 - title: Ethos-N
951 scope: ethos-n
952
953 deprecated:
954 - drivers/arm/ethosn
955
956 - title: GIC
957 scope: gic
958
959 subsections:
960 - title: GICv3
961 scope: gicv3
962
laurenw-arm7c66fca2022-11-01 14:45:33 -0500963 deprecated:
964 - gicv3/multichip
965
Chris Kay82117d72021-12-01 16:34:55 +0000966 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500967 - title: GIC-600
968 scope: gic600
969
Chris Kay82117d72021-12-01 16:34:55 +0000970 - title: GIC-600AE
971 scope: gic600ae
972
Madhukar Pappireddydc4b8c62023-08-03 12:13:27 -0500973 - title: GICv2
974 scope: gicv2
975
Manish V Badarkhebcaeb672022-03-24 18:23:37 +0000976 - title: SMMU
977 scope: smmu
978
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100979 - title: MHU
980 scope: mhu
981
982 deprecated:
983 - drivers/arm/mhu
984
Tamas Bana70e31d2024-04-22 15:41:45 +0200985 - title: RSE
986 scope: rse
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100987
988 deprecated:
989 - drivers/arm/rss
Tamas Bana70e31d2024-04-22 15:41:45 +0200990 - rss
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100991
Chris Kay82117d72021-12-01 16:34:55 +0000992 - title: TZC
993 scope: tzc
994
995 subsections:
996 - title: TZC-400
997 scope: tzc400
998
999 deprecated:
1000 - drivers/tzc400
1001
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001002 - title: TZC-380
1003 scope: tzc380
1004
1005 deprecated:
1006 - drivers/tzc380
1007
Madhukar Pappireddy4c3de562023-03-22 15:27:22 -05001008 - title: SBSA
1009 scope: sbsa
1010
Chris Kay82117d72021-12-01 16:34:55 +00001011 - title: Marvell
1012 scope: marvell-drivers
1013
1014 subsections:
1015 - title: COMPHY
1016 scope: marvell-comphy
1017
1018 deprecated:
1019 - drivers/marvell/comphy
1020
1021 subsections:
1022 - title: Armada 3700
1023 scope: marvell-comphy-3700
1024
1025 deprecated:
1026 - drivers/marvell/comphy-3700
1027
1028 - title: CP110
1029 scope: marvell-comphy-cp110
1030
1031 deprecated:
1032 - drivers/marvell/comphy-cp110
1033
1034 - title: UART
1035 scope: marvell-uart
1036
1037 deprecated:
1038 - plat/marvell/uart
1039
1040 - title: Armada
1041 scope: armada-drivers
1042
1043 subsections:
1044 - title: A3K
1045 scope: a3k-drivers
1046
1047 subsections:
1048 - title: A3720
1049 scope: a3720-uart
1050
1051 deprecated:
1052 - plat/marvell/a3720/uart
1053
1054 - title: MediaTek
1055 scope: mediatek-drivers
1056
1057 subsections:
1058 - title: APU
1059 scope: mediatek-apu
1060
1061 deprecated:
1062 - plat/mediatek/apu
1063
1064 - title: EMI MPU
1065 scope: mediatek-emi-mpu
1066
1067 deprecated:
1068 - plat/mediatek/mpu
1069
1070 - title: PMIC Wrapper
1071 scope: mediatek-pmic-wrapper
1072
1073 deprecated:
1074 - plat/mediatek/pmic_wrap
1075
1076 - title: MT8192
1077 scope: mt8192-drivers
1078
1079 subsections:
1080 - title: SPM
1081 scope: mt8192-spm
1082
1083 deprecated:
1084 - mediatek/mt8192/spm
1085
1086 - title: NXP
1087 scope: nxp-drivers
1088
1089 subsections:
1090 - title: DCFG
1091 scope: nxp-dcfg
1092
1093 deprecated:
1094 - driver/nxp/dcfg
1095
1096 - title: FLEXSPI
1097 scope: flexspi
1098
1099 deprecated:
1100 - include/drivers/flexspi
1101 - driver/nxp/xspi
1102
1103 - title: SCFG
1104 scope: nxp-scfg
1105
1106 deprecated:
1107 - nxp/scfg
1108
1109 - title: SFP
1110 scope: nxp-sfp
1111
1112 deprecated:
1113 - drivers/nxp/sfp
1114
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001115 - title: QSPI
1116 scope: nxp-qspi
1117
Jiafei Pan94450412022-02-18 12:02:04 +08001118 - title: NXP Crypto
1119 scope: nxp-crypto
1120
Jiafei Panfa3f7612022-02-22 11:05:00 +08001121 - title: DDR
1122 scope: nxp-ddr
1123
1124 - title: GIC
1125 scope: nxp-gic
1126
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001127 - title: CSU
1128 scope: nxp-csu
1129
1130 - title: IFC NAND
1131 scope: nxp-ifc-nand
1132
1133 - title: IFC NOR
1134 scope: nxp-ifc-nor
1135
1136 - title: TZC-380
1137 scope: nxp-tzc380
1138
Jacky Bai9dc47d52023-06-14 15:24:00 +08001139 - title: TRDC
1140 scope: imx-trdc
1141
Chris Kay82117d72021-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 Gautier9f359fd2022-01-27 09:25:47 +01001159 - title: BSEC
1160 scope: st-bsec
1161
Chris Kay82117d72021-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 Gautier9f359fd2022-01-27 09:25:47 +01001170 - title: Crypto
1171 scope: st-crypto
1172
1173 - title: DDR
1174 scope: st-ddr
1175
Chris Kay82117d72021-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 Gautier9f359fd2022-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 Kay82117d72021-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 Gautier9f359fd2022-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 Kay82117d72021-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 Gautier9f359fd2022-01-27 09:25:47 +01001236 - title: Watchdog
1237 scope: st-iwdg
1238
Chris Kay82117d72021-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
1251 - title: Debug
1252 scope: debug
1253
1254 deprecated:
1255 - common/debug
1256
1257 - title: CRC32
1258 scope: crc32
1259
1260 subsections:
1261 - title: Hardware CRC32
1262 scope: hw-crc32
1263
1264 deprecated:
1265 - hw_crc
1266 - hw_crc32
1267
1268 - title: Software CRC32
1269 scope: sw-crc32
1270
1271 deprecated:
1272 - sw_crc32
1273
1274 - title: DT Bindings
1275 scope: dt-bindings
1276
1277 - title: FDT Wrappers
1278 scope: fdt-wrappers
1279
1280 - title: FDTs
1281 scope: fdts
1282
1283 deprecated:
1284 - fdt
1285
1286 subsections:
1287 - title: Morello
1288 scope: morello-fdts
1289
1290 deprecated:
1291 - fdts/morello
1292
1293 - title: STM32MP1
1294 scope: stm32mp1-fdts
1295
1296 deprecated:
1297 - fdts stm32mp1
1298
Yann Gautier2c962252022-07-08 15:55:14 +02001299 subsections:
1300 - title: STM32MP13
1301 scope: stm32mp13-fdts
1302
1303 - title: STM32MP15
1304 scope: stm32mp15-fdts
1305
Yann Gautier1123f662022-12-16 15:32:25 +01001306 - title: STM32MP2
1307 scope: stm32mp2-fdts
1308
Chris Kay82117d72021-12-01 16:34:55 +00001309 - title: PIE
1310 scope: pie
1311
Juan Pablo Conde52487492023-05-15 22:17:17 -05001312 - title: PIE/POR
1313 scope: pie/por
1314
Chris Kay82117d72021-12-01 16:34:55 +00001315 - title: Security
1316 scope: security
1317
1318 - title: SDEI
1319 scope: sdei
1320
1321 - title: TBBR
1322 scope: tbbr
1323
1324 - title: NXP
1325
1326 subsections:
1327 - title: OCRAM
1328 scope: nxp-ocram
1329
1330 deprecated:
1331 - nxp/common/ocram
1332
1333 - title: PSCI
1334 scope: nxp-psci
1335
1336 deprecated:
1337 - plat/nxp/common/psci
1338
Chris Kayd04a4762023-04-13 17:24:20 +01001339 - title: UUID
1340 scope: uuid
1341
Chris Kay82117d72021-12-01 16:34:55 +00001342 - title: Documentation
1343 scope: docs
1344
1345 deprecated:
1346 - doc
1347
1348 subsections:
1349 - title: Changelog
1350 scope: changelog
1351
1352 - title: Commit Style
1353 scope: commit-style
1354
1355 - title: Contribution Guidelines
1356 scope: contributing
1357
1358 deprecated:
1359 - contribution-guidelines
1360 - docs-contributing.rst
1361
1362 - title: Maintainers
1363 scope: maintainers
1364
1365 - title: Prerequisites
1366 scope: prerequisites
1367
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001368 - title: Threat Model
1369 scope: threat-model
1370
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001371 - title: Porting Guide
1372 scope: porting
1373
Chris Kay82117d72021-12-01 16:34:55 +00001374 - title: Build System
1375 scope: build
1376
1377 deprecated:
1378 - makefile
1379 - Makefile
1380
1381 subsections:
1382 - title: Git Hooks
1383 scope: hooks
1384
Juan Pablo Conde52487492023-05-15 22:17:17 -05001385 deprecated:
1386 - git-hooks
1387
Chris Kay82117d72021-12-01 16:34:55 +00001388 - title: Tools
1389
1390 subsections:
1391 - title: STM32 Image
1392 scope: stm32image
1393
1394 deprecated:
1395 - tools/stm32image
1396
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001397 - title: NXP Tools
1398 scope: nxp-tools
1399
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001400 - title: Firmware Image Package Tool
1401 scope: fiptool
1402
1403 - title: Secure Partition Tool
1404 scope: sptool
1405
1406 - title: Certificate Creation Tool
1407 scope: cert-create
1408
Harrison Mutai372b8802023-02-23 11:30:17 +00001409 - title: Memory Mapping Tool
1410 scope: memmap
1411
laurenw-arm7c66fca2022-11-01 14:45:33 -05001412 deprecated:
1413 - cert_create
1414
Henrik Nordstromd95745b2023-12-04 10:31:07 +01001415 - title: Marvell Tools
1416 scope: marvell-tools
1417
Chris Kay82117d72021-12-01 16:34:55 +00001418 - title: Dependencies
1419 scope: deps
1420
1421 subsections:
1422 - title: checkpatch
1423 scope: checkpatch
1424
1425 - title: commitlint
1426 scope: commitlint
1427
Daniel Boulbyc550e702022-10-05 11:03:44 +01001428 - title: Compiler runtime libraries
1429 scope: compiler-rt
1430
Chris Kay82117d72021-12-01 16:34:55 +00001431 - title: libfdt
1432 scope: libfdt
1433
1434 - title: Node Package Manager (NPM)
1435 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001436
dependabot[bot]dba1b532023-09-06 09:55:17 +00001437 - title: Poetry
1438 scope: poetry
1439
Daniel Boulbyc550e702022-10-05 11:03:44 +01001440 - title: zlib
1441 scope: zlib