blob: aebb792a7a3bc5ab41c92dc0892174bcfddc8ec0 [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
155 - title: Platforms
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000156 scope: platforms
157
158 deprecated:
159 - plat/common
Chris Kay82117d72021-12-01 16:34:55 +0000160
161 subsections:
162 - title: Allwinner
163 scope: allwinner
164
165 deprecated:
166 - plat/allwinner
167
168 - title: Arm
169 scope: arm
170
171 deprecated:
172 - plat/arm
173
174 subsections:
Juan Pablo Conde52487492023-05-15 22:17:17 -0500175 - title: A5DS
176 scope: a5ds
177
laurenw-arm7c66fca2022-11-01 14:45:33 -0500178 - title: CSS
179 scope: css
180
181 deprecated:
182 - plat/arm/css
Juan Pablo Conde52487492023-05-15 22:17:17 -0500183 - plat/css
laurenw-arm7c66fca2022-11-01 14:45:33 -0500184
Chris Kay82117d72021-12-01 16:34:55 +0000185 - title: FPGA
186 scope: fpga
187
188 deprecated:
189 - arm_fgpa
Chris Kay82117d72021-12-01 16:34:55 +0000190 - plat/arm_fpga
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000191 - arm/fpga
Chris Kay82117d72021-12-01 16:34:55 +0000192
193 - title: FVP
194 scope: fvp
195
196 deprecated:
197 - plat/fvp
laurenw-arm7c66fca2022-11-01 14:45:33 -0500198 - fvp/tsp_manifest
Chris Kay82117d72021-12-01 16:34:55 +0000199
200 - title: FVP-R
201 scope: fvp-r
202
203 deprecated:
204 - fvp_r
205
laurenw-arm7c66fca2022-11-01 14:45:33 -0500206 - title: FVP Versatile Express
207 scope: fvp_ve
208
Chris Kay82117d72021-12-01 16:34:55 +0000209 - title: Juno
210 scope: juno
211
212 - title: Morello
213 scope: morello
214
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100215 - title: N1SDP
216 scope: n1sdp
217
Rohit Mathewe191b382024-04-15 17:31:04 +0100218 - title: Neoverse-RD
219 scope: neoverse-rd
Chris Kay82117d72021-12-01 16:34:55 +0000220
221 subsections:
Rohit Mathewf5f44032024-04-16 17:31:54 +0100222 - title: SGI-575
223 scope: sgi575
224
Rohit Mathew56d91972024-04-22 14:23:59 +0100225 - title: RD-N1-Edge
Juan Pablo Conde52487492023-05-15 22:17:17 -0500226 scope: rdn1edge
227
Rohit Mathewe94dd972024-04-16 17:35:05 +0100228 - title: RD-V1
229 scope: rdv1
230
Rohit Mathew6edab642024-04-16 17:36:19 +0100231 - title: RD-V1-MC
232 scope: rdv1mc
233
Chris Kay82117d72021-12-01 16:34:55 +0000234 - title: RD-N2
235 scope: rdn2
236
237 deprecated:
238 - board/rdn2
239
Chris Kay82117d72021-12-01 16:34:55 +0000240 - title: TC
241 scope: tc
242
Juan Pablo Conde52487492023-05-15 22:17:17 -0500243 deprecated:
244 - plat/tc
245
Chris Kay82117d72021-12-01 16:34:55 +0000246 subsections:
247 - title: TC0
248 scope: tc0
249
250 deprecated:
251 - plat/tc0
252
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100253 - title: Corstone-1000
254 scope: corstone-1000
255
Chia-Wei Wanga7556d82022-11-02 17:50:21 +0800256 - title: Aspeed
257 scope: aspeed
258
259 subsections:
260 - title: AST2700
261 scope: ast2700
262
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100263 - title: Broadcom
264 scope: brcm
265
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000266 - title: Cadence
267 scope: cadence
268
laurenw-arm7c66fca2022-11-01 14:45:33 -0500269 - title: HiSilicon
270 scope: hisilicon
271
272 subsections:
273 - title: HiKey
274 scope: hikey
275
276 - title: HiKey960
277 scope: hikey960
278
Sieu Mun Tang9f3a13c2022-02-22 14:14:26 +0800279 - title: Intel
280 scope: intel
281
282 subsections:
283 - title: SoC
284 scope: soc
285
Chris Kay82117d72021-12-01 16:34:55 +0000286 - title: Marvell
287 scope: marvell
288
289 deprecated:
290 - plat/marvell
291
292 subsections:
293 - title: Armada
294 scope: armada
295
296 deprecated:
297 - plat/marvell/armada
298
299 subsections:
300 - title: A3K
301 scope: a3k
302
303 deprecated:
304 - plat/marvell/a3k
305
306 - title: A8K
307 scope: a8k
308
309 deprecated:
310 - plat/marvell/a8k
311
312 - title: MediaTek
313 scope: mediatek
314
315 deprecated:
316 - plat/mediatek/common
317 - plat/mediatek
318
319 subsections:
320 - title: MT8183
321 scope: mt8183
322
323 deprecated:
324 - plat/mediatek/mt8183
325
laurenw-arm7c66fca2022-11-01 14:45:33 -0500326 - title: MT8186
327 scope: mt8186
328
329 deprecated:
330 - plat/mediatek/mt8186
331 - mt8186-emi-mpu
332
333 - title: MT8188
334 scope: mt8188
335
Chris Kay82117d72021-12-01 16:34:55 +0000336 - title: MT8192
337 scope: mt8192
338
339 deprecated:
340 - plat/mdeiatek/mt8192
341
342 - title: MT8195
343 scope: mt8195
344
345 deprecated:
346 - plat/mediatek/me8195
347 - plat/mediatek/mt8195
348 - plat/mdeiatek/mt8195
349
350 - title: NVIDIA
351 scope: nvidia
352
353 subsections:
354 - title: Tegra
355 scope: tegra
356
357 deprecated:
358 - plat/tegra
359
360 subsections:
361 - title: Tegra 132
362 scope: tegra132
363
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100364 - title: Tegra 194
365 scope: tegra194
366
Juan Pablo Conde52487492023-05-15 22:17:17 -0500367 - title: Tegra 210
368 scope: tegra210
369
Chris Kay82117d72021-12-01 16:34:55 +0000370 - title: NXP
371 scope: nxp
372
373 deprecated:
374 - plat/nxp
375 - plat/nxp/common
376
377 subsections:
378 - title: i.MX
379 scope: imx
380
381 deprecated:
382 - plat/imx
383 - plat/imx/imx
384
385 subsections:
386 - title: i.MX 8M
387 scope: imx8m
388
389 deprecated:
390 - plat/imx8m
391 - plat/imx/imx8m
392
393 subsections:
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100394 - title: i.MX 8M Nano
395 scope: imx8mn
396
397 deprecated:
398 - plat/imx/imx8m/imx8mn
399
Chris Kay82117d72021-12-01 16:34:55 +0000400 - title: i.MX 8M Mini
401 scope: imx8mm
402
403 deprecated:
404 - plat/imx/imx8m/imx8mm
405
406 - title: i.MX 8M Plus
407 scope: imx8mp
408
409 deprecated:
410 - plat/imx/imx8m/imx8mp
411
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100412 - title: i.MX 8Q
413 scope: imx8mq
414
415 deprecated:
416 - plat/imx/imx8m/imx8mq
417
Juan Pablo Conde52487492023-05-15 22:17:17 -0500418 - title: i.MX 8
419 scope: imx8
420
Jacky Bai4e214e42023-10-08 17:52:24 +0800421 - title: i.MX 8ULP
422 scope: imx8ulp
423
Jacky Bai9dc47d52023-06-14 15:24:00 +0800424 - title: i.MX 9
425 scope: imx9
426
427 subsections:
428 - title: i.MX93
429 scope: imx93
430
Chris Kay82117d72021-12-01 16:34:55 +0000431 - title: Layerscape
432 scope: layerscape
433
434 deprecated:
435 - docs/nxp/layerscape
436
437 subsections:
438 - title: LS1028A
439 scope: ls1028a
440
441 deprecated:
442 - plat/nxp/ls1028a
443
444 subsections:
445 - title: LS1028ARDB
446 scope: ls1028ardb
447
448 deprecated:
449 - plat/nxp/ls1028ardb
450
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100451 - title: LS1043A
452 scope: ls1043a
453
454 deprecated:
455 - plat/nxp/ls1043a
456
457 subsections:
458 - title: LS1043ARDB
459 scope: ls1043ardb
460
461 deprecated:
462 - plat/nxp/ls1043ardb
463
Chris Kay82117d72021-12-01 16:34:55 +0000464 - title: LX2
465 scope: lx2
466
467 deprecated:
468 - plat/nxp/lx2
469
470 subsections:
471 - title: LX216
472 scope: lx216
473
474 deprecated:
475 - plat/nxp/lx216x
476
477 subsections:
478 - title: LX2160
479 scope: lx2160
480
481 deprecated:
482 - plat/soc-lx2160
483
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800484 - title: LS1046A
485 scope: ls1046a
486
487 subsections:
488 - title: LS1046ARDB
489 scope: ls1046ardb
490
491 - title: LS1046AFRWY
492 scope: ls1046afrwy
493
494 - title: LS1046AQDS
495 scope: ls1046aqds
496
Jiafei Pan290bf6f2022-02-24 16:00:35 +0800497 - title: LS1088A
498 scope: ls1088a
499
500 subsections:
501 - title: LS1088ARDB
502 scope: ls1088ardb
503
504 - title: LS1088AQDS
505 scope: ls1088aqds
506
Chris Kay82117d72021-12-01 16:34:55 +0000507 - title: QEMU
508 scope: qemu
509
510 deprecated:
511 - plat/qemu
512
Juan Pablo Conde52487492023-05-15 22:17:17 -0500513 subsections:
514 - title: SBSA
515 scope: qemu-sbsa
516
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000517 deprecated:
518 - qemu_sbsa
519
Chris Kay82117d72021-12-01 16:34:55 +0000520 - title: QTI
521 scope: qti
522
laurenw-arm7c66fca2022-11-01 14:45:33 -0500523 deprecated:
524 - plat/qti
525
Chris Kay82117d72021-12-01 16:34:55 +0000526 subsections:
527 - title: SC1780
528 scope: sc7180
529
530 deprecated:
531 - plat/qti/sc7180
532
533 - title: SC7280
534 scope: sc7280
535
536 deprecated:
537 - plat/qti/sc7280
538
Stephan Gerholdd0d0bf42021-12-01 20:00:00 +0100539 - title: MSM8916
540 scope: msm8916
541
Chris Kay82117d72021-12-01 16:34:55 +0000542 - title: Raspberry Pi
543 scope: rpi
544
545 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500546 - title: Raspberry Pi 3
547 scope: rpi3
548
Chris Kay82117d72021-12-01 16:34:55 +0000549 - title: Raspberry Pi 4
550 scope: rpi4
551
Mario Bălănicăc883ce02023-12-02 03:08:02 +0200552 - title: Raspberry Pi 5
553 scope: rpi5
554
Chris Kay82117d72021-12-01 16:34:55 +0000555 - title: Renesas
556 scope: renesas
557
558 subsections:
559 - title: R-Car
560 scope: rcar
561
562 deprecated:
563 - plat/rcar
564
565 subsections:
566 - title: R-Car 3
567 scope: rcar3
568
569 deprecated:
570 - plat/rcar3
571
572 - title: Rockchip
573 scope: rockchip
574
575 subsections:
576 - title: RK3399
577 scope: rk3399
578
579 deprecated:
580 - rockchip/rk3399
581 - rk3399/suspend
582
Diederik de Haas6a9c7312023-11-27 10:21:37 +0100583 - title: RK3328
584 scope: rk3328
585
Chris Kay82117d72021-12-01 16:34:55 +0000586 - title: Socionext
587 scope: socionext
588
589 subsections:
590 - title: Synquacer
591 scope: synquacer
592
593 deprecated:
594 - plat/synquacer
595
596 - title: ST
597 scope: st
598
599 deprecated:
600 - plat/st
601
602 subsections:
Yann Gautier14b32e82022-06-01 18:17:43 +0200603 - title: STM32MP1
Chris Kay82117d72021-12-01 16:34:55 +0000604 scope: stm32mp1
605
606 deprecated:
607 - plat/st/stm32mp1
608
Yann Gautier14b32e82022-06-01 18:17:43 +0200609 subsections:
610 - title: STM32MP13
611 scope: stm32mp13
612
613 - title: STM32MP15
614 scope: stm32mp15
615
Yann Gautier1123f662022-12-16 15:32:25 +0100616 - title: STM32MP2
617 scope: stm32mp2
618
Dave Gerlach74c19f92022-03-22 11:02:52 -0500619 - title: Texas Instruments
620 scope: ti
621
622 subsections:
623 - title: K3
624 scope: k3
625
laurenw-arm7c66fca2022-11-01 14:45:33 -0500626 deprecated:
627 - ti-k3
628
Chris Kay82117d72021-12-01 16:34:55 +0000629 - title: Xilinx
630 scope: xilinx
631
632 deprecated:
633 - plat/xilinx
634
635 subsections:
Michal Simek38d5d4d2023-09-18 10:22:48 +0200636 - title: DCC (Debug Communication Channel)
637 scope: dcc
638
Chris Kay82117d72021-12-01 16:34:55 +0000639 - title: Versal
640 scope: versal
641
642 deprecated:
643 - plat/xilinx/versal/include
644 - plat/xilinx/versal
645 - plat/versal
646
laurenw-arm7c66fca2022-11-01 14:45:33 -0500647 subsections:
648 - title: Versal NET
649 scope: versal-net
650
651 deprecated:
652 - versal_net
653
Chris Kay82117d72021-12-01 16:34:55 +0000654 - title: ZynqMP
655 scope: zynqmp
656
657 deprecated:
658 - plat/zynqmp
659 - plat/xilinx/zynqmp
660
rutigl@gmail.comdefbeed2023-03-19 09:19:05 +0200661 - title: Nuvoton
662 scope: nuvoton
663
664 subsections:
665 - title: npcm845x
666 scope: npcm845x
667
Chris Kay82117d72021-12-01 16:34:55 +0000668 - title: Bootloader Images
669 scope: bl
670
671 deprecated:
672 - bl_common
673
674 subsections:
675 - title: BL1
676 scope: bl1
677
678 - title: BL2
679 scope: bl2
680
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100681 - title: BL31
682 scope: bl31
683
Shruti Guptac31beb62022-08-09 10:46:07 +0100684 - title: BL32
685 scope: bl32
686
687 subsections:
688 - title: TSP
689 scope: tsp
690
Chris Kay82117d72021-12-01 16:34:55 +0000691 - title: Services
692 scope: services
693
694 subsections:
695 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000696 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000697
698 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000699 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000700
701 - title: RME
702 scope: rme
703
laurenw-arm7c66fca2022-11-01 14:45:33 -0500704 deprecated:
705 - rme/fid
706
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100707 subsections:
708 - title: TRP
709 scope: trp
710
Javier Almansa Sobrino7176a772021-11-24 18:37:37 +0000711 - title: RMMD
712 scope: rmmd
713
Juan Pablo Conde52487492023-05-15 22:17:17 -0500714 - title: RMM
715 scope: rmm
716
Chris Kay82117d72021-12-01 16:34:55 +0000717 - title: SPM
718 scope: spm
719
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100720 subsections:
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000721 - title: EL3 SPM
722 scope: el3-spm
723
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100724 - title: EL3 SPMC
725 scope: el3-spmc
726
laurenw-arm7c66fca2022-11-01 14:45:33 -0500727 deprecated:
728 - spmc
729
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100730 - title: SPMD
731 scope: spmd
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000732
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100733 - title: SPM MM
734 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000735
Manish V Badarkhe478d3ee2022-06-27 09:21:14 +0100736 - title: DRTM
737 scope: drtm
738
Jayanth Dodderi Chidanand7c7faff2022-10-11 17:16:07 +0100739 - title: TRNG
740 scope: trng
741
Sona Mathew5100bec2023-09-20 12:55:32 -0500742 - title: ERRATA ABI
743 scope: errata-abi
744
745 deprecated:
746 - errata_abi
Sona Mathew7fe03522022-11-18 18:05:38 -0600747
Chris Kay82117d72021-12-01 16:34:55 +0000748 - title: Libraries
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000749 scope: lib
Chris Kay82117d72021-12-01 16:34:55 +0000750
751 subsections:
752 - title: CPU Support
753 scope: cpus
754
755 deprecated:
756 - cpu
757 - errata
758 - errata_report
759
760 - title: EL3 Runtime
761 scope: el3-runtime
762
763 deprecated:
764 - el3_runtime
765
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100766 subsections:
767 - title: Context Management
768 scope: cm
769
laurenw-arm7c66fca2022-11-01 14:45:33 -0500770 - title: RAS
771 scope: ras
772
Chris Kay82117d72021-12-01 16:34:55 +0000773 - title: FCONF
774 scope: fconf
775
776 - title: MPMM
777 scope: mpmm
778
779 - title: OP-TEE
780 scope: optee
781
782 deprecated:
783 - lib/optee
784
785 - title: PSCI
786 scope: psci
787
Chris Kayc66b9f32024-01-15 18:45:07 +0000788 - title: ROMlib
789 scope: romlib
790
Chris Kay82117d72021-12-01 16:34:55 +0000791 - title: GPT
792 scope: gpt
793
794 deprecated:
795 - gpt_rme
796
797 - title: SMCCC
798 scope: smccc
799
800 - title: Translation Tables
801 scope: xlat
802
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100803 - title: C Standard Library
804 scope: libc
805
806 - title: Locks
807 scope: locks
808
809 - title: PSA
810 scope: psa
811
laurenw-arm7c66fca2022-11-01 14:45:33 -0500812 deprecated:
813 - lib/psa
814
Tamas Ban109a4802024-02-06 11:24:51 +0100815 - title: DICE Protection Environment
816 scope: dice
817
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500818 - title: Context Management
Chris Kaye76be0a2022-10-10 16:57:45 +0100819 scope: context-mgmt
820
821 deprecated:
822 - context mgmt
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500823
Manish V Badarkhede920262022-09-26 15:06:56 +0100824 - title: Semihosting
825 scope: semihosting
826
Raymond Mao98983392023-07-25 07:53:35 -0700827 - title: Firmware Handoff
828 scope: handoff
829
Chris Kay82117d72021-12-01 16:34:55 +0000830 - title: Drivers
831
832 subsections:
833 - title: Authentication
834 scope: auth
835
836 deprecated:
837 - driver/auth
838
839 subsections:
840 - title: CryptoCell-713
841 scope: cc-713
842
Manish V Badarkhe8d91e982022-09-22 21:41:55 +0100843 - title: Crypto
844 scope: crypto
845
846 - title: mbedTLS
847 scope: mbedtls
848
Manish V Badarkhe538d5922023-09-22 17:54:59 +0100849 - title: mbedTLS-PSA
850 scope: mbedtls-psa
851
Yann Gautier1832d662023-01-06 17:05:48 +0100852 - title: Console
853 scope: console
854
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100855 - title: Generic Clock
856 scope: clk
857
Chris Kay82117d72021-12-01 16:34:55 +0000858 - title: FWU
859 scope: fwu
860
861 deprecated:
862 - fwu_metadata
863
864 - title: I/O
865 scope: io
866
867 subsections:
868 - title: MTD
869 scope: mtd
870
871 deprecated:
872 - io_mtd
873
874 - title: Measured Boot
875 scope: measured-boot
876
877 deprecated:
878 - measured boot
879 - measured_boot
880
881 - title: MMC
882 scope: mmc
883
884 deprecated:
885 - drivers/mmc
886
887 - title: MTD
888 scope: mtd
889
890 deprecated:
891 - drivers/mtd
892
893 subsections:
894 - title: NAND
895 scope: nand
896
897 subsections:
898 - title: SPI NAND
899 scope: spi-nand
900
901 deprecated:
902 - spi_nand
903
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100904 - title: GUID Partition Tables Support
905 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530906
Juan Pablo Conde52487492023-05-15 22:17:17 -0500907 deprecated:
908 - partition
909
Chris Kay82117d72021-12-01 16:34:55 +0000910 - title: SCMI
911 scope: scmi
912
913 deprecated:
914 - scmi_common
915 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -0500916 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +0000917
918 - title: UFS
919 scope: ufs
920
921 - title: Arm
922 scope: arm-drivers
923
924 subsections:
925 - title: Ethos-N
926 scope: ethos-n
927
928 deprecated:
929 - drivers/arm/ethosn
930
931 - title: GIC
932 scope: gic
933
934 subsections:
935 - title: GICv3
936 scope: gicv3
937
laurenw-arm7c66fca2022-11-01 14:45:33 -0500938 deprecated:
939 - gicv3/multichip
940
Chris Kay82117d72021-12-01 16:34:55 +0000941 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500942 - title: GIC-600
943 scope: gic600
944
Chris Kay82117d72021-12-01 16:34:55 +0000945 - title: GIC-600AE
946 scope: gic600ae
947
Madhukar Pappireddydc4b8c62023-08-03 12:13:27 -0500948 - title: GICv2
949 scope: gicv2
950
Manish V Badarkhebcaeb672022-03-24 18:23:37 +0000951 - title: SMMU
952 scope: smmu
953
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100954 - title: MHU
955 scope: mhu
956
957 deprecated:
958 - drivers/arm/mhu
959
Tamas Bana70e31d2024-04-22 15:41:45 +0200960 - title: RSE
961 scope: rse
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100962
963 deprecated:
964 - drivers/arm/rss
Tamas Bana70e31d2024-04-22 15:41:45 +0200965 - rss
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100966
Chris Kay82117d72021-12-01 16:34:55 +0000967 - title: TZC
968 scope: tzc
969
970 subsections:
971 - title: TZC-400
972 scope: tzc400
973
974 deprecated:
975 - drivers/tzc400
976
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100977 - title: TZC-380
978 scope: tzc380
979
980 deprecated:
981 - drivers/tzc380
982
Madhukar Pappireddy4c3de562023-03-22 15:27:22 -0500983 - title: SBSA
984 scope: sbsa
985
Chris Kay82117d72021-12-01 16:34:55 +0000986 - title: Marvell
987 scope: marvell-drivers
988
989 subsections:
990 - title: COMPHY
991 scope: marvell-comphy
992
993 deprecated:
994 - drivers/marvell/comphy
995
996 subsections:
997 - title: Armada 3700
998 scope: marvell-comphy-3700
999
1000 deprecated:
1001 - drivers/marvell/comphy-3700
1002
1003 - title: CP110
1004 scope: marvell-comphy-cp110
1005
1006 deprecated:
1007 - drivers/marvell/comphy-cp110
1008
1009 - title: UART
1010 scope: marvell-uart
1011
1012 deprecated:
1013 - plat/marvell/uart
1014
1015 - title: Armada
1016 scope: armada-drivers
1017
1018 subsections:
1019 - title: A3K
1020 scope: a3k-drivers
1021
1022 subsections:
1023 - title: A3720
1024 scope: a3720-uart
1025
1026 deprecated:
1027 - plat/marvell/a3720/uart
1028
1029 - title: MediaTek
1030 scope: mediatek-drivers
1031
1032 subsections:
1033 - title: APU
1034 scope: mediatek-apu
1035
1036 deprecated:
1037 - plat/mediatek/apu
1038
1039 - title: EMI MPU
1040 scope: mediatek-emi-mpu
1041
1042 deprecated:
1043 - plat/mediatek/mpu
1044
1045 - title: PMIC Wrapper
1046 scope: mediatek-pmic-wrapper
1047
1048 deprecated:
1049 - plat/mediatek/pmic_wrap
1050
1051 - title: MT8192
1052 scope: mt8192-drivers
1053
1054 subsections:
1055 - title: SPM
1056 scope: mt8192-spm
1057
1058 deprecated:
1059 - mediatek/mt8192/spm
1060
1061 - title: NXP
1062 scope: nxp-drivers
1063
1064 subsections:
1065 - title: DCFG
1066 scope: nxp-dcfg
1067
1068 deprecated:
1069 - driver/nxp/dcfg
1070
1071 - title: FLEXSPI
1072 scope: flexspi
1073
1074 deprecated:
1075 - include/drivers/flexspi
1076 - driver/nxp/xspi
1077
1078 - title: SCFG
1079 scope: nxp-scfg
1080
1081 deprecated:
1082 - nxp/scfg
1083
1084 - title: SFP
1085 scope: nxp-sfp
1086
1087 deprecated:
1088 - drivers/nxp/sfp
1089
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001090 - title: QSPI
1091 scope: nxp-qspi
1092
Jiafei Pan94450412022-02-18 12:02:04 +08001093 - title: NXP Crypto
1094 scope: nxp-crypto
1095
Jiafei Panfa3f7612022-02-22 11:05:00 +08001096 - title: DDR
1097 scope: nxp-ddr
1098
1099 - title: GIC
1100 scope: nxp-gic
1101
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001102 - title: CSU
1103 scope: nxp-csu
1104
1105 - title: IFC NAND
1106 scope: nxp-ifc-nand
1107
1108 - title: IFC NOR
1109 scope: nxp-ifc-nor
1110
1111 - title: TZC-380
1112 scope: nxp-tzc380
1113
Jacky Bai9dc47d52023-06-14 15:24:00 +08001114 - title: TRDC
1115 scope: imx-trdc
1116
Chris Kay82117d72021-12-01 16:34:55 +00001117 - title: Renesas
1118 scope: renesas-drivers
1119
1120 subsections:
1121 - title: R-Car3
1122 scope: rcar3-drivers
1123
1124 deprecated:
1125 - drivers/rcar3
1126
1127 - title: ST
1128 scope: st-drivers
1129
1130 deprecated:
1131 - drivers/st
1132
1133 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +01001134 - title: BSEC
1135 scope: st-bsec
1136
Chris Kay82117d72021-12-01 16:34:55 +00001137 - title: Clock
1138 scope: st-clock
1139
1140 deprecated:
1141 - stm32mp_clk
1142 - drivers/st/clk
1143 - stm32mp1_clk
1144
Yann Gautier9f359fd2022-01-27 09:25:47 +01001145 - title: Crypto
1146 scope: st-crypto
1147
1148 - title: DDR
1149 scope: st-ddr
1150
Chris Kay82117d72021-12-01 16:34:55 +00001151 - title: I/O
1152 scope: st-io-drivers
1153
1154 subsections:
1155 - title: STM32 Image
1156 scope: st-io-stm32image
1157
1158 deprecated:
1159 - io-stm32image
1160 - io_stm32image
1161
Yann Gautier9f359fd2022-01-27 09:25:47 +01001162 - title: I2C
1163 scope: st-i2c
1164
1165 - title: FMC
1166 scope: st-fmc
1167
1168 - title: GPIO
1169 scope: st-gpio
1170
Chris Kay82117d72021-12-01 16:34:55 +00001171 - title: SDMMC2
1172 scope: st-sdmmc2
1173
1174 deprecated:
1175 - stm32_sdmmc2
1176
1177 - title: ST PMIC
1178 scope: st-pmic
1179
1180 deprecated:
1181 - drivers/st/pmic
1182
1183 - title: STPMIC1
1184 scope: stpmic1
1185
Yann Gautier9f359fd2022-01-27 09:25:47 +01001186 - title: Regulator
1187 scope: st-regulator
1188
1189 - title: Reset
1190 scope: st-reset
1191
1192 - title: SPI
1193 scope: st-spi
1194
Chris Kay82117d72021-12-01 16:34:55 +00001195 - title: UART
1196 scope: st-uart
1197
1198 subsections:
1199 - title: STM32 Console
1200 scope: stm32-console
1201
1202 deprecated:
1203 - stm32_console
1204
1205 - title: USB
1206 scope: st-usb
1207
1208 deprecated:
1209 - drivers/st/usb
1210
Yann Gautier9f359fd2022-01-27 09:25:47 +01001211 - title: Watchdog
1212 scope: st-iwdg
1213
Chris Kay82117d72021-12-01 16:34:55 +00001214 - title: USB
1215 scope: usb
1216
1217 deprecated:
1218 - drivers/usb
1219
1220 - title: Miscellaneous
1221
1222 subsections:
1223 - title: AArch64
1224 scope: aarch64
1225
1226 - title: Debug
1227 scope: debug
1228
1229 deprecated:
1230 - common/debug
1231
1232 - title: CRC32
1233 scope: crc32
1234
1235 subsections:
1236 - title: Hardware CRC32
1237 scope: hw-crc32
1238
1239 deprecated:
1240 - hw_crc
1241 - hw_crc32
1242
1243 - title: Software CRC32
1244 scope: sw-crc32
1245
1246 deprecated:
1247 - sw_crc32
1248
1249 - title: DT Bindings
1250 scope: dt-bindings
1251
1252 - title: FDT Wrappers
1253 scope: fdt-wrappers
1254
1255 - title: FDTs
1256 scope: fdts
1257
1258 deprecated:
1259 - fdt
1260
1261 subsections:
1262 - title: Morello
1263 scope: morello-fdts
1264
1265 deprecated:
1266 - fdts/morello
1267
1268 - title: STM32MP1
1269 scope: stm32mp1-fdts
1270
1271 deprecated:
1272 - fdts stm32mp1
1273
Yann Gautier2c962252022-07-08 15:55:14 +02001274 subsections:
1275 - title: STM32MP13
1276 scope: stm32mp13-fdts
1277
1278 - title: STM32MP15
1279 scope: stm32mp15-fdts
1280
Yann Gautier1123f662022-12-16 15:32:25 +01001281 - title: STM32MP2
1282 scope: stm32mp2-fdts
1283
Chris Kay82117d72021-12-01 16:34:55 +00001284 - title: PIE
1285 scope: pie
1286
Juan Pablo Conde52487492023-05-15 22:17:17 -05001287 - title: PIE/POR
1288 scope: pie/por
1289
Chris Kay82117d72021-12-01 16:34:55 +00001290 - title: Security
1291 scope: security
1292
1293 - title: SDEI
1294 scope: sdei
1295
1296 - title: TBBR
1297 scope: tbbr
1298
1299 - title: NXP
1300
1301 subsections:
1302 - title: OCRAM
1303 scope: nxp-ocram
1304
1305 deprecated:
1306 - nxp/common/ocram
1307
1308 - title: PSCI
1309 scope: nxp-psci
1310
1311 deprecated:
1312 - plat/nxp/common/psci
1313
Chris Kayd04a4762023-04-13 17:24:20 +01001314 - title: UUID
1315 scope: uuid
1316
Chris Kay82117d72021-12-01 16:34:55 +00001317 - title: Documentation
1318 scope: docs
1319
1320 deprecated:
1321 - doc
1322
1323 subsections:
1324 - title: Changelog
1325 scope: changelog
1326
1327 - title: Commit Style
1328 scope: commit-style
1329
1330 - title: Contribution Guidelines
1331 scope: contributing
1332
1333 deprecated:
1334 - contribution-guidelines
1335 - docs-contributing.rst
1336
1337 - title: Maintainers
1338 scope: maintainers
1339
1340 - title: Prerequisites
1341 scope: prerequisites
1342
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001343 - title: Threat Model
1344 scope: threat-model
1345
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001346 - title: Porting Guide
1347 scope: porting
1348
Chris Kay82117d72021-12-01 16:34:55 +00001349 - title: Build System
1350 scope: build
1351
1352 deprecated:
1353 - makefile
1354 - Makefile
1355
1356 subsections:
1357 - title: Git Hooks
1358 scope: hooks
1359
Juan Pablo Conde52487492023-05-15 22:17:17 -05001360 deprecated:
1361 - git-hooks
1362
Chris Kay82117d72021-12-01 16:34:55 +00001363 - title: Tools
1364
1365 subsections:
1366 - title: STM32 Image
1367 scope: stm32image
1368
1369 deprecated:
1370 - tools/stm32image
1371
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001372 - title: NXP Tools
1373 scope: nxp-tools
1374
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001375 - title: Firmware Image Package Tool
1376 scope: fiptool
1377
1378 - title: Secure Partition Tool
1379 scope: sptool
1380
1381 - title: Certificate Creation Tool
1382 scope: cert-create
1383
Harrison Mutai372b8802023-02-23 11:30:17 +00001384 - title: Memory Mapping Tool
1385 scope: memmap
1386
laurenw-arm7c66fca2022-11-01 14:45:33 -05001387 deprecated:
1388 - cert_create
1389
Henrik Nordstromd95745b2023-12-04 10:31:07 +01001390 - title: Marvell Tools
1391 scope: marvell-tools
1392
Chris Kay82117d72021-12-01 16:34:55 +00001393 - title: Dependencies
1394 scope: deps
1395
1396 subsections:
1397 - title: checkpatch
1398 scope: checkpatch
1399
1400 - title: commitlint
1401 scope: commitlint
1402
Daniel Boulbyc550e702022-10-05 11:03:44 +01001403 - title: Compiler runtime libraries
1404 scope: compiler-rt
1405
Chris Kay82117d72021-12-01 16:34:55 +00001406 - title: libfdt
1407 scope: libfdt
1408
1409 - title: Node Package Manager (NPM)
1410 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001411
dependabot[bot]dba1b532023-09-06 09:55:17 +00001412 - title: Poetry
1413 scope: poetry
1414
Daniel Boulbyc550e702022-10-05 11:03:44 +01001415 - title: zlib
1416 scope: zlib