blob: f63b86a8f2c9f91073e6238e398021d922596a87 [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
Chris Kay82117d72021-12-01 16:34:55 +0000807 - title: Libraries
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000808 scope: lib
Chris Kay82117d72021-12-01 16:34:55 +0000809
810 subsections:
811 - title: CPU Support
812 scope: cpus
813
814 deprecated:
815 - cpu
816 - errata
817 - errata_report
818
819 - title: EL3 Runtime
820 scope: el3-runtime
821
822 deprecated:
823 - el3_runtime
824
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100825 subsections:
826 - title: Context Management
827 scope: cm
828
laurenw-arm7c66fca2022-11-01 14:45:33 -0500829 - title: RAS
830 scope: ras
831
Madhukar Pappireddy0cb58bc2024-06-17 15:12:26 -0500832 - title: SIMD
833 scope: simd
834
Chris Kay82117d72021-12-01 16:34:55 +0000835 - title: FCONF
836 scope: fconf
837
838 - title: MPMM
839 scope: mpmm
840
841 - title: OP-TEE
842 scope: optee
843
844 deprecated:
845 - lib/optee
846
847 - title: PSCI
848 scope: psci
849
Chris Kayc66b9f32024-01-15 18:45:07 +0000850 - title: ROMlib
851 scope: romlib
852
Chris Kay82117d72021-12-01 16:34:55 +0000853 - title: GPT
854 scope: gpt
855
856 deprecated:
857 - gpt_rme
858
859 - title: SMCCC
860 scope: smccc
861
862 - title: Translation Tables
863 scope: xlat
864
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100865 - title: C Standard Library
866 scope: libc
867
868 - title: Locks
869 scope: locks
870
871 - title: PSA
872 scope: psa
873
laurenw-arm7c66fca2022-11-01 14:45:33 -0500874 deprecated:
875 - lib/psa
876
Tamas Ban109a4802024-02-06 11:24:51 +0100877 - title: DICE Protection Environment
878 scope: dice
879
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500880 - title: Context Management
Chris Kaye76be0a2022-10-10 16:57:45 +0100881 scope: context-mgmt
882
883 deprecated:
884 - context mgmt
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500885
Manish V Badarkhede920262022-09-26 15:06:56 +0100886 - title: Semihosting
887 scope: semihosting
888
Raymond Mao98983392023-07-25 07:53:35 -0700889 - title: Firmware Handoff
890 scope: handoff
891
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100892 - title: Exception Handling Framework (EHF)
893 scope: ehf
894
Chris Kay82117d72021-12-01 16:34:55 +0000895 - title: Drivers
896
897 subsections:
898 - title: Authentication
899 scope: auth
900
901 deprecated:
902 - driver/auth
903
904 subsections:
905 - title: CryptoCell-713
906 scope: cc-713
907
Manish V Badarkhe8d91e982022-09-22 21:41:55 +0100908 - title: Crypto
909 scope: crypto
910
911 - title: mbedTLS
912 scope: mbedtls
913
Manish V Badarkhe538d5922023-09-22 17:54:59 +0100914 - title: mbedTLS-PSA
915 scope: mbedtls-psa
916
Yann Gautier1832d662023-01-06 17:05:48 +0100917 - title: Console
918 scope: console
919
Abhi.Singhce668112024-08-21 12:55:38 -0500920 - title: Delay Timer
921 scope: delay-timer
922
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100923 - title: Generic Clock
924 scope: clk
925
Chris Kay82117d72021-12-01 16:34:55 +0000926 - title: FWU
927 scope: fwu
928
929 deprecated:
930 - fwu_metadata
931
932 - title: I/O
933 scope: io
934
935 subsections:
936 - title: MTD
937 scope: mtd
938
939 deprecated:
940 - io_mtd
941
942 - title: Measured Boot
943 scope: measured-boot
944
945 deprecated:
946 - measured boot
947 - measured_boot
948
949 - title: MMC
950 scope: mmc
951
952 deprecated:
953 - drivers/mmc
954
955 - title: MTD
956 scope: mtd
957
958 deprecated:
959 - drivers/mtd
960
961 subsections:
962 - title: NAND
963 scope: nand
964
965 subsections:
966 - title: SPI NAND
967 scope: spi-nand
968
969 deprecated:
970 - spi_nand
971
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100972 - title: GUID Partition Tables Support
973 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530974
Juan Pablo Conde52487492023-05-15 22:17:17 -0500975 deprecated:
976 - partition
977
Chris Kay82117d72021-12-01 16:34:55 +0000978 - title: SCMI
979 scope: scmi
980
981 deprecated:
982 - scmi_common
983 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -0500984 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +0000985
986 - title: UFS
987 scope: ufs
988
989 - title: Arm
990 scope: arm-drivers
991
992 subsections:
993 - title: Ethos-N
994 scope: ethos-n
995
996 deprecated:
997 - drivers/arm/ethosn
998
999 - title: GIC
1000 scope: gic
1001
1002 subsections:
1003 - title: GICv3
1004 scope: gicv3
1005
laurenw-arm7c66fca2022-11-01 14:45:33 -05001006 deprecated:
1007 - gicv3/multichip
1008
Chris Kay82117d72021-12-01 16:34:55 +00001009 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -05001010 - title: GIC-600
1011 scope: gic600
1012
Chris Kay82117d72021-12-01 16:34:55 +00001013 - title: GIC-600AE
1014 scope: gic600ae
1015
Madhukar Pappireddydc4b8c62023-08-03 12:13:27 -05001016 - title: GICv2
1017 scope: gicv2
1018
Manish V Badarkhebcaeb672022-03-24 18:23:37 +00001019 - title: SMMU
1020 scope: smmu
1021
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001022 - title: MHU
1023 scope: mhu
1024
1025 deprecated:
1026 - drivers/arm/mhu
1027
Tamas Bana70e31d2024-04-22 15:41:45 +02001028 - title: RSE
1029 scope: rse
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001030
1031 deprecated:
1032 - drivers/arm/rss
Tamas Bana70e31d2024-04-22 15:41:45 +02001033 - rss
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001034
Chris Kay82117d72021-12-01 16:34:55 +00001035 - title: TZC
1036 scope: tzc
1037
1038 subsections:
1039 - title: TZC-400
1040 scope: tzc400
1041
1042 deprecated:
1043 - drivers/tzc400
1044
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001045 - title: TZC-380
1046 scope: tzc380
1047
1048 deprecated:
1049 - drivers/tzc380
1050
Madhukar Pappireddy4c3de562023-03-22 15:27:22 -05001051 - title: SBSA
1052 scope: sbsa
1053
Chris Kay82117d72021-12-01 16:34:55 +00001054 - title: Marvell
1055 scope: marvell-drivers
1056
1057 subsections:
1058 - title: COMPHY
1059 scope: marvell-comphy
1060
1061 deprecated:
1062 - drivers/marvell/comphy
1063
1064 subsections:
1065 - title: Armada 3700
1066 scope: marvell-comphy-3700
1067
1068 deprecated:
1069 - drivers/marvell/comphy-3700
1070
1071 - title: CP110
1072 scope: marvell-comphy-cp110
1073
1074 deprecated:
1075 - drivers/marvell/comphy-cp110
1076
1077 - title: UART
1078 scope: marvell-uart
1079
1080 deprecated:
1081 - plat/marvell/uart
1082
1083 - title: Armada
1084 scope: armada-drivers
1085
1086 subsections:
1087 - title: A3K
1088 scope: a3k-drivers
1089
1090 subsections:
1091 - title: A3720
1092 scope: a3720-uart
1093
1094 deprecated:
1095 - plat/marvell/a3720/uart
1096
1097 - title: MediaTek
1098 scope: mediatek-drivers
1099
1100 subsections:
1101 - title: APU
1102 scope: mediatek-apu
1103
1104 deprecated:
1105 - plat/mediatek/apu
1106
1107 - title: EMI MPU
1108 scope: mediatek-emi-mpu
1109
1110 deprecated:
1111 - plat/mediatek/mpu
1112
1113 - title: PMIC Wrapper
1114 scope: mediatek-pmic-wrapper
1115
1116 deprecated:
1117 - plat/mediatek/pmic_wrap
1118
1119 - title: MT8192
1120 scope: mt8192-drivers
1121
1122 subsections:
1123 - title: SPM
1124 scope: mt8192-spm
1125
1126 deprecated:
1127 - mediatek/mt8192/spm
1128
1129 - title: NXP
1130 scope: nxp-drivers
1131
1132 subsections:
1133 - title: DCFG
1134 scope: nxp-dcfg
1135
1136 deprecated:
1137 - driver/nxp/dcfg
1138
1139 - title: FLEXSPI
1140 scope: flexspi
1141
1142 deprecated:
1143 - include/drivers/flexspi
1144 - driver/nxp/xspi
1145
1146 - title: SCFG
1147 scope: nxp-scfg
1148
1149 deprecated:
1150 - nxp/scfg
1151
1152 - title: SFP
1153 scope: nxp-sfp
1154
1155 deprecated:
1156 - drivers/nxp/sfp
1157
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001158 - title: QSPI
1159 scope: nxp-qspi
1160
Jiafei Pan94450412022-02-18 12:02:04 +08001161 - title: NXP Crypto
1162 scope: nxp-crypto
1163
Jiafei Panfa3f7612022-02-22 11:05:00 +08001164 - title: DDR
1165 scope: nxp-ddr
1166
1167 - title: GIC
1168 scope: nxp-gic
1169
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001170 - title: CSU
1171 scope: nxp-csu
1172
1173 - title: IFC NAND
1174 scope: nxp-ifc-nand
1175
1176 - title: IFC NOR
1177 scope: nxp-ifc-nor
1178
1179 - title: TZC-380
1180 scope: nxp-tzc380
1181
Jacky Bai9dc47d52023-06-14 15:24:00 +08001182 - title: TRDC
1183 scope: imx-trdc
1184
Ghennadi Procopciucfc26eb02024-06-11 18:39:58 +03001185 - title: Clock
1186 scope: nxp-clk
1187
Chris Kay82117d72021-12-01 16:34:55 +00001188 - title: Renesas
1189 scope: renesas-drivers
1190
1191 subsections:
1192 - title: R-Car3
1193 scope: rcar3-drivers
1194
1195 deprecated:
1196 - drivers/rcar3
1197
1198 - title: ST
1199 scope: st-drivers
1200
1201 deprecated:
1202 - drivers/st
1203
1204 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +01001205 - title: BSEC
1206 scope: st-bsec
1207
Chris Kay82117d72021-12-01 16:34:55 +00001208 - title: Clock
1209 scope: st-clock
1210
1211 deprecated:
1212 - stm32mp_clk
1213 - drivers/st/clk
1214 - stm32mp1_clk
1215
Yann Gautier9f359fd2022-01-27 09:25:47 +01001216 - title: Crypto
1217 scope: st-crypto
1218
1219 - title: DDR
1220 scope: st-ddr
1221
Chris Kay82117d72021-12-01 16:34:55 +00001222 - title: I/O
1223 scope: st-io-drivers
1224
1225 subsections:
1226 - title: STM32 Image
1227 scope: st-io-stm32image
1228
1229 deprecated:
1230 - io-stm32image
1231 - io_stm32image
1232
Yann Gautier9f359fd2022-01-27 09:25:47 +01001233 - title: I2C
1234 scope: st-i2c
1235
1236 - title: FMC
1237 scope: st-fmc
1238
1239 - title: GPIO
1240 scope: st-gpio
1241
Chris Kay82117d72021-12-01 16:34:55 +00001242 - title: SDMMC2
1243 scope: st-sdmmc2
1244
1245 deprecated:
1246 - stm32_sdmmc2
1247
1248 - title: ST PMIC
1249 scope: st-pmic
1250
1251 deprecated:
1252 - drivers/st/pmic
1253
1254 - title: STPMIC1
1255 scope: stpmic1
1256
Yann Gautier9f359fd2022-01-27 09:25:47 +01001257 - title: Regulator
1258 scope: st-regulator
1259
1260 - title: Reset
1261 scope: st-reset
1262
1263 - title: SPI
1264 scope: st-spi
1265
Chris Kay82117d72021-12-01 16:34:55 +00001266 - title: UART
1267 scope: st-uart
1268
1269 subsections:
1270 - title: STM32 Console
1271 scope: stm32-console
1272
1273 deprecated:
1274 - stm32_console
1275
1276 - title: USB
1277 scope: st-usb
1278
1279 deprecated:
1280 - drivers/st/usb
1281
Yann Gautier9f359fd2022-01-27 09:25:47 +01001282 - title: Watchdog
1283 scope: st-iwdg
1284
Chris Kay82117d72021-12-01 16:34:55 +00001285 - title: USB
1286 scope: usb
1287
1288 deprecated:
1289 - drivers/usb
1290
1291 - title: Miscellaneous
1292
1293 subsections:
1294 - title: AArch64
1295 scope: aarch64
1296
1297 - title: Debug
1298 scope: debug
1299
1300 deprecated:
1301 - common/debug
1302
1303 - title: CRC32
1304 scope: crc32
1305
1306 subsections:
1307 - title: Hardware CRC32
1308 scope: hw-crc32
1309
1310 deprecated:
1311 - hw_crc
1312 - hw_crc32
1313
1314 - title: Software CRC32
1315 scope: sw-crc32
1316
1317 deprecated:
1318 - sw_crc32
1319
1320 - title: DT Bindings
1321 scope: dt-bindings
1322
1323 - title: FDT Wrappers
1324 scope: fdt-wrappers
1325
1326 - title: FDTs
1327 scope: fdts
1328
1329 deprecated:
1330 - fdt
1331
1332 subsections:
1333 - title: Morello
1334 scope: morello-fdts
1335
1336 deprecated:
1337 - fdts/morello
1338
1339 - title: STM32MP1
1340 scope: stm32mp1-fdts
1341
1342 deprecated:
1343 - fdts stm32mp1
1344
Yann Gautier2c962252022-07-08 15:55:14 +02001345 subsections:
1346 - title: STM32MP13
1347 scope: stm32mp13-fdts
1348
1349 - title: STM32MP15
1350 scope: stm32mp15-fdts
1351
Yann Gautier1123f662022-12-16 15:32:25 +01001352 - title: STM32MP2
1353 scope: stm32mp2-fdts
1354
Yann Gautier22985972023-11-23 19:37:21 +01001355 subsections:
1356 - title: STM32MP25
1357 scope: stm32mp25-fdts
1358
Chris Kay82117d72021-12-01 16:34:55 +00001359 - title: PIE
1360 scope: pie
1361
Juan Pablo Conde52487492023-05-15 22:17:17 -05001362 - title: PIE/POR
1363 scope: pie/por
1364
Chris Kay82117d72021-12-01 16:34:55 +00001365 - title: Security
1366 scope: security
1367
1368 - title: SDEI
1369 scope: sdei
1370
1371 - title: TBBR
1372 scope: tbbr
1373
1374 - title: NXP
1375
1376 subsections:
1377 - title: OCRAM
1378 scope: nxp-ocram
1379
1380 deprecated:
1381 - nxp/common/ocram
1382
1383 - title: PSCI
1384 scope: nxp-psci
1385
1386 deprecated:
1387 - plat/nxp/common/psci
1388
Chris Kayd04a4762023-04-13 17:24:20 +01001389 - title: UUID
1390 scope: uuid
1391
Chris Kay82117d72021-12-01 16:34:55 +00001392 - title: Documentation
1393 scope: docs
1394
1395 deprecated:
1396 - doc
1397
1398 subsections:
1399 - title: Changelog
1400 scope: changelog
1401
1402 - title: Commit Style
1403 scope: commit-style
1404
1405 - title: Contribution Guidelines
1406 scope: contributing
1407
1408 deprecated:
1409 - contribution-guidelines
1410 - docs-contributing.rst
1411
1412 - title: Maintainers
1413 scope: maintainers
1414
1415 - title: Prerequisites
1416 scope: prerequisites
1417
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001418 - title: Threat Model
1419 scope: threat-model
1420
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001421 - title: Porting Guide
1422 scope: porting
1423
Chris Kay82117d72021-12-01 16:34:55 +00001424 - title: Build System
1425 scope: build
1426
1427 deprecated:
1428 - makefile
1429 - Makefile
1430
1431 subsections:
1432 - title: Git Hooks
1433 scope: hooks
1434
Juan Pablo Conde52487492023-05-15 22:17:17 -05001435 deprecated:
1436 - git-hooks
1437
Chris Kay82117d72021-12-01 16:34:55 +00001438 - title: Tools
Manish V Badarkhe7b425de2024-07-19 08:31:51 +01001439 scope: tools
Chris Kay82117d72021-12-01 16:34:55 +00001440
1441 subsections:
1442 - title: STM32 Image
1443 scope: stm32image
1444
1445 deprecated:
1446 - tools/stm32image
1447
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001448 - title: NXP Tools
1449 scope: nxp-tools
1450
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001451 - title: Firmware Image Package Tool
1452 scope: fiptool
1453
1454 - title: Secure Partition Tool
1455 scope: sptool
1456
1457 - title: Certificate Creation Tool
1458 scope: cert-create
1459
Chris Kay01995442024-06-14 11:31:03 +00001460 - title: Firmware Encryption Tool
1461 scope: encrypt-fw
1462
Harrison Mutai372b8802023-02-23 11:30:17 +00001463 - title: Memory Mapping Tool
1464 scope: memmap
1465
laurenw-arm7c66fca2022-11-01 14:45:33 -05001466 deprecated:
1467 - cert_create
1468
Henrik Nordstromd95745b2023-12-04 10:31:07 +01001469 - title: Marvell Tools
1470 scope: marvell-tools
1471
Chris Kayb278eb72024-06-04 11:31:06 +00001472 - title: Renesas Tools
1473 scope: renesas-tools
1474
1475 subsections:
1476 - title: R-Car Layout Tool
1477 scope: rcar-layout
Chris Kay51a20b72024-06-04 11:31:06 +00001478
1479 - title: R/ZG Layout Tool
1480 scope: rzg-layout
1481
Harrison Mutai19dc4f92024-05-10 16:54:29 +00001482 - title: Transfer List Compiler
1483 scope: tlc
1484
Manish V Badarkhed544f052024-08-27 10:48:38 +01001485 - title: Chain of Trust device tree to C source file
1486 scope: cot-dt2c
1487
Chris Kay82117d72021-12-01 16:34:55 +00001488 - title: Dependencies
1489 scope: deps
1490
1491 subsections:
1492 - title: checkpatch
1493 scope: checkpatch
1494
1495 - title: commitlint
1496 scope: commitlint
1497
Daniel Boulbyc550e702022-10-05 11:03:44 +01001498 - title: Compiler runtime libraries
1499 scope: compiler-rt
1500
Chris Kay82117d72021-12-01 16:34:55 +00001501 - title: libfdt
1502 scope: libfdt
1503
1504 - title: Node Package Manager (NPM)
1505 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001506
dependabot[bot]dba1b532023-09-06 09:55:17 +00001507 - title: Poetry
1508 scope: poetry
1509
Daniel Boulbyc550e702022-10-05 11:03:44 +01001510 - title: zlib
1511 scope: zlib