blob: e4a68836995bddbdf9efb56663da0eca1803590a [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
Andre Przywara5b005112022-11-14 15:38:58 +0000107 - title: CPU feature / ID register handling in general
108 scope: cpufeat
109
Arvind Ram Prakash05b47632024-05-22 15:24:00 -0500110 - title: Debug Extension (FEAT_Debugv8p9)
111 scope: debugv8p9
112
Mark Brown326f2952023-03-14 21:33:04 +0000113 - title: Guarded Control Stack (FEAT_GCS)
114 scope: gcs
115
Chris Kay82117d72021-12-01 16:34:55 +0000116 - title: Support for the `HCRX_EL2` register (FEAT_HCX)
117 scope: hcx
118
119 - title: Memory Partitioning and Monitoring (MPAM) Extension (FEAT_MPAM)
120 scope: mpam
121
Govindraj Raja5bd4bd82024-03-19 14:32:20 -0500122 - title: Memory Tagging Extension2
123 scope: mte2
124
125 deprecated:
126 - mte
laurenw-arm7c66fca2022-11-01 14:45:33 -0500127
128 - title: Pointer Authentication Extension
129 scope: pauth
130
131 - title: Performance Monitors Extension (FEAT_PMUv3)
132 scope: pmu
133
134 - title: Trapping support for RNDR/RNDRRS (FEAT_RNG_TRAP)
135 scope: rng-trap
136
Jayanth Dodderi Chidanandcfe053a2022-11-08 10:31:07 +0000137 - title: Scalable Matrix Extension (FEAT_SME, FEAT_SME2)
Chris Kay82117d72021-12-01 16:34:55 +0000138 scope: sme
139
laurenw-arm7c66fca2022-11-01 14:45:33 -0500140 - title: Statistical profiling Extension (FEAT_SPE)
141 scope: spe
142
Chris Kay82117d72021-12-01 16:34:55 +0000143 - title: Scalable Vector Extension (FEAT_SVE)
144 scope: sve
145
146 - title: System Register Trace Extensions (FEAT_ETMv4, FEAT_ETE and FEAT_ETEv1.1)
147 scope: sys-reg-trace
148
149 deprecated:
150 - sys_reg_trace
151
152 - title: Trace Buffer Extension (FEAT_TRBE)
153 scope: trbe
154
155 - title: Self-hosted Trace Extensions (FEAT_TRF)
156 scope: trf
157
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100158 - title: DynamIQ Shared Unit (DSU)
159 scope: dsu
160
Chris Kay82117d72021-12-01 16:34:55 +0000161 - title: Platforms
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000162 scope: platforms
163
164 deprecated:
165 - plat/common
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100166 - plat
Chris Kay82117d72021-12-01 16:34:55 +0000167
168 subsections:
169 - title: Allwinner
170 scope: allwinner
171
172 deprecated:
173 - plat/allwinner
174
175 - title: Arm
176 scope: arm
177
178 deprecated:
179 - plat/arm
180
181 subsections:
Juan Pablo Conde52487492023-05-15 22:17:17 -0500182 - title: A5DS
183 scope: a5ds
184
laurenw-arm7c66fca2022-11-01 14:45:33 -0500185 - title: CSS
186 scope: css
187
188 deprecated:
189 - plat/arm/css
Juan Pablo Conde52487492023-05-15 22:17:17 -0500190 - plat/css
laurenw-arm7c66fca2022-11-01 14:45:33 -0500191
Chris Kay82117d72021-12-01 16:34:55 +0000192 - title: FPGA
193 scope: fpga
194
195 deprecated:
196 - arm_fgpa
Chris Kay82117d72021-12-01 16:34:55 +0000197 - plat/arm_fpga
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000198 - arm/fpga
Chris Kay82117d72021-12-01 16:34:55 +0000199
200 - title: FVP
201 scope: fvp
202
203 deprecated:
204 - plat/fvp
laurenw-arm7c66fca2022-11-01 14:45:33 -0500205 - fvp/tsp_manifest
Chris Kay82117d72021-12-01 16:34:55 +0000206
207 - title: FVP-R
208 scope: fvp-r
209
210 deprecated:
211 - fvp_r
212
laurenw-arm7c66fca2022-11-01 14:45:33 -0500213 - title: FVP Versatile Express
214 scope: fvp_ve
215
Chris Kay82117d72021-12-01 16:34:55 +0000216 - title: Juno
217 scope: juno
218
219 - title: Morello
220 scope: morello
221
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100222 - title: N1SDP
223 scope: n1sdp
224
Rohit Mathewe191b382024-04-15 17:31:04 +0100225 - title: Neoverse-RD
226 scope: neoverse-rd
Chris Kay82117d72021-12-01 16:34:55 +0000227
228 subsections:
Rohit Mathewf5f44032024-04-16 17:31:54 +0100229 - title: SGI-575
230 scope: sgi575
231
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100232 - title: RD-E1-Edge
233 scope: rde1edge
234
Rohit Mathew56d91972024-04-22 14:23:59 +0100235 - title: RD-N1-Edge
Juan Pablo Conde52487492023-05-15 22:17:17 -0500236 scope: rdn1edge
237
Rohit Mathewe94dd972024-04-16 17:35:05 +0100238 - title: RD-V1
239 scope: rdv1
240
Rohit Mathew6edab642024-04-16 17:36:19 +0100241 - title: RD-V1-MC
242 scope: rdv1mc
243
Chris Kay82117d72021-12-01 16:34:55 +0000244 - title: RD-N2
245 scope: rdn2
246
Jerry Wangffe4ad22024-07-08 15:17:42 +0100247 - title: RD-V3
248 scope: rdv3
Rohit Mathew7f863092024-04-15 17:54:16 +0100249
Chris Kay82117d72021-12-01 16:34:55 +0000250 deprecated:
251 - board/rdn2
252
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100253 deprecated:
254 - neoverse
255
Chris Kay82117d72021-12-01 16:34:55 +0000256 - title: TC
257 scope: tc
258
Juan Pablo Conde52487492023-05-15 22:17:17 -0500259 deprecated:
260 - plat/tc
261
Chris Kay82117d72021-12-01 16:34:55 +0000262 subsections:
263 - title: TC0
264 scope: tc0
265
266 deprecated:
267 - plat/tc0
268
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100269 - title: Corstone-1000
270 scope: corstone-1000
271
Chia-Wei Wanga7556d82022-11-02 17:50:21 +0800272 - title: Aspeed
273 scope: aspeed
274
275 subsections:
276 - title: AST2700
277 scope: ast2700
278
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100279 - title: Broadcom
280 scope: brcm
281
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000282 - title: Cadence
283 scope: cadence
284
laurenw-arm7c66fca2022-11-01 14:45:33 -0500285 - title: HiSilicon
286 scope: hisilicon
287
288 subsections:
289 - title: HiKey
290 scope: hikey
291
292 - title: HiKey960
293 scope: hikey960
294
Sieu Mun Tang9f3a13c2022-02-22 14:14:26 +0800295 - title: Intel
296 scope: intel
297
298 subsections:
299 - title: SoC
300 scope: soc
301
Chris Kay82117d72021-12-01 16:34:55 +0000302 - title: Marvell
303 scope: marvell
304
305 deprecated:
306 - plat/marvell
307
308 subsections:
309 - title: Armada
310 scope: armada
311
312 deprecated:
313 - plat/marvell/armada
314
315 subsections:
316 - title: A3K
317 scope: a3k
318
319 deprecated:
320 - plat/marvell/a3k
321
322 - title: A8K
323 scope: a8k
324
325 deprecated:
326 - plat/marvell/a8k
327
328 - title: MediaTek
329 scope: mediatek
330
331 deprecated:
332 - plat/mediatek/common
333 - plat/mediatek
334
335 subsections:
336 - title: MT8183
337 scope: mt8183
338
339 deprecated:
340 - plat/mediatek/mt8183
341
laurenw-arm7c66fca2022-11-01 14:45:33 -0500342 - title: MT8186
343 scope: mt8186
344
345 deprecated:
346 - plat/mediatek/mt8186
347 - mt8186-emi-mpu
348
349 - title: MT8188
350 scope: mt8188
351
Chris Kay82117d72021-12-01 16:34:55 +0000352 - title: MT8192
353 scope: mt8192
354
355 deprecated:
356 - plat/mdeiatek/mt8192
357
358 - title: MT8195
359 scope: mt8195
360
361 deprecated:
362 - plat/mediatek/me8195
363 - plat/mediatek/mt8195
364 - plat/mdeiatek/mt8195
365
366 - title: NVIDIA
367 scope: nvidia
368
369 subsections:
370 - title: Tegra
371 scope: tegra
372
373 deprecated:
374 - plat/tegra
375
376 subsections:
377 - title: Tegra 132
378 scope: tegra132
379
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100380 - title: Tegra 194
381 scope: tegra194
382
Juan Pablo Conde52487492023-05-15 22:17:17 -0500383 - title: Tegra 210
384 scope: tegra210
385
Chris Kay82117d72021-12-01 16:34:55 +0000386 - title: NXP
387 scope: nxp
388
389 deprecated:
390 - plat/nxp
391 - plat/nxp/common
392
393 subsections:
394 - title: i.MX
395 scope: imx
396
397 deprecated:
398 - plat/imx
399 - plat/imx/imx
400
401 subsections:
402 - title: i.MX 8M
403 scope: imx8m
404
405 deprecated:
406 - plat/imx8m
407 - plat/imx/imx8m
408
409 subsections:
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100410 - title: i.MX 8M Nano
411 scope: imx8mn
412
413 deprecated:
414 - plat/imx/imx8m/imx8mn
415
Chris Kay82117d72021-12-01 16:34:55 +0000416 - title: i.MX 8M Mini
417 scope: imx8mm
418
419 deprecated:
420 - plat/imx/imx8m/imx8mm
421
422 - title: i.MX 8M Plus
423 scope: imx8mp
424
425 deprecated:
426 - plat/imx/imx8m/imx8mp
427
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100428 - title: i.MX 8Q
429 scope: imx8mq
430
431 deprecated:
432 - plat/imx/imx8m/imx8mq
433
Juan Pablo Conde52487492023-05-15 22:17:17 -0500434 - title: i.MX 8
435 scope: imx8
436
Jacky Bai4e214e42023-10-08 17:52:24 +0800437 - title: i.MX 8ULP
438 scope: imx8ulp
439
Jacky Bai9dc47d52023-06-14 15:24:00 +0800440 - title: i.MX 9
441 scope: imx9
442
443 subsections:
444 - title: i.MX93
445 scope: imx93
446
Chris Kay82117d72021-12-01 16:34:55 +0000447 - title: Layerscape
448 scope: layerscape
449
450 deprecated:
451 - docs/nxp/layerscape
452
453 subsections:
454 - title: LS1028A
455 scope: ls1028a
456
457 deprecated:
458 - plat/nxp/ls1028a
459
460 subsections:
461 - title: LS1028ARDB
462 scope: ls1028ardb
463
464 deprecated:
465 - plat/nxp/ls1028ardb
466
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100467 - title: LS1043A
468 scope: ls1043a
469
470 deprecated:
471 - plat/nxp/ls1043a
472
473 subsections:
474 - title: LS1043ARDB
475 scope: ls1043ardb
476
477 deprecated:
478 - plat/nxp/ls1043ardb
479
Chris Kay82117d72021-12-01 16:34:55 +0000480 - title: LX2
481 scope: lx2
482
483 deprecated:
484 - plat/nxp/lx2
485
486 subsections:
487 - title: LX216
488 scope: lx216
489
490 deprecated:
491 - plat/nxp/lx216x
492
493 subsections:
494 - title: LX2160
495 scope: lx2160
496
497 deprecated:
498 - plat/soc-lx2160
499
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800500 - title: LS1046A
501 scope: ls1046a
502
503 subsections:
504 - title: LS1046ARDB
505 scope: ls1046ardb
506
507 - title: LS1046AFRWY
508 scope: ls1046afrwy
509
510 - title: LS1046AQDS
511 scope: ls1046aqds
512
Jiafei Pan290bf6f2022-02-24 16:00:35 +0800513 - title: LS1088A
514 scope: ls1088a
515
516 subsections:
517 - title: LS1088ARDB
518 scope: ls1088ardb
519
520 - title: LS1088AQDS
521 scope: ls1088aqds
522
Ghennadi Procopciuca9fee052024-01-30 16:19:47 +0200523 - title: S32G274A
524 scope: s32g274a
525
526 subsections:
527 - title: S32G274ARDB
528 scope: s32g274ardb
529
Chris Kay82117d72021-12-01 16:34:55 +0000530 - title: QEMU
531 scope: qemu
532
533 deprecated:
534 - plat/qemu
535
Juan Pablo Conde52487492023-05-15 22:17:17 -0500536 subsections:
537 - title: SBSA
538 scope: qemu-sbsa
539
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000540 deprecated:
541 - qemu_sbsa
542
Chris Kay82117d72021-12-01 16:34:55 +0000543 - title: QTI
544 scope: qti
545
laurenw-arm7c66fca2022-11-01 14:45:33 -0500546 deprecated:
547 - plat/qti
548
Chris Kay82117d72021-12-01 16:34:55 +0000549 subsections:
550 - title: SC1780
551 scope: sc7180
552
553 deprecated:
554 - plat/qti/sc7180
555
556 - title: SC7280
557 scope: sc7280
558
559 deprecated:
560 - plat/qti/sc7280
561
Stephan Gerholdd0d0bf42021-12-01 20:00:00 +0100562 - title: MSM8916
563 scope: msm8916
564
Chris Kay82117d72021-12-01 16:34:55 +0000565 - title: Raspberry Pi
566 scope: rpi
567
568 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500569 - title: Raspberry Pi 3
570 scope: rpi3
571
Chris Kay82117d72021-12-01 16:34:55 +0000572 - title: Raspberry Pi 4
573 scope: rpi4
574
Mario Bălănicăc883ce02023-12-02 03:08:02 +0200575 - title: Raspberry Pi 5
576 scope: rpi5
577
Chris Kay82117d72021-12-01 16:34:55 +0000578 - title: Renesas
579 scope: renesas
580
581 subsections:
582 - title: R-Car
583 scope: rcar
584
585 deprecated:
586 - plat/rcar
587
588 subsections:
589 - title: R-Car 3
590 scope: rcar3
591
592 deprecated:
593 - plat/rcar3
594
595 - title: Rockchip
596 scope: rockchip
597
598 subsections:
599 - title: RK3399
600 scope: rk3399
601
602 deprecated:
603 - rockchip/rk3399
604 - rk3399/suspend
605
Diederik de Haas6a9c7312023-11-27 10:21:37 +0100606 - title: RK3328
607 scope: rk3328
608
Chris Kay82117d72021-12-01 16:34:55 +0000609 - title: Socionext
610 scope: socionext
611
612 subsections:
613 - title: Synquacer
614 scope: synquacer
615
616 deprecated:
617 - plat/synquacer
618
619 - title: ST
620 scope: st
621
622 deprecated:
623 - plat/st
624
625 subsections:
Yann Gautier14b32e82022-06-01 18:17:43 +0200626 - title: STM32MP1
Chris Kay82117d72021-12-01 16:34:55 +0000627 scope: stm32mp1
628
629 deprecated:
630 - plat/st/stm32mp1
631
Yann Gautier14b32e82022-06-01 18:17:43 +0200632 subsections:
633 - title: STM32MP13
634 scope: stm32mp13
635
636 - title: STM32MP15
637 scope: stm32mp15
638
Yann Gautier1123f662022-12-16 15:32:25 +0100639 - title: STM32MP2
640 scope: stm32mp2
641
Dave Gerlach74c19f92022-03-22 11:02:52 -0500642 - title: Texas Instruments
643 scope: ti
644
645 subsections:
646 - title: K3
647 scope: k3
648
laurenw-arm7c66fca2022-11-01 14:45:33 -0500649 deprecated:
650 - ti-k3
651
Chris Kay82117d72021-12-01 16:34:55 +0000652 - title: Xilinx
653 scope: xilinx
654
655 deprecated:
656 - plat/xilinx
657
658 subsections:
Michal Simek38d5d4d2023-09-18 10:22:48 +0200659 - title: DCC (Debug Communication Channel)
660 scope: dcc
661
Chris Kay82117d72021-12-01 16:34:55 +0000662 - title: Versal
663 scope: versal
664
665 deprecated:
666 - plat/xilinx/versal/include
667 - plat/xilinx/versal
668 - plat/versal
669
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100670 - title: Versal NET
671 scope: versal-net
laurenw-arm7c66fca2022-11-01 14:45:33 -0500672
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100673 deprecated:
674 - versal_net
laurenw-arm7c66fca2022-11-01 14:45:33 -0500675
Chris Kay82117d72021-12-01 16:34:55 +0000676 - title: ZynqMP
677 scope: zynqmp
678
679 deprecated:
680 - plat/zynqmp
681 - plat/xilinx/zynqmp
682
Amit Nagal055796f2024-06-05 12:32:38 +0530683 - title: AMD
684 scope: amd
685
686 subsections:
687 - title: Versal Gen 2
688 scope: versal2
689
rutigl@gmail.comdefbeed2023-03-19 09:19:05 +0200690 - title: Nuvoton
691 scope: nuvoton
692
693 subsections:
694 - title: npcm845x
695 scope: npcm845x
696
Chris Kay82117d72021-12-01 16:34:55 +0000697 - title: Bootloader Images
698 scope: bl
699
700 deprecated:
701 - bl_common
702
703 subsections:
704 - title: BL1
705 scope: bl1
706
707 - title: BL2
708 scope: bl2
709
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100710 - title: BL31
711 scope: bl31
712
Shruti Guptac31beb62022-08-09 10:46:07 +0100713 - title: BL32
714 scope: bl32
715
716 subsections:
717 - title: TSP
718 scope: tsp
719
Chris Kay82117d72021-12-01 16:34:55 +0000720 - title: Services
721 scope: services
722
723 subsections:
724 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000725 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000726
727 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000728 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000729
730 - title: RME
731 scope: rme
732
laurenw-arm7c66fca2022-11-01 14:45:33 -0500733 deprecated:
734 - rme/fid
735
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100736 subsections:
737 - title: TRP
738 scope: trp
739
Javier Almansa Sobrino7176a772021-11-24 18:37:37 +0000740 - title: RMMD
741 scope: rmmd
742
Juan Pablo Conde52487492023-05-15 22:17:17 -0500743 - title: RMM
744 scope: rmm
745
Chris Kay82117d72021-12-01 16:34:55 +0000746 - title: SPM
747 scope: spm
748
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100749 subsections:
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000750 - title: EL3 SPM
751 scope: el3-spm
752
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100753 - title: EL3 SPMC
754 scope: el3-spmc
755
laurenw-arm7c66fca2022-11-01 14:45:33 -0500756 deprecated:
757 - spmc
758
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100759 - title: SPMD
760 scope: spmd
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000761
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100762 - title: SPM MM
763 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000764
Manish V Badarkhe478d3ee2022-06-27 09:21:14 +0100765 - title: DRTM
766 scope: drtm
767
Jayanth Dodderi Chidanand7c7faff2022-10-11 17:16:07 +0100768 - title: TRNG
769 scope: trng
770
Sona Mathew5100bec2023-09-20 12:55:32 -0500771 - title: ERRATA ABI
772 scope: errata-abi
773
774 deprecated:
775 - errata_abi
Sona Mathew7fe03522022-11-18 18:05:38 -0600776
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100777 - title: ChromeOS
778 scope: cros
779
Chris Kay82117d72021-12-01 16:34:55 +0000780 - title: Libraries
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000781 scope: lib
Chris Kay82117d72021-12-01 16:34:55 +0000782
783 subsections:
784 - title: CPU Support
785 scope: cpus
786
787 deprecated:
788 - cpu
789 - errata
790 - errata_report
791
792 - title: EL3 Runtime
793 scope: el3-runtime
794
795 deprecated:
796 - el3_runtime
797
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100798 subsections:
799 - title: Context Management
800 scope: cm
801
laurenw-arm7c66fca2022-11-01 14:45:33 -0500802 - title: RAS
803 scope: ras
804
Chris Kay82117d72021-12-01 16:34:55 +0000805 - title: FCONF
806 scope: fconf
807
808 - title: MPMM
809 scope: mpmm
810
811 - title: OP-TEE
812 scope: optee
813
814 deprecated:
815 - lib/optee
816
817 - title: PSCI
818 scope: psci
819
Chris Kayc66b9f32024-01-15 18:45:07 +0000820 - title: ROMlib
821 scope: romlib
822
Chris Kay82117d72021-12-01 16:34:55 +0000823 - title: GPT
824 scope: gpt
825
826 deprecated:
827 - gpt_rme
828
829 - title: SMCCC
830 scope: smccc
831
832 - title: Translation Tables
833 scope: xlat
834
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100835 - title: C Standard Library
836 scope: libc
837
838 - title: Locks
839 scope: locks
840
841 - title: PSA
842 scope: psa
843
laurenw-arm7c66fca2022-11-01 14:45:33 -0500844 deprecated:
845 - lib/psa
846
Tamas Ban109a4802024-02-06 11:24:51 +0100847 - title: DICE Protection Environment
848 scope: dice
849
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500850 - title: Context Management
Chris Kaye76be0a2022-10-10 16:57:45 +0100851 scope: context-mgmt
852
853 deprecated:
854 - context mgmt
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500855
Manish V Badarkhede920262022-09-26 15:06:56 +0100856 - title: Semihosting
857 scope: semihosting
858
Raymond Mao98983392023-07-25 07:53:35 -0700859 - title: Firmware Handoff
860 scope: handoff
861
Manish V Badarkhe8a7af842024-05-17 11:09:28 +0100862 - title: Exception Handling Framework (EHF)
863 scope: ehf
864
Chris Kay82117d72021-12-01 16:34:55 +0000865 - title: Drivers
866
867 subsections:
868 - title: Authentication
869 scope: auth
870
871 deprecated:
872 - driver/auth
873
874 subsections:
875 - title: CryptoCell-713
876 scope: cc-713
877
Manish V Badarkhe8d91e982022-09-22 21:41:55 +0100878 - title: Crypto
879 scope: crypto
880
881 - title: mbedTLS
882 scope: mbedtls
883
Manish V Badarkhe538d5922023-09-22 17:54:59 +0100884 - title: mbedTLS-PSA
885 scope: mbedtls-psa
886
Yann Gautier1832d662023-01-06 17:05:48 +0100887 - title: Console
888 scope: console
889
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100890 - title: Generic Clock
891 scope: clk
892
Chris Kay82117d72021-12-01 16:34:55 +0000893 - title: FWU
894 scope: fwu
895
896 deprecated:
897 - fwu_metadata
898
899 - title: I/O
900 scope: io
901
902 subsections:
903 - title: MTD
904 scope: mtd
905
906 deprecated:
907 - io_mtd
908
909 - title: Measured Boot
910 scope: measured-boot
911
912 deprecated:
913 - measured boot
914 - measured_boot
915
916 - title: MMC
917 scope: mmc
918
919 deprecated:
920 - drivers/mmc
921
922 - title: MTD
923 scope: mtd
924
925 deprecated:
926 - drivers/mtd
927
928 subsections:
929 - title: NAND
930 scope: nand
931
932 subsections:
933 - title: SPI NAND
934 scope: spi-nand
935
936 deprecated:
937 - spi_nand
938
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100939 - title: GUID Partition Tables Support
940 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530941
Juan Pablo Conde52487492023-05-15 22:17:17 -0500942 deprecated:
943 - partition
944
Chris Kay82117d72021-12-01 16:34:55 +0000945 - title: SCMI
946 scope: scmi
947
948 deprecated:
949 - scmi_common
950 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -0500951 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +0000952
953 - title: UFS
954 scope: ufs
955
956 - title: Arm
957 scope: arm-drivers
958
959 subsections:
960 - title: Ethos-N
961 scope: ethos-n
962
963 deprecated:
964 - drivers/arm/ethosn
965
966 - title: GIC
967 scope: gic
968
969 subsections:
970 - title: GICv3
971 scope: gicv3
972
laurenw-arm7c66fca2022-11-01 14:45:33 -0500973 deprecated:
974 - gicv3/multichip
975
Chris Kay82117d72021-12-01 16:34:55 +0000976 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500977 - title: GIC-600
978 scope: gic600
979
Chris Kay82117d72021-12-01 16:34:55 +0000980 - title: GIC-600AE
981 scope: gic600ae
982
Madhukar Pappireddydc4b8c62023-08-03 12:13:27 -0500983 - title: GICv2
984 scope: gicv2
985
Manish V Badarkhebcaeb672022-03-24 18:23:37 +0000986 - title: SMMU
987 scope: smmu
988
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100989 - title: MHU
990 scope: mhu
991
992 deprecated:
993 - drivers/arm/mhu
994
Tamas Bana70e31d2024-04-22 15:41:45 +0200995 - title: RSE
996 scope: rse
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100997
998 deprecated:
999 - drivers/arm/rss
Tamas Bana70e31d2024-04-22 15:41:45 +02001000 - rss
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001001
Chris Kay82117d72021-12-01 16:34:55 +00001002 - title: TZC
1003 scope: tzc
1004
1005 subsections:
1006 - title: TZC-400
1007 scope: tzc400
1008
1009 deprecated:
1010 - drivers/tzc400
1011
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001012 - title: TZC-380
1013 scope: tzc380
1014
1015 deprecated:
1016 - drivers/tzc380
1017
Madhukar Pappireddy4c3de562023-03-22 15:27:22 -05001018 - title: SBSA
1019 scope: sbsa
1020
Chris Kay82117d72021-12-01 16:34:55 +00001021 - title: Marvell
1022 scope: marvell-drivers
1023
1024 subsections:
1025 - title: COMPHY
1026 scope: marvell-comphy
1027
1028 deprecated:
1029 - drivers/marvell/comphy
1030
1031 subsections:
1032 - title: Armada 3700
1033 scope: marvell-comphy-3700
1034
1035 deprecated:
1036 - drivers/marvell/comphy-3700
1037
1038 - title: CP110
1039 scope: marvell-comphy-cp110
1040
1041 deprecated:
1042 - drivers/marvell/comphy-cp110
1043
1044 - title: UART
1045 scope: marvell-uart
1046
1047 deprecated:
1048 - plat/marvell/uart
1049
1050 - title: Armada
1051 scope: armada-drivers
1052
1053 subsections:
1054 - title: A3K
1055 scope: a3k-drivers
1056
1057 subsections:
1058 - title: A3720
1059 scope: a3720-uart
1060
1061 deprecated:
1062 - plat/marvell/a3720/uart
1063
1064 - title: MediaTek
1065 scope: mediatek-drivers
1066
1067 subsections:
1068 - title: APU
1069 scope: mediatek-apu
1070
1071 deprecated:
1072 - plat/mediatek/apu
1073
1074 - title: EMI MPU
1075 scope: mediatek-emi-mpu
1076
1077 deprecated:
1078 - plat/mediatek/mpu
1079
1080 - title: PMIC Wrapper
1081 scope: mediatek-pmic-wrapper
1082
1083 deprecated:
1084 - plat/mediatek/pmic_wrap
1085
1086 - title: MT8192
1087 scope: mt8192-drivers
1088
1089 subsections:
1090 - title: SPM
1091 scope: mt8192-spm
1092
1093 deprecated:
1094 - mediatek/mt8192/spm
1095
1096 - title: NXP
1097 scope: nxp-drivers
1098
1099 subsections:
1100 - title: DCFG
1101 scope: nxp-dcfg
1102
1103 deprecated:
1104 - driver/nxp/dcfg
1105
1106 - title: FLEXSPI
1107 scope: flexspi
1108
1109 deprecated:
1110 - include/drivers/flexspi
1111 - driver/nxp/xspi
1112
1113 - title: SCFG
1114 scope: nxp-scfg
1115
1116 deprecated:
1117 - nxp/scfg
1118
1119 - title: SFP
1120 scope: nxp-sfp
1121
1122 deprecated:
1123 - drivers/nxp/sfp
1124
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001125 - title: QSPI
1126 scope: nxp-qspi
1127
Jiafei Pan94450412022-02-18 12:02:04 +08001128 - title: NXP Crypto
1129 scope: nxp-crypto
1130
Jiafei Panfa3f7612022-02-22 11:05:00 +08001131 - title: DDR
1132 scope: nxp-ddr
1133
1134 - title: GIC
1135 scope: nxp-gic
1136
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001137 - title: CSU
1138 scope: nxp-csu
1139
1140 - title: IFC NAND
1141 scope: nxp-ifc-nand
1142
1143 - title: IFC NOR
1144 scope: nxp-ifc-nor
1145
1146 - title: TZC-380
1147 scope: nxp-tzc380
1148
Jacky Bai9dc47d52023-06-14 15:24:00 +08001149 - title: TRDC
1150 scope: imx-trdc
1151
Ghennadi Procopciucfc26eb02024-06-11 18:39:58 +03001152 - title: Clock
1153 scope: nxp-clk
1154
Chris Kay82117d72021-12-01 16:34:55 +00001155 - title: Renesas
1156 scope: renesas-drivers
1157
1158 subsections:
1159 - title: R-Car3
1160 scope: rcar3-drivers
1161
1162 deprecated:
1163 - drivers/rcar3
1164
1165 - title: ST
1166 scope: st-drivers
1167
1168 deprecated:
1169 - drivers/st
1170
1171 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +01001172 - title: BSEC
1173 scope: st-bsec
1174
Chris Kay82117d72021-12-01 16:34:55 +00001175 - title: Clock
1176 scope: st-clock
1177
1178 deprecated:
1179 - stm32mp_clk
1180 - drivers/st/clk
1181 - stm32mp1_clk
1182
Yann Gautier9f359fd2022-01-27 09:25:47 +01001183 - title: Crypto
1184 scope: st-crypto
1185
1186 - title: DDR
1187 scope: st-ddr
1188
Chris Kay82117d72021-12-01 16:34:55 +00001189 - title: I/O
1190 scope: st-io-drivers
1191
1192 subsections:
1193 - title: STM32 Image
1194 scope: st-io-stm32image
1195
1196 deprecated:
1197 - io-stm32image
1198 - io_stm32image
1199
Yann Gautier9f359fd2022-01-27 09:25:47 +01001200 - title: I2C
1201 scope: st-i2c
1202
1203 - title: FMC
1204 scope: st-fmc
1205
1206 - title: GPIO
1207 scope: st-gpio
1208
Chris Kay82117d72021-12-01 16:34:55 +00001209 - title: SDMMC2
1210 scope: st-sdmmc2
1211
1212 deprecated:
1213 - stm32_sdmmc2
1214
1215 - title: ST PMIC
1216 scope: st-pmic
1217
1218 deprecated:
1219 - drivers/st/pmic
1220
1221 - title: STPMIC1
1222 scope: stpmic1
1223
Yann Gautier9f359fd2022-01-27 09:25:47 +01001224 - title: Regulator
1225 scope: st-regulator
1226
1227 - title: Reset
1228 scope: st-reset
1229
1230 - title: SPI
1231 scope: st-spi
1232
Chris Kay82117d72021-12-01 16:34:55 +00001233 - title: UART
1234 scope: st-uart
1235
1236 subsections:
1237 - title: STM32 Console
1238 scope: stm32-console
1239
1240 deprecated:
1241 - stm32_console
1242
1243 - title: USB
1244 scope: st-usb
1245
1246 deprecated:
1247 - drivers/st/usb
1248
Yann Gautier9f359fd2022-01-27 09:25:47 +01001249 - title: Watchdog
1250 scope: st-iwdg
1251
Chris Kay82117d72021-12-01 16:34:55 +00001252 - title: USB
1253 scope: usb
1254
1255 deprecated:
1256 - drivers/usb
1257
1258 - title: Miscellaneous
1259
1260 subsections:
1261 - title: AArch64
1262 scope: aarch64
1263
1264 - title: Debug
1265 scope: debug
1266
1267 deprecated:
1268 - common/debug
1269
1270 - title: CRC32
1271 scope: crc32
1272
1273 subsections:
1274 - title: Hardware CRC32
1275 scope: hw-crc32
1276
1277 deprecated:
1278 - hw_crc
1279 - hw_crc32
1280
1281 - title: Software CRC32
1282 scope: sw-crc32
1283
1284 deprecated:
1285 - sw_crc32
1286
1287 - title: DT Bindings
1288 scope: dt-bindings
1289
1290 - title: FDT Wrappers
1291 scope: fdt-wrappers
1292
1293 - title: FDTs
1294 scope: fdts
1295
1296 deprecated:
1297 - fdt
1298
1299 subsections:
1300 - title: Morello
1301 scope: morello-fdts
1302
1303 deprecated:
1304 - fdts/morello
1305
1306 - title: STM32MP1
1307 scope: stm32mp1-fdts
1308
1309 deprecated:
1310 - fdts stm32mp1
1311
Yann Gautier2c962252022-07-08 15:55:14 +02001312 subsections:
1313 - title: STM32MP13
1314 scope: stm32mp13-fdts
1315
1316 - title: STM32MP15
1317 scope: stm32mp15-fdts
1318
Yann Gautier1123f662022-12-16 15:32:25 +01001319 - title: STM32MP2
1320 scope: stm32mp2-fdts
1321
Chris Kay82117d72021-12-01 16:34:55 +00001322 - title: PIE
1323 scope: pie
1324
Juan Pablo Conde52487492023-05-15 22:17:17 -05001325 - title: PIE/POR
1326 scope: pie/por
1327
Chris Kay82117d72021-12-01 16:34:55 +00001328 - title: Security
1329 scope: security
1330
1331 - title: SDEI
1332 scope: sdei
1333
1334 - title: TBBR
1335 scope: tbbr
1336
1337 - title: NXP
1338
1339 subsections:
1340 - title: OCRAM
1341 scope: nxp-ocram
1342
1343 deprecated:
1344 - nxp/common/ocram
1345
1346 - title: PSCI
1347 scope: nxp-psci
1348
1349 deprecated:
1350 - plat/nxp/common/psci
1351
Chris Kayd04a4762023-04-13 17:24:20 +01001352 - title: UUID
1353 scope: uuid
1354
Chris Kay82117d72021-12-01 16:34:55 +00001355 - title: Documentation
1356 scope: docs
1357
1358 deprecated:
1359 - doc
1360
1361 subsections:
1362 - title: Changelog
1363 scope: changelog
1364
1365 - title: Commit Style
1366 scope: commit-style
1367
1368 - title: Contribution Guidelines
1369 scope: contributing
1370
1371 deprecated:
1372 - contribution-guidelines
1373 - docs-contributing.rst
1374
1375 - title: Maintainers
1376 scope: maintainers
1377
1378 - title: Prerequisites
1379 scope: prerequisites
1380
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001381 - title: Threat Model
1382 scope: threat-model
1383
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001384 - title: Porting Guide
1385 scope: porting
1386
Chris Kay82117d72021-12-01 16:34:55 +00001387 - title: Build System
1388 scope: build
1389
1390 deprecated:
1391 - makefile
1392 - Makefile
1393
1394 subsections:
1395 - title: Git Hooks
1396 scope: hooks
1397
Juan Pablo Conde52487492023-05-15 22:17:17 -05001398 deprecated:
1399 - git-hooks
1400
Chris Kay82117d72021-12-01 16:34:55 +00001401 - title: Tools
1402
1403 subsections:
1404 - title: STM32 Image
1405 scope: stm32image
1406
1407 deprecated:
1408 - tools/stm32image
1409
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001410 - title: NXP Tools
1411 scope: nxp-tools
1412
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001413 - title: Firmware Image Package Tool
1414 scope: fiptool
1415
1416 - title: Secure Partition Tool
1417 scope: sptool
1418
1419 - title: Certificate Creation Tool
1420 scope: cert-create
1421
Chris Kay01995442024-06-14 11:31:03 +00001422 - title: Firmware Encryption Tool
1423 scope: encrypt-fw
1424
Harrison Mutai372b8802023-02-23 11:30:17 +00001425 - title: Memory Mapping Tool
1426 scope: memmap
1427
laurenw-arm7c66fca2022-11-01 14:45:33 -05001428 deprecated:
1429 - cert_create
1430
Henrik Nordstromd95745b2023-12-04 10:31:07 +01001431 - title: Marvell Tools
1432 scope: marvell-tools
1433
Chris Kayb278eb72024-06-04 11:31:06 +00001434 - title: Renesas Tools
1435 scope: renesas-tools
1436
1437 subsections:
1438 - title: R-Car Layout Tool
1439 scope: rcar-layout
Chris Kay51a20b72024-06-04 11:31:06 +00001440
1441 - title: R/ZG Layout Tool
1442 scope: rzg-layout
1443
Chris Kay82117d72021-12-01 16:34:55 +00001444 - title: Dependencies
1445 scope: deps
1446
1447 subsections:
1448 - title: checkpatch
1449 scope: checkpatch
1450
1451 - title: commitlint
1452 scope: commitlint
1453
Daniel Boulbyc550e702022-10-05 11:03:44 +01001454 - title: Compiler runtime libraries
1455 scope: compiler-rt
1456
Chris Kay82117d72021-12-01 16:34:55 +00001457 - title: libfdt
1458 scope: libfdt
1459
1460 - title: Node Package Manager (NPM)
1461 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001462
dependabot[bot]dba1b532023-09-06 09:55:17 +00001463 - title: Poetry
1464 scope: poetry
1465
Daniel Boulbyc550e702022-10-05 11:03:44 +01001466 - title: zlib
1467 scope: zlib