blob: 5224441cca51064b68d12dea148bbf652f23402e [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
Dave Gerlach74c19f92022-03-22 11:02:52 -0500652 - title: Texas Instruments
653 scope: ti
654
655 subsections:
656 - title: K3
657 scope: k3
658
laurenw-arm7c66fca2022-11-01 14:45:33 -0500659 deprecated:
660 - ti-k3
661
Chris Kay82117d72021-12-01 16:34:55 +0000662 - title: Xilinx
663 scope: xilinx
664
665 deprecated:
666 - plat/xilinx
667
668 subsections:
Michal Simek38d5d4d2023-09-18 10:22:48 +0200669 - title: DCC (Debug Communication Channel)
670 scope: dcc
671
Chris Kay82117d72021-12-01 16:34:55 +0000672 - title: Versal
673 scope: versal
674
675 deprecated:
676 - plat/xilinx/versal/include
677 - plat/xilinx/versal
678 - plat/versal
679
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100680 - title: Versal NET
681 scope: versal-net
laurenw-arm7c66fca2022-11-01 14:45:33 -0500682
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100683 deprecated:
684 - versal_net
laurenw-arm7c66fca2022-11-01 14:45:33 -0500685
Chris Kay82117d72021-12-01 16:34:55 +0000686 - title: ZynqMP
687 scope: zynqmp
688
689 deprecated:
690 - plat/zynqmp
691 - plat/xilinx/zynqmp
692
Amit Nagal055796f2024-06-05 12:32:38 +0530693 - title: AMD
694 scope: amd
695
696 subsections:
697 - title: Versal Gen 2
698 scope: versal2
699
rutigl@gmail.comdefbeed2023-03-19 09:19:05 +0200700 - title: Nuvoton
701 scope: nuvoton
702
703 subsections:
704 - title: npcm845x
705 scope: npcm845x
706
Chris Kay82117d72021-12-01 16:34:55 +0000707 - title: Bootloader Images
708 scope: bl
709
710 deprecated:
711 - bl_common
712
713 subsections:
714 - title: BL1
715 scope: bl1
716
717 - title: BL2
718 scope: bl2
719
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100720 - title: BL31
721 scope: bl31
722
Shruti Guptac31beb62022-08-09 10:46:07 +0100723 - title: BL32
724 scope: bl32
725
726 subsections:
727 - title: TSP
728 scope: tsp
729
Chris Kay82117d72021-12-01 16:34:55 +0000730 - title: Services
731 scope: services
732
733 subsections:
734 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000735 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000736
737 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000738 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000739
740 - title: RME
741 scope: rme
742
laurenw-arm7c66fca2022-11-01 14:45:33 -0500743 deprecated:
744 - rme/fid
745
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100746 subsections:
747 - title: TRP
748 scope: trp
749
Javier Almansa Sobrino7176a772021-11-24 18:37:37 +0000750 - title: RMMD
751 scope: rmmd
752
Juan Pablo Conde52487492023-05-15 22:17:17 -0500753 - title: RMM
754 scope: rmm
755
Chris Kay82117d72021-12-01 16:34:55 +0000756 - title: SPM
757 scope: spm
758
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100759 subsections:
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000760 - title: EL3 SPM
761 scope: el3-spm
762
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100763 - title: EL3 SPMC
764 scope: el3-spmc
765
laurenw-arm7c66fca2022-11-01 14:45:33 -0500766 deprecated:
767 - spmc
768
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100769 - title: SPMD
770 scope: spmd
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000771
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100772 - title: SPM MM
773 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000774
Manish V Badarkhe478d3ee2022-06-27 09:21:14 +0100775 - title: DRTM
776 scope: drtm
777
Jayanth Dodderi Chidanand7c7faff2022-10-11 17:16:07 +0100778 - title: TRNG
779 scope: trng
780
Sona Mathew5100bec2023-09-20 12:55:32 -0500781 - title: ERRATA ABI
782 scope: errata-abi
783
784 deprecated:
785 - errata_abi
Sona Mathew7fe03522022-11-18 18:05:38 -0600786
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100787 - title: ChromeOS
788 scope: cros
789
Chris Kay82117d72021-12-01 16:34:55 +0000790 - title: Libraries
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000791 scope: lib
Chris Kay82117d72021-12-01 16:34:55 +0000792
793 subsections:
794 - title: CPU Support
795 scope: cpus
796
797 deprecated:
798 - cpu
799 - errata
800 - errata_report
801
802 - title: EL3 Runtime
803 scope: el3-runtime
804
805 deprecated:
806 - el3_runtime
807
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100808 subsections:
809 - title: Context Management
810 scope: cm
811
laurenw-arm7c66fca2022-11-01 14:45:33 -0500812 - title: RAS
813 scope: ras
814
Madhukar Pappireddy0cb58bc2024-06-17 15:12:26 -0500815 - title: SIMD
816 scope: simd
817
Chris Kay82117d72021-12-01 16:34:55 +0000818 - title: FCONF
819 scope: fconf
820
821 - title: MPMM
822 scope: mpmm
823
824 - title: OP-TEE
825 scope: optee
826
827 deprecated:
828 - lib/optee
829
830 - title: PSCI
831 scope: psci
832
Chris Kayc66b9f32024-01-15 18:45:07 +0000833 - title: ROMlib
834 scope: romlib
835
Chris Kay82117d72021-12-01 16:34:55 +0000836 - title: GPT
837 scope: gpt
838
839 deprecated:
840 - gpt_rme
841
842 - title: SMCCC
843 scope: smccc
844
845 - title: Translation Tables
846 scope: xlat
847
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100848 - title: C Standard Library
849 scope: libc
850
851 - title: Locks
852 scope: locks
853
854 - title: PSA
855 scope: psa
856
laurenw-arm7c66fca2022-11-01 14:45:33 -0500857 deprecated:
858 - lib/psa
859
Tamas Ban109a4802024-02-06 11:24:51 +0100860 - title: DICE Protection Environment
861 scope: dice
862
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500863 - title: Context Management
Chris Kaye76be0a2022-10-10 16:57:45 +0100864 scope: context-mgmt
865
866 deprecated:
867 - context mgmt
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500868
Manish V Badarkhede920262022-09-26 15:06:56 +0100869 - title: Semihosting
870 scope: semihosting
871
Raymond Mao98983392023-07-25 07:53:35 -0700872 - title: Firmware Handoff
873 scope: handoff
874
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100875 - title: Exception Handling Framework (EHF)
876 scope: ehf
877
Chris Kay82117d72021-12-01 16:34:55 +0000878 - title: Drivers
879
880 subsections:
881 - title: Authentication
882 scope: auth
883
884 deprecated:
885 - driver/auth
886
887 subsections:
888 - title: CryptoCell-713
889 scope: cc-713
890
Manish V Badarkhe8d91e982022-09-22 21:41:55 +0100891 - title: Crypto
892 scope: crypto
893
894 - title: mbedTLS
895 scope: mbedtls
896
Manish V Badarkhe538d5922023-09-22 17:54:59 +0100897 - title: mbedTLS-PSA
898 scope: mbedtls-psa
899
Yann Gautier1832d662023-01-06 17:05:48 +0100900 - title: Console
901 scope: console
902
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100903 - title: Generic Clock
904 scope: clk
905
Chris Kay82117d72021-12-01 16:34:55 +0000906 - title: FWU
907 scope: fwu
908
909 deprecated:
910 - fwu_metadata
911
912 - title: I/O
913 scope: io
914
915 subsections:
916 - title: MTD
917 scope: mtd
918
919 deprecated:
920 - io_mtd
921
922 - title: Measured Boot
923 scope: measured-boot
924
925 deprecated:
926 - measured boot
927 - measured_boot
928
929 - title: MMC
930 scope: mmc
931
932 deprecated:
933 - drivers/mmc
934
935 - title: MTD
936 scope: mtd
937
938 deprecated:
939 - drivers/mtd
940
941 subsections:
942 - title: NAND
943 scope: nand
944
945 subsections:
946 - title: SPI NAND
947 scope: spi-nand
948
949 deprecated:
950 - spi_nand
951
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100952 - title: GUID Partition Tables Support
953 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530954
Juan Pablo Conde52487492023-05-15 22:17:17 -0500955 deprecated:
956 - partition
957
Chris Kay82117d72021-12-01 16:34:55 +0000958 - title: SCMI
959 scope: scmi
960
961 deprecated:
962 - scmi_common
963 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -0500964 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +0000965
966 - title: UFS
967 scope: ufs
968
969 - title: Arm
970 scope: arm-drivers
971
972 subsections:
973 - title: Ethos-N
974 scope: ethos-n
975
976 deprecated:
977 - drivers/arm/ethosn
978
979 - title: GIC
980 scope: gic
981
982 subsections:
983 - title: GICv3
984 scope: gicv3
985
laurenw-arm7c66fca2022-11-01 14:45:33 -0500986 deprecated:
987 - gicv3/multichip
988
Chris Kay82117d72021-12-01 16:34:55 +0000989 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500990 - title: GIC-600
991 scope: gic600
992
Chris Kay82117d72021-12-01 16:34:55 +0000993 - title: GIC-600AE
994 scope: gic600ae
995
Madhukar Pappireddydc4b8c62023-08-03 12:13:27 -0500996 - title: GICv2
997 scope: gicv2
998
Manish V Badarkhebcaeb672022-03-24 18:23:37 +0000999 - title: SMMU
1000 scope: smmu
1001
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001002 - title: MHU
1003 scope: mhu
1004
1005 deprecated:
1006 - drivers/arm/mhu
1007
Tamas Bana70e31d2024-04-22 15:41:45 +02001008 - title: RSE
1009 scope: rse
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001010
1011 deprecated:
1012 - drivers/arm/rss
Tamas Bana70e31d2024-04-22 15:41:45 +02001013 - rss
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001014
Chris Kay82117d72021-12-01 16:34:55 +00001015 - title: TZC
1016 scope: tzc
1017
1018 subsections:
1019 - title: TZC-400
1020 scope: tzc400
1021
1022 deprecated:
1023 - drivers/tzc400
1024
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001025 - title: TZC-380
1026 scope: tzc380
1027
1028 deprecated:
1029 - drivers/tzc380
1030
Madhukar Pappireddy4c3de562023-03-22 15:27:22 -05001031 - title: SBSA
1032 scope: sbsa
1033
Chris Kay82117d72021-12-01 16:34:55 +00001034 - title: Marvell
1035 scope: marvell-drivers
1036
1037 subsections:
1038 - title: COMPHY
1039 scope: marvell-comphy
1040
1041 deprecated:
1042 - drivers/marvell/comphy
1043
1044 subsections:
1045 - title: Armada 3700
1046 scope: marvell-comphy-3700
1047
1048 deprecated:
1049 - drivers/marvell/comphy-3700
1050
1051 - title: CP110
1052 scope: marvell-comphy-cp110
1053
1054 deprecated:
1055 - drivers/marvell/comphy-cp110
1056
1057 - title: UART
1058 scope: marvell-uart
1059
1060 deprecated:
1061 - plat/marvell/uart
1062
1063 - title: Armada
1064 scope: armada-drivers
1065
1066 subsections:
1067 - title: A3K
1068 scope: a3k-drivers
1069
1070 subsections:
1071 - title: A3720
1072 scope: a3720-uart
1073
1074 deprecated:
1075 - plat/marvell/a3720/uart
1076
1077 - title: MediaTek
1078 scope: mediatek-drivers
1079
1080 subsections:
1081 - title: APU
1082 scope: mediatek-apu
1083
1084 deprecated:
1085 - plat/mediatek/apu
1086
1087 - title: EMI MPU
1088 scope: mediatek-emi-mpu
1089
1090 deprecated:
1091 - plat/mediatek/mpu
1092
1093 - title: PMIC Wrapper
1094 scope: mediatek-pmic-wrapper
1095
1096 deprecated:
1097 - plat/mediatek/pmic_wrap
1098
1099 - title: MT8192
1100 scope: mt8192-drivers
1101
1102 subsections:
1103 - title: SPM
1104 scope: mt8192-spm
1105
1106 deprecated:
1107 - mediatek/mt8192/spm
1108
1109 - title: NXP
1110 scope: nxp-drivers
1111
1112 subsections:
1113 - title: DCFG
1114 scope: nxp-dcfg
1115
1116 deprecated:
1117 - driver/nxp/dcfg
1118
1119 - title: FLEXSPI
1120 scope: flexspi
1121
1122 deprecated:
1123 - include/drivers/flexspi
1124 - driver/nxp/xspi
1125
1126 - title: SCFG
1127 scope: nxp-scfg
1128
1129 deprecated:
1130 - nxp/scfg
1131
1132 - title: SFP
1133 scope: nxp-sfp
1134
1135 deprecated:
1136 - drivers/nxp/sfp
1137
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001138 - title: QSPI
1139 scope: nxp-qspi
1140
Jiafei Pan94450412022-02-18 12:02:04 +08001141 - title: NXP Crypto
1142 scope: nxp-crypto
1143
Jiafei Panfa3f7612022-02-22 11:05:00 +08001144 - title: DDR
1145 scope: nxp-ddr
1146
1147 - title: GIC
1148 scope: nxp-gic
1149
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001150 - title: CSU
1151 scope: nxp-csu
1152
1153 - title: IFC NAND
1154 scope: nxp-ifc-nand
1155
1156 - title: IFC NOR
1157 scope: nxp-ifc-nor
1158
1159 - title: TZC-380
1160 scope: nxp-tzc380
1161
Jacky Bai9dc47d52023-06-14 15:24:00 +08001162 - title: TRDC
1163 scope: imx-trdc
1164
Ghennadi Procopciucfc26eb02024-06-11 18:39:58 +03001165 - title: Clock
1166 scope: nxp-clk
1167
Chris Kay82117d72021-12-01 16:34:55 +00001168 - title: Renesas
1169 scope: renesas-drivers
1170
1171 subsections:
1172 - title: R-Car3
1173 scope: rcar3-drivers
1174
1175 deprecated:
1176 - drivers/rcar3
1177
1178 - title: ST
1179 scope: st-drivers
1180
1181 deprecated:
1182 - drivers/st
1183
1184 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +01001185 - title: BSEC
1186 scope: st-bsec
1187
Chris Kay82117d72021-12-01 16:34:55 +00001188 - title: Clock
1189 scope: st-clock
1190
1191 deprecated:
1192 - stm32mp_clk
1193 - drivers/st/clk
1194 - stm32mp1_clk
1195
Yann Gautier9f359fd2022-01-27 09:25:47 +01001196 - title: Crypto
1197 scope: st-crypto
1198
1199 - title: DDR
1200 scope: st-ddr
1201
Chris Kay82117d72021-12-01 16:34:55 +00001202 - title: I/O
1203 scope: st-io-drivers
1204
1205 subsections:
1206 - title: STM32 Image
1207 scope: st-io-stm32image
1208
1209 deprecated:
1210 - io-stm32image
1211 - io_stm32image
1212
Yann Gautier9f359fd2022-01-27 09:25:47 +01001213 - title: I2C
1214 scope: st-i2c
1215
1216 - title: FMC
1217 scope: st-fmc
1218
1219 - title: GPIO
1220 scope: st-gpio
1221
Chris Kay82117d72021-12-01 16:34:55 +00001222 - title: SDMMC2
1223 scope: st-sdmmc2
1224
1225 deprecated:
1226 - stm32_sdmmc2
1227
1228 - title: ST PMIC
1229 scope: st-pmic
1230
1231 deprecated:
1232 - drivers/st/pmic
1233
1234 - title: STPMIC1
1235 scope: stpmic1
1236
Yann Gautier9f359fd2022-01-27 09:25:47 +01001237 - title: Regulator
1238 scope: st-regulator
1239
1240 - title: Reset
1241 scope: st-reset
1242
1243 - title: SPI
1244 scope: st-spi
1245
Chris Kay82117d72021-12-01 16:34:55 +00001246 - title: UART
1247 scope: st-uart
1248
1249 subsections:
1250 - title: STM32 Console
1251 scope: stm32-console
1252
1253 deprecated:
1254 - stm32_console
1255
1256 - title: USB
1257 scope: st-usb
1258
1259 deprecated:
1260 - drivers/st/usb
1261
Yann Gautier9f359fd2022-01-27 09:25:47 +01001262 - title: Watchdog
1263 scope: st-iwdg
1264
Chris Kay82117d72021-12-01 16:34:55 +00001265 - title: USB
1266 scope: usb
1267
1268 deprecated:
1269 - drivers/usb
1270
1271 - title: Miscellaneous
1272
1273 subsections:
1274 - title: AArch64
1275 scope: aarch64
1276
1277 - title: Debug
1278 scope: debug
1279
1280 deprecated:
1281 - common/debug
1282
1283 - title: CRC32
1284 scope: crc32
1285
1286 subsections:
1287 - title: Hardware CRC32
1288 scope: hw-crc32
1289
1290 deprecated:
1291 - hw_crc
1292 - hw_crc32
1293
1294 - title: Software CRC32
1295 scope: sw-crc32
1296
1297 deprecated:
1298 - sw_crc32
1299
1300 - title: DT Bindings
1301 scope: dt-bindings
1302
1303 - title: FDT Wrappers
1304 scope: fdt-wrappers
1305
1306 - title: FDTs
1307 scope: fdts
1308
1309 deprecated:
1310 - fdt
1311
1312 subsections:
1313 - title: Morello
1314 scope: morello-fdts
1315
1316 deprecated:
1317 - fdts/morello
1318
1319 - title: STM32MP1
1320 scope: stm32mp1-fdts
1321
1322 deprecated:
1323 - fdts stm32mp1
1324
Yann Gautier2c962252022-07-08 15:55:14 +02001325 subsections:
1326 - title: STM32MP13
1327 scope: stm32mp13-fdts
1328
1329 - title: STM32MP15
1330 scope: stm32mp15-fdts
1331
Yann Gautier1123f662022-12-16 15:32:25 +01001332 - title: STM32MP2
1333 scope: stm32mp2-fdts
1334
Chris Kay82117d72021-12-01 16:34:55 +00001335 - title: PIE
1336 scope: pie
1337
Juan Pablo Conde52487492023-05-15 22:17:17 -05001338 - title: PIE/POR
1339 scope: pie/por
1340
Chris Kay82117d72021-12-01 16:34:55 +00001341 - title: Security
1342 scope: security
1343
1344 - title: SDEI
1345 scope: sdei
1346
1347 - title: TBBR
1348 scope: tbbr
1349
1350 - title: NXP
1351
1352 subsections:
1353 - title: OCRAM
1354 scope: nxp-ocram
1355
1356 deprecated:
1357 - nxp/common/ocram
1358
1359 - title: PSCI
1360 scope: nxp-psci
1361
1362 deprecated:
1363 - plat/nxp/common/psci
1364
Chris Kayd04a4762023-04-13 17:24:20 +01001365 - title: UUID
1366 scope: uuid
1367
Chris Kay82117d72021-12-01 16:34:55 +00001368 - title: Documentation
1369 scope: docs
1370
1371 deprecated:
1372 - doc
1373
1374 subsections:
1375 - title: Changelog
1376 scope: changelog
1377
1378 - title: Commit Style
1379 scope: commit-style
1380
1381 - title: Contribution Guidelines
1382 scope: contributing
1383
1384 deprecated:
1385 - contribution-guidelines
1386 - docs-contributing.rst
1387
1388 - title: Maintainers
1389 scope: maintainers
1390
1391 - title: Prerequisites
1392 scope: prerequisites
1393
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001394 - title: Threat Model
1395 scope: threat-model
1396
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001397 - title: Porting Guide
1398 scope: porting
1399
Chris Kay82117d72021-12-01 16:34:55 +00001400 - title: Build System
1401 scope: build
1402
1403 deprecated:
1404 - makefile
1405 - Makefile
1406
1407 subsections:
1408 - title: Git Hooks
1409 scope: hooks
1410
Juan Pablo Conde52487492023-05-15 22:17:17 -05001411 deprecated:
1412 - git-hooks
1413
Chris Kay82117d72021-12-01 16:34:55 +00001414 - title: Tools
Manish V Badarkhe7b425de2024-07-19 08:31:51 +01001415 scope: tools
Chris Kay82117d72021-12-01 16:34:55 +00001416
1417 subsections:
1418 - title: STM32 Image
1419 scope: stm32image
1420
1421 deprecated:
1422 - tools/stm32image
1423
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001424 - title: NXP Tools
1425 scope: nxp-tools
1426
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001427 - title: Firmware Image Package Tool
1428 scope: fiptool
1429
1430 - title: Secure Partition Tool
1431 scope: sptool
1432
1433 - title: Certificate Creation Tool
1434 scope: cert-create
1435
Chris Kay01995442024-06-14 11:31:03 +00001436 - title: Firmware Encryption Tool
1437 scope: encrypt-fw
1438
Harrison Mutai372b8802023-02-23 11:30:17 +00001439 - title: Memory Mapping Tool
1440 scope: memmap
1441
laurenw-arm7c66fca2022-11-01 14:45:33 -05001442 deprecated:
1443 - cert_create
1444
Henrik Nordstromd95745b2023-12-04 10:31:07 +01001445 - title: Marvell Tools
1446 scope: marvell-tools
1447
Chris Kayb278eb72024-06-04 11:31:06 +00001448 - title: Renesas Tools
1449 scope: renesas-tools
1450
1451 subsections:
1452 - title: R-Car Layout Tool
1453 scope: rcar-layout
Chris Kay51a20b72024-06-04 11:31:06 +00001454
1455 - title: R/ZG Layout Tool
1456 scope: rzg-layout
1457
Harrison Mutai19dc4f92024-05-10 16:54:29 +00001458 - title: Transfer List Compiler
1459 scope: tlc
1460
Manish V Badarkhed544f052024-08-27 10:48:38 +01001461 - title: Chain of Trust device tree to C source file
1462 scope: cot-dt2c
1463
Chris Kay82117d72021-12-01 16:34:55 +00001464 - title: Dependencies
1465 scope: deps
1466
1467 subsections:
1468 - title: checkpatch
1469 scope: checkpatch
1470
1471 - title: commitlint
1472 scope: commitlint
1473
Daniel Boulbyc550e702022-10-05 11:03:44 +01001474 - title: Compiler runtime libraries
1475 scope: compiler-rt
1476
Chris Kay82117d72021-12-01 16:34:55 +00001477 - title: libfdt
1478 scope: libfdt
1479
1480 - title: Node Package Manager (NPM)
1481 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001482
dependabot[bot]dba1b532023-09-06 09:55:17 +00001483 - title: Poetry
1484 scope: poetry
1485
Daniel Boulbyc550e702022-10-05 11:03:44 +01001486 - title: zlib
1487 scope: zlib