blob: f2403d09bce46ac727f1b2c138255ef72b2c85e7 [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
Arvind Ram Prakash62d87e72024-06-06 11:33:37 -0500107 - title: Fine-grained Traps 2 (FEAT_FGT2).
108 scope: fgt2
109
Andre Przywara5b005112022-11-14 15:38:58 +0000110 - title: CPU feature / ID register handling in general
111 scope: cpufeat
112
Arvind Ram Prakash05b47632024-05-22 15:24:00 -0500113 - title: Debug Extension (FEAT_Debugv8p9)
114 scope: debugv8p9
115
Mark Brown326f2952023-03-14 21:33:04 +0000116 - title: Guarded Control Stack (FEAT_GCS)
117 scope: gcs
118
Chris Kay82117d72021-12-01 16:34:55 +0000119 - title: Support for the `HCRX_EL2` register (FEAT_HCX)
120 scope: hcx
121
122 - title: Memory Partitioning and Monitoring (MPAM) Extension (FEAT_MPAM)
123 scope: mpam
124
Govindraj Raja5bd4bd82024-03-19 14:32:20 -0500125 - title: Memory Tagging Extension2
126 scope: mte2
127
128 deprecated:
129 - mte
laurenw-arm7c66fca2022-11-01 14:45:33 -0500130
131 - title: Pointer Authentication Extension
132 scope: pauth
133
134 - title: Performance Monitors Extension (FEAT_PMUv3)
135 scope: pmu
136
137 - title: Trapping support for RNDR/RNDRRS (FEAT_RNG_TRAP)
138 scope: rng-trap
139
Jayanth Dodderi Chidanandcfe053a2022-11-08 10:31:07 +0000140 - title: Scalable Matrix Extension (FEAT_SME, FEAT_SME2)
Chris Kay82117d72021-12-01 16:34:55 +0000141 scope: sme
142
laurenw-arm7c66fca2022-11-01 14:45:33 -0500143 - title: Statistical profiling Extension (FEAT_SPE)
144 scope: spe
145
Chris Kay82117d72021-12-01 16:34:55 +0000146 - title: Scalable Vector Extension (FEAT_SVE)
147 scope: sve
148
149 - title: System Register Trace Extensions (FEAT_ETMv4, FEAT_ETE and FEAT_ETEv1.1)
150 scope: sys-reg-trace
151
152 deprecated:
153 - sys_reg_trace
154
155 - title: Trace Buffer Extension (FEAT_TRBE)
156 scope: trbe
157
158 - title: Self-hosted Trace Extensions (FEAT_TRF)
159 scope: trf
160
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100161 - title: DynamIQ Shared Unit (DSU)
162 scope: dsu
163
Yann Gautier307bb1c2024-11-13 17:56:43 +0100164 - title: Extension to SCTLR_ELx (FEAT_SCTLR2)
165 scope: sctlr2
166
167 deprecated:
168 - feat_sctlr2
169
170 - title: 128-bit Translation Tables (FEAT_D128)
171 scope: d128
172
173 - title: Translation Hardening Extension (FEAT_THE)
174 scope: the
175
Chris Kay82117d72021-12-01 16:34:55 +0000176 - title: Platforms
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000177 scope: platforms
178
179 deprecated:
180 - plat/common
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100181 - plat
Chris Kay82117d72021-12-01 16:34:55 +0000182
183 subsections:
184 - title: Allwinner
185 scope: allwinner
186
187 deprecated:
188 - plat/allwinner
189
190 - title: Arm
191 scope: arm
192
193 deprecated:
194 - plat/arm
195
196 subsections:
Juan Pablo Conde52487492023-05-15 22:17:17 -0500197 - title: A5DS
198 scope: a5ds
199
laurenw-arm7c66fca2022-11-01 14:45:33 -0500200 - title: CSS
201 scope: css
202
203 deprecated:
204 - plat/arm/css
Juan Pablo Conde52487492023-05-15 22:17:17 -0500205 - plat/css
laurenw-arm7c66fca2022-11-01 14:45:33 -0500206
Chris Kay82117d72021-12-01 16:34:55 +0000207 - title: FPGA
208 scope: fpga
209
210 deprecated:
211 - arm_fgpa
Chris Kay82117d72021-12-01 16:34:55 +0000212 - plat/arm_fpga
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000213 - arm/fpga
Chris Kay82117d72021-12-01 16:34:55 +0000214
215 - title: FVP
216 scope: fvp
217
218 deprecated:
219 - plat/fvp
laurenw-arm7c66fca2022-11-01 14:45:33 -0500220 - fvp/tsp_manifest
Chris Kay82117d72021-12-01 16:34:55 +0000221
222 - title: FVP-R
223 scope: fvp-r
224
225 deprecated:
226 - fvp_r
227
laurenw-arm7c66fca2022-11-01 14:45:33 -0500228 - title: FVP Versatile Express
229 scope: fvp_ve
230
Chris Kay82117d72021-12-01 16:34:55 +0000231 - title: Juno
232 scope: juno
233
234 - title: Morello
235 scope: morello
236
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100237 - title: N1SDP
238 scope: n1sdp
239
Rohit Mathewe191b382024-04-15 17:31:04 +0100240 - title: Neoverse-RD
241 scope: neoverse-rd
Chris Kay82117d72021-12-01 16:34:55 +0000242
243 subsections:
Rohit Mathewf5f44032024-04-16 17:31:54 +0100244 - title: SGI-575
245 scope: sgi575
246
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100247 - title: RD-E1-Edge
248 scope: rde1edge
249
Rohit Mathew56d91972024-04-22 14:23:59 +0100250 - title: RD-N1-Edge
Juan Pablo Conde52487492023-05-15 22:17:17 -0500251 scope: rdn1edge
252
Rohit Mathewe94dd972024-04-16 17:35:05 +0100253 - title: RD-V1
254 scope: rdv1
255
Rohit Mathew6edab642024-04-16 17:36:19 +0100256 - title: RD-V1-MC
257 scope: rdv1mc
258
Chris Kay82117d72021-12-01 16:34:55 +0000259 - title: RD-N2
260 scope: rdn2
261
Jerry Wangffe4ad22024-07-08 15:17:42 +0100262 - title: RD-V3
263 scope: rdv3
Rohit Mathew7f863092024-04-15 17:54:16 +0100264
Chris Kay82117d72021-12-01 16:34:55 +0000265 deprecated:
266 - board/rdn2
Yann Gautier2cc37812024-11-13 11:29:50 +0100267 - rdfremont
Chris Kay82117d72021-12-01 16:34:55 +0000268
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100269 deprecated:
270 - neoverse
271
Chris Kay82117d72021-12-01 16:34:55 +0000272 - title: TC
273 scope: tc
274
Juan Pablo Conde52487492023-05-15 22:17:17 -0500275 deprecated:
276 - plat/tc
277
Chris Kay82117d72021-12-01 16:34:55 +0000278 subsections:
279 - title: TC0
280 scope: tc0
281
282 deprecated:
283 - plat/tc0
284
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100285 - title: Corstone-1000
286 scope: corstone-1000
287
Yann Gautier2cc37812024-11-13 11:29:50 +0100288 deprecated:
289 - corstone1000
290
Peter Hoyes1459d622023-02-20 12:08:43 +0000291 - title: Automotive RD
292 scope: automotive_rd
293
294 subsections:
295 - title: RD-1 AE
296 scope: rd1ae
297
Chia-Wei Wanga7556d82022-11-02 17:50:21 +0800298 - title: Aspeed
299 scope: aspeed
300
301 subsections:
302 - title: AST2700
303 scope: ast2700
304
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100305 - title: Broadcom
306 scope: brcm
307
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000308 - title: Cadence
309 scope: cadence
310
laurenw-arm7c66fca2022-11-01 14:45:33 -0500311 - title: HiSilicon
312 scope: hisilicon
313
314 subsections:
315 - title: HiKey
316 scope: hikey
317
318 - title: HiKey960
319 scope: hikey960
320
Yann Gautier2cc37812024-11-13 11:29:50 +0100321 - title: Poplar
322 scope: poplar
323
Sieu Mun Tang9f3a13c2022-02-22 14:14:26 +0800324 - title: Intel
325 scope: intel
326
327 subsections:
328 - title: SoC
329 scope: soc
330
Chris Kay82117d72021-12-01 16:34:55 +0000331 - title: Marvell
332 scope: marvell
333
334 deprecated:
335 - plat/marvell
336
337 subsections:
338 - title: Armada
339 scope: armada
340
341 deprecated:
342 - plat/marvell/armada
343
344 subsections:
345 - title: A3K
346 scope: a3k
347
348 deprecated:
349 - plat/marvell/a3k
350
351 - title: A8K
352 scope: a8k
353
354 deprecated:
355 - plat/marvell/a8k
356
357 - title: MediaTek
358 scope: mediatek
359
360 deprecated:
361 - plat/mediatek/common
362 - plat/mediatek
363
364 subsections:
365 - title: MT8183
366 scope: mt8183
367
368 deprecated:
369 - plat/mediatek/mt8183
370
laurenw-arm7c66fca2022-11-01 14:45:33 -0500371 - title: MT8186
372 scope: mt8186
373
374 deprecated:
375 - plat/mediatek/mt8186
376 - mt8186-emi-mpu
377
378 - title: MT8188
379 scope: mt8188
380
Chris Kay82117d72021-12-01 16:34:55 +0000381 - title: MT8192
382 scope: mt8192
383
384 deprecated:
385 - plat/mdeiatek/mt8192
386
387 - title: MT8195
388 scope: mt8195
389
390 deprecated:
391 - plat/mediatek/me8195
392 - plat/mediatek/mt8195
393 - plat/mdeiatek/mt8195
394
395 - title: NVIDIA
396 scope: nvidia
397
398 subsections:
399 - title: Tegra
400 scope: tegra
401
402 deprecated:
403 - plat/tegra
404
405 subsections:
406 - title: Tegra 132
407 scope: tegra132
408
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100409 - title: Tegra 194
410 scope: tegra194
411
Juan Pablo Conde52487492023-05-15 22:17:17 -0500412 - title: Tegra 210
413 scope: tegra210
414
Chris Kay82117d72021-12-01 16:34:55 +0000415 - title: NXP
416 scope: nxp
417
418 deprecated:
419 - plat/nxp
420 - plat/nxp/common
421
422 subsections:
423 - title: i.MX
424 scope: imx
425
426 deprecated:
427 - plat/imx
428 - plat/imx/imx
429
430 subsections:
431 - title: i.MX 8M
432 scope: imx8m
433
434 deprecated:
435 - plat/imx8m
436 - plat/imx/imx8m
437
438 subsections:
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100439 - title: i.MX 8M Nano
440 scope: imx8mn
441
442 deprecated:
443 - plat/imx/imx8m/imx8mn
444
Chris Kay82117d72021-12-01 16:34:55 +0000445 - title: i.MX 8M Mini
446 scope: imx8mm
447
448 deprecated:
449 - plat/imx/imx8m/imx8mm
450
451 - title: i.MX 8M Plus
452 scope: imx8mp
453
454 deprecated:
455 - plat/imx/imx8m/imx8mp
456
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100457 - title: i.MX 8Q
458 scope: imx8mq
459
460 deprecated:
461 - plat/imx/imx8m/imx8mq
462
Juan Pablo Conde52487492023-05-15 22:17:17 -0500463 - title: i.MX 8
464 scope: imx8
465
Jacky Bai4e214e42023-10-08 17:52:24 +0800466 - title: i.MX 8ULP
467 scope: imx8ulp
468
Jacky Bai9dc47d52023-06-14 15:24:00 +0800469 - title: i.MX 9
470 scope: imx9
471
472 subsections:
473 - title: i.MX93
474 scope: imx93
475
Chris Kay82117d72021-12-01 16:34:55 +0000476 - title: Layerscape
477 scope: layerscape
478
479 deprecated:
480 - docs/nxp/layerscape
481
482 subsections:
483 - title: LS1028A
484 scope: ls1028a
485
486 deprecated:
487 - plat/nxp/ls1028a
488
489 subsections:
490 - title: LS1028ARDB
491 scope: ls1028ardb
492
493 deprecated:
494 - plat/nxp/ls1028ardb
495
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100496 - title: LS1043A
497 scope: ls1043a
498
499 deprecated:
500 - plat/nxp/ls1043a
501
502 subsections:
503 - title: LS1043ARDB
504 scope: ls1043ardb
505
506 deprecated:
507 - plat/nxp/ls1043ardb
508
Chris Kay82117d72021-12-01 16:34:55 +0000509 - title: LX2
510 scope: lx2
511
512 deprecated:
513 - plat/nxp/lx2
514
515 subsections:
516 - title: LX216
517 scope: lx216
518
519 deprecated:
520 - plat/nxp/lx216x
521
522 subsections:
523 - title: LX2160
524 scope: lx2160
525
526 deprecated:
527 - plat/soc-lx2160
528
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800529 - title: LS1046A
530 scope: ls1046a
531
532 subsections:
533 - title: LS1046ARDB
534 scope: ls1046ardb
535
536 - title: LS1046AFRWY
537 scope: ls1046afrwy
538
539 - title: LS1046AQDS
540 scope: ls1046aqds
541
Jiafei Pan290bf6f2022-02-24 16:00:35 +0800542 - title: LS1088A
543 scope: ls1088a
544
545 subsections:
546 - title: LS1088ARDB
547 scope: ls1088ardb
548
549 - title: LS1088AQDS
550 scope: ls1088aqds
551
Ghennadi Procopciuca9fee052024-01-30 16:19:47 +0200552 - title: S32G274A
553 scope: s32g274a
554
555 subsections:
556 - title: S32G274ARDB
557 scope: s32g274ardb
558
Chris Kay82117d72021-12-01 16:34:55 +0000559 - title: QEMU
560 scope: qemu
561
562 deprecated:
563 - plat/qemu
564
Juan Pablo Conde52487492023-05-15 22:17:17 -0500565 subsections:
566 - title: SBSA
567 scope: qemu-sbsa
568
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000569 deprecated:
570 - qemu_sbsa
571
Chris Kay82117d72021-12-01 16:34:55 +0000572 - title: QTI
573 scope: qti
574
laurenw-arm7c66fca2022-11-01 14:45:33 -0500575 deprecated:
576 - plat/qti
577
Chris Kay82117d72021-12-01 16:34:55 +0000578 subsections:
579 - title: SC1780
580 scope: sc7180
581
582 deprecated:
583 - plat/qti/sc7180
584
585 - title: SC7280
586 scope: sc7280
587
588 deprecated:
589 - plat/qti/sc7280
590
Stephan Gerholdd0d0bf42021-12-01 20:00:00 +0100591 - title: MSM8916
592 scope: msm8916
593
Chris Kay82117d72021-12-01 16:34:55 +0000594 - title: Raspberry Pi
595 scope: rpi
596
597 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500598 - title: Raspberry Pi 3
599 scope: rpi3
600
Chris Kay82117d72021-12-01 16:34:55 +0000601 - title: Raspberry Pi 4
602 scope: rpi4
603
Mario Bălănicăc883ce02023-12-02 03:08:02 +0200604 - title: Raspberry Pi 5
605 scope: rpi5
606
Chris Kay82117d72021-12-01 16:34:55 +0000607 - title: Renesas
608 scope: renesas
609
610 subsections:
611 - title: R-Car
612 scope: rcar
613
614 deprecated:
615 - plat/rcar
616
617 subsections:
618 - title: R-Car 3
619 scope: rcar3
620
621 deprecated:
622 - plat/rcar3
623
624 - title: Rockchip
625 scope: rockchip
626
627 subsections:
628 - title: RK3399
629 scope: rk3399
630
631 deprecated:
632 - rockchip/rk3399
633 - rk3399/suspend
634
Diederik de Haas6a9c7312023-11-27 10:21:37 +0100635 - title: RK3328
636 scope: rk3328
637
Yann Gautier2cc37812024-11-13 11:29:50 +0100638 - title: RK3588
639 scope: rk3588
640
Chris Kay82117d72021-12-01 16:34:55 +0000641 - title: Socionext
642 scope: socionext
643
644 subsections:
645 - title: Synquacer
646 scope: synquacer
647
648 deprecated:
649 - plat/synquacer
650
651 - title: ST
652 scope: st
653
654 deprecated:
655 - plat/st
656
657 subsections:
Yann Gautier14b32e82022-06-01 18:17:43 +0200658 - title: STM32MP1
Chris Kay82117d72021-12-01 16:34:55 +0000659 scope: stm32mp1
660
661 deprecated:
662 - plat/st/stm32mp1
663
Yann Gautier14b32e82022-06-01 18:17:43 +0200664 subsections:
665 - title: STM32MP13
666 scope: stm32mp13
667
668 - title: STM32MP15
669 scope: stm32mp15
670
Yann Gautier1123f662022-12-16 15:32:25 +0100671 - title: STM32MP2
672 scope: stm32mp2
673
Yann Gautier22985972023-11-23 19:37:21 +0100674 subsections:
675 - title: STM32MP25
676 scope: stm32mp25
677
Dave Gerlach74c19f92022-03-22 11:02:52 -0500678 - title: Texas Instruments
679 scope: ti
680
681 subsections:
682 - title: K3
683 scope: k3
684
laurenw-arm7c66fca2022-11-01 14:45:33 -0500685 deprecated:
686 - ti-k3
687
Chris Kay82117d72021-12-01 16:34:55 +0000688 - title: Xilinx
689 scope: xilinx
690
691 deprecated:
692 - plat/xilinx
693
694 subsections:
Michal Simek38d5d4d2023-09-18 10:22:48 +0200695 - title: DCC (Debug Communication Channel)
696 scope: dcc
697
Chris Kay82117d72021-12-01 16:34:55 +0000698 - title: Versal
699 scope: versal
700
701 deprecated:
702 - plat/xilinx/versal/include
703 - plat/xilinx/versal
704 - plat/versal
705
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100706 - title: Versal NET
707 scope: versal-net
laurenw-arm7c66fca2022-11-01 14:45:33 -0500708
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100709 deprecated:
710 - versal_net
laurenw-arm7c66fca2022-11-01 14:45:33 -0500711
Chris Kay82117d72021-12-01 16:34:55 +0000712 - title: ZynqMP
713 scope: zynqmp
714
715 deprecated:
716 - plat/zynqmp
717 - plat/xilinx/zynqmp
718
Amit Nagal055796f2024-06-05 12:32:38 +0530719 - title: AMD
720 scope: amd
721
722 subsections:
723 - title: Versal Gen 2
724 scope: versal2
725
rutigl@gmail.comdefbeed2023-03-19 09:19:05 +0200726 - title: Nuvoton
727 scope: nuvoton
728
729 subsections:
730 - title: npcm845x
731 scope: npcm845x
732
Chris Kay82117d72021-12-01 16:34:55 +0000733 - title: Bootloader Images
734 scope: bl
735
736 deprecated:
737 - bl_common
738
739 subsections:
740 - title: BL1
741 scope: bl1
742
743 - title: BL2
744 scope: bl2
745
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100746 - title: BL31
747 scope: bl31
748
Shruti Guptac31beb62022-08-09 10:46:07 +0100749 - title: BL32
750 scope: bl32
751
752 subsections:
753 - title: TSP
754 scope: tsp
755
Chris Kay82117d72021-12-01 16:34:55 +0000756 - title: Services
757 scope: services
758
Yann Gautier2cc37812024-11-13 11:29:50 +0100759 deprecated:
760 - std_svc
761
Chris Kay82117d72021-12-01 16:34:55 +0000762 subsections:
763 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000764 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000765
766 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000767 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000768
769 - title: RME
770 scope: rme
771
laurenw-arm7c66fca2022-11-01 14:45:33 -0500772 deprecated:
773 - rme/fid
774
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100775 subsections:
776 - title: TRP
777 scope: trp
778
Javier Almansa Sobrino7176a772021-11-24 18:37:37 +0000779 - title: RMMD
780 scope: rmmd
781
Juan Pablo Conde52487492023-05-15 22:17:17 -0500782 - title: RMM
783 scope: rmm
784
Chris Kay82117d72021-12-01 16:34:55 +0000785 - title: SPM
786 scope: spm
787
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100788 subsections:
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000789 - title: EL3 SPM
790 scope: el3-spm
791
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100792 - title: EL3 SPMC
793 scope: el3-spmc
794
laurenw-arm7c66fca2022-11-01 14:45:33 -0500795 deprecated:
796 - spmc
797
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100798 - title: SPMD
799 scope: spmd
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000800
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100801 - title: SPM MM
802 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000803
Manish V Badarkhe478d3ee2022-06-27 09:21:14 +0100804 - title: DRTM
805 scope: drtm
806
Jayanth Dodderi Chidanand7c7faff2022-10-11 17:16:07 +0100807 - title: TRNG
808 scope: trng
809
Sona Mathew5100bec2023-09-20 12:55:32 -0500810 - title: ERRATA ABI
811 scope: errata-abi
812
813 deprecated:
814 - errata_abi
Sona Mathew7fe03522022-11-18 18:05:38 -0600815
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100816 - title: ChromeOS
817 scope: cros
818
Yann Gautierfefba0d2024-11-13 13:46:15 +0100819 - title: Secure Payload Dispatcher
820 scope: spd
821
822 subsections:
823 - title: OP-TEE
824 scope: optee
825
826 deprecated:
827 - lib/optee
828
829 - title: ProvenCore
830 scope: pncd
831
832 - title: Trusted Little Kernel
833 scope: tlkd
834
835 - title: Trusty
836 scope: trusty
837
838 - title: TSP
839 scope: tspd
840
Chris Kay82117d72021-12-01 16:34:55 +0000841 - title: Libraries
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000842 scope: lib
Chris Kay82117d72021-12-01 16:34:55 +0000843
844 subsections:
845 - title: CPU Support
846 scope: cpus
847
848 deprecated:
849 - cpu
850 - errata
851 - errata_report
852
853 - title: EL3 Runtime
854 scope: el3-runtime
855
856 deprecated:
857 - el3_runtime
858
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100859 subsections:
860 - title: Context Management
861 scope: cm
862
laurenw-arm7c66fca2022-11-01 14:45:33 -0500863 - title: RAS
864 scope: ras
865
Madhukar Pappireddy0cb58bc2024-06-17 15:12:26 -0500866 - title: SIMD
867 scope: simd
868
Chris Kay82117d72021-12-01 16:34:55 +0000869 - title: FCONF
870 scope: fconf
871
872 - title: MPMM
873 scope: mpmm
874
Chris Kay82117d72021-12-01 16:34:55 +0000875 - title: PSCI
876 scope: psci
877
Chris Kayc66b9f32024-01-15 18:45:07 +0000878 - title: ROMlib
879 scope: romlib
880
Chris Kay82117d72021-12-01 16:34:55 +0000881 - title: GPT
882 scope: gpt
883
884 deprecated:
885 - gpt_rme
886
887 - title: SMCCC
888 scope: smccc
889
890 - title: Translation Tables
891 scope: xlat
892
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100893 - title: C Standard Library
894 scope: libc
895
896 - title: Locks
897 scope: locks
898
899 - title: PSA
900 scope: psa
901
laurenw-arm7c66fca2022-11-01 14:45:33 -0500902 deprecated:
903 - lib/psa
904
Tamas Ban109a4802024-02-06 11:24:51 +0100905 - title: DICE Protection Environment
906 scope: dice
907
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500908 - title: Context Management
Chris Kaye76be0a2022-10-10 16:57:45 +0100909 scope: context-mgmt
910
911 deprecated:
912 - context mgmt
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500913
Manish V Badarkhede920262022-09-26 15:06:56 +0100914 - title: Semihosting
915 scope: semihosting
916
Raymond Mao98983392023-07-25 07:53:35 -0700917 - title: Firmware Handoff
918 scope: handoff
919
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100920 - title: Exception Handling Framework (EHF)
921 scope: ehf
922
Chris Kay82117d72021-12-01 16:34:55 +0000923 - title: Drivers
924
925 subsections:
926 - title: Authentication
927 scope: auth
928
929 deprecated:
930 - driver/auth
931
932 subsections:
933 - title: CryptoCell-713
934 scope: cc-713
935
Manish V Badarkhe8d91e982022-09-22 21:41:55 +0100936 - title: Crypto
937 scope: crypto
938
939 - title: mbedTLS
940 scope: mbedtls
941
Manish V Badarkhe538d5922023-09-22 17:54:59 +0100942 - title: mbedTLS-PSA
943 scope: mbedtls-psa
944
Yann Gautier1832d662023-01-06 17:05:48 +0100945 - title: Console
946 scope: console
947
Abhi.Singhce668112024-08-21 12:55:38 -0500948 - title: Delay Timer
949 scope: delay-timer
950
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100951 - title: Generic Clock
952 scope: clk
953
Chris Kay82117d72021-12-01 16:34:55 +0000954 - title: FWU
955 scope: fwu
956
957 deprecated:
958 - fwu_metadata
959
960 - title: I/O
961 scope: io
962
963 subsections:
964 - title: MTD
965 scope: mtd
966
967 deprecated:
968 - io_mtd
969
970 - title: Measured Boot
971 scope: measured-boot
972
973 deprecated:
974 - measured boot
975 - measured_boot
976
977 - title: MMC
978 scope: mmc
979
980 deprecated:
981 - drivers/mmc
982
983 - title: MTD
984 scope: mtd
985
986 deprecated:
987 - drivers/mtd
988
989 subsections:
990 - title: NAND
991 scope: nand
992
993 subsections:
994 - title: SPI NAND
995 scope: spi-nand
996
997 deprecated:
998 - spi_nand
999
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001000 - title: GUID Partition Tables Support
1001 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +05301002
Juan Pablo Conde52487492023-05-15 22:17:17 -05001003 deprecated:
1004 - partition
1005
Chris Kay82117d72021-12-01 16:34:55 +00001006 - title: SCMI
1007 scope: scmi
1008
1009 deprecated:
1010 - scmi_common
1011 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -05001012 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +00001013
1014 - title: UFS
1015 scope: ufs
1016
1017 - title: Arm
1018 scope: arm-drivers
1019
1020 subsections:
1021 - title: Ethos-N
1022 scope: ethos-n
1023
1024 deprecated:
1025 - drivers/arm/ethosn
1026
1027 - title: GIC
1028 scope: gic
1029
1030 subsections:
1031 - title: GICv3
1032 scope: gicv3
1033
laurenw-arm7c66fca2022-11-01 14:45:33 -05001034 deprecated:
1035 - gicv3/multichip
1036
Chris Kay82117d72021-12-01 16:34:55 +00001037 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -05001038 - title: GIC-600
1039 scope: gic600
1040
Chris Kay82117d72021-12-01 16:34:55 +00001041 - title: GIC-600AE
1042 scope: gic600ae
1043
Madhukar Pappireddydc4b8c62023-08-03 12:13:27 -05001044 - title: GICv2
1045 scope: gicv2
1046
Manish V Badarkhebcaeb672022-03-24 18:23:37 +00001047 - title: SMMU
1048 scope: smmu
1049
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001050 - title: MHU
1051 scope: mhu
1052
1053 deprecated:
1054 - drivers/arm/mhu
1055
Tamas Bana70e31d2024-04-22 15:41:45 +02001056 - title: RSE
1057 scope: rse
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001058
1059 deprecated:
1060 - drivers/arm/rss
Tamas Bana70e31d2024-04-22 15:41:45 +02001061 - rss
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001062
Chris Kay82117d72021-12-01 16:34:55 +00001063 - title: TZC
1064 scope: tzc
1065
1066 subsections:
1067 - title: TZC-400
1068 scope: tzc400
1069
1070 deprecated:
1071 - drivers/tzc400
1072
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001073 - title: TZC-380
1074 scope: tzc380
1075
1076 deprecated:
1077 - drivers/tzc380
1078
Madhukar Pappireddy4c3de562023-03-22 15:27:22 -05001079 - title: SBSA
1080 scope: sbsa
1081
Chris Kay82117d72021-12-01 16:34:55 +00001082 - title: Marvell
1083 scope: marvell-drivers
1084
1085 subsections:
1086 - title: COMPHY
1087 scope: marvell-comphy
1088
1089 deprecated:
1090 - drivers/marvell/comphy
1091
1092 subsections:
1093 - title: Armada 3700
1094 scope: marvell-comphy-3700
1095
1096 deprecated:
1097 - drivers/marvell/comphy-3700
1098
1099 - title: CP110
1100 scope: marvell-comphy-cp110
1101
1102 deprecated:
1103 - drivers/marvell/comphy-cp110
1104
1105 - title: UART
1106 scope: marvell-uart
1107
1108 deprecated:
1109 - plat/marvell/uart
1110
1111 - title: Armada
1112 scope: armada-drivers
1113
1114 subsections:
1115 - title: A3K
1116 scope: a3k-drivers
1117
1118 subsections:
1119 - title: A3720
1120 scope: a3720-uart
1121
1122 deprecated:
1123 - plat/marvell/a3720/uart
1124
1125 - title: MediaTek
1126 scope: mediatek-drivers
1127
1128 subsections:
1129 - title: APU
1130 scope: mediatek-apu
1131
1132 deprecated:
1133 - plat/mediatek/apu
1134
1135 - title: EMI MPU
1136 scope: mediatek-emi-mpu
1137
1138 deprecated:
1139 - plat/mediatek/mpu
1140
1141 - title: PMIC Wrapper
1142 scope: mediatek-pmic-wrapper
1143
1144 deprecated:
1145 - plat/mediatek/pmic_wrap
1146
1147 - title: MT8192
1148 scope: mt8192-drivers
1149
1150 subsections:
1151 - title: SPM
1152 scope: mt8192-spm
1153
1154 deprecated:
1155 - mediatek/mt8192/spm
1156
1157 - title: NXP
1158 scope: nxp-drivers
1159
1160 subsections:
1161 - title: DCFG
1162 scope: nxp-dcfg
1163
1164 deprecated:
1165 - driver/nxp/dcfg
1166
1167 - title: FLEXSPI
1168 scope: flexspi
1169
1170 deprecated:
1171 - include/drivers/flexspi
1172 - driver/nxp/xspi
1173
1174 - title: SCFG
1175 scope: nxp-scfg
1176
1177 deprecated:
1178 - nxp/scfg
1179
1180 - title: SFP
1181 scope: nxp-sfp
1182
1183 deprecated:
1184 - drivers/nxp/sfp
1185
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001186 - title: QSPI
1187 scope: nxp-qspi
1188
Jiafei Pan94450412022-02-18 12:02:04 +08001189 - title: NXP Crypto
1190 scope: nxp-crypto
1191
Jiafei Panfa3f7612022-02-22 11:05:00 +08001192 - title: DDR
1193 scope: nxp-ddr
1194
1195 - title: GIC
1196 scope: nxp-gic
1197
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001198 - title: CSU
1199 scope: nxp-csu
1200
1201 - title: IFC NAND
1202 scope: nxp-ifc-nand
1203
1204 - title: IFC NOR
1205 scope: nxp-ifc-nor
1206
1207 - title: TZC-380
1208 scope: nxp-tzc380
1209
Jacky Bai9dc47d52023-06-14 15:24:00 +08001210 - title: TRDC
1211 scope: imx-trdc
1212
Ghennadi Procopciucfc26eb02024-06-11 18:39:58 +03001213 - title: Clock
1214 scope: nxp-clk
1215
Chris Kay82117d72021-12-01 16:34:55 +00001216 - title: Renesas
1217 scope: renesas-drivers
1218
1219 subsections:
1220 - title: R-Car3
1221 scope: rcar3-drivers
1222
1223 deprecated:
1224 - drivers/rcar3
1225
1226 - title: ST
1227 scope: st-drivers
1228
1229 deprecated:
1230 - drivers/st
1231
1232 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +01001233 - title: BSEC
1234 scope: st-bsec
1235
Chris Kay82117d72021-12-01 16:34:55 +00001236 - title: Clock
1237 scope: st-clock
1238
1239 deprecated:
1240 - stm32mp_clk
1241 - drivers/st/clk
1242 - stm32mp1_clk
1243
Yann Gautier9f359fd2022-01-27 09:25:47 +01001244 - title: Crypto
1245 scope: st-crypto
1246
1247 - title: DDR
1248 scope: st-ddr
1249
Chris Kay82117d72021-12-01 16:34:55 +00001250 - title: I/O
1251 scope: st-io-drivers
1252
1253 subsections:
1254 - title: STM32 Image
1255 scope: st-io-stm32image
1256
1257 deprecated:
1258 - io-stm32image
1259 - io_stm32image
1260
Yann Gautier9f359fd2022-01-27 09:25:47 +01001261 - title: I2C
1262 scope: st-i2c
1263
1264 - title: FMC
1265 scope: st-fmc
1266
1267 - title: GPIO
1268 scope: st-gpio
1269
Chris Kay82117d72021-12-01 16:34:55 +00001270 - title: SDMMC2
1271 scope: st-sdmmc2
1272
1273 deprecated:
1274 - stm32_sdmmc2
1275
1276 - title: ST PMIC
1277 scope: st-pmic
1278
1279 deprecated:
1280 - drivers/st/pmic
1281
1282 - title: STPMIC1
1283 scope: stpmic1
1284
Yann Gautier9f359fd2022-01-27 09:25:47 +01001285 - title: Regulator
1286 scope: st-regulator
1287
1288 - title: Reset
1289 scope: st-reset
1290
1291 - title: SPI
1292 scope: st-spi
1293
Chris Kay82117d72021-12-01 16:34:55 +00001294 - title: UART
1295 scope: st-uart
1296
1297 subsections:
1298 - title: STM32 Console
1299 scope: stm32-console
1300
1301 deprecated:
1302 - stm32_console
1303
1304 - title: USB
1305 scope: st-usb
1306
1307 deprecated:
1308 - drivers/st/usb
1309
Yann Gautier9f359fd2022-01-27 09:25:47 +01001310 - title: Watchdog
1311 scope: st-iwdg
1312
Chris Kay82117d72021-12-01 16:34:55 +00001313 - title: USB
1314 scope: usb
1315
1316 deprecated:
1317 - drivers/usb
1318
1319 - title: Miscellaneous
1320
1321 subsections:
1322 - title: AArch64
1323 scope: aarch64
1324
1325 - title: Debug
1326 scope: debug
1327
1328 deprecated:
1329 - common/debug
1330
1331 - title: CRC32
1332 scope: crc32
1333
1334 subsections:
1335 - title: Hardware CRC32
1336 scope: hw-crc32
1337
1338 deprecated:
1339 - hw_crc
1340 - hw_crc32
1341
1342 - title: Software CRC32
1343 scope: sw-crc32
1344
1345 deprecated:
1346 - sw_crc32
1347
1348 - title: DT Bindings
1349 scope: dt-bindings
1350
1351 - title: FDT Wrappers
1352 scope: fdt-wrappers
1353
1354 - title: FDTs
1355 scope: fdts
1356
1357 deprecated:
1358 - fdt
1359
1360 subsections:
1361 - title: Morello
1362 scope: morello-fdts
1363
1364 deprecated:
1365 - fdts/morello
1366
1367 - title: STM32MP1
1368 scope: stm32mp1-fdts
1369
1370 deprecated:
1371 - fdts stm32mp1
1372
Yann Gautier2c962252022-07-08 15:55:14 +02001373 subsections:
1374 - title: STM32MP13
1375 scope: stm32mp13-fdts
1376
1377 - title: STM32MP15
1378 scope: stm32mp15-fdts
1379
Yann Gautier1123f662022-12-16 15:32:25 +01001380 - title: STM32MP2
1381 scope: stm32mp2-fdts
1382
Yann Gautier22985972023-11-23 19:37:21 +01001383 subsections:
1384 - title: STM32MP25
1385 scope: stm32mp25-fdts
1386
Chris Kay82117d72021-12-01 16:34:55 +00001387 - title: PIE
1388 scope: pie
1389
Juan Pablo Conde52487492023-05-15 22:17:17 -05001390 - title: PIE/POR
1391 scope: pie/por
1392
Chris Kay82117d72021-12-01 16:34:55 +00001393 - title: Security
1394 scope: security
1395
1396 - title: SDEI
1397 scope: sdei
1398
1399 - title: TBBR
1400 scope: tbbr
1401
1402 - title: NXP
1403
1404 subsections:
1405 - title: OCRAM
1406 scope: nxp-ocram
1407
1408 deprecated:
1409 - nxp/common/ocram
1410
1411 - title: PSCI
1412 scope: nxp-psci
1413
1414 deprecated:
1415 - plat/nxp/common/psci
1416
Chris Kayd04a4762023-04-13 17:24:20 +01001417 - title: UUID
1418 scope: uuid
1419
Chris Kay82117d72021-12-01 16:34:55 +00001420 - title: Documentation
1421 scope: docs
1422
1423 deprecated:
1424 - doc
1425
1426 subsections:
1427 - title: Changelog
1428 scope: changelog
1429
1430 - title: Commit Style
1431 scope: commit-style
1432
1433 - title: Contribution Guidelines
1434 scope: contributing
1435
1436 deprecated:
1437 - contribution-guidelines
1438 - docs-contributing.rst
1439
1440 - title: Maintainers
1441 scope: maintainers
1442
1443 - title: Prerequisites
1444 scope: prerequisites
1445
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001446 - title: Threat Model
1447 scope: threat-model
1448
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001449 - title: Porting Guide
1450 scope: porting
1451
Chris Kay82117d72021-12-01 16:34:55 +00001452 - title: Build System
1453 scope: build
1454
1455 deprecated:
1456 - makefile
1457 - Makefile
1458
1459 subsections:
1460 - title: Git Hooks
1461 scope: hooks
1462
Juan Pablo Conde52487492023-05-15 22:17:17 -05001463 deprecated:
1464 - git-hooks
1465
Chris Kay82117d72021-12-01 16:34:55 +00001466 - title: Tools
Manish V Badarkhe7b425de2024-07-19 08:31:51 +01001467 scope: tools
Chris Kay82117d72021-12-01 16:34:55 +00001468
1469 subsections:
1470 - title: STM32 Image
1471 scope: stm32image
1472
1473 deprecated:
1474 - tools/stm32image
1475
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001476 - title: NXP Tools
1477 scope: nxp-tools
1478
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001479 - title: Firmware Image Package Tool
1480 scope: fiptool
1481
1482 - title: Secure Partition Tool
1483 scope: sptool
1484
1485 - title: Certificate Creation Tool
1486 scope: cert-create
1487
Chris Kay01995442024-06-14 11:31:03 +00001488 - title: Firmware Encryption Tool
1489 scope: encrypt-fw
1490
Harrison Mutai372b8802023-02-23 11:30:17 +00001491 - title: Memory Mapping Tool
1492 scope: memmap
1493
laurenw-arm7c66fca2022-11-01 14:45:33 -05001494 deprecated:
1495 - cert_create
1496
Henrik Nordstromd95745b2023-12-04 10:31:07 +01001497 - title: Marvell Tools
1498 scope: marvell-tools
1499
Chris Kayb278eb72024-06-04 11:31:06 +00001500 - title: Renesas Tools
1501 scope: renesas-tools
1502
1503 subsections:
1504 - title: R-Car Layout Tool
1505 scope: rcar-layout
Chris Kay51a20b72024-06-04 11:31:06 +00001506
1507 - title: R/ZG Layout Tool
1508 scope: rzg-layout
1509
Harrison Mutai19dc4f92024-05-10 16:54:29 +00001510 - title: Transfer List Compiler
1511 scope: tlc
1512
Manish V Badarkhed544f052024-08-27 10:48:38 +01001513 - title: Chain of Trust device tree to C source file
1514 scope: cot-dt2c
1515
Chris Kay82117d72021-12-01 16:34:55 +00001516 - title: Dependencies
1517 scope: deps
1518
1519 subsections:
1520 - title: checkpatch
1521 scope: checkpatch
1522
1523 - title: commitlint
1524 scope: commitlint
1525
Daniel Boulbyc550e702022-10-05 11:03:44 +01001526 - title: Compiler runtime libraries
1527 scope: compiler-rt
1528
Chris Kay82117d72021-12-01 16:34:55 +00001529 - title: libfdt
1530 scope: libfdt
1531
1532 - title: Node Package Manager (NPM)
1533 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001534
dependabot[bot]dba1b532023-09-06 09:55:17 +00001535 - title: Poetry
1536 scope: poetry
1537
Daniel Boulbyc550e702022-10-05 11:03:44 +01001538 - title: zlib
1539 scope: zlib