blob: df0476f8e0358901160689cb2215b9a5e30bd61a [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
Chia-Wei Wanga7556d82022-11-02 17:50:21 +0800275 - title: Aspeed
276 scope: aspeed
277
278 subsections:
279 - title: AST2700
280 scope: ast2700
281
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100282 - title: Broadcom
283 scope: brcm
284
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000285 - title: Cadence
286 scope: cadence
287
laurenw-arm7c66fca2022-11-01 14:45:33 -0500288 - title: HiSilicon
289 scope: hisilicon
290
291 subsections:
292 - title: HiKey
293 scope: hikey
294
295 - title: HiKey960
296 scope: hikey960
297
Sieu Mun Tang9f3a13c2022-02-22 14:14:26 +0800298 - title: Intel
299 scope: intel
300
301 subsections:
302 - title: SoC
303 scope: soc
304
Chris Kay82117d72021-12-01 16:34:55 +0000305 - title: Marvell
306 scope: marvell
307
308 deprecated:
309 - plat/marvell
310
311 subsections:
312 - title: Armada
313 scope: armada
314
315 deprecated:
316 - plat/marvell/armada
317
318 subsections:
319 - title: A3K
320 scope: a3k
321
322 deprecated:
323 - plat/marvell/a3k
324
325 - title: A8K
326 scope: a8k
327
328 deprecated:
329 - plat/marvell/a8k
330
331 - title: MediaTek
332 scope: mediatek
333
334 deprecated:
335 - plat/mediatek/common
336 - plat/mediatek
337
338 subsections:
339 - title: MT8183
340 scope: mt8183
341
342 deprecated:
343 - plat/mediatek/mt8183
344
laurenw-arm7c66fca2022-11-01 14:45:33 -0500345 - title: MT8186
346 scope: mt8186
347
348 deprecated:
349 - plat/mediatek/mt8186
350 - mt8186-emi-mpu
351
352 - title: MT8188
353 scope: mt8188
354
Chris Kay82117d72021-12-01 16:34:55 +0000355 - title: MT8192
356 scope: mt8192
357
358 deprecated:
359 - plat/mdeiatek/mt8192
360
361 - title: MT8195
362 scope: mt8195
363
364 deprecated:
365 - plat/mediatek/me8195
366 - plat/mediatek/mt8195
367 - plat/mdeiatek/mt8195
368
369 - title: NVIDIA
370 scope: nvidia
371
372 subsections:
373 - title: Tegra
374 scope: tegra
375
376 deprecated:
377 - plat/tegra
378
379 subsections:
380 - title: Tegra 132
381 scope: tegra132
382
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100383 - title: Tegra 194
384 scope: tegra194
385
Juan Pablo Conde52487492023-05-15 22:17:17 -0500386 - title: Tegra 210
387 scope: tegra210
388
Chris Kay82117d72021-12-01 16:34:55 +0000389 - title: NXP
390 scope: nxp
391
392 deprecated:
393 - plat/nxp
394 - plat/nxp/common
395
396 subsections:
397 - title: i.MX
398 scope: imx
399
400 deprecated:
401 - plat/imx
402 - plat/imx/imx
403
404 subsections:
405 - title: i.MX 8M
406 scope: imx8m
407
408 deprecated:
409 - plat/imx8m
410 - plat/imx/imx8m
411
412 subsections:
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100413 - title: i.MX 8M Nano
414 scope: imx8mn
415
416 deprecated:
417 - plat/imx/imx8m/imx8mn
418
Chris Kay82117d72021-12-01 16:34:55 +0000419 - title: i.MX 8M Mini
420 scope: imx8mm
421
422 deprecated:
423 - plat/imx/imx8m/imx8mm
424
425 - title: i.MX 8M Plus
426 scope: imx8mp
427
428 deprecated:
429 - plat/imx/imx8m/imx8mp
430
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100431 - title: i.MX 8Q
432 scope: imx8mq
433
434 deprecated:
435 - plat/imx/imx8m/imx8mq
436
Juan Pablo Conde52487492023-05-15 22:17:17 -0500437 - title: i.MX 8
438 scope: imx8
439
Jacky Bai4e214e42023-10-08 17:52:24 +0800440 - title: i.MX 8ULP
441 scope: imx8ulp
442
Jacky Bai9dc47d52023-06-14 15:24:00 +0800443 - title: i.MX 9
444 scope: imx9
445
446 subsections:
447 - title: i.MX93
448 scope: imx93
449
Chris Kay82117d72021-12-01 16:34:55 +0000450 - title: Layerscape
451 scope: layerscape
452
453 deprecated:
454 - docs/nxp/layerscape
455
456 subsections:
457 - title: LS1028A
458 scope: ls1028a
459
460 deprecated:
461 - plat/nxp/ls1028a
462
463 subsections:
464 - title: LS1028ARDB
465 scope: ls1028ardb
466
467 deprecated:
468 - plat/nxp/ls1028ardb
469
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100470 - title: LS1043A
471 scope: ls1043a
472
473 deprecated:
474 - plat/nxp/ls1043a
475
476 subsections:
477 - title: LS1043ARDB
478 scope: ls1043ardb
479
480 deprecated:
481 - plat/nxp/ls1043ardb
482
Chris Kay82117d72021-12-01 16:34:55 +0000483 - title: LX2
484 scope: lx2
485
486 deprecated:
487 - plat/nxp/lx2
488
489 subsections:
490 - title: LX216
491 scope: lx216
492
493 deprecated:
494 - plat/nxp/lx216x
495
496 subsections:
497 - title: LX2160
498 scope: lx2160
499
500 deprecated:
501 - plat/soc-lx2160
502
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800503 - title: LS1046A
504 scope: ls1046a
505
506 subsections:
507 - title: LS1046ARDB
508 scope: ls1046ardb
509
510 - title: LS1046AFRWY
511 scope: ls1046afrwy
512
513 - title: LS1046AQDS
514 scope: ls1046aqds
515
Jiafei Pan290bf6f2022-02-24 16:00:35 +0800516 - title: LS1088A
517 scope: ls1088a
518
519 subsections:
520 - title: LS1088ARDB
521 scope: ls1088ardb
522
523 - title: LS1088AQDS
524 scope: ls1088aqds
525
Ghennadi Procopciuca9fee052024-01-30 16:19:47 +0200526 - title: S32G274A
527 scope: s32g274a
528
529 subsections:
530 - title: S32G274ARDB
531 scope: s32g274ardb
532
Chris Kay82117d72021-12-01 16:34:55 +0000533 - title: QEMU
534 scope: qemu
535
536 deprecated:
537 - plat/qemu
538
Juan Pablo Conde52487492023-05-15 22:17:17 -0500539 subsections:
540 - title: SBSA
541 scope: qemu-sbsa
542
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000543 deprecated:
544 - qemu_sbsa
545
Chris Kay82117d72021-12-01 16:34:55 +0000546 - title: QTI
547 scope: qti
548
laurenw-arm7c66fca2022-11-01 14:45:33 -0500549 deprecated:
550 - plat/qti
551
Chris Kay82117d72021-12-01 16:34:55 +0000552 subsections:
553 - title: SC1780
554 scope: sc7180
555
556 deprecated:
557 - plat/qti/sc7180
558
559 - title: SC7280
560 scope: sc7280
561
562 deprecated:
563 - plat/qti/sc7280
564
Stephan Gerholdd0d0bf42021-12-01 20:00:00 +0100565 - title: MSM8916
566 scope: msm8916
567
Chris Kay82117d72021-12-01 16:34:55 +0000568 - title: Raspberry Pi
569 scope: rpi
570
571 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500572 - title: Raspberry Pi 3
573 scope: rpi3
574
Chris Kay82117d72021-12-01 16:34:55 +0000575 - title: Raspberry Pi 4
576 scope: rpi4
577
Mario Bălănicăc883ce02023-12-02 03:08:02 +0200578 - title: Raspberry Pi 5
579 scope: rpi5
580
Chris Kay82117d72021-12-01 16:34:55 +0000581 - title: Renesas
582 scope: renesas
583
584 subsections:
585 - title: R-Car
586 scope: rcar
587
588 deprecated:
589 - plat/rcar
590
591 subsections:
592 - title: R-Car 3
593 scope: rcar3
594
595 deprecated:
596 - plat/rcar3
597
598 - title: Rockchip
599 scope: rockchip
600
601 subsections:
602 - title: RK3399
603 scope: rk3399
604
605 deprecated:
606 - rockchip/rk3399
607 - rk3399/suspend
608
Diederik de Haas6a9c7312023-11-27 10:21:37 +0100609 - title: RK3328
610 scope: rk3328
611
Chris Kay82117d72021-12-01 16:34:55 +0000612 - title: Socionext
613 scope: socionext
614
615 subsections:
616 - title: Synquacer
617 scope: synquacer
618
619 deprecated:
620 - plat/synquacer
621
622 - title: ST
623 scope: st
624
625 deprecated:
626 - plat/st
627
628 subsections:
Yann Gautier14b32e82022-06-01 18:17:43 +0200629 - title: STM32MP1
Chris Kay82117d72021-12-01 16:34:55 +0000630 scope: stm32mp1
631
632 deprecated:
633 - plat/st/stm32mp1
634
Yann Gautier14b32e82022-06-01 18:17:43 +0200635 subsections:
636 - title: STM32MP13
637 scope: stm32mp13
638
639 - title: STM32MP15
640 scope: stm32mp15
641
Yann Gautier1123f662022-12-16 15:32:25 +0100642 - title: STM32MP2
643 scope: stm32mp2
644
Dave Gerlach74c19f92022-03-22 11:02:52 -0500645 - title: Texas Instruments
646 scope: ti
647
648 subsections:
649 - title: K3
650 scope: k3
651
laurenw-arm7c66fca2022-11-01 14:45:33 -0500652 deprecated:
653 - ti-k3
654
Chris Kay82117d72021-12-01 16:34:55 +0000655 - title: Xilinx
656 scope: xilinx
657
658 deprecated:
659 - plat/xilinx
660
661 subsections:
Michal Simek38d5d4d2023-09-18 10:22:48 +0200662 - title: DCC (Debug Communication Channel)
663 scope: dcc
664
Chris Kay82117d72021-12-01 16:34:55 +0000665 - title: Versal
666 scope: versal
667
668 deprecated:
669 - plat/xilinx/versal/include
670 - plat/xilinx/versal
671 - plat/versal
672
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100673 - title: Versal NET
674 scope: versal-net
laurenw-arm7c66fca2022-11-01 14:45:33 -0500675
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100676 deprecated:
677 - versal_net
laurenw-arm7c66fca2022-11-01 14:45:33 -0500678
Chris Kay82117d72021-12-01 16:34:55 +0000679 - title: ZynqMP
680 scope: zynqmp
681
682 deprecated:
683 - plat/zynqmp
684 - plat/xilinx/zynqmp
685
Amit Nagal055796f2024-06-05 12:32:38 +0530686 - title: AMD
687 scope: amd
688
689 subsections:
690 - title: Versal Gen 2
691 scope: versal2
692
rutigl@gmail.comdefbeed2023-03-19 09:19:05 +0200693 - title: Nuvoton
694 scope: nuvoton
695
696 subsections:
697 - title: npcm845x
698 scope: npcm845x
699
Chris Kay82117d72021-12-01 16:34:55 +0000700 - title: Bootloader Images
701 scope: bl
702
703 deprecated:
704 - bl_common
705
706 subsections:
707 - title: BL1
708 scope: bl1
709
710 - title: BL2
711 scope: bl2
712
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100713 - title: BL31
714 scope: bl31
715
Shruti Guptac31beb62022-08-09 10:46:07 +0100716 - title: BL32
717 scope: bl32
718
719 subsections:
720 - title: TSP
721 scope: tsp
722
Chris Kay82117d72021-12-01 16:34:55 +0000723 - title: Services
724 scope: services
725
726 subsections:
727 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000728 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000729
730 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000731 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000732
733 - title: RME
734 scope: rme
735
laurenw-arm7c66fca2022-11-01 14:45:33 -0500736 deprecated:
737 - rme/fid
738
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100739 subsections:
740 - title: TRP
741 scope: trp
742
Javier Almansa Sobrino7176a772021-11-24 18:37:37 +0000743 - title: RMMD
744 scope: rmmd
745
Juan Pablo Conde52487492023-05-15 22:17:17 -0500746 - title: RMM
747 scope: rmm
748
Chris Kay82117d72021-12-01 16:34:55 +0000749 - title: SPM
750 scope: spm
751
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100752 subsections:
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000753 - title: EL3 SPM
754 scope: el3-spm
755
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100756 - title: EL3 SPMC
757 scope: el3-spmc
758
laurenw-arm7c66fca2022-11-01 14:45:33 -0500759 deprecated:
760 - spmc
761
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100762 - title: SPMD
763 scope: spmd
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000764
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100765 - title: SPM MM
766 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000767
Manish V Badarkhe478d3ee2022-06-27 09:21:14 +0100768 - title: DRTM
769 scope: drtm
770
Jayanth Dodderi Chidanand7c7faff2022-10-11 17:16:07 +0100771 - title: TRNG
772 scope: trng
773
Sona Mathew5100bec2023-09-20 12:55:32 -0500774 - title: ERRATA ABI
775 scope: errata-abi
776
777 deprecated:
778 - errata_abi
Sona Mathew7fe03522022-11-18 18:05:38 -0600779
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100780 - title: ChromeOS
781 scope: cros
782
Chris Kay82117d72021-12-01 16:34:55 +0000783 - title: Libraries
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000784 scope: lib
Chris Kay82117d72021-12-01 16:34:55 +0000785
786 subsections:
787 - title: CPU Support
788 scope: cpus
789
790 deprecated:
791 - cpu
792 - errata
793 - errata_report
794
795 - title: EL3 Runtime
796 scope: el3-runtime
797
798 deprecated:
799 - el3_runtime
800
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100801 subsections:
802 - title: Context Management
803 scope: cm
804
laurenw-arm7c66fca2022-11-01 14:45:33 -0500805 - title: RAS
806 scope: ras
807
Madhukar Pappireddy0cb58bc2024-06-17 15:12:26 -0500808 - title: SIMD
809 scope: simd
810
Chris Kay82117d72021-12-01 16:34:55 +0000811 - title: FCONF
812 scope: fconf
813
814 - title: MPMM
815 scope: mpmm
816
817 - title: OP-TEE
818 scope: optee
819
820 deprecated:
821 - lib/optee
822
823 - title: PSCI
824 scope: psci
825
Chris Kayc66b9f32024-01-15 18:45:07 +0000826 - title: ROMlib
827 scope: romlib
828
Chris Kay82117d72021-12-01 16:34:55 +0000829 - title: GPT
830 scope: gpt
831
832 deprecated:
833 - gpt_rme
834
835 - title: SMCCC
836 scope: smccc
837
838 - title: Translation Tables
839 scope: xlat
840
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100841 - title: C Standard Library
842 scope: libc
843
844 - title: Locks
845 scope: locks
846
847 - title: PSA
848 scope: psa
849
laurenw-arm7c66fca2022-11-01 14:45:33 -0500850 deprecated:
851 - lib/psa
852
Tamas Ban109a4802024-02-06 11:24:51 +0100853 - title: DICE Protection Environment
854 scope: dice
855
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500856 - title: Context Management
Chris Kaye76be0a2022-10-10 16:57:45 +0100857 scope: context-mgmt
858
859 deprecated:
860 - context mgmt
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500861
Manish V Badarkhede920262022-09-26 15:06:56 +0100862 - title: Semihosting
863 scope: semihosting
864
Raymond Mao98983392023-07-25 07:53:35 -0700865 - title: Firmware Handoff
866 scope: handoff
867
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100868 - title: Exception Handling Framework (EHF)
869 scope: ehf
870
Chris Kay82117d72021-12-01 16:34:55 +0000871 - title: Drivers
872
873 subsections:
874 - title: Authentication
875 scope: auth
876
877 deprecated:
878 - driver/auth
879
880 subsections:
881 - title: CryptoCell-713
882 scope: cc-713
883
Manish V Badarkhe8d91e982022-09-22 21:41:55 +0100884 - title: Crypto
885 scope: crypto
886
887 - title: mbedTLS
888 scope: mbedtls
889
Manish V Badarkhe538d5922023-09-22 17:54:59 +0100890 - title: mbedTLS-PSA
891 scope: mbedtls-psa
892
Yann Gautier1832d662023-01-06 17:05:48 +0100893 - title: Console
894 scope: console
895
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100896 - title: Generic Clock
897 scope: clk
898
Chris Kay82117d72021-12-01 16:34:55 +0000899 - title: FWU
900 scope: fwu
901
902 deprecated:
903 - fwu_metadata
904
905 - title: I/O
906 scope: io
907
908 subsections:
909 - title: MTD
910 scope: mtd
911
912 deprecated:
913 - io_mtd
914
915 - title: Measured Boot
916 scope: measured-boot
917
918 deprecated:
919 - measured boot
920 - measured_boot
921
922 - title: MMC
923 scope: mmc
924
925 deprecated:
926 - drivers/mmc
927
928 - title: MTD
929 scope: mtd
930
931 deprecated:
932 - drivers/mtd
933
934 subsections:
935 - title: NAND
936 scope: nand
937
938 subsections:
939 - title: SPI NAND
940 scope: spi-nand
941
942 deprecated:
943 - spi_nand
944
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100945 - title: GUID Partition Tables Support
946 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530947
Juan Pablo Conde52487492023-05-15 22:17:17 -0500948 deprecated:
949 - partition
950
Chris Kay82117d72021-12-01 16:34:55 +0000951 - title: SCMI
952 scope: scmi
953
954 deprecated:
955 - scmi_common
956 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -0500957 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +0000958
959 - title: UFS
960 scope: ufs
961
962 - title: Arm
963 scope: arm-drivers
964
965 subsections:
966 - title: Ethos-N
967 scope: ethos-n
968
969 deprecated:
970 - drivers/arm/ethosn
971
972 - title: GIC
973 scope: gic
974
975 subsections:
976 - title: GICv3
977 scope: gicv3
978
laurenw-arm7c66fca2022-11-01 14:45:33 -0500979 deprecated:
980 - gicv3/multichip
981
Chris Kay82117d72021-12-01 16:34:55 +0000982 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500983 - title: GIC-600
984 scope: gic600
985
Chris Kay82117d72021-12-01 16:34:55 +0000986 - title: GIC-600AE
987 scope: gic600ae
988
Madhukar Pappireddydc4b8c62023-08-03 12:13:27 -0500989 - title: GICv2
990 scope: gicv2
991
Manish V Badarkhebcaeb672022-03-24 18:23:37 +0000992 - title: SMMU
993 scope: smmu
994
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100995 - title: MHU
996 scope: mhu
997
998 deprecated:
999 - drivers/arm/mhu
1000
Tamas Bana70e31d2024-04-22 15:41:45 +02001001 - title: RSE
1002 scope: rse
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001003
1004 deprecated:
1005 - drivers/arm/rss
Tamas Bana70e31d2024-04-22 15:41:45 +02001006 - rss
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001007
Chris Kay82117d72021-12-01 16:34:55 +00001008 - title: TZC
1009 scope: tzc
1010
1011 subsections:
1012 - title: TZC-400
1013 scope: tzc400
1014
1015 deprecated:
1016 - drivers/tzc400
1017
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001018 - title: TZC-380
1019 scope: tzc380
1020
1021 deprecated:
1022 - drivers/tzc380
1023
Madhukar Pappireddy4c3de562023-03-22 15:27:22 -05001024 - title: SBSA
1025 scope: sbsa
1026
Chris Kay82117d72021-12-01 16:34:55 +00001027 - title: Marvell
1028 scope: marvell-drivers
1029
1030 subsections:
1031 - title: COMPHY
1032 scope: marvell-comphy
1033
1034 deprecated:
1035 - drivers/marvell/comphy
1036
1037 subsections:
1038 - title: Armada 3700
1039 scope: marvell-comphy-3700
1040
1041 deprecated:
1042 - drivers/marvell/comphy-3700
1043
1044 - title: CP110
1045 scope: marvell-comphy-cp110
1046
1047 deprecated:
1048 - drivers/marvell/comphy-cp110
1049
1050 - title: UART
1051 scope: marvell-uart
1052
1053 deprecated:
1054 - plat/marvell/uart
1055
1056 - title: Armada
1057 scope: armada-drivers
1058
1059 subsections:
1060 - title: A3K
1061 scope: a3k-drivers
1062
1063 subsections:
1064 - title: A3720
1065 scope: a3720-uart
1066
1067 deprecated:
1068 - plat/marvell/a3720/uart
1069
1070 - title: MediaTek
1071 scope: mediatek-drivers
1072
1073 subsections:
1074 - title: APU
1075 scope: mediatek-apu
1076
1077 deprecated:
1078 - plat/mediatek/apu
1079
1080 - title: EMI MPU
1081 scope: mediatek-emi-mpu
1082
1083 deprecated:
1084 - plat/mediatek/mpu
1085
1086 - title: PMIC Wrapper
1087 scope: mediatek-pmic-wrapper
1088
1089 deprecated:
1090 - plat/mediatek/pmic_wrap
1091
1092 - title: MT8192
1093 scope: mt8192-drivers
1094
1095 subsections:
1096 - title: SPM
1097 scope: mt8192-spm
1098
1099 deprecated:
1100 - mediatek/mt8192/spm
1101
1102 - title: NXP
1103 scope: nxp-drivers
1104
1105 subsections:
1106 - title: DCFG
1107 scope: nxp-dcfg
1108
1109 deprecated:
1110 - driver/nxp/dcfg
1111
1112 - title: FLEXSPI
1113 scope: flexspi
1114
1115 deprecated:
1116 - include/drivers/flexspi
1117 - driver/nxp/xspi
1118
1119 - title: SCFG
1120 scope: nxp-scfg
1121
1122 deprecated:
1123 - nxp/scfg
1124
1125 - title: SFP
1126 scope: nxp-sfp
1127
1128 deprecated:
1129 - drivers/nxp/sfp
1130
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001131 - title: QSPI
1132 scope: nxp-qspi
1133
Jiafei Pan94450412022-02-18 12:02:04 +08001134 - title: NXP Crypto
1135 scope: nxp-crypto
1136
Jiafei Panfa3f7612022-02-22 11:05:00 +08001137 - title: DDR
1138 scope: nxp-ddr
1139
1140 - title: GIC
1141 scope: nxp-gic
1142
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001143 - title: CSU
1144 scope: nxp-csu
1145
1146 - title: IFC NAND
1147 scope: nxp-ifc-nand
1148
1149 - title: IFC NOR
1150 scope: nxp-ifc-nor
1151
1152 - title: TZC-380
1153 scope: nxp-tzc380
1154
Jacky Bai9dc47d52023-06-14 15:24:00 +08001155 - title: TRDC
1156 scope: imx-trdc
1157
Ghennadi Procopciucfc26eb02024-06-11 18:39:58 +03001158 - title: Clock
1159 scope: nxp-clk
1160
Chris Kay82117d72021-12-01 16:34:55 +00001161 - title: Renesas
1162 scope: renesas-drivers
1163
1164 subsections:
1165 - title: R-Car3
1166 scope: rcar3-drivers
1167
1168 deprecated:
1169 - drivers/rcar3
1170
1171 - title: ST
1172 scope: st-drivers
1173
1174 deprecated:
1175 - drivers/st
1176
1177 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +01001178 - title: BSEC
1179 scope: st-bsec
1180
Chris Kay82117d72021-12-01 16:34:55 +00001181 - title: Clock
1182 scope: st-clock
1183
1184 deprecated:
1185 - stm32mp_clk
1186 - drivers/st/clk
1187 - stm32mp1_clk
1188
Yann Gautier9f359fd2022-01-27 09:25:47 +01001189 - title: Crypto
1190 scope: st-crypto
1191
1192 - title: DDR
1193 scope: st-ddr
1194
Chris Kay82117d72021-12-01 16:34:55 +00001195 - title: I/O
1196 scope: st-io-drivers
1197
1198 subsections:
1199 - title: STM32 Image
1200 scope: st-io-stm32image
1201
1202 deprecated:
1203 - io-stm32image
1204 - io_stm32image
1205
Yann Gautier9f359fd2022-01-27 09:25:47 +01001206 - title: I2C
1207 scope: st-i2c
1208
1209 - title: FMC
1210 scope: st-fmc
1211
1212 - title: GPIO
1213 scope: st-gpio
1214
Chris Kay82117d72021-12-01 16:34:55 +00001215 - title: SDMMC2
1216 scope: st-sdmmc2
1217
1218 deprecated:
1219 - stm32_sdmmc2
1220
1221 - title: ST PMIC
1222 scope: st-pmic
1223
1224 deprecated:
1225 - drivers/st/pmic
1226
1227 - title: STPMIC1
1228 scope: stpmic1
1229
Yann Gautier9f359fd2022-01-27 09:25:47 +01001230 - title: Regulator
1231 scope: st-regulator
1232
1233 - title: Reset
1234 scope: st-reset
1235
1236 - title: SPI
1237 scope: st-spi
1238
Chris Kay82117d72021-12-01 16:34:55 +00001239 - title: UART
1240 scope: st-uart
1241
1242 subsections:
1243 - title: STM32 Console
1244 scope: stm32-console
1245
1246 deprecated:
1247 - stm32_console
1248
1249 - title: USB
1250 scope: st-usb
1251
1252 deprecated:
1253 - drivers/st/usb
1254
Yann Gautier9f359fd2022-01-27 09:25:47 +01001255 - title: Watchdog
1256 scope: st-iwdg
1257
Chris Kay82117d72021-12-01 16:34:55 +00001258 - title: USB
1259 scope: usb
1260
1261 deprecated:
1262 - drivers/usb
1263
1264 - title: Miscellaneous
1265
1266 subsections:
1267 - title: AArch64
1268 scope: aarch64
1269
1270 - title: Debug
1271 scope: debug
1272
1273 deprecated:
1274 - common/debug
1275
1276 - title: CRC32
1277 scope: crc32
1278
1279 subsections:
1280 - title: Hardware CRC32
1281 scope: hw-crc32
1282
1283 deprecated:
1284 - hw_crc
1285 - hw_crc32
1286
1287 - title: Software CRC32
1288 scope: sw-crc32
1289
1290 deprecated:
1291 - sw_crc32
1292
1293 - title: DT Bindings
1294 scope: dt-bindings
1295
1296 - title: FDT Wrappers
1297 scope: fdt-wrappers
1298
1299 - title: FDTs
1300 scope: fdts
1301
1302 deprecated:
1303 - fdt
1304
1305 subsections:
1306 - title: Morello
1307 scope: morello-fdts
1308
1309 deprecated:
1310 - fdts/morello
1311
1312 - title: STM32MP1
1313 scope: stm32mp1-fdts
1314
1315 deprecated:
1316 - fdts stm32mp1
1317
Yann Gautier2c962252022-07-08 15:55:14 +02001318 subsections:
1319 - title: STM32MP13
1320 scope: stm32mp13-fdts
1321
1322 - title: STM32MP15
1323 scope: stm32mp15-fdts
1324
Yann Gautier1123f662022-12-16 15:32:25 +01001325 - title: STM32MP2
1326 scope: stm32mp2-fdts
1327
Chris Kay82117d72021-12-01 16:34:55 +00001328 - title: PIE
1329 scope: pie
1330
Juan Pablo Conde52487492023-05-15 22:17:17 -05001331 - title: PIE/POR
1332 scope: pie/por
1333
Chris Kay82117d72021-12-01 16:34:55 +00001334 - title: Security
1335 scope: security
1336
1337 - title: SDEI
1338 scope: sdei
1339
1340 - title: TBBR
1341 scope: tbbr
1342
1343 - title: NXP
1344
1345 subsections:
1346 - title: OCRAM
1347 scope: nxp-ocram
1348
1349 deprecated:
1350 - nxp/common/ocram
1351
1352 - title: PSCI
1353 scope: nxp-psci
1354
1355 deprecated:
1356 - plat/nxp/common/psci
1357
Chris Kayd04a4762023-04-13 17:24:20 +01001358 - title: UUID
1359 scope: uuid
1360
Chris Kay82117d72021-12-01 16:34:55 +00001361 - title: Documentation
1362 scope: docs
1363
1364 deprecated:
1365 - doc
1366
1367 subsections:
1368 - title: Changelog
1369 scope: changelog
1370
1371 - title: Commit Style
1372 scope: commit-style
1373
1374 - title: Contribution Guidelines
1375 scope: contributing
1376
1377 deprecated:
1378 - contribution-guidelines
1379 - docs-contributing.rst
1380
1381 - title: Maintainers
1382 scope: maintainers
1383
1384 - title: Prerequisites
1385 scope: prerequisites
1386
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001387 - title: Threat Model
1388 scope: threat-model
1389
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001390 - title: Porting Guide
1391 scope: porting
1392
Chris Kay82117d72021-12-01 16:34:55 +00001393 - title: Build System
1394 scope: build
1395
1396 deprecated:
1397 - makefile
1398 - Makefile
1399
1400 subsections:
1401 - title: Git Hooks
1402 scope: hooks
1403
Juan Pablo Conde52487492023-05-15 22:17:17 -05001404 deprecated:
1405 - git-hooks
1406
Chris Kay82117d72021-12-01 16:34:55 +00001407 - title: Tools
1408
1409 subsections:
1410 - title: STM32 Image
1411 scope: stm32image
1412
1413 deprecated:
1414 - tools/stm32image
1415
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001416 - title: NXP Tools
1417 scope: nxp-tools
1418
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001419 - title: Firmware Image Package Tool
1420 scope: fiptool
1421
1422 - title: Secure Partition Tool
1423 scope: sptool
1424
1425 - title: Certificate Creation Tool
1426 scope: cert-create
1427
Chris Kay01995442024-06-14 11:31:03 +00001428 - title: Firmware Encryption Tool
1429 scope: encrypt-fw
1430
Harrison Mutai372b8802023-02-23 11:30:17 +00001431 - title: Memory Mapping Tool
1432 scope: memmap
1433
laurenw-arm7c66fca2022-11-01 14:45:33 -05001434 deprecated:
1435 - cert_create
1436
Henrik Nordstromd95745b2023-12-04 10:31:07 +01001437 - title: Marvell Tools
1438 scope: marvell-tools
1439
Chris Kayb278eb72024-06-04 11:31:06 +00001440 - title: Renesas Tools
1441 scope: renesas-tools
1442
1443 subsections:
1444 - title: R-Car Layout Tool
1445 scope: rcar-layout
Chris Kay51a20b72024-06-04 11:31:06 +00001446
1447 - title: R/ZG Layout Tool
1448 scope: rzg-layout
1449
Harrison Mutai19dc4f92024-05-10 16:54:29 +00001450 - title: Transfer List Compiler
1451 scope: tlc
1452
Chris Kay82117d72021-12-01 16:34:55 +00001453 - title: Dependencies
1454 scope: deps
1455
1456 subsections:
1457 - title: checkpatch
1458 scope: checkpatch
1459
1460 - title: commitlint
1461 scope: commitlint
1462
Daniel Boulbyc550e702022-10-05 11:03:44 +01001463 - title: Compiler runtime libraries
1464 scope: compiler-rt
1465
Chris Kay82117d72021-12-01 16:34:55 +00001466 - title: libfdt
1467 scope: libfdt
1468
1469 - title: Node Package Manager (NPM)
1470 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001471
dependabot[bot]dba1b532023-09-06 09:55:17 +00001472 - title: Poetry
1473 scope: poetry
1474
Daniel Boulbyc550e702022-10-05 11:03:44 +01001475 - title: zlib
1476 scope: zlib