blob: 433ebee8ae1155a0495d503c3e1b7d4651947c36 [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
255
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100256 deprecated:
257 - neoverse
258
Chris Kay82117d72021-12-01 16:34:55 +0000259 - title: TC
260 scope: tc
261
Juan Pablo Conde52487492023-05-15 22:17:17 -0500262 deprecated:
263 - plat/tc
264
Chris Kay82117d72021-12-01 16:34:55 +0000265 subsections:
266 - title: TC0
267 scope: tc0
268
269 deprecated:
270 - plat/tc0
271
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100272 - title: Corstone-1000
273 scope: corstone-1000
274
Peter Hoyes1459d622023-02-20 12:08:43 +0000275 - title: Automotive RD
276 scope: automotive_rd
277
278 subsections:
279 - title: RD-1 AE
280 scope: rd1ae
281
Chia-Wei Wanga7556d82022-11-02 17:50:21 +0800282 - title: Aspeed
283 scope: aspeed
284
285 subsections:
286 - title: AST2700
287 scope: ast2700
288
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100289 - title: Broadcom
290 scope: brcm
291
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000292 - title: Cadence
293 scope: cadence
294
laurenw-arm7c66fca2022-11-01 14:45:33 -0500295 - title: HiSilicon
296 scope: hisilicon
297
298 subsections:
299 - title: HiKey
300 scope: hikey
301
302 - title: HiKey960
303 scope: hikey960
304
Sieu Mun Tang9f3a13c2022-02-22 14:14:26 +0800305 - title: Intel
306 scope: intel
307
308 subsections:
309 - title: SoC
310 scope: soc
311
Chris Kay82117d72021-12-01 16:34:55 +0000312 - title: Marvell
313 scope: marvell
314
315 deprecated:
316 - plat/marvell
317
318 subsections:
319 - title: Armada
320 scope: armada
321
322 deprecated:
323 - plat/marvell/armada
324
325 subsections:
326 - title: A3K
327 scope: a3k
328
329 deprecated:
330 - plat/marvell/a3k
331
332 - title: A8K
333 scope: a8k
334
335 deprecated:
336 - plat/marvell/a8k
337
338 - title: MediaTek
339 scope: mediatek
340
341 deprecated:
342 - plat/mediatek/common
343 - plat/mediatek
344
345 subsections:
346 - title: MT8183
347 scope: mt8183
348
349 deprecated:
350 - plat/mediatek/mt8183
351
laurenw-arm7c66fca2022-11-01 14:45:33 -0500352 - title: MT8186
353 scope: mt8186
354
355 deprecated:
356 - plat/mediatek/mt8186
357 - mt8186-emi-mpu
358
359 - title: MT8188
360 scope: mt8188
361
Chris Kay82117d72021-12-01 16:34:55 +0000362 - title: MT8192
363 scope: mt8192
364
365 deprecated:
366 - plat/mdeiatek/mt8192
367
368 - title: MT8195
369 scope: mt8195
370
371 deprecated:
372 - plat/mediatek/me8195
373 - plat/mediatek/mt8195
374 - plat/mdeiatek/mt8195
375
376 - title: NVIDIA
377 scope: nvidia
378
379 subsections:
380 - title: Tegra
381 scope: tegra
382
383 deprecated:
384 - plat/tegra
385
386 subsections:
387 - title: Tegra 132
388 scope: tegra132
389
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100390 - title: Tegra 194
391 scope: tegra194
392
Juan Pablo Conde52487492023-05-15 22:17:17 -0500393 - title: Tegra 210
394 scope: tegra210
395
Chris Kay82117d72021-12-01 16:34:55 +0000396 - title: NXP
397 scope: nxp
398
399 deprecated:
400 - plat/nxp
401 - plat/nxp/common
402
403 subsections:
404 - title: i.MX
405 scope: imx
406
407 deprecated:
408 - plat/imx
409 - plat/imx/imx
410
411 subsections:
412 - title: i.MX 8M
413 scope: imx8m
414
415 deprecated:
416 - plat/imx8m
417 - plat/imx/imx8m
418
419 subsections:
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100420 - title: i.MX 8M Nano
421 scope: imx8mn
422
423 deprecated:
424 - plat/imx/imx8m/imx8mn
425
Chris Kay82117d72021-12-01 16:34:55 +0000426 - title: i.MX 8M Mini
427 scope: imx8mm
428
429 deprecated:
430 - plat/imx/imx8m/imx8mm
431
432 - title: i.MX 8M Plus
433 scope: imx8mp
434
435 deprecated:
436 - plat/imx/imx8m/imx8mp
437
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100438 - title: i.MX 8Q
439 scope: imx8mq
440
441 deprecated:
442 - plat/imx/imx8m/imx8mq
443
Juan Pablo Conde52487492023-05-15 22:17:17 -0500444 - title: i.MX 8
445 scope: imx8
446
Jacky Bai4e214e42023-10-08 17:52:24 +0800447 - title: i.MX 8ULP
448 scope: imx8ulp
449
Jacky Bai9dc47d52023-06-14 15:24:00 +0800450 - title: i.MX 9
451 scope: imx9
452
453 subsections:
454 - title: i.MX93
455 scope: imx93
456
Chris Kay82117d72021-12-01 16:34:55 +0000457 - title: Layerscape
458 scope: layerscape
459
460 deprecated:
461 - docs/nxp/layerscape
462
463 subsections:
464 - title: LS1028A
465 scope: ls1028a
466
467 deprecated:
468 - plat/nxp/ls1028a
469
470 subsections:
471 - title: LS1028ARDB
472 scope: ls1028ardb
473
474 deprecated:
475 - plat/nxp/ls1028ardb
476
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100477 - title: LS1043A
478 scope: ls1043a
479
480 deprecated:
481 - plat/nxp/ls1043a
482
483 subsections:
484 - title: LS1043ARDB
485 scope: ls1043ardb
486
487 deprecated:
488 - plat/nxp/ls1043ardb
489
Chris Kay82117d72021-12-01 16:34:55 +0000490 - title: LX2
491 scope: lx2
492
493 deprecated:
494 - plat/nxp/lx2
495
496 subsections:
497 - title: LX216
498 scope: lx216
499
500 deprecated:
501 - plat/nxp/lx216x
502
503 subsections:
504 - title: LX2160
505 scope: lx2160
506
507 deprecated:
508 - plat/soc-lx2160
509
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800510 - title: LS1046A
511 scope: ls1046a
512
513 subsections:
514 - title: LS1046ARDB
515 scope: ls1046ardb
516
517 - title: LS1046AFRWY
518 scope: ls1046afrwy
519
520 - title: LS1046AQDS
521 scope: ls1046aqds
522
Jiafei Pan290bf6f2022-02-24 16:00:35 +0800523 - title: LS1088A
524 scope: ls1088a
525
526 subsections:
527 - title: LS1088ARDB
528 scope: ls1088ardb
529
530 - title: LS1088AQDS
531 scope: ls1088aqds
532
Ghennadi Procopciuca9fee052024-01-30 16:19:47 +0200533 - title: S32G274A
534 scope: s32g274a
535
536 subsections:
537 - title: S32G274ARDB
538 scope: s32g274ardb
539
Chris Kay82117d72021-12-01 16:34:55 +0000540 - title: QEMU
541 scope: qemu
542
543 deprecated:
544 - plat/qemu
545
Juan Pablo Conde52487492023-05-15 22:17:17 -0500546 subsections:
547 - title: SBSA
548 scope: qemu-sbsa
549
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000550 deprecated:
551 - qemu_sbsa
552
Chris Kay82117d72021-12-01 16:34:55 +0000553 - title: QTI
554 scope: qti
555
laurenw-arm7c66fca2022-11-01 14:45:33 -0500556 deprecated:
557 - plat/qti
558
Chris Kay82117d72021-12-01 16:34:55 +0000559 subsections:
560 - title: SC1780
561 scope: sc7180
562
563 deprecated:
564 - plat/qti/sc7180
565
566 - title: SC7280
567 scope: sc7280
568
569 deprecated:
570 - plat/qti/sc7280
571
Stephan Gerholdd0d0bf42021-12-01 20:00:00 +0100572 - title: MSM8916
573 scope: msm8916
574
Chris Kay82117d72021-12-01 16:34:55 +0000575 - title: Raspberry Pi
576 scope: rpi
577
578 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500579 - title: Raspberry Pi 3
580 scope: rpi3
581
Chris Kay82117d72021-12-01 16:34:55 +0000582 - title: Raspberry Pi 4
583 scope: rpi4
584
Mario Bălănicăc883ce02023-12-02 03:08:02 +0200585 - title: Raspberry Pi 5
586 scope: rpi5
587
Chris Kay82117d72021-12-01 16:34:55 +0000588 - title: Renesas
589 scope: renesas
590
591 subsections:
592 - title: R-Car
593 scope: rcar
594
595 deprecated:
596 - plat/rcar
597
598 subsections:
599 - title: R-Car 3
600 scope: rcar3
601
602 deprecated:
603 - plat/rcar3
604
605 - title: Rockchip
606 scope: rockchip
607
608 subsections:
609 - title: RK3399
610 scope: rk3399
611
612 deprecated:
613 - rockchip/rk3399
614 - rk3399/suspend
615
Diederik de Haas6a9c7312023-11-27 10:21:37 +0100616 - title: RK3328
617 scope: rk3328
618
Chris Kay82117d72021-12-01 16:34:55 +0000619 - title: Socionext
620 scope: socionext
621
622 subsections:
623 - title: Synquacer
624 scope: synquacer
625
626 deprecated:
627 - plat/synquacer
628
629 - title: ST
630 scope: st
631
632 deprecated:
633 - plat/st
634
635 subsections:
Yann Gautier14b32e82022-06-01 18:17:43 +0200636 - title: STM32MP1
Chris Kay82117d72021-12-01 16:34:55 +0000637 scope: stm32mp1
638
639 deprecated:
640 - plat/st/stm32mp1
641
Yann Gautier14b32e82022-06-01 18:17:43 +0200642 subsections:
643 - title: STM32MP13
644 scope: stm32mp13
645
646 - title: STM32MP15
647 scope: stm32mp15
648
Yann Gautier1123f662022-12-16 15:32:25 +0100649 - title: STM32MP2
650 scope: stm32mp2
651
Yann Gautier22985972023-11-23 19:37:21 +0100652 subsections:
653 - title: STM32MP25
654 scope: stm32mp25
655
Dave Gerlach74c19f92022-03-22 11:02:52 -0500656 - title: Texas Instruments
657 scope: ti
658
659 subsections:
660 - title: K3
661 scope: k3
662
laurenw-arm7c66fca2022-11-01 14:45:33 -0500663 deprecated:
664 - ti-k3
665
Chris Kay82117d72021-12-01 16:34:55 +0000666 - title: Xilinx
667 scope: xilinx
668
669 deprecated:
670 - plat/xilinx
671
672 subsections:
Michal Simek38d5d4d2023-09-18 10:22:48 +0200673 - title: DCC (Debug Communication Channel)
674 scope: dcc
675
Chris Kay82117d72021-12-01 16:34:55 +0000676 - title: Versal
677 scope: versal
678
679 deprecated:
680 - plat/xilinx/versal/include
681 - plat/xilinx/versal
682 - plat/versal
683
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100684 - title: Versal NET
685 scope: versal-net
laurenw-arm7c66fca2022-11-01 14:45:33 -0500686
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100687 deprecated:
688 - versal_net
laurenw-arm7c66fca2022-11-01 14:45:33 -0500689
Chris Kay82117d72021-12-01 16:34:55 +0000690 - title: ZynqMP
691 scope: zynqmp
692
693 deprecated:
694 - plat/zynqmp
695 - plat/xilinx/zynqmp
696
Amit Nagal055796f2024-06-05 12:32:38 +0530697 - title: AMD
698 scope: amd
699
700 subsections:
701 - title: Versal Gen 2
702 scope: versal2
703
rutigl@gmail.comdefbeed2023-03-19 09:19:05 +0200704 - title: Nuvoton
705 scope: nuvoton
706
707 subsections:
708 - title: npcm845x
709 scope: npcm845x
710
Chris Kay82117d72021-12-01 16:34:55 +0000711 - title: Bootloader Images
712 scope: bl
713
714 deprecated:
715 - bl_common
716
717 subsections:
718 - title: BL1
719 scope: bl1
720
721 - title: BL2
722 scope: bl2
723
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100724 - title: BL31
725 scope: bl31
726
Shruti Guptac31beb62022-08-09 10:46:07 +0100727 - title: BL32
728 scope: bl32
729
730 subsections:
731 - title: TSP
732 scope: tsp
733
Chris Kay82117d72021-12-01 16:34:55 +0000734 - title: Services
735 scope: services
736
737 subsections:
738 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000739 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000740
741 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000742 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000743
744 - title: RME
745 scope: rme
746
laurenw-arm7c66fca2022-11-01 14:45:33 -0500747 deprecated:
748 - rme/fid
749
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100750 subsections:
751 - title: TRP
752 scope: trp
753
Javier Almansa Sobrino7176a772021-11-24 18:37:37 +0000754 - title: RMMD
755 scope: rmmd
756
Juan Pablo Conde52487492023-05-15 22:17:17 -0500757 - title: RMM
758 scope: rmm
759
Chris Kay82117d72021-12-01 16:34:55 +0000760 - title: SPM
761 scope: spm
762
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100763 subsections:
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000764 - title: EL3 SPM
765 scope: el3-spm
766
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100767 - title: EL3 SPMC
768 scope: el3-spmc
769
laurenw-arm7c66fca2022-11-01 14:45:33 -0500770 deprecated:
771 - spmc
772
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100773 - title: SPMD
774 scope: spmd
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000775
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100776 - title: SPM MM
777 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000778
Manish V Badarkhe478d3ee2022-06-27 09:21:14 +0100779 - title: DRTM
780 scope: drtm
781
Jayanth Dodderi Chidanand7c7faff2022-10-11 17:16:07 +0100782 - title: TRNG
783 scope: trng
784
Sona Mathew5100bec2023-09-20 12:55:32 -0500785 - title: ERRATA ABI
786 scope: errata-abi
787
788 deprecated:
789 - errata_abi
Sona Mathew7fe03522022-11-18 18:05:38 -0600790
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100791 - title: ChromeOS
792 scope: cros
793
Chris Kay82117d72021-12-01 16:34:55 +0000794 - title: Libraries
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000795 scope: lib
Chris Kay82117d72021-12-01 16:34:55 +0000796
797 subsections:
798 - title: CPU Support
799 scope: cpus
800
801 deprecated:
802 - cpu
803 - errata
804 - errata_report
805
806 - title: EL3 Runtime
807 scope: el3-runtime
808
809 deprecated:
810 - el3_runtime
811
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100812 subsections:
813 - title: Context Management
814 scope: cm
815
laurenw-arm7c66fca2022-11-01 14:45:33 -0500816 - title: RAS
817 scope: ras
818
Madhukar Pappireddy0cb58bc2024-06-17 15:12:26 -0500819 - title: SIMD
820 scope: simd
821
Chris Kay82117d72021-12-01 16:34:55 +0000822 - title: FCONF
823 scope: fconf
824
825 - title: MPMM
826 scope: mpmm
827
828 - title: OP-TEE
829 scope: optee
830
831 deprecated:
832 - lib/optee
833
834 - title: PSCI
835 scope: psci
836
Chris Kayc66b9f32024-01-15 18:45:07 +0000837 - title: ROMlib
838 scope: romlib
839
Chris Kay82117d72021-12-01 16:34:55 +0000840 - title: GPT
841 scope: gpt
842
843 deprecated:
844 - gpt_rme
845
846 - title: SMCCC
847 scope: smccc
848
849 - title: Translation Tables
850 scope: xlat
851
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100852 - title: C Standard Library
853 scope: libc
854
855 - title: Locks
856 scope: locks
857
858 - title: PSA
859 scope: psa
860
laurenw-arm7c66fca2022-11-01 14:45:33 -0500861 deprecated:
862 - lib/psa
863
Tamas Ban109a4802024-02-06 11:24:51 +0100864 - title: DICE Protection Environment
865 scope: dice
866
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500867 - title: Context Management
Chris Kaye76be0a2022-10-10 16:57:45 +0100868 scope: context-mgmt
869
870 deprecated:
871 - context mgmt
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500872
Manish V Badarkhede920262022-09-26 15:06:56 +0100873 - title: Semihosting
874 scope: semihosting
875
Raymond Mao98983392023-07-25 07:53:35 -0700876 - title: Firmware Handoff
877 scope: handoff
878
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100879 - title: Exception Handling Framework (EHF)
880 scope: ehf
881
Chris Kay82117d72021-12-01 16:34:55 +0000882 - title: Drivers
883
884 subsections:
885 - title: Authentication
886 scope: auth
887
888 deprecated:
889 - driver/auth
890
891 subsections:
892 - title: CryptoCell-713
893 scope: cc-713
894
Manish V Badarkhe8d91e982022-09-22 21:41:55 +0100895 - title: Crypto
896 scope: crypto
897
898 - title: mbedTLS
899 scope: mbedtls
900
Manish V Badarkhe538d5922023-09-22 17:54:59 +0100901 - title: mbedTLS-PSA
902 scope: mbedtls-psa
903
Yann Gautier1832d662023-01-06 17:05:48 +0100904 - title: Console
905 scope: console
906
Abhi.Singhce668112024-08-21 12:55:38 -0500907 - title: Delay Timer
908 scope: delay-timer
909
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100910 - title: Generic Clock
911 scope: clk
912
Chris Kay82117d72021-12-01 16:34:55 +0000913 - title: FWU
914 scope: fwu
915
916 deprecated:
917 - fwu_metadata
918
919 - title: I/O
920 scope: io
921
922 subsections:
923 - title: MTD
924 scope: mtd
925
926 deprecated:
927 - io_mtd
928
929 - title: Measured Boot
930 scope: measured-boot
931
932 deprecated:
933 - measured boot
934 - measured_boot
935
936 - title: MMC
937 scope: mmc
938
939 deprecated:
940 - drivers/mmc
941
942 - title: MTD
943 scope: mtd
944
945 deprecated:
946 - drivers/mtd
947
948 subsections:
949 - title: NAND
950 scope: nand
951
952 subsections:
953 - title: SPI NAND
954 scope: spi-nand
955
956 deprecated:
957 - spi_nand
958
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100959 - title: GUID Partition Tables Support
960 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530961
Juan Pablo Conde52487492023-05-15 22:17:17 -0500962 deprecated:
963 - partition
964
Chris Kay82117d72021-12-01 16:34:55 +0000965 - title: SCMI
966 scope: scmi
967
968 deprecated:
969 - scmi_common
970 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -0500971 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +0000972
973 - title: UFS
974 scope: ufs
975
976 - title: Arm
977 scope: arm-drivers
978
979 subsections:
980 - title: Ethos-N
981 scope: ethos-n
982
983 deprecated:
984 - drivers/arm/ethosn
985
986 - title: GIC
987 scope: gic
988
989 subsections:
990 - title: GICv3
991 scope: gicv3
992
laurenw-arm7c66fca2022-11-01 14:45:33 -0500993 deprecated:
994 - gicv3/multichip
995
Chris Kay82117d72021-12-01 16:34:55 +0000996 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500997 - title: GIC-600
998 scope: gic600
999
Chris Kay82117d72021-12-01 16:34:55 +00001000 - title: GIC-600AE
1001 scope: gic600ae
1002
Madhukar Pappireddydc4b8c62023-08-03 12:13:27 -05001003 - title: GICv2
1004 scope: gicv2
1005
Manish V Badarkhebcaeb672022-03-24 18:23:37 +00001006 - title: SMMU
1007 scope: smmu
1008
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001009 - title: MHU
1010 scope: mhu
1011
1012 deprecated:
1013 - drivers/arm/mhu
1014
Tamas Bana70e31d2024-04-22 15:41:45 +02001015 - title: RSE
1016 scope: rse
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001017
1018 deprecated:
1019 - drivers/arm/rss
Tamas Bana70e31d2024-04-22 15:41:45 +02001020 - rss
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001021
Chris Kay82117d72021-12-01 16:34:55 +00001022 - title: TZC
1023 scope: tzc
1024
1025 subsections:
1026 - title: TZC-400
1027 scope: tzc400
1028
1029 deprecated:
1030 - drivers/tzc400
1031
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001032 - title: TZC-380
1033 scope: tzc380
1034
1035 deprecated:
1036 - drivers/tzc380
1037
Madhukar Pappireddy4c3de562023-03-22 15:27:22 -05001038 - title: SBSA
1039 scope: sbsa
1040
Chris Kay82117d72021-12-01 16:34:55 +00001041 - title: Marvell
1042 scope: marvell-drivers
1043
1044 subsections:
1045 - title: COMPHY
1046 scope: marvell-comphy
1047
1048 deprecated:
1049 - drivers/marvell/comphy
1050
1051 subsections:
1052 - title: Armada 3700
1053 scope: marvell-comphy-3700
1054
1055 deprecated:
1056 - drivers/marvell/comphy-3700
1057
1058 - title: CP110
1059 scope: marvell-comphy-cp110
1060
1061 deprecated:
1062 - drivers/marvell/comphy-cp110
1063
1064 - title: UART
1065 scope: marvell-uart
1066
1067 deprecated:
1068 - plat/marvell/uart
1069
1070 - title: Armada
1071 scope: armada-drivers
1072
1073 subsections:
1074 - title: A3K
1075 scope: a3k-drivers
1076
1077 subsections:
1078 - title: A3720
1079 scope: a3720-uart
1080
1081 deprecated:
1082 - plat/marvell/a3720/uart
1083
1084 - title: MediaTek
1085 scope: mediatek-drivers
1086
1087 subsections:
1088 - title: APU
1089 scope: mediatek-apu
1090
1091 deprecated:
1092 - plat/mediatek/apu
1093
1094 - title: EMI MPU
1095 scope: mediatek-emi-mpu
1096
1097 deprecated:
1098 - plat/mediatek/mpu
1099
1100 - title: PMIC Wrapper
1101 scope: mediatek-pmic-wrapper
1102
1103 deprecated:
1104 - plat/mediatek/pmic_wrap
1105
1106 - title: MT8192
1107 scope: mt8192-drivers
1108
1109 subsections:
1110 - title: SPM
1111 scope: mt8192-spm
1112
1113 deprecated:
1114 - mediatek/mt8192/spm
1115
1116 - title: NXP
1117 scope: nxp-drivers
1118
1119 subsections:
1120 - title: DCFG
1121 scope: nxp-dcfg
1122
1123 deprecated:
1124 - driver/nxp/dcfg
1125
1126 - title: FLEXSPI
1127 scope: flexspi
1128
1129 deprecated:
1130 - include/drivers/flexspi
1131 - driver/nxp/xspi
1132
1133 - title: SCFG
1134 scope: nxp-scfg
1135
1136 deprecated:
1137 - nxp/scfg
1138
1139 - title: SFP
1140 scope: nxp-sfp
1141
1142 deprecated:
1143 - drivers/nxp/sfp
1144
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001145 - title: QSPI
1146 scope: nxp-qspi
1147
Jiafei Pan94450412022-02-18 12:02:04 +08001148 - title: NXP Crypto
1149 scope: nxp-crypto
1150
Jiafei Panfa3f7612022-02-22 11:05:00 +08001151 - title: DDR
1152 scope: nxp-ddr
1153
1154 - title: GIC
1155 scope: nxp-gic
1156
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001157 - title: CSU
1158 scope: nxp-csu
1159
1160 - title: IFC NAND
1161 scope: nxp-ifc-nand
1162
1163 - title: IFC NOR
1164 scope: nxp-ifc-nor
1165
1166 - title: TZC-380
1167 scope: nxp-tzc380
1168
Jacky Bai9dc47d52023-06-14 15:24:00 +08001169 - title: TRDC
1170 scope: imx-trdc
1171
Ghennadi Procopciucfc26eb02024-06-11 18:39:58 +03001172 - title: Clock
1173 scope: nxp-clk
1174
Chris Kay82117d72021-12-01 16:34:55 +00001175 - title: Renesas
1176 scope: renesas-drivers
1177
1178 subsections:
1179 - title: R-Car3
1180 scope: rcar3-drivers
1181
1182 deprecated:
1183 - drivers/rcar3
1184
1185 - title: ST
1186 scope: st-drivers
1187
1188 deprecated:
1189 - drivers/st
1190
1191 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +01001192 - title: BSEC
1193 scope: st-bsec
1194
Chris Kay82117d72021-12-01 16:34:55 +00001195 - title: Clock
1196 scope: st-clock
1197
1198 deprecated:
1199 - stm32mp_clk
1200 - drivers/st/clk
1201 - stm32mp1_clk
1202
Yann Gautier9f359fd2022-01-27 09:25:47 +01001203 - title: Crypto
1204 scope: st-crypto
1205
1206 - title: DDR
1207 scope: st-ddr
1208
Chris Kay82117d72021-12-01 16:34:55 +00001209 - title: I/O
1210 scope: st-io-drivers
1211
1212 subsections:
1213 - title: STM32 Image
1214 scope: st-io-stm32image
1215
1216 deprecated:
1217 - io-stm32image
1218 - io_stm32image
1219
Yann Gautier9f359fd2022-01-27 09:25:47 +01001220 - title: I2C
1221 scope: st-i2c
1222
1223 - title: FMC
1224 scope: st-fmc
1225
1226 - title: GPIO
1227 scope: st-gpio
1228
Chris Kay82117d72021-12-01 16:34:55 +00001229 - title: SDMMC2
1230 scope: st-sdmmc2
1231
1232 deprecated:
1233 - stm32_sdmmc2
1234
1235 - title: ST PMIC
1236 scope: st-pmic
1237
1238 deprecated:
1239 - drivers/st/pmic
1240
1241 - title: STPMIC1
1242 scope: stpmic1
1243
Yann Gautier9f359fd2022-01-27 09:25:47 +01001244 - title: Regulator
1245 scope: st-regulator
1246
1247 - title: Reset
1248 scope: st-reset
1249
1250 - title: SPI
1251 scope: st-spi
1252
Chris Kay82117d72021-12-01 16:34:55 +00001253 - title: UART
1254 scope: st-uart
1255
1256 subsections:
1257 - title: STM32 Console
1258 scope: stm32-console
1259
1260 deprecated:
1261 - stm32_console
1262
1263 - title: USB
1264 scope: st-usb
1265
1266 deprecated:
1267 - drivers/st/usb
1268
Yann Gautier9f359fd2022-01-27 09:25:47 +01001269 - title: Watchdog
1270 scope: st-iwdg
1271
Chris Kay82117d72021-12-01 16:34:55 +00001272 - title: USB
1273 scope: usb
1274
1275 deprecated:
1276 - drivers/usb
1277
1278 - title: Miscellaneous
1279
1280 subsections:
1281 - title: AArch64
1282 scope: aarch64
1283
1284 - title: Debug
1285 scope: debug
1286
1287 deprecated:
1288 - common/debug
1289
1290 - title: CRC32
1291 scope: crc32
1292
1293 subsections:
1294 - title: Hardware CRC32
1295 scope: hw-crc32
1296
1297 deprecated:
1298 - hw_crc
1299 - hw_crc32
1300
1301 - title: Software CRC32
1302 scope: sw-crc32
1303
1304 deprecated:
1305 - sw_crc32
1306
1307 - title: DT Bindings
1308 scope: dt-bindings
1309
1310 - title: FDT Wrappers
1311 scope: fdt-wrappers
1312
1313 - title: FDTs
1314 scope: fdts
1315
1316 deprecated:
1317 - fdt
1318
1319 subsections:
1320 - title: Morello
1321 scope: morello-fdts
1322
1323 deprecated:
1324 - fdts/morello
1325
1326 - title: STM32MP1
1327 scope: stm32mp1-fdts
1328
1329 deprecated:
1330 - fdts stm32mp1
1331
Yann Gautier2c962252022-07-08 15:55:14 +02001332 subsections:
1333 - title: STM32MP13
1334 scope: stm32mp13-fdts
1335
1336 - title: STM32MP15
1337 scope: stm32mp15-fdts
1338
Yann Gautier1123f662022-12-16 15:32:25 +01001339 - title: STM32MP2
1340 scope: stm32mp2-fdts
1341
Yann Gautier22985972023-11-23 19:37:21 +01001342 subsections:
1343 - title: STM32MP25
1344 scope: stm32mp25-fdts
1345
Chris Kay82117d72021-12-01 16:34:55 +00001346 - title: PIE
1347 scope: pie
1348
Juan Pablo Conde52487492023-05-15 22:17:17 -05001349 - title: PIE/POR
1350 scope: pie/por
1351
Chris Kay82117d72021-12-01 16:34:55 +00001352 - title: Security
1353 scope: security
1354
1355 - title: SDEI
1356 scope: sdei
1357
1358 - title: TBBR
1359 scope: tbbr
1360
1361 - title: NXP
1362
1363 subsections:
1364 - title: OCRAM
1365 scope: nxp-ocram
1366
1367 deprecated:
1368 - nxp/common/ocram
1369
1370 - title: PSCI
1371 scope: nxp-psci
1372
1373 deprecated:
1374 - plat/nxp/common/psci
1375
Chris Kayd04a4762023-04-13 17:24:20 +01001376 - title: UUID
1377 scope: uuid
1378
Chris Kay82117d72021-12-01 16:34:55 +00001379 - title: Documentation
1380 scope: docs
1381
1382 deprecated:
1383 - doc
1384
1385 subsections:
1386 - title: Changelog
1387 scope: changelog
1388
1389 - title: Commit Style
1390 scope: commit-style
1391
1392 - title: Contribution Guidelines
1393 scope: contributing
1394
1395 deprecated:
1396 - contribution-guidelines
1397 - docs-contributing.rst
1398
1399 - title: Maintainers
1400 scope: maintainers
1401
1402 - title: Prerequisites
1403 scope: prerequisites
1404
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001405 - title: Threat Model
1406 scope: threat-model
1407
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001408 - title: Porting Guide
1409 scope: porting
1410
Chris Kay82117d72021-12-01 16:34:55 +00001411 - title: Build System
1412 scope: build
1413
1414 deprecated:
1415 - makefile
1416 - Makefile
1417
1418 subsections:
1419 - title: Git Hooks
1420 scope: hooks
1421
Juan Pablo Conde52487492023-05-15 22:17:17 -05001422 deprecated:
1423 - git-hooks
1424
Chris Kay82117d72021-12-01 16:34:55 +00001425 - title: Tools
Manish V Badarkhe7b425de2024-07-19 08:31:51 +01001426 scope: tools
Chris Kay82117d72021-12-01 16:34:55 +00001427
1428 subsections:
1429 - title: STM32 Image
1430 scope: stm32image
1431
1432 deprecated:
1433 - tools/stm32image
1434
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001435 - title: NXP Tools
1436 scope: nxp-tools
1437
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001438 - title: Firmware Image Package Tool
1439 scope: fiptool
1440
1441 - title: Secure Partition Tool
1442 scope: sptool
1443
1444 - title: Certificate Creation Tool
1445 scope: cert-create
1446
Chris Kay01995442024-06-14 11:31:03 +00001447 - title: Firmware Encryption Tool
1448 scope: encrypt-fw
1449
Harrison Mutai372b8802023-02-23 11:30:17 +00001450 - title: Memory Mapping Tool
1451 scope: memmap
1452
laurenw-arm7c66fca2022-11-01 14:45:33 -05001453 deprecated:
1454 - cert_create
1455
Henrik Nordstromd95745b2023-12-04 10:31:07 +01001456 - title: Marvell Tools
1457 scope: marvell-tools
1458
Chris Kayb278eb72024-06-04 11:31:06 +00001459 - title: Renesas Tools
1460 scope: renesas-tools
1461
1462 subsections:
1463 - title: R-Car Layout Tool
1464 scope: rcar-layout
Chris Kay51a20b72024-06-04 11:31:06 +00001465
1466 - title: R/ZG Layout Tool
1467 scope: rzg-layout
1468
Harrison Mutai19dc4f92024-05-10 16:54:29 +00001469 - title: Transfer List Compiler
1470 scope: tlc
1471
Manish V Badarkhed544f052024-08-27 10:48:38 +01001472 - title: Chain of Trust device tree to C source file
1473 scope: cot-dt2c
1474
Chris Kay82117d72021-12-01 16:34:55 +00001475 - title: Dependencies
1476 scope: deps
1477
1478 subsections:
1479 - title: checkpatch
1480 scope: checkpatch
1481
1482 - title: commitlint
1483 scope: commitlint
1484
Daniel Boulbyc550e702022-10-05 11:03:44 +01001485 - title: Compiler runtime libraries
1486 scope: compiler-rt
1487
Chris Kay82117d72021-12-01 16:34:55 +00001488 - title: libfdt
1489 scope: libfdt
1490
1491 - title: Node Package Manager (NPM)
1492 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001493
dependabot[bot]dba1b532023-09-06 09:55:17 +00001494 - title: Poetry
1495 scope: poetry
1496
Daniel Boulbyc550e702022-10-05 11:03:44 +01001497 - title: zlib
1498 scope: zlib