blob: 6a235cd8c379210438b28d31cc917e8f6a8cbd2a [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
Amit Nagal055796f2024-06-05 12:32:38 +0530680 - title: AMD
681 scope: amd
682
683 subsections:
684 - title: Versal Gen 2
685 scope: versal2
686
rutigl@gmail.comdefbeed2023-03-19 09:19:05 +0200687 - title: Nuvoton
688 scope: nuvoton
689
690 subsections:
691 - title: npcm845x
692 scope: npcm845x
693
Chris Kay82117d72021-12-01 16:34:55 +0000694 - title: Bootloader Images
695 scope: bl
696
697 deprecated:
698 - bl_common
699
700 subsections:
701 - title: BL1
702 scope: bl1
703
704 - title: BL2
705 scope: bl2
706
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100707 - title: BL31
708 scope: bl31
709
Shruti Guptac31beb62022-08-09 10:46:07 +0100710 - title: BL32
711 scope: bl32
712
713 subsections:
714 - title: TSP
715 scope: tsp
716
Chris Kay82117d72021-12-01 16:34:55 +0000717 - title: Services
718 scope: services
719
720 subsections:
721 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000722 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000723
724 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000725 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000726
727 - title: RME
728 scope: rme
729
laurenw-arm7c66fca2022-11-01 14:45:33 -0500730 deprecated:
731 - rme/fid
732
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100733 subsections:
734 - title: TRP
735 scope: trp
736
Javier Almansa Sobrino7176a772021-11-24 18:37:37 +0000737 - title: RMMD
738 scope: rmmd
739
Juan Pablo Conde52487492023-05-15 22:17:17 -0500740 - title: RMM
741 scope: rmm
742
Chris Kay82117d72021-12-01 16:34:55 +0000743 - title: SPM
744 scope: spm
745
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100746 subsections:
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000747 - title: EL3 SPM
748 scope: el3-spm
749
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100750 - title: EL3 SPMC
751 scope: el3-spmc
752
laurenw-arm7c66fca2022-11-01 14:45:33 -0500753 deprecated:
754 - spmc
755
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100756 - title: SPMD
757 scope: spmd
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000758
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100759 - title: SPM MM
760 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000761
Manish V Badarkhe478d3ee2022-06-27 09:21:14 +0100762 - title: DRTM
763 scope: drtm
764
Jayanth Dodderi Chidanand7c7faff2022-10-11 17:16:07 +0100765 - title: TRNG
766 scope: trng
767
Sona Mathew5100bec2023-09-20 12:55:32 -0500768 - title: ERRATA ABI
769 scope: errata-abi
770
771 deprecated:
772 - errata_abi
Sona Mathew7fe03522022-11-18 18:05:38 -0600773
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100774 - title: ChromeOS
775 scope: cros
776
Chris Kay82117d72021-12-01 16:34:55 +0000777 - title: Libraries
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000778 scope: lib
Chris Kay82117d72021-12-01 16:34:55 +0000779
780 subsections:
781 - title: CPU Support
782 scope: cpus
783
784 deprecated:
785 - cpu
786 - errata
787 - errata_report
788
789 - title: EL3 Runtime
790 scope: el3-runtime
791
792 deprecated:
793 - el3_runtime
794
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100795 subsections:
796 - title: Context Management
797 scope: cm
798
laurenw-arm7c66fca2022-11-01 14:45:33 -0500799 - title: RAS
800 scope: ras
801
Chris Kay82117d72021-12-01 16:34:55 +0000802 - title: FCONF
803 scope: fconf
804
805 - title: MPMM
806 scope: mpmm
807
808 - title: OP-TEE
809 scope: optee
810
811 deprecated:
812 - lib/optee
813
814 - title: PSCI
815 scope: psci
816
Chris Kayc66b9f32024-01-15 18:45:07 +0000817 - title: ROMlib
818 scope: romlib
819
Chris Kay82117d72021-12-01 16:34:55 +0000820 - title: GPT
821 scope: gpt
822
823 deprecated:
824 - gpt_rme
825
826 - title: SMCCC
827 scope: smccc
828
829 - title: Translation Tables
830 scope: xlat
831
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100832 - title: C Standard Library
833 scope: libc
834
835 - title: Locks
836 scope: locks
837
838 - title: PSA
839 scope: psa
840
laurenw-arm7c66fca2022-11-01 14:45:33 -0500841 deprecated:
842 - lib/psa
843
Tamas Ban109a4802024-02-06 11:24:51 +0100844 - title: DICE Protection Environment
845 scope: dice
846
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500847 - title: Context Management
Chris Kaye76be0a2022-10-10 16:57:45 +0100848 scope: context-mgmt
849
850 deprecated:
851 - context mgmt
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500852
Manish V Badarkhede920262022-09-26 15:06:56 +0100853 - title: Semihosting
854 scope: semihosting
855
Raymond Mao98983392023-07-25 07:53:35 -0700856 - title: Firmware Handoff
857 scope: handoff
858
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100859 - title: Exception Handling Framework (EHF)
860 scope: ehf
861
Chris Kay82117d72021-12-01 16:34:55 +0000862 - title: Drivers
863
864 subsections:
865 - title: Authentication
866 scope: auth
867
868 deprecated:
869 - driver/auth
870
871 subsections:
872 - title: CryptoCell-713
873 scope: cc-713
874
Manish V Badarkhe8d91e982022-09-22 21:41:55 +0100875 - title: Crypto
876 scope: crypto
877
878 - title: mbedTLS
879 scope: mbedtls
880
Manish V Badarkhe538d5922023-09-22 17:54:59 +0100881 - title: mbedTLS-PSA
882 scope: mbedtls-psa
883
Yann Gautier1832d662023-01-06 17:05:48 +0100884 - title: Console
885 scope: console
886
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100887 - title: Generic Clock
888 scope: clk
889
Chris Kay82117d72021-12-01 16:34:55 +0000890 - title: FWU
891 scope: fwu
892
893 deprecated:
894 - fwu_metadata
895
896 - title: I/O
897 scope: io
898
899 subsections:
900 - title: MTD
901 scope: mtd
902
903 deprecated:
904 - io_mtd
905
906 - title: Measured Boot
907 scope: measured-boot
908
909 deprecated:
910 - measured boot
911 - measured_boot
912
913 - title: MMC
914 scope: mmc
915
916 deprecated:
917 - drivers/mmc
918
919 - title: MTD
920 scope: mtd
921
922 deprecated:
923 - drivers/mtd
924
925 subsections:
926 - title: NAND
927 scope: nand
928
929 subsections:
930 - title: SPI NAND
931 scope: spi-nand
932
933 deprecated:
934 - spi_nand
935
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100936 - title: GUID Partition Tables Support
937 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530938
Juan Pablo Conde52487492023-05-15 22:17:17 -0500939 deprecated:
940 - partition
941
Chris Kay82117d72021-12-01 16:34:55 +0000942 - title: SCMI
943 scope: scmi
944
945 deprecated:
946 - scmi_common
947 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -0500948 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +0000949
950 - title: UFS
951 scope: ufs
952
953 - title: Arm
954 scope: arm-drivers
955
956 subsections:
957 - title: Ethos-N
958 scope: ethos-n
959
960 deprecated:
961 - drivers/arm/ethosn
962
963 - title: GIC
964 scope: gic
965
966 subsections:
967 - title: GICv3
968 scope: gicv3
969
laurenw-arm7c66fca2022-11-01 14:45:33 -0500970 deprecated:
971 - gicv3/multichip
972
Chris Kay82117d72021-12-01 16:34:55 +0000973 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500974 - title: GIC-600
975 scope: gic600
976
Chris Kay82117d72021-12-01 16:34:55 +0000977 - title: GIC-600AE
978 scope: gic600ae
979
Madhukar Pappireddydc4b8c62023-08-03 12:13:27 -0500980 - title: GICv2
981 scope: gicv2
982
Manish V Badarkhebcaeb672022-03-24 18:23:37 +0000983 - title: SMMU
984 scope: smmu
985
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100986 - title: MHU
987 scope: mhu
988
989 deprecated:
990 - drivers/arm/mhu
991
Tamas Bana70e31d2024-04-22 15:41:45 +0200992 - title: RSE
993 scope: rse
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100994
995 deprecated:
996 - drivers/arm/rss
Tamas Bana70e31d2024-04-22 15:41:45 +0200997 - rss
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100998
Chris Kay82117d72021-12-01 16:34:55 +0000999 - title: TZC
1000 scope: tzc
1001
1002 subsections:
1003 - title: TZC-400
1004 scope: tzc400
1005
1006 deprecated:
1007 - drivers/tzc400
1008
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001009 - title: TZC-380
1010 scope: tzc380
1011
1012 deprecated:
1013 - drivers/tzc380
1014
Madhukar Pappireddy4c3de562023-03-22 15:27:22 -05001015 - title: SBSA
1016 scope: sbsa
1017
Chris Kay82117d72021-12-01 16:34:55 +00001018 - title: Marvell
1019 scope: marvell-drivers
1020
1021 subsections:
1022 - title: COMPHY
1023 scope: marvell-comphy
1024
1025 deprecated:
1026 - drivers/marvell/comphy
1027
1028 subsections:
1029 - title: Armada 3700
1030 scope: marvell-comphy-3700
1031
1032 deprecated:
1033 - drivers/marvell/comphy-3700
1034
1035 - title: CP110
1036 scope: marvell-comphy-cp110
1037
1038 deprecated:
1039 - drivers/marvell/comphy-cp110
1040
1041 - title: UART
1042 scope: marvell-uart
1043
1044 deprecated:
1045 - plat/marvell/uart
1046
1047 - title: Armada
1048 scope: armada-drivers
1049
1050 subsections:
1051 - title: A3K
1052 scope: a3k-drivers
1053
1054 subsections:
1055 - title: A3720
1056 scope: a3720-uart
1057
1058 deprecated:
1059 - plat/marvell/a3720/uart
1060
1061 - title: MediaTek
1062 scope: mediatek-drivers
1063
1064 subsections:
1065 - title: APU
1066 scope: mediatek-apu
1067
1068 deprecated:
1069 - plat/mediatek/apu
1070
1071 - title: EMI MPU
1072 scope: mediatek-emi-mpu
1073
1074 deprecated:
1075 - plat/mediatek/mpu
1076
1077 - title: PMIC Wrapper
1078 scope: mediatek-pmic-wrapper
1079
1080 deprecated:
1081 - plat/mediatek/pmic_wrap
1082
1083 - title: MT8192
1084 scope: mt8192-drivers
1085
1086 subsections:
1087 - title: SPM
1088 scope: mt8192-spm
1089
1090 deprecated:
1091 - mediatek/mt8192/spm
1092
1093 - title: NXP
1094 scope: nxp-drivers
1095
1096 subsections:
1097 - title: DCFG
1098 scope: nxp-dcfg
1099
1100 deprecated:
1101 - driver/nxp/dcfg
1102
1103 - title: FLEXSPI
1104 scope: flexspi
1105
1106 deprecated:
1107 - include/drivers/flexspi
1108 - driver/nxp/xspi
1109
1110 - title: SCFG
1111 scope: nxp-scfg
1112
1113 deprecated:
1114 - nxp/scfg
1115
1116 - title: SFP
1117 scope: nxp-sfp
1118
1119 deprecated:
1120 - drivers/nxp/sfp
1121
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001122 - title: QSPI
1123 scope: nxp-qspi
1124
Jiafei Pan94450412022-02-18 12:02:04 +08001125 - title: NXP Crypto
1126 scope: nxp-crypto
1127
Jiafei Panfa3f7612022-02-22 11:05:00 +08001128 - title: DDR
1129 scope: nxp-ddr
1130
1131 - title: GIC
1132 scope: nxp-gic
1133
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001134 - title: CSU
1135 scope: nxp-csu
1136
1137 - title: IFC NAND
1138 scope: nxp-ifc-nand
1139
1140 - title: IFC NOR
1141 scope: nxp-ifc-nor
1142
1143 - title: TZC-380
1144 scope: nxp-tzc380
1145
Jacky Bai9dc47d52023-06-14 15:24:00 +08001146 - title: TRDC
1147 scope: imx-trdc
1148
Ghennadi Procopciucfc26eb02024-06-11 18:39:58 +03001149 - title: Clock
1150 scope: nxp-clk
1151
Chris Kay82117d72021-12-01 16:34:55 +00001152 - title: Renesas
1153 scope: renesas-drivers
1154
1155 subsections:
1156 - title: R-Car3
1157 scope: rcar3-drivers
1158
1159 deprecated:
1160 - drivers/rcar3
1161
1162 - title: ST
1163 scope: st-drivers
1164
1165 deprecated:
1166 - drivers/st
1167
1168 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +01001169 - title: BSEC
1170 scope: st-bsec
1171
Chris Kay82117d72021-12-01 16:34:55 +00001172 - title: Clock
1173 scope: st-clock
1174
1175 deprecated:
1176 - stm32mp_clk
1177 - drivers/st/clk
1178 - stm32mp1_clk
1179
Yann Gautier9f359fd2022-01-27 09:25:47 +01001180 - title: Crypto
1181 scope: st-crypto
1182
1183 - title: DDR
1184 scope: st-ddr
1185
Chris Kay82117d72021-12-01 16:34:55 +00001186 - title: I/O
1187 scope: st-io-drivers
1188
1189 subsections:
1190 - title: STM32 Image
1191 scope: st-io-stm32image
1192
1193 deprecated:
1194 - io-stm32image
1195 - io_stm32image
1196
Yann Gautier9f359fd2022-01-27 09:25:47 +01001197 - title: I2C
1198 scope: st-i2c
1199
1200 - title: FMC
1201 scope: st-fmc
1202
1203 - title: GPIO
1204 scope: st-gpio
1205
Chris Kay82117d72021-12-01 16:34:55 +00001206 - title: SDMMC2
1207 scope: st-sdmmc2
1208
1209 deprecated:
1210 - stm32_sdmmc2
1211
1212 - title: ST PMIC
1213 scope: st-pmic
1214
1215 deprecated:
1216 - drivers/st/pmic
1217
1218 - title: STPMIC1
1219 scope: stpmic1
1220
Yann Gautier9f359fd2022-01-27 09:25:47 +01001221 - title: Regulator
1222 scope: st-regulator
1223
1224 - title: Reset
1225 scope: st-reset
1226
1227 - title: SPI
1228 scope: st-spi
1229
Chris Kay82117d72021-12-01 16:34:55 +00001230 - title: UART
1231 scope: st-uart
1232
1233 subsections:
1234 - title: STM32 Console
1235 scope: stm32-console
1236
1237 deprecated:
1238 - stm32_console
1239
1240 - title: USB
1241 scope: st-usb
1242
1243 deprecated:
1244 - drivers/st/usb
1245
Yann Gautier9f359fd2022-01-27 09:25:47 +01001246 - title: Watchdog
1247 scope: st-iwdg
1248
Chris Kay82117d72021-12-01 16:34:55 +00001249 - title: USB
1250 scope: usb
1251
1252 deprecated:
1253 - drivers/usb
1254
1255 - title: Miscellaneous
1256
1257 subsections:
1258 - title: AArch64
1259 scope: aarch64
1260
1261 - title: Debug
1262 scope: debug
1263
1264 deprecated:
1265 - common/debug
1266
1267 - title: CRC32
1268 scope: crc32
1269
1270 subsections:
1271 - title: Hardware CRC32
1272 scope: hw-crc32
1273
1274 deprecated:
1275 - hw_crc
1276 - hw_crc32
1277
1278 - title: Software CRC32
1279 scope: sw-crc32
1280
1281 deprecated:
1282 - sw_crc32
1283
1284 - title: DT Bindings
1285 scope: dt-bindings
1286
1287 - title: FDT Wrappers
1288 scope: fdt-wrappers
1289
1290 - title: FDTs
1291 scope: fdts
1292
1293 deprecated:
1294 - fdt
1295
1296 subsections:
1297 - title: Morello
1298 scope: morello-fdts
1299
1300 deprecated:
1301 - fdts/morello
1302
1303 - title: STM32MP1
1304 scope: stm32mp1-fdts
1305
1306 deprecated:
1307 - fdts stm32mp1
1308
Yann Gautier2c962252022-07-08 15:55:14 +02001309 subsections:
1310 - title: STM32MP13
1311 scope: stm32mp13-fdts
1312
1313 - title: STM32MP15
1314 scope: stm32mp15-fdts
1315
Yann Gautier1123f662022-12-16 15:32:25 +01001316 - title: STM32MP2
1317 scope: stm32mp2-fdts
1318
Chris Kay82117d72021-12-01 16:34:55 +00001319 - title: PIE
1320 scope: pie
1321
Juan Pablo Conde52487492023-05-15 22:17:17 -05001322 - title: PIE/POR
1323 scope: pie/por
1324
Chris Kay82117d72021-12-01 16:34:55 +00001325 - title: Security
1326 scope: security
1327
1328 - title: SDEI
1329 scope: sdei
1330
1331 - title: TBBR
1332 scope: tbbr
1333
1334 - title: NXP
1335
1336 subsections:
1337 - title: OCRAM
1338 scope: nxp-ocram
1339
1340 deprecated:
1341 - nxp/common/ocram
1342
1343 - title: PSCI
1344 scope: nxp-psci
1345
1346 deprecated:
1347 - plat/nxp/common/psci
1348
Chris Kayd04a4762023-04-13 17:24:20 +01001349 - title: UUID
1350 scope: uuid
1351
Chris Kay82117d72021-12-01 16:34:55 +00001352 - title: Documentation
1353 scope: docs
1354
1355 deprecated:
1356 - doc
1357
1358 subsections:
1359 - title: Changelog
1360 scope: changelog
1361
1362 - title: Commit Style
1363 scope: commit-style
1364
1365 - title: Contribution Guidelines
1366 scope: contributing
1367
1368 deprecated:
1369 - contribution-guidelines
1370 - docs-contributing.rst
1371
1372 - title: Maintainers
1373 scope: maintainers
1374
1375 - title: Prerequisites
1376 scope: prerequisites
1377
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001378 - title: Threat Model
1379 scope: threat-model
1380
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001381 - title: Porting Guide
1382 scope: porting
1383
Chris Kay82117d72021-12-01 16:34:55 +00001384 - title: Build System
1385 scope: build
1386
1387 deprecated:
1388 - makefile
1389 - Makefile
1390
1391 subsections:
1392 - title: Git Hooks
1393 scope: hooks
1394
Juan Pablo Conde52487492023-05-15 22:17:17 -05001395 deprecated:
1396 - git-hooks
1397
Chris Kay82117d72021-12-01 16:34:55 +00001398 - title: Tools
1399
1400 subsections:
1401 - title: STM32 Image
1402 scope: stm32image
1403
1404 deprecated:
1405 - tools/stm32image
1406
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001407 - title: NXP Tools
1408 scope: nxp-tools
1409
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001410 - title: Firmware Image Package Tool
1411 scope: fiptool
1412
1413 - title: Secure Partition Tool
1414 scope: sptool
1415
1416 - title: Certificate Creation Tool
1417 scope: cert-create
1418
Chris Kay01995442024-06-14 11:31:03 +00001419 - title: Firmware Encryption Tool
1420 scope: encrypt-fw
1421
Harrison Mutai372b8802023-02-23 11:30:17 +00001422 - title: Memory Mapping Tool
1423 scope: memmap
1424
laurenw-arm7c66fca2022-11-01 14:45:33 -05001425 deprecated:
1426 - cert_create
1427
Henrik Nordstromd95745b2023-12-04 10:31:07 +01001428 - title: Marvell Tools
1429 scope: marvell-tools
1430
Chris Kay82117d72021-12-01 16:34:55 +00001431 - title: Dependencies
1432 scope: deps
1433
1434 subsections:
1435 - title: checkpatch
1436 scope: checkpatch
1437
1438 - title: commitlint
1439 scope: commitlint
1440
Daniel Boulbyc550e702022-10-05 11:03:44 +01001441 - title: Compiler runtime libraries
1442 scope: compiler-rt
1443
Chris Kay82117d72021-12-01 16:34:55 +00001444 - title: libfdt
1445 scope: libfdt
1446
1447 - title: Node Package Manager (NPM)
1448 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001449
dependabot[bot]dba1b532023-09-06 09:55:17 +00001450 - title: Poetry
1451 scope: poetry
1452
Daniel Boulbyc550e702022-10-05 11:03:44 +01001453 - title: zlib
1454 scope: zlib