blob: 49938da45dc2d34f245588f2743e3f7cfa276a44 [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
Chris Kay82117d72021-12-01 16:34:55 +0000164 - title: Platforms
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000165 scope: platforms
166
167 deprecated:
168 - plat/common
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100169 - plat
Chris Kay82117d72021-12-01 16:34:55 +0000170
171 subsections:
172 - title: Allwinner
173 scope: allwinner
174
175 deprecated:
176 - plat/allwinner
177
178 - title: Arm
179 scope: arm
180
181 deprecated:
182 - plat/arm
183
184 subsections:
Juan Pablo Conde52487492023-05-15 22:17:17 -0500185 - title: A5DS
186 scope: a5ds
187
laurenw-arm7c66fca2022-11-01 14:45:33 -0500188 - title: CSS
189 scope: css
190
191 deprecated:
192 - plat/arm/css
Juan Pablo Conde52487492023-05-15 22:17:17 -0500193 - plat/css
laurenw-arm7c66fca2022-11-01 14:45:33 -0500194
Chris Kay82117d72021-12-01 16:34:55 +0000195 - title: FPGA
196 scope: fpga
197
198 deprecated:
199 - arm_fgpa
Chris Kay82117d72021-12-01 16:34:55 +0000200 - plat/arm_fpga
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000201 - arm/fpga
Chris Kay82117d72021-12-01 16:34:55 +0000202
203 - title: FVP
204 scope: fvp
205
206 deprecated:
207 - plat/fvp
laurenw-arm7c66fca2022-11-01 14:45:33 -0500208 - fvp/tsp_manifest
Chris Kay82117d72021-12-01 16:34:55 +0000209
210 - title: FVP-R
211 scope: fvp-r
212
213 deprecated:
214 - fvp_r
215
laurenw-arm7c66fca2022-11-01 14:45:33 -0500216 - title: FVP Versatile Express
217 scope: fvp_ve
218
Chris Kay82117d72021-12-01 16:34:55 +0000219 - title: Juno
220 scope: juno
221
222 - title: Morello
223 scope: morello
224
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100225 - title: N1SDP
226 scope: n1sdp
227
Rohit Mathewe191b382024-04-15 17:31:04 +0100228 - title: Neoverse-RD
229 scope: neoverse-rd
Chris Kay82117d72021-12-01 16:34:55 +0000230
231 subsections:
Rohit Mathewf5f44032024-04-16 17:31:54 +0100232 - title: SGI-575
233 scope: sgi575
234
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100235 - title: RD-E1-Edge
236 scope: rde1edge
237
Rohit Mathew56d91972024-04-22 14:23:59 +0100238 - title: RD-N1-Edge
Juan Pablo Conde52487492023-05-15 22:17:17 -0500239 scope: rdn1edge
240
Rohit Mathewe94dd972024-04-16 17:35:05 +0100241 - title: RD-V1
242 scope: rdv1
243
Rohit Mathew6edab642024-04-16 17:36:19 +0100244 - title: RD-V1-MC
245 scope: rdv1mc
246
Chris Kay82117d72021-12-01 16:34:55 +0000247 - title: RD-N2
248 scope: rdn2
249
Jerry Wangffe4ad22024-07-08 15:17:42 +0100250 - title: RD-V3
251 scope: rdv3
Rohit Mathew7f863092024-04-15 17:54:16 +0100252
Chris Kay82117d72021-12-01 16:34:55 +0000253 deprecated:
254 - board/rdn2
Yann Gautier2cc37812024-11-13 11:29:50 +0100255 - rdfremont
Chris Kay82117d72021-12-01 16:34:55 +0000256
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100257 deprecated:
258 - neoverse
259
Chris Kay82117d72021-12-01 16:34:55 +0000260 - title: TC
261 scope: tc
262
Juan Pablo Conde52487492023-05-15 22:17:17 -0500263 deprecated:
264 - plat/tc
265
Chris Kay82117d72021-12-01 16:34:55 +0000266 subsections:
267 - title: TC0
268 scope: tc0
269
270 deprecated:
271 - plat/tc0
272
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100273 - title: Corstone-1000
274 scope: corstone-1000
275
Yann Gautier2cc37812024-11-13 11:29:50 +0100276 deprecated:
277 - corstone1000
278
Peter Hoyes1459d622023-02-20 12:08:43 +0000279 - title: Automotive RD
280 scope: automotive_rd
281
282 subsections:
283 - title: RD-1 AE
284 scope: rd1ae
285
Chia-Wei Wanga7556d82022-11-02 17:50:21 +0800286 - title: Aspeed
287 scope: aspeed
288
289 subsections:
290 - title: AST2700
291 scope: ast2700
292
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100293 - title: Broadcom
294 scope: brcm
295
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000296 - title: Cadence
297 scope: cadence
298
laurenw-arm7c66fca2022-11-01 14:45:33 -0500299 - title: HiSilicon
300 scope: hisilicon
301
302 subsections:
303 - title: HiKey
304 scope: hikey
305
306 - title: HiKey960
307 scope: hikey960
308
Yann Gautier2cc37812024-11-13 11:29:50 +0100309 - title: Poplar
310 scope: poplar
311
Sieu Mun Tang9f3a13c2022-02-22 14:14:26 +0800312 - title: Intel
313 scope: intel
314
315 subsections:
316 - title: SoC
317 scope: soc
318
Chris Kay82117d72021-12-01 16:34:55 +0000319 - title: Marvell
320 scope: marvell
321
322 deprecated:
323 - plat/marvell
324
325 subsections:
326 - title: Armada
327 scope: armada
328
329 deprecated:
330 - plat/marvell/armada
331
332 subsections:
333 - title: A3K
334 scope: a3k
335
336 deprecated:
337 - plat/marvell/a3k
338
339 - title: A8K
340 scope: a8k
341
342 deprecated:
343 - plat/marvell/a8k
344
345 - title: MediaTek
346 scope: mediatek
347
348 deprecated:
349 - plat/mediatek/common
350 - plat/mediatek
351
352 subsections:
353 - title: MT8183
354 scope: mt8183
355
356 deprecated:
357 - plat/mediatek/mt8183
358
laurenw-arm7c66fca2022-11-01 14:45:33 -0500359 - title: MT8186
360 scope: mt8186
361
362 deprecated:
363 - plat/mediatek/mt8186
364 - mt8186-emi-mpu
365
366 - title: MT8188
367 scope: mt8188
368
Chris Kay82117d72021-12-01 16:34:55 +0000369 - title: MT8192
370 scope: mt8192
371
372 deprecated:
373 - plat/mdeiatek/mt8192
374
375 - title: MT8195
376 scope: mt8195
377
378 deprecated:
379 - plat/mediatek/me8195
380 - plat/mediatek/mt8195
381 - plat/mdeiatek/mt8195
382
383 - title: NVIDIA
384 scope: nvidia
385
386 subsections:
387 - title: Tegra
388 scope: tegra
389
390 deprecated:
391 - plat/tegra
392
393 subsections:
394 - title: Tegra 132
395 scope: tegra132
396
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100397 - title: Tegra 194
398 scope: tegra194
399
Juan Pablo Conde52487492023-05-15 22:17:17 -0500400 - title: Tegra 210
401 scope: tegra210
402
Chris Kay82117d72021-12-01 16:34:55 +0000403 - title: NXP
404 scope: nxp
405
406 deprecated:
407 - plat/nxp
408 - plat/nxp/common
409
410 subsections:
411 - title: i.MX
412 scope: imx
413
414 deprecated:
415 - plat/imx
416 - plat/imx/imx
417
418 subsections:
419 - title: i.MX 8M
420 scope: imx8m
421
422 deprecated:
423 - plat/imx8m
424 - plat/imx/imx8m
425
426 subsections:
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100427 - title: i.MX 8M Nano
428 scope: imx8mn
429
430 deprecated:
431 - plat/imx/imx8m/imx8mn
432
Chris Kay82117d72021-12-01 16:34:55 +0000433 - title: i.MX 8M Mini
434 scope: imx8mm
435
436 deprecated:
437 - plat/imx/imx8m/imx8mm
438
439 - title: i.MX 8M Plus
440 scope: imx8mp
441
442 deprecated:
443 - plat/imx/imx8m/imx8mp
444
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100445 - title: i.MX 8Q
446 scope: imx8mq
447
448 deprecated:
449 - plat/imx/imx8m/imx8mq
450
Juan Pablo Conde52487492023-05-15 22:17:17 -0500451 - title: i.MX 8
452 scope: imx8
453
Jacky Bai4e214e42023-10-08 17:52:24 +0800454 - title: i.MX 8ULP
455 scope: imx8ulp
456
Jacky Bai9dc47d52023-06-14 15:24:00 +0800457 - title: i.MX 9
458 scope: imx9
459
460 subsections:
461 - title: i.MX93
462 scope: imx93
463
Chris Kay82117d72021-12-01 16:34:55 +0000464 - title: Layerscape
465 scope: layerscape
466
467 deprecated:
468 - docs/nxp/layerscape
469
470 subsections:
471 - title: LS1028A
472 scope: ls1028a
473
474 deprecated:
475 - plat/nxp/ls1028a
476
477 subsections:
478 - title: LS1028ARDB
479 scope: ls1028ardb
480
481 deprecated:
482 - plat/nxp/ls1028ardb
483
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100484 - title: LS1043A
485 scope: ls1043a
486
487 deprecated:
488 - plat/nxp/ls1043a
489
490 subsections:
491 - title: LS1043ARDB
492 scope: ls1043ardb
493
494 deprecated:
495 - plat/nxp/ls1043ardb
496
Chris Kay82117d72021-12-01 16:34:55 +0000497 - title: LX2
498 scope: lx2
499
500 deprecated:
501 - plat/nxp/lx2
502
503 subsections:
504 - title: LX216
505 scope: lx216
506
507 deprecated:
508 - plat/nxp/lx216x
509
510 subsections:
511 - title: LX2160
512 scope: lx2160
513
514 deprecated:
515 - plat/soc-lx2160
516
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800517 - title: LS1046A
518 scope: ls1046a
519
520 subsections:
521 - title: LS1046ARDB
522 scope: ls1046ardb
523
524 - title: LS1046AFRWY
525 scope: ls1046afrwy
526
527 - title: LS1046AQDS
528 scope: ls1046aqds
529
Jiafei Pan290bf6f2022-02-24 16:00:35 +0800530 - title: LS1088A
531 scope: ls1088a
532
533 subsections:
534 - title: LS1088ARDB
535 scope: ls1088ardb
536
537 - title: LS1088AQDS
538 scope: ls1088aqds
539
Ghennadi Procopciuca9fee052024-01-30 16:19:47 +0200540 - title: S32G274A
541 scope: s32g274a
542
543 subsections:
544 - title: S32G274ARDB
545 scope: s32g274ardb
546
Chris Kay82117d72021-12-01 16:34:55 +0000547 - title: QEMU
548 scope: qemu
549
550 deprecated:
551 - plat/qemu
552
Juan Pablo Conde52487492023-05-15 22:17:17 -0500553 subsections:
554 - title: SBSA
555 scope: qemu-sbsa
556
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000557 deprecated:
558 - qemu_sbsa
559
Chris Kay82117d72021-12-01 16:34:55 +0000560 - title: QTI
561 scope: qti
562
laurenw-arm7c66fca2022-11-01 14:45:33 -0500563 deprecated:
564 - plat/qti
565
Chris Kay82117d72021-12-01 16:34:55 +0000566 subsections:
567 - title: SC1780
568 scope: sc7180
569
570 deprecated:
571 - plat/qti/sc7180
572
573 - title: SC7280
574 scope: sc7280
575
576 deprecated:
577 - plat/qti/sc7280
578
Stephan Gerholdd0d0bf42021-12-01 20:00:00 +0100579 - title: MSM8916
580 scope: msm8916
581
Chris Kay82117d72021-12-01 16:34:55 +0000582 - title: Raspberry Pi
583 scope: rpi
584
585 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500586 - title: Raspberry Pi 3
587 scope: rpi3
588
Chris Kay82117d72021-12-01 16:34:55 +0000589 - title: Raspberry Pi 4
590 scope: rpi4
591
Mario Bălănicăc883ce02023-12-02 03:08:02 +0200592 - title: Raspberry Pi 5
593 scope: rpi5
594
Chris Kay82117d72021-12-01 16:34:55 +0000595 - title: Renesas
596 scope: renesas
597
598 subsections:
599 - title: R-Car
600 scope: rcar
601
602 deprecated:
603 - plat/rcar
604
605 subsections:
606 - title: R-Car 3
607 scope: rcar3
608
609 deprecated:
610 - plat/rcar3
611
612 - title: Rockchip
613 scope: rockchip
614
615 subsections:
616 - title: RK3399
617 scope: rk3399
618
619 deprecated:
620 - rockchip/rk3399
621 - rk3399/suspend
622
Diederik de Haas6a9c7312023-11-27 10:21:37 +0100623 - title: RK3328
624 scope: rk3328
625
Yann Gautier2cc37812024-11-13 11:29:50 +0100626 - title: RK3588
627 scope: rk3588
628
Chris Kay82117d72021-12-01 16:34:55 +0000629 - title: Socionext
630 scope: socionext
631
632 subsections:
633 - title: Synquacer
634 scope: synquacer
635
636 deprecated:
637 - plat/synquacer
638
639 - title: ST
640 scope: st
641
642 deprecated:
643 - plat/st
644
645 subsections:
Yann Gautier14b32e82022-06-01 18:17:43 +0200646 - title: STM32MP1
Chris Kay82117d72021-12-01 16:34:55 +0000647 scope: stm32mp1
648
649 deprecated:
650 - plat/st/stm32mp1
651
Yann Gautier14b32e82022-06-01 18:17:43 +0200652 subsections:
653 - title: STM32MP13
654 scope: stm32mp13
655
656 - title: STM32MP15
657 scope: stm32mp15
658
Yann Gautier1123f662022-12-16 15:32:25 +0100659 - title: STM32MP2
660 scope: stm32mp2
661
Yann Gautier22985972023-11-23 19:37:21 +0100662 subsections:
663 - title: STM32MP25
664 scope: stm32mp25
665
Dave Gerlach74c19f92022-03-22 11:02:52 -0500666 - title: Texas Instruments
667 scope: ti
668
669 subsections:
670 - title: K3
671 scope: k3
672
laurenw-arm7c66fca2022-11-01 14:45:33 -0500673 deprecated:
674 - ti-k3
675
Chris Kay82117d72021-12-01 16:34:55 +0000676 - title: Xilinx
677 scope: xilinx
678
679 deprecated:
680 - plat/xilinx
681
682 subsections:
Michal Simek38d5d4d2023-09-18 10:22:48 +0200683 - title: DCC (Debug Communication Channel)
684 scope: dcc
685
Chris Kay82117d72021-12-01 16:34:55 +0000686 - title: Versal
687 scope: versal
688
689 deprecated:
690 - plat/xilinx/versal/include
691 - plat/xilinx/versal
692 - plat/versal
693
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100694 - title: Versal NET
695 scope: versal-net
laurenw-arm7c66fca2022-11-01 14:45:33 -0500696
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100697 deprecated:
698 - versal_net
laurenw-arm7c66fca2022-11-01 14:45:33 -0500699
Chris Kay82117d72021-12-01 16:34:55 +0000700 - title: ZynqMP
701 scope: zynqmp
702
703 deprecated:
704 - plat/zynqmp
705 - plat/xilinx/zynqmp
706
Amit Nagal055796f2024-06-05 12:32:38 +0530707 - title: AMD
708 scope: amd
709
710 subsections:
711 - title: Versal Gen 2
712 scope: versal2
713
rutigl@gmail.comdefbeed2023-03-19 09:19:05 +0200714 - title: Nuvoton
715 scope: nuvoton
716
717 subsections:
718 - title: npcm845x
719 scope: npcm845x
720
Chris Kay82117d72021-12-01 16:34:55 +0000721 - title: Bootloader Images
722 scope: bl
723
724 deprecated:
725 - bl_common
726
727 subsections:
728 - title: BL1
729 scope: bl1
730
731 - title: BL2
732 scope: bl2
733
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100734 - title: BL31
735 scope: bl31
736
Shruti Guptac31beb62022-08-09 10:46:07 +0100737 - title: BL32
738 scope: bl32
739
740 subsections:
741 - title: TSP
742 scope: tsp
743
Chris Kay82117d72021-12-01 16:34:55 +0000744 - title: Services
745 scope: services
746
Yann Gautier2cc37812024-11-13 11:29:50 +0100747 deprecated:
748 - std_svc
749
Chris Kay82117d72021-12-01 16:34:55 +0000750 subsections:
751 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000752 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000753
754 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000755 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000756
757 - title: RME
758 scope: rme
759
laurenw-arm7c66fca2022-11-01 14:45:33 -0500760 deprecated:
761 - rme/fid
762
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100763 subsections:
764 - title: TRP
765 scope: trp
766
Javier Almansa Sobrino7176a772021-11-24 18:37:37 +0000767 - title: RMMD
768 scope: rmmd
769
Juan Pablo Conde52487492023-05-15 22:17:17 -0500770 - title: RMM
771 scope: rmm
772
Chris Kay82117d72021-12-01 16:34:55 +0000773 - title: SPM
774 scope: spm
775
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100776 subsections:
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000777 - title: EL3 SPM
778 scope: el3-spm
779
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100780 - title: EL3 SPMC
781 scope: el3-spmc
782
laurenw-arm7c66fca2022-11-01 14:45:33 -0500783 deprecated:
784 - spmc
785
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100786 - title: SPMD
787 scope: spmd
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000788
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100789 - title: SPM MM
790 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000791
Manish V Badarkhe478d3ee2022-06-27 09:21:14 +0100792 - title: DRTM
793 scope: drtm
794
Jayanth Dodderi Chidanand7c7faff2022-10-11 17:16:07 +0100795 - title: TRNG
796 scope: trng
797
Sona Mathew5100bec2023-09-20 12:55:32 -0500798 - title: ERRATA ABI
799 scope: errata-abi
800
801 deprecated:
802 - errata_abi
Sona Mathew7fe03522022-11-18 18:05:38 -0600803
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100804 - title: ChromeOS
805 scope: cros
806
Yann Gautierfefba0d2024-11-13 13:46:15 +0100807 - title: Secure Payload Dispatcher
808 scope: spd
809
810 subsections:
811 - title: OP-TEE
812 scope: optee
813
814 deprecated:
815 - lib/optee
816
817 - title: ProvenCore
818 scope: pncd
819
820 - title: Trusted Little Kernel
821 scope: tlkd
822
823 - title: Trusty
824 scope: trusty
825
826 - title: TSP
827 scope: tspd
828
Chris Kay82117d72021-12-01 16:34:55 +0000829 - title: Libraries
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000830 scope: lib
Chris Kay82117d72021-12-01 16:34:55 +0000831
832 subsections:
833 - title: CPU Support
834 scope: cpus
835
836 deprecated:
837 - cpu
838 - errata
839 - errata_report
840
841 - title: EL3 Runtime
842 scope: el3-runtime
843
844 deprecated:
845 - el3_runtime
846
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100847 subsections:
848 - title: Context Management
849 scope: cm
850
laurenw-arm7c66fca2022-11-01 14:45:33 -0500851 - title: RAS
852 scope: ras
853
Madhukar Pappireddy0cb58bc2024-06-17 15:12:26 -0500854 - title: SIMD
855 scope: simd
856
Chris Kay82117d72021-12-01 16:34:55 +0000857 - title: FCONF
858 scope: fconf
859
860 - title: MPMM
861 scope: mpmm
862
Chris Kay82117d72021-12-01 16:34:55 +0000863 - title: PSCI
864 scope: psci
865
Chris Kayc66b9f32024-01-15 18:45:07 +0000866 - title: ROMlib
867 scope: romlib
868
Chris Kay82117d72021-12-01 16:34:55 +0000869 - title: GPT
870 scope: gpt
871
872 deprecated:
873 - gpt_rme
874
875 - title: SMCCC
876 scope: smccc
877
878 - title: Translation Tables
879 scope: xlat
880
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100881 - title: C Standard Library
882 scope: libc
883
884 - title: Locks
885 scope: locks
886
887 - title: PSA
888 scope: psa
889
laurenw-arm7c66fca2022-11-01 14:45:33 -0500890 deprecated:
891 - lib/psa
892
Tamas Ban109a4802024-02-06 11:24:51 +0100893 - title: DICE Protection Environment
894 scope: dice
895
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500896 - title: Context Management
Chris Kaye76be0a2022-10-10 16:57:45 +0100897 scope: context-mgmt
898
899 deprecated:
900 - context mgmt
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500901
Manish V Badarkhede920262022-09-26 15:06:56 +0100902 - title: Semihosting
903 scope: semihosting
904
Raymond Mao98983392023-07-25 07:53:35 -0700905 - title: Firmware Handoff
906 scope: handoff
907
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100908 - title: Exception Handling Framework (EHF)
909 scope: ehf
910
Chris Kay82117d72021-12-01 16:34:55 +0000911 - title: Drivers
912
913 subsections:
914 - title: Authentication
915 scope: auth
916
917 deprecated:
918 - driver/auth
919
920 subsections:
921 - title: CryptoCell-713
922 scope: cc-713
923
Manish V Badarkhe8d91e982022-09-22 21:41:55 +0100924 - title: Crypto
925 scope: crypto
926
927 - title: mbedTLS
928 scope: mbedtls
929
Manish V Badarkhe538d5922023-09-22 17:54:59 +0100930 - title: mbedTLS-PSA
931 scope: mbedtls-psa
932
Yann Gautier1832d662023-01-06 17:05:48 +0100933 - title: Console
934 scope: console
935
Abhi.Singhce668112024-08-21 12:55:38 -0500936 - title: Delay Timer
937 scope: delay-timer
938
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100939 - title: Generic Clock
940 scope: clk
941
Chris Kay82117d72021-12-01 16:34:55 +0000942 - title: FWU
943 scope: fwu
944
945 deprecated:
946 - fwu_metadata
947
948 - title: I/O
949 scope: io
950
951 subsections:
952 - title: MTD
953 scope: mtd
954
955 deprecated:
956 - io_mtd
957
958 - title: Measured Boot
959 scope: measured-boot
960
961 deprecated:
962 - measured boot
963 - measured_boot
964
965 - title: MMC
966 scope: mmc
967
968 deprecated:
969 - drivers/mmc
970
971 - title: MTD
972 scope: mtd
973
974 deprecated:
975 - drivers/mtd
976
977 subsections:
978 - title: NAND
979 scope: nand
980
981 subsections:
982 - title: SPI NAND
983 scope: spi-nand
984
985 deprecated:
986 - spi_nand
987
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100988 - title: GUID Partition Tables Support
989 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530990
Juan Pablo Conde52487492023-05-15 22:17:17 -0500991 deprecated:
992 - partition
993
Chris Kay82117d72021-12-01 16:34:55 +0000994 - title: SCMI
995 scope: scmi
996
997 deprecated:
998 - scmi_common
999 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -05001000 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +00001001
1002 - title: UFS
1003 scope: ufs
1004
1005 - title: Arm
1006 scope: arm-drivers
1007
1008 subsections:
1009 - title: Ethos-N
1010 scope: ethos-n
1011
1012 deprecated:
1013 - drivers/arm/ethosn
1014
1015 - title: GIC
1016 scope: gic
1017
1018 subsections:
1019 - title: GICv3
1020 scope: gicv3
1021
laurenw-arm7c66fca2022-11-01 14:45:33 -05001022 deprecated:
1023 - gicv3/multichip
1024
Chris Kay82117d72021-12-01 16:34:55 +00001025 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -05001026 - title: GIC-600
1027 scope: gic600
1028
Chris Kay82117d72021-12-01 16:34:55 +00001029 - title: GIC-600AE
1030 scope: gic600ae
1031
Madhukar Pappireddydc4b8c62023-08-03 12:13:27 -05001032 - title: GICv2
1033 scope: gicv2
1034
Manish V Badarkhebcaeb672022-03-24 18:23:37 +00001035 - title: SMMU
1036 scope: smmu
1037
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001038 - title: MHU
1039 scope: mhu
1040
1041 deprecated:
1042 - drivers/arm/mhu
1043
Tamas Bana70e31d2024-04-22 15:41:45 +02001044 - title: RSE
1045 scope: rse
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001046
1047 deprecated:
1048 - drivers/arm/rss
Tamas Bana70e31d2024-04-22 15:41:45 +02001049 - rss
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001050
Chris Kay82117d72021-12-01 16:34:55 +00001051 - title: TZC
1052 scope: tzc
1053
1054 subsections:
1055 - title: TZC-400
1056 scope: tzc400
1057
1058 deprecated:
1059 - drivers/tzc400
1060
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001061 - title: TZC-380
1062 scope: tzc380
1063
1064 deprecated:
1065 - drivers/tzc380
1066
Madhukar Pappireddy4c3de562023-03-22 15:27:22 -05001067 - title: SBSA
1068 scope: sbsa
1069
Chris Kay82117d72021-12-01 16:34:55 +00001070 - title: Marvell
1071 scope: marvell-drivers
1072
1073 subsections:
1074 - title: COMPHY
1075 scope: marvell-comphy
1076
1077 deprecated:
1078 - drivers/marvell/comphy
1079
1080 subsections:
1081 - title: Armada 3700
1082 scope: marvell-comphy-3700
1083
1084 deprecated:
1085 - drivers/marvell/comphy-3700
1086
1087 - title: CP110
1088 scope: marvell-comphy-cp110
1089
1090 deprecated:
1091 - drivers/marvell/comphy-cp110
1092
1093 - title: UART
1094 scope: marvell-uart
1095
1096 deprecated:
1097 - plat/marvell/uart
1098
1099 - title: Armada
1100 scope: armada-drivers
1101
1102 subsections:
1103 - title: A3K
1104 scope: a3k-drivers
1105
1106 subsections:
1107 - title: A3720
1108 scope: a3720-uart
1109
1110 deprecated:
1111 - plat/marvell/a3720/uart
1112
1113 - title: MediaTek
1114 scope: mediatek-drivers
1115
1116 subsections:
1117 - title: APU
1118 scope: mediatek-apu
1119
1120 deprecated:
1121 - plat/mediatek/apu
1122
1123 - title: EMI MPU
1124 scope: mediatek-emi-mpu
1125
1126 deprecated:
1127 - plat/mediatek/mpu
1128
1129 - title: PMIC Wrapper
1130 scope: mediatek-pmic-wrapper
1131
1132 deprecated:
1133 - plat/mediatek/pmic_wrap
1134
1135 - title: MT8192
1136 scope: mt8192-drivers
1137
1138 subsections:
1139 - title: SPM
1140 scope: mt8192-spm
1141
1142 deprecated:
1143 - mediatek/mt8192/spm
1144
1145 - title: NXP
1146 scope: nxp-drivers
1147
1148 subsections:
1149 - title: DCFG
1150 scope: nxp-dcfg
1151
1152 deprecated:
1153 - driver/nxp/dcfg
1154
1155 - title: FLEXSPI
1156 scope: flexspi
1157
1158 deprecated:
1159 - include/drivers/flexspi
1160 - driver/nxp/xspi
1161
1162 - title: SCFG
1163 scope: nxp-scfg
1164
1165 deprecated:
1166 - nxp/scfg
1167
1168 - title: SFP
1169 scope: nxp-sfp
1170
1171 deprecated:
1172 - drivers/nxp/sfp
1173
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001174 - title: QSPI
1175 scope: nxp-qspi
1176
Jiafei Pan94450412022-02-18 12:02:04 +08001177 - title: NXP Crypto
1178 scope: nxp-crypto
1179
Jiafei Panfa3f7612022-02-22 11:05:00 +08001180 - title: DDR
1181 scope: nxp-ddr
1182
1183 - title: GIC
1184 scope: nxp-gic
1185
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001186 - title: CSU
1187 scope: nxp-csu
1188
1189 - title: IFC NAND
1190 scope: nxp-ifc-nand
1191
1192 - title: IFC NOR
1193 scope: nxp-ifc-nor
1194
1195 - title: TZC-380
1196 scope: nxp-tzc380
1197
Jacky Bai9dc47d52023-06-14 15:24:00 +08001198 - title: TRDC
1199 scope: imx-trdc
1200
Ghennadi Procopciucfc26eb02024-06-11 18:39:58 +03001201 - title: Clock
1202 scope: nxp-clk
1203
Chris Kay82117d72021-12-01 16:34:55 +00001204 - title: Renesas
1205 scope: renesas-drivers
1206
1207 subsections:
1208 - title: R-Car3
1209 scope: rcar3-drivers
1210
1211 deprecated:
1212 - drivers/rcar3
1213
1214 - title: ST
1215 scope: st-drivers
1216
1217 deprecated:
1218 - drivers/st
1219
1220 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +01001221 - title: BSEC
1222 scope: st-bsec
1223
Chris Kay82117d72021-12-01 16:34:55 +00001224 - title: Clock
1225 scope: st-clock
1226
1227 deprecated:
1228 - stm32mp_clk
1229 - drivers/st/clk
1230 - stm32mp1_clk
1231
Yann Gautier9f359fd2022-01-27 09:25:47 +01001232 - title: Crypto
1233 scope: st-crypto
1234
1235 - title: DDR
1236 scope: st-ddr
1237
Chris Kay82117d72021-12-01 16:34:55 +00001238 - title: I/O
1239 scope: st-io-drivers
1240
1241 subsections:
1242 - title: STM32 Image
1243 scope: st-io-stm32image
1244
1245 deprecated:
1246 - io-stm32image
1247 - io_stm32image
1248
Yann Gautier9f359fd2022-01-27 09:25:47 +01001249 - title: I2C
1250 scope: st-i2c
1251
1252 - title: FMC
1253 scope: st-fmc
1254
1255 - title: GPIO
1256 scope: st-gpio
1257
Chris Kay82117d72021-12-01 16:34:55 +00001258 - title: SDMMC2
1259 scope: st-sdmmc2
1260
1261 deprecated:
1262 - stm32_sdmmc2
1263
1264 - title: ST PMIC
1265 scope: st-pmic
1266
1267 deprecated:
1268 - drivers/st/pmic
1269
1270 - title: STPMIC1
1271 scope: stpmic1
1272
Yann Gautier9f359fd2022-01-27 09:25:47 +01001273 - title: Regulator
1274 scope: st-regulator
1275
1276 - title: Reset
1277 scope: st-reset
1278
1279 - title: SPI
1280 scope: st-spi
1281
Chris Kay82117d72021-12-01 16:34:55 +00001282 - title: UART
1283 scope: st-uart
1284
1285 subsections:
1286 - title: STM32 Console
1287 scope: stm32-console
1288
1289 deprecated:
1290 - stm32_console
1291
1292 - title: USB
1293 scope: st-usb
1294
1295 deprecated:
1296 - drivers/st/usb
1297
Yann Gautier9f359fd2022-01-27 09:25:47 +01001298 - title: Watchdog
1299 scope: st-iwdg
1300
Chris Kay82117d72021-12-01 16:34:55 +00001301 - title: USB
1302 scope: usb
1303
1304 deprecated:
1305 - drivers/usb
1306
1307 - title: Miscellaneous
1308
1309 subsections:
1310 - title: AArch64
1311 scope: aarch64
1312
1313 - title: Debug
1314 scope: debug
1315
1316 deprecated:
1317 - common/debug
1318
1319 - title: CRC32
1320 scope: crc32
1321
1322 subsections:
1323 - title: Hardware CRC32
1324 scope: hw-crc32
1325
1326 deprecated:
1327 - hw_crc
1328 - hw_crc32
1329
1330 - title: Software CRC32
1331 scope: sw-crc32
1332
1333 deprecated:
1334 - sw_crc32
1335
1336 - title: DT Bindings
1337 scope: dt-bindings
1338
1339 - title: FDT Wrappers
1340 scope: fdt-wrappers
1341
1342 - title: FDTs
1343 scope: fdts
1344
1345 deprecated:
1346 - fdt
1347
1348 subsections:
1349 - title: Morello
1350 scope: morello-fdts
1351
1352 deprecated:
1353 - fdts/morello
1354
1355 - title: STM32MP1
1356 scope: stm32mp1-fdts
1357
1358 deprecated:
1359 - fdts stm32mp1
1360
Yann Gautier2c962252022-07-08 15:55:14 +02001361 subsections:
1362 - title: STM32MP13
1363 scope: stm32mp13-fdts
1364
1365 - title: STM32MP15
1366 scope: stm32mp15-fdts
1367
Yann Gautier1123f662022-12-16 15:32:25 +01001368 - title: STM32MP2
1369 scope: stm32mp2-fdts
1370
Yann Gautier22985972023-11-23 19:37:21 +01001371 subsections:
1372 - title: STM32MP25
1373 scope: stm32mp25-fdts
1374
Chris Kay82117d72021-12-01 16:34:55 +00001375 - title: PIE
1376 scope: pie
1377
Juan Pablo Conde52487492023-05-15 22:17:17 -05001378 - title: PIE/POR
1379 scope: pie/por
1380
Chris Kay82117d72021-12-01 16:34:55 +00001381 - title: Security
1382 scope: security
1383
1384 - title: SDEI
1385 scope: sdei
1386
1387 - title: TBBR
1388 scope: tbbr
1389
1390 - title: NXP
1391
1392 subsections:
1393 - title: OCRAM
1394 scope: nxp-ocram
1395
1396 deprecated:
1397 - nxp/common/ocram
1398
1399 - title: PSCI
1400 scope: nxp-psci
1401
1402 deprecated:
1403 - plat/nxp/common/psci
1404
Chris Kayd04a4762023-04-13 17:24:20 +01001405 - title: UUID
1406 scope: uuid
1407
Chris Kay82117d72021-12-01 16:34:55 +00001408 - title: Documentation
1409 scope: docs
1410
1411 deprecated:
1412 - doc
1413
1414 subsections:
1415 - title: Changelog
1416 scope: changelog
1417
1418 - title: Commit Style
1419 scope: commit-style
1420
1421 - title: Contribution Guidelines
1422 scope: contributing
1423
1424 deprecated:
1425 - contribution-guidelines
1426 - docs-contributing.rst
1427
1428 - title: Maintainers
1429 scope: maintainers
1430
1431 - title: Prerequisites
1432 scope: prerequisites
1433
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001434 - title: Threat Model
1435 scope: threat-model
1436
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001437 - title: Porting Guide
1438 scope: porting
1439
Chris Kay82117d72021-12-01 16:34:55 +00001440 - title: Build System
1441 scope: build
1442
1443 deprecated:
1444 - makefile
1445 - Makefile
1446
1447 subsections:
1448 - title: Git Hooks
1449 scope: hooks
1450
Juan Pablo Conde52487492023-05-15 22:17:17 -05001451 deprecated:
1452 - git-hooks
1453
Chris Kay82117d72021-12-01 16:34:55 +00001454 - title: Tools
Manish V Badarkhe7b425de2024-07-19 08:31:51 +01001455 scope: tools
Chris Kay82117d72021-12-01 16:34:55 +00001456
1457 subsections:
1458 - title: STM32 Image
1459 scope: stm32image
1460
1461 deprecated:
1462 - tools/stm32image
1463
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001464 - title: NXP Tools
1465 scope: nxp-tools
1466
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001467 - title: Firmware Image Package Tool
1468 scope: fiptool
1469
1470 - title: Secure Partition Tool
1471 scope: sptool
1472
1473 - title: Certificate Creation Tool
1474 scope: cert-create
1475
Chris Kay01995442024-06-14 11:31:03 +00001476 - title: Firmware Encryption Tool
1477 scope: encrypt-fw
1478
Harrison Mutai372b8802023-02-23 11:30:17 +00001479 - title: Memory Mapping Tool
1480 scope: memmap
1481
laurenw-arm7c66fca2022-11-01 14:45:33 -05001482 deprecated:
1483 - cert_create
1484
Henrik Nordstromd95745b2023-12-04 10:31:07 +01001485 - title: Marvell Tools
1486 scope: marvell-tools
1487
Chris Kayb278eb72024-06-04 11:31:06 +00001488 - title: Renesas Tools
1489 scope: renesas-tools
1490
1491 subsections:
1492 - title: R-Car Layout Tool
1493 scope: rcar-layout
Chris Kay51a20b72024-06-04 11:31:06 +00001494
1495 - title: R/ZG Layout Tool
1496 scope: rzg-layout
1497
Harrison Mutai19dc4f92024-05-10 16:54:29 +00001498 - title: Transfer List Compiler
1499 scope: tlc
1500
Manish V Badarkhed544f052024-08-27 10:48:38 +01001501 - title: Chain of Trust device tree to C source file
1502 scope: cot-dt2c
1503
Chris Kay82117d72021-12-01 16:34:55 +00001504 - title: Dependencies
1505 scope: deps
1506
1507 subsections:
1508 - title: checkpatch
1509 scope: checkpatch
1510
1511 - title: commitlint
1512 scope: commitlint
1513
Daniel Boulbyc550e702022-10-05 11:03:44 +01001514 - title: Compiler runtime libraries
1515 scope: compiler-rt
1516
Chris Kay82117d72021-12-01 16:34:55 +00001517 - title: libfdt
1518 scope: libfdt
1519
1520 - title: Node Package Manager (NPM)
1521 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001522
dependabot[bot]dba1b532023-09-06 09:55:17 +00001523 - title: Poetry
1524 scope: poetry
1525
Daniel Boulbyc550e702022-10-05 11:03:44 +01001526 - title: zlib
1527 scope: zlib