blob: 3875a48c751a87eebcb703ca4eb84e2318eeb28a [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
Mark Brown326f2952023-03-14 21:33:04 +0000110 - title: Guarded Control Stack (FEAT_GCS)
111 scope: gcs
112
Chris Kay82117d72021-12-01 16:34:55 +0000113 - title: Support for the `HCRX_EL2` register (FEAT_HCX)
114 scope: hcx
115
116 - title: Memory Partitioning and Monitoring (MPAM) Extension (FEAT_MPAM)
117 scope: mpam
118
laurenw-arm7c66fca2022-11-01 14:45:33 -0500119 - title: Memory Tagging Extension
120 scope: mte
121
122 - title: Pointer Authentication Extension
123 scope: pauth
124
125 - title: Performance Monitors Extension (FEAT_PMUv3)
126 scope: pmu
127
128 - title: Trapping support for RNDR/RNDRRS (FEAT_RNG_TRAP)
129 scope: rng-trap
130
Jayanth Dodderi Chidanandcfe053a2022-11-08 10:31:07 +0000131 - title: Scalable Matrix Extension (FEAT_SME, FEAT_SME2)
Chris Kay82117d72021-12-01 16:34:55 +0000132 scope: sme
133
laurenw-arm7c66fca2022-11-01 14:45:33 -0500134 - title: Statistical profiling Extension (FEAT_SPE)
135 scope: spe
136
Chris Kay82117d72021-12-01 16:34:55 +0000137 - title: Scalable Vector Extension (FEAT_SVE)
138 scope: sve
139
140 - title: System Register Trace Extensions (FEAT_ETMv4, FEAT_ETE and FEAT_ETEv1.1)
141 scope: sys-reg-trace
142
143 deprecated:
144 - sys_reg_trace
145
146 - title: Trace Buffer Extension (FEAT_TRBE)
147 scope: trbe
148
149 - title: Self-hosted Trace Extensions (FEAT_TRF)
150 scope: trf
151
152 - title: Platforms
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000153 scope: platforms
154
155 deprecated:
156 - plat/common
Chris Kay82117d72021-12-01 16:34:55 +0000157
158 subsections:
159 - title: Allwinner
160 scope: allwinner
161
162 deprecated:
163 - plat/allwinner
164
165 - title: Arm
166 scope: arm
167
168 deprecated:
169 - plat/arm
170
171 subsections:
Juan Pablo Conde52487492023-05-15 22:17:17 -0500172 - title: A5DS
173 scope: a5ds
174
laurenw-arm7c66fca2022-11-01 14:45:33 -0500175 - title: CSS
176 scope: css
177
178 deprecated:
179 - plat/arm/css
Juan Pablo Conde52487492023-05-15 22:17:17 -0500180 - plat/css
laurenw-arm7c66fca2022-11-01 14:45:33 -0500181
Chris Kay82117d72021-12-01 16:34:55 +0000182 - title: FPGA
183 scope: fpga
184
185 deprecated:
186 - arm_fgpa
Chris Kay82117d72021-12-01 16:34:55 +0000187 - plat/arm_fpga
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000188 - arm/fpga
Chris Kay82117d72021-12-01 16:34:55 +0000189
190 - title: FVP
191 scope: fvp
192
193 deprecated:
194 - plat/fvp
laurenw-arm7c66fca2022-11-01 14:45:33 -0500195 - fvp/tsp_manifest
Chris Kay82117d72021-12-01 16:34:55 +0000196
197 - title: FVP-R
198 scope: fvp-r
199
200 deprecated:
201 - fvp_r
202
laurenw-arm7c66fca2022-11-01 14:45:33 -0500203 - title: FVP Versatile Express
204 scope: fvp_ve
205
Chris Kay82117d72021-12-01 16:34:55 +0000206 - title: Juno
207 scope: juno
208
209 - title: Morello
210 scope: morello
211
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100212 - title: N1SDP
213 scope: n1sdp
214
Chris Kay82117d72021-12-01 16:34:55 +0000215 - title: RD
216 scope: rd
217
218 subsections:
Juan Pablo Conde52487492023-05-15 22:17:17 -0500219 - title: RD-N1 Edge
220 scope: rdn1edge
221
Chris Kay82117d72021-12-01 16:34:55 +0000222 - title: RD-N2
223 scope: rdn2
224
225 deprecated:
226 - board/rdn2
227
228 - title: SGI
229 scope: sgi
230
231 deprecated:
232 - plat/sgi
233 - plat/arm/sgi
234
235 - title: TC
236 scope: tc
237
Juan Pablo Conde52487492023-05-15 22:17:17 -0500238 deprecated:
239 - plat/tc
240
Chris Kay82117d72021-12-01 16:34:55 +0000241 subsections:
242 - title: TC0
243 scope: tc0
244
245 deprecated:
246 - plat/tc0
247
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100248 - title: Corstone-1000
249 scope: corstone-1000
250
Chia-Wei Wanga7556d82022-11-02 17:50:21 +0800251 - title: Aspeed
252 scope: aspeed
253
254 subsections:
255 - title: AST2700
256 scope: ast2700
257
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100258 - title: Broadcom
259 scope: brcm
260
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000261 - title: Cadence
262 scope: cadence
263
laurenw-arm7c66fca2022-11-01 14:45:33 -0500264 - title: HiSilicon
265 scope: hisilicon
266
267 subsections:
268 - title: HiKey
269 scope: hikey
270
271 - title: HiKey960
272 scope: hikey960
273
Sieu Mun Tang9f3a13c2022-02-22 14:14:26 +0800274 - title: Intel
275 scope: intel
276
277 subsections:
278 - title: SoC
279 scope: soc
280
Chris Kay82117d72021-12-01 16:34:55 +0000281 - title: Marvell
282 scope: marvell
283
284 deprecated:
285 - plat/marvell
286
287 subsections:
288 - title: Armada
289 scope: armada
290
291 deprecated:
292 - plat/marvell/armada
293
294 subsections:
295 - title: A3K
296 scope: a3k
297
298 deprecated:
299 - plat/marvell/a3k
300
301 - title: A8K
302 scope: a8k
303
304 deprecated:
305 - plat/marvell/a8k
306
307 - title: MediaTek
308 scope: mediatek
309
310 deprecated:
311 - plat/mediatek/common
312 - plat/mediatek
313
314 subsections:
315 - title: MT8183
316 scope: mt8183
317
318 deprecated:
319 - plat/mediatek/mt8183
320
laurenw-arm7c66fca2022-11-01 14:45:33 -0500321 - title: MT8186
322 scope: mt8186
323
324 deprecated:
325 - plat/mediatek/mt8186
326 - mt8186-emi-mpu
327
328 - title: MT8188
329 scope: mt8188
330
Chris Kay82117d72021-12-01 16:34:55 +0000331 - title: MT8192
332 scope: mt8192
333
334 deprecated:
335 - plat/mdeiatek/mt8192
336
337 - title: MT8195
338 scope: mt8195
339
340 deprecated:
341 - plat/mediatek/me8195
342 - plat/mediatek/mt8195
343 - plat/mdeiatek/mt8195
344
345 - title: NVIDIA
346 scope: nvidia
347
348 subsections:
349 - title: Tegra
350 scope: tegra
351
352 deprecated:
353 - plat/tegra
354
355 subsections:
356 - title: Tegra 132
357 scope: tegra132
358
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100359 - title: Tegra 194
360 scope: tegra194
361
Juan Pablo Conde52487492023-05-15 22:17:17 -0500362 - title: Tegra 210
363 scope: tegra210
364
Chris Kay82117d72021-12-01 16:34:55 +0000365 - title: NXP
366 scope: nxp
367
368 deprecated:
369 - plat/nxp
370 - plat/nxp/common
371
372 subsections:
373 - title: i.MX
374 scope: imx
375
376 deprecated:
377 - plat/imx
378 - plat/imx/imx
379
380 subsections:
381 - title: i.MX 8M
382 scope: imx8m
383
384 deprecated:
385 - plat/imx8m
386 - plat/imx/imx8m
387
388 subsections:
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100389 - title: i.MX 8M Nano
390 scope: imx8mn
391
392 deprecated:
393 - plat/imx/imx8m/imx8mn
394
Chris Kay82117d72021-12-01 16:34:55 +0000395 - title: i.MX 8M Mini
396 scope: imx8mm
397
398 deprecated:
399 - plat/imx/imx8m/imx8mm
400
401 - title: i.MX 8M Plus
402 scope: imx8mp
403
404 deprecated:
405 - plat/imx/imx8m/imx8mp
406
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100407 - title: i.MX 8Q
408 scope: imx8mq
409
410 deprecated:
411 - plat/imx/imx8m/imx8mq
412
Juan Pablo Conde52487492023-05-15 22:17:17 -0500413 - title: i.MX 8
414 scope: imx8
415
Jacky Bai4e214e42023-10-08 17:52:24 +0800416 - title: i.MX 8ULP
417 scope: imx8ulp
418
Jacky Bai9dc47d52023-06-14 15:24:00 +0800419 - title: i.MX 9
420 scope: imx9
421
422 subsections:
423 - title: i.MX93
424 scope: imx93
425
Chris Kay82117d72021-12-01 16:34:55 +0000426 - title: Layerscape
427 scope: layerscape
428
429 deprecated:
430 - docs/nxp/layerscape
431
432 subsections:
433 - title: LS1028A
434 scope: ls1028a
435
436 deprecated:
437 - plat/nxp/ls1028a
438
439 subsections:
440 - title: LS1028ARDB
441 scope: ls1028ardb
442
443 deprecated:
444 - plat/nxp/ls1028ardb
445
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100446 - title: LS1043A
447 scope: ls1043a
448
449 deprecated:
450 - plat/nxp/ls1043a
451
452 subsections:
453 - title: LS1043ARDB
454 scope: ls1043ardb
455
456 deprecated:
457 - plat/nxp/ls1043ardb
458
Chris Kay82117d72021-12-01 16:34:55 +0000459 - title: LX2
460 scope: lx2
461
462 deprecated:
463 - plat/nxp/lx2
464
465 subsections:
466 - title: LX216
467 scope: lx216
468
469 deprecated:
470 - plat/nxp/lx216x
471
472 subsections:
473 - title: LX2160
474 scope: lx2160
475
476 deprecated:
477 - plat/soc-lx2160
478
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800479 - title: LS1046A
480 scope: ls1046a
481
482 subsections:
483 - title: LS1046ARDB
484 scope: ls1046ardb
485
486 - title: LS1046AFRWY
487 scope: ls1046afrwy
488
489 - title: LS1046AQDS
490 scope: ls1046aqds
491
Jiafei Pan290bf6f2022-02-24 16:00:35 +0800492 - title: LS1088A
493 scope: ls1088a
494
495 subsections:
496 - title: LS1088ARDB
497 scope: ls1088ardb
498
499 - title: LS1088AQDS
500 scope: ls1088aqds
501
Chris Kay82117d72021-12-01 16:34:55 +0000502 - title: QEMU
503 scope: qemu
504
505 deprecated:
506 - plat/qemu
507
Juan Pablo Conde52487492023-05-15 22:17:17 -0500508 subsections:
509 - title: SBSA
510 scope: qemu-sbsa
511
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000512 deprecated:
513 - qemu_sbsa
514
Chris Kay82117d72021-12-01 16:34:55 +0000515 - title: QTI
516 scope: qti
517
laurenw-arm7c66fca2022-11-01 14:45:33 -0500518 deprecated:
519 - plat/qti
520
Chris Kay82117d72021-12-01 16:34:55 +0000521 subsections:
522 - title: SC1780
523 scope: sc7180
524
525 deprecated:
526 - plat/qti/sc7180
527
528 - title: SC7280
529 scope: sc7280
530
531 deprecated:
532 - plat/qti/sc7280
533
Stephan Gerholdd0d0bf42021-12-01 20:00:00 +0100534 - title: MSM8916
535 scope: msm8916
536
Chris Kay82117d72021-12-01 16:34:55 +0000537 - title: Raspberry Pi
538 scope: rpi
539
540 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500541 - title: Raspberry Pi 3
542 scope: rpi3
543
Chris Kay82117d72021-12-01 16:34:55 +0000544 - title: Raspberry Pi 4
545 scope: rpi4
546
Mario Bălănicăc883ce02023-12-02 03:08:02 +0200547 - title: Raspberry Pi 5
548 scope: rpi5
549
Chris Kay82117d72021-12-01 16:34:55 +0000550 - title: Renesas
551 scope: renesas
552
553 subsections:
554 - title: R-Car
555 scope: rcar
556
557 deprecated:
558 - plat/rcar
559
560 subsections:
561 - title: R-Car 3
562 scope: rcar3
563
564 deprecated:
565 - plat/rcar3
566
567 - title: Rockchip
568 scope: rockchip
569
570 subsections:
571 - title: RK3399
572 scope: rk3399
573
574 deprecated:
575 - rockchip/rk3399
576 - rk3399/suspend
577
Diederik de Haas6a9c7312023-11-27 10:21:37 +0100578 - title: RK3328
579 scope: rk3328
580
Chris Kay82117d72021-12-01 16:34:55 +0000581 - title: Socionext
582 scope: socionext
583
584 subsections:
585 - title: Synquacer
586 scope: synquacer
587
588 deprecated:
589 - plat/synquacer
590
591 - title: ST
592 scope: st
593
594 deprecated:
595 - plat/st
596
597 subsections:
Yann Gautier14b32e82022-06-01 18:17:43 +0200598 - title: STM32MP1
Chris Kay82117d72021-12-01 16:34:55 +0000599 scope: stm32mp1
600
601 deprecated:
602 - plat/st/stm32mp1
603
Yann Gautier14b32e82022-06-01 18:17:43 +0200604 subsections:
605 - title: STM32MP13
606 scope: stm32mp13
607
608 - title: STM32MP15
609 scope: stm32mp15
610
Yann Gautier1123f662022-12-16 15:32:25 +0100611 - title: STM32MP2
612 scope: stm32mp2
613
Dave Gerlach74c19f92022-03-22 11:02:52 -0500614 - title: Texas Instruments
615 scope: ti
616
617 subsections:
618 - title: K3
619 scope: k3
620
laurenw-arm7c66fca2022-11-01 14:45:33 -0500621 deprecated:
622 - ti-k3
623
Chris Kay82117d72021-12-01 16:34:55 +0000624 - title: Xilinx
625 scope: xilinx
626
627 deprecated:
628 - plat/xilinx
629
630 subsections:
Michal Simek38d5d4d2023-09-18 10:22:48 +0200631 - title: DCC (Debug Communication Channel)
632 scope: dcc
633
Chris Kay82117d72021-12-01 16:34:55 +0000634 - title: Versal
635 scope: versal
636
637 deprecated:
638 - plat/xilinx/versal/include
639 - plat/xilinx/versal
640 - plat/versal
641
laurenw-arm7c66fca2022-11-01 14:45:33 -0500642 subsections:
643 - title: Versal NET
644 scope: versal-net
645
646 deprecated:
647 - versal_net
648
Chris Kay82117d72021-12-01 16:34:55 +0000649 - title: ZynqMP
650 scope: zynqmp
651
652 deprecated:
653 - plat/zynqmp
654 - plat/xilinx/zynqmp
655
rutigl@gmail.comdefbeed2023-03-19 09:19:05 +0200656 - title: Nuvoton
657 scope: nuvoton
658
659 subsections:
660 - title: npcm845x
661 scope: npcm845x
662
Chris Kay82117d72021-12-01 16:34:55 +0000663 - title: Bootloader Images
664 scope: bl
665
666 deprecated:
667 - bl_common
668
669 subsections:
670 - title: BL1
671 scope: bl1
672
673 - title: BL2
674 scope: bl2
675
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100676 - title: BL31
677 scope: bl31
678
Shruti Guptac31beb62022-08-09 10:46:07 +0100679 - title: BL32
680 scope: bl32
681
682 subsections:
683 - title: TSP
684 scope: tsp
685
Chris Kay82117d72021-12-01 16:34:55 +0000686 - title: Services
687 scope: services
688
689 subsections:
690 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000691 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000692
693 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000694 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000695
696 - title: RME
697 scope: rme
698
laurenw-arm7c66fca2022-11-01 14:45:33 -0500699 deprecated:
700 - rme/fid
701
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100702 subsections:
703 - title: TRP
704 scope: trp
705
Javier Almansa Sobrino7176a772021-11-24 18:37:37 +0000706 - title: RMMD
707 scope: rmmd
708
Juan Pablo Conde52487492023-05-15 22:17:17 -0500709 - title: RMM
710 scope: rmm
711
Chris Kay82117d72021-12-01 16:34:55 +0000712 - title: SPM
713 scope: spm
714
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100715 subsections:
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000716 - title: EL3 SPM
717 scope: el3-spm
718
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100719 - title: EL3 SPMC
720 scope: el3-spmc
721
laurenw-arm7c66fca2022-11-01 14:45:33 -0500722 deprecated:
723 - spmc
724
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100725 - title: SPMD
726 scope: spmd
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000727
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100728 - title: SPM MM
729 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000730
Manish V Badarkhe478d3ee2022-06-27 09:21:14 +0100731 - title: DRTM
732 scope: drtm
733
Jayanth Dodderi Chidanand7c7faff2022-10-11 17:16:07 +0100734 - title: TRNG
735 scope: trng
736
Sona Mathew5100bec2023-09-20 12:55:32 -0500737 - title: ERRATA ABI
738 scope: errata-abi
739
740 deprecated:
741 - errata_abi
Sona Mathew7fe03522022-11-18 18:05:38 -0600742
Chris Kay82117d72021-12-01 16:34:55 +0000743 - title: Libraries
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000744 scope: lib
Chris Kay82117d72021-12-01 16:34:55 +0000745
746 subsections:
747 - title: CPU Support
748 scope: cpus
749
750 deprecated:
751 - cpu
752 - errata
753 - errata_report
754
755 - title: EL3 Runtime
756 scope: el3-runtime
757
758 deprecated:
759 - el3_runtime
760
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100761 subsections:
762 - title: Context Management
763 scope: cm
764
laurenw-arm7c66fca2022-11-01 14:45:33 -0500765 - title: RAS
766 scope: ras
767
Chris Kay82117d72021-12-01 16:34:55 +0000768 - title: FCONF
769 scope: fconf
770
771 - title: MPMM
772 scope: mpmm
773
774 - title: OP-TEE
775 scope: optee
776
777 deprecated:
778 - lib/optee
779
780 - title: PSCI
781 scope: psci
782
Chris Kayc66b9f32024-01-15 18:45:07 +0000783 - title: ROMlib
784 scope: romlib
785
Chris Kay82117d72021-12-01 16:34:55 +0000786 - title: GPT
787 scope: gpt
788
789 deprecated:
790 - gpt_rme
791
792 - title: SMCCC
793 scope: smccc
794
795 - title: Translation Tables
796 scope: xlat
797
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100798 - title: C Standard Library
799 scope: libc
800
801 - title: Locks
802 scope: locks
803
804 - title: PSA
805 scope: psa
806
laurenw-arm7c66fca2022-11-01 14:45:33 -0500807 deprecated:
808 - lib/psa
809
Tamas Ban109a4802024-02-06 11:24:51 +0100810 - title: DICE Protection Environment
811 scope: dice
812
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500813 - title: Context Management
Chris Kaye76be0a2022-10-10 16:57:45 +0100814 scope: context-mgmt
815
816 deprecated:
817 - context mgmt
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500818
Manish V Badarkhede920262022-09-26 15:06:56 +0100819 - title: Semihosting
820 scope: semihosting
821
Raymond Mao98983392023-07-25 07:53:35 -0700822 - title: Firmware Handoff
823 scope: handoff
824
Chris Kay82117d72021-12-01 16:34:55 +0000825 - title: Drivers
826
827 subsections:
828 - title: Authentication
829 scope: auth
830
831 deprecated:
832 - driver/auth
833
834 subsections:
835 - title: CryptoCell-713
836 scope: cc-713
837
Manish V Badarkhe8d91e982022-09-22 21:41:55 +0100838 - title: Crypto
839 scope: crypto
840
841 - title: mbedTLS
842 scope: mbedtls
843
Manish V Badarkhe538d5922023-09-22 17:54:59 +0100844 - title: mbedTLS-PSA
845 scope: mbedtls-psa
846
Yann Gautier1832d662023-01-06 17:05:48 +0100847 - title: Console
848 scope: console
849
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100850 - title: Generic Clock
851 scope: clk
852
Chris Kay82117d72021-12-01 16:34:55 +0000853 - title: FWU
854 scope: fwu
855
856 deprecated:
857 - fwu_metadata
858
859 - title: I/O
860 scope: io
861
862 subsections:
863 - title: MTD
864 scope: mtd
865
866 deprecated:
867 - io_mtd
868
869 - title: Measured Boot
870 scope: measured-boot
871
872 deprecated:
873 - measured boot
874 - measured_boot
875
876 - title: MMC
877 scope: mmc
878
879 deprecated:
880 - drivers/mmc
881
882 - title: MTD
883 scope: mtd
884
885 deprecated:
886 - drivers/mtd
887
888 subsections:
889 - title: NAND
890 scope: nand
891
892 subsections:
893 - title: SPI NAND
894 scope: spi-nand
895
896 deprecated:
897 - spi_nand
898
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100899 - title: GUID Partition Tables Support
900 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530901
Juan Pablo Conde52487492023-05-15 22:17:17 -0500902 deprecated:
903 - partition
904
Chris Kay82117d72021-12-01 16:34:55 +0000905 - title: SCMI
906 scope: scmi
907
908 deprecated:
909 - scmi_common
910 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -0500911 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +0000912
913 - title: UFS
914 scope: ufs
915
916 - title: Arm
917 scope: arm-drivers
918
919 subsections:
920 - title: Ethos-N
921 scope: ethos-n
922
923 deprecated:
924 - drivers/arm/ethosn
925
926 - title: GIC
927 scope: gic
928
929 subsections:
930 - title: GICv3
931 scope: gicv3
932
laurenw-arm7c66fca2022-11-01 14:45:33 -0500933 deprecated:
934 - gicv3/multichip
935
Chris Kay82117d72021-12-01 16:34:55 +0000936 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500937 - title: GIC-600
938 scope: gic600
939
Chris Kay82117d72021-12-01 16:34:55 +0000940 - title: GIC-600AE
941 scope: gic600ae
942
Madhukar Pappireddydc4b8c62023-08-03 12:13:27 -0500943 - title: GICv2
944 scope: gicv2
945
Manish V Badarkhebcaeb672022-03-24 18:23:37 +0000946 - title: SMMU
947 scope: smmu
948
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100949 - title: MHU
950 scope: mhu
951
952 deprecated:
953 - drivers/arm/mhu
954
955 - title: RSS
956 scope: rss
957
958 deprecated:
959 - drivers/arm/rss
960
Chris Kay82117d72021-12-01 16:34:55 +0000961 - title: TZC
962 scope: tzc
963
964 subsections:
965 - title: TZC-400
966 scope: tzc400
967
968 deprecated:
969 - drivers/tzc400
970
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100971 - title: TZC-380
972 scope: tzc380
973
974 deprecated:
975 - drivers/tzc380
976
Madhukar Pappireddy4c3de562023-03-22 15:27:22 -0500977 - title: SBSA
978 scope: sbsa
979
Chris Kay82117d72021-12-01 16:34:55 +0000980 - title: Marvell
981 scope: marvell-drivers
982
983 subsections:
984 - title: COMPHY
985 scope: marvell-comphy
986
987 deprecated:
988 - drivers/marvell/comphy
989
990 subsections:
991 - title: Armada 3700
992 scope: marvell-comphy-3700
993
994 deprecated:
995 - drivers/marvell/comphy-3700
996
997 - title: CP110
998 scope: marvell-comphy-cp110
999
1000 deprecated:
1001 - drivers/marvell/comphy-cp110
1002
1003 - title: UART
1004 scope: marvell-uart
1005
1006 deprecated:
1007 - plat/marvell/uart
1008
1009 - title: Armada
1010 scope: armada-drivers
1011
1012 subsections:
1013 - title: A3K
1014 scope: a3k-drivers
1015
1016 subsections:
1017 - title: A3720
1018 scope: a3720-uart
1019
1020 deprecated:
1021 - plat/marvell/a3720/uart
1022
1023 - title: MediaTek
1024 scope: mediatek-drivers
1025
1026 subsections:
1027 - title: APU
1028 scope: mediatek-apu
1029
1030 deprecated:
1031 - plat/mediatek/apu
1032
1033 - title: EMI MPU
1034 scope: mediatek-emi-mpu
1035
1036 deprecated:
1037 - plat/mediatek/mpu
1038
1039 - title: PMIC Wrapper
1040 scope: mediatek-pmic-wrapper
1041
1042 deprecated:
1043 - plat/mediatek/pmic_wrap
1044
1045 - title: MT8192
1046 scope: mt8192-drivers
1047
1048 subsections:
1049 - title: SPM
1050 scope: mt8192-spm
1051
1052 deprecated:
1053 - mediatek/mt8192/spm
1054
1055 - title: NXP
1056 scope: nxp-drivers
1057
1058 subsections:
1059 - title: DCFG
1060 scope: nxp-dcfg
1061
1062 deprecated:
1063 - driver/nxp/dcfg
1064
1065 - title: FLEXSPI
1066 scope: flexspi
1067
1068 deprecated:
1069 - include/drivers/flexspi
1070 - driver/nxp/xspi
1071
1072 - title: SCFG
1073 scope: nxp-scfg
1074
1075 deprecated:
1076 - nxp/scfg
1077
1078 - title: SFP
1079 scope: nxp-sfp
1080
1081 deprecated:
1082 - drivers/nxp/sfp
1083
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001084 - title: QSPI
1085 scope: nxp-qspi
1086
Jiafei Pan94450412022-02-18 12:02:04 +08001087 - title: NXP Crypto
1088 scope: nxp-crypto
1089
Jiafei Panfa3f7612022-02-22 11:05:00 +08001090 - title: DDR
1091 scope: nxp-ddr
1092
1093 - title: GIC
1094 scope: nxp-gic
1095
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001096 - title: CSU
1097 scope: nxp-csu
1098
1099 - title: IFC NAND
1100 scope: nxp-ifc-nand
1101
1102 - title: IFC NOR
1103 scope: nxp-ifc-nor
1104
1105 - title: TZC-380
1106 scope: nxp-tzc380
1107
Jacky Bai9dc47d52023-06-14 15:24:00 +08001108 - title: TRDC
1109 scope: imx-trdc
1110
Chris Kay82117d72021-12-01 16:34:55 +00001111 - title: Renesas
1112 scope: renesas-drivers
1113
1114 subsections:
1115 - title: R-Car3
1116 scope: rcar3-drivers
1117
1118 deprecated:
1119 - drivers/rcar3
1120
1121 - title: ST
1122 scope: st-drivers
1123
1124 deprecated:
1125 - drivers/st
1126
1127 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +01001128 - title: BSEC
1129 scope: st-bsec
1130
Chris Kay82117d72021-12-01 16:34:55 +00001131 - title: Clock
1132 scope: st-clock
1133
1134 deprecated:
1135 - stm32mp_clk
1136 - drivers/st/clk
1137 - stm32mp1_clk
1138
Yann Gautier9f359fd2022-01-27 09:25:47 +01001139 - title: Crypto
1140 scope: st-crypto
1141
1142 - title: DDR
1143 scope: st-ddr
1144
Chris Kay82117d72021-12-01 16:34:55 +00001145 - title: I/O
1146 scope: st-io-drivers
1147
1148 subsections:
1149 - title: STM32 Image
1150 scope: st-io-stm32image
1151
1152 deprecated:
1153 - io-stm32image
1154 - io_stm32image
1155
Yann Gautier9f359fd2022-01-27 09:25:47 +01001156 - title: I2C
1157 scope: st-i2c
1158
1159 - title: FMC
1160 scope: st-fmc
1161
1162 - title: GPIO
1163 scope: st-gpio
1164
Chris Kay82117d72021-12-01 16:34:55 +00001165 - title: SDMMC2
1166 scope: st-sdmmc2
1167
1168 deprecated:
1169 - stm32_sdmmc2
1170
1171 - title: ST PMIC
1172 scope: st-pmic
1173
1174 deprecated:
1175 - drivers/st/pmic
1176
1177 - title: STPMIC1
1178 scope: stpmic1
1179
Yann Gautier9f359fd2022-01-27 09:25:47 +01001180 - title: Regulator
1181 scope: st-regulator
1182
1183 - title: Reset
1184 scope: st-reset
1185
1186 - title: SPI
1187 scope: st-spi
1188
Chris Kay82117d72021-12-01 16:34:55 +00001189 - title: UART
1190 scope: st-uart
1191
1192 subsections:
1193 - title: STM32 Console
1194 scope: stm32-console
1195
1196 deprecated:
1197 - stm32_console
1198
1199 - title: USB
1200 scope: st-usb
1201
1202 deprecated:
1203 - drivers/st/usb
1204
Yann Gautier9f359fd2022-01-27 09:25:47 +01001205 - title: Watchdog
1206 scope: st-iwdg
1207
Chris Kay82117d72021-12-01 16:34:55 +00001208 - title: USB
1209 scope: usb
1210
1211 deprecated:
1212 - drivers/usb
1213
1214 - title: Miscellaneous
1215
1216 subsections:
1217 - title: AArch64
1218 scope: aarch64
1219
1220 - title: Debug
1221 scope: debug
1222
1223 deprecated:
1224 - common/debug
1225
1226 - title: CRC32
1227 scope: crc32
1228
1229 subsections:
1230 - title: Hardware CRC32
1231 scope: hw-crc32
1232
1233 deprecated:
1234 - hw_crc
1235 - hw_crc32
1236
1237 - title: Software CRC32
1238 scope: sw-crc32
1239
1240 deprecated:
1241 - sw_crc32
1242
1243 - title: DT Bindings
1244 scope: dt-bindings
1245
1246 - title: FDT Wrappers
1247 scope: fdt-wrappers
1248
1249 - title: FDTs
1250 scope: fdts
1251
1252 deprecated:
1253 - fdt
1254
1255 subsections:
1256 - title: Morello
1257 scope: morello-fdts
1258
1259 deprecated:
1260 - fdts/morello
1261
1262 - title: STM32MP1
1263 scope: stm32mp1-fdts
1264
1265 deprecated:
1266 - fdts stm32mp1
1267
Yann Gautier2c962252022-07-08 15:55:14 +02001268 subsections:
1269 - title: STM32MP13
1270 scope: stm32mp13-fdts
1271
1272 - title: STM32MP15
1273 scope: stm32mp15-fdts
1274
Yann Gautier1123f662022-12-16 15:32:25 +01001275 - title: STM32MP2
1276 scope: stm32mp2-fdts
1277
Chris Kay82117d72021-12-01 16:34:55 +00001278 - title: PIE
1279 scope: pie
1280
Juan Pablo Conde52487492023-05-15 22:17:17 -05001281 - title: PIE/POR
1282 scope: pie/por
1283
Chris Kay82117d72021-12-01 16:34:55 +00001284 - title: Security
1285 scope: security
1286
1287 - title: SDEI
1288 scope: sdei
1289
1290 - title: TBBR
1291 scope: tbbr
1292
1293 - title: NXP
1294
1295 subsections:
1296 - title: OCRAM
1297 scope: nxp-ocram
1298
1299 deprecated:
1300 - nxp/common/ocram
1301
1302 - title: PSCI
1303 scope: nxp-psci
1304
1305 deprecated:
1306 - plat/nxp/common/psci
1307
Chris Kayd04a4762023-04-13 17:24:20 +01001308 - title: UUID
1309 scope: uuid
1310
Chris Kay82117d72021-12-01 16:34:55 +00001311 - title: Documentation
1312 scope: docs
1313
1314 deprecated:
1315 - doc
1316
1317 subsections:
1318 - title: Changelog
1319 scope: changelog
1320
1321 - title: Commit Style
1322 scope: commit-style
1323
1324 - title: Contribution Guidelines
1325 scope: contributing
1326
1327 deprecated:
1328 - contribution-guidelines
1329 - docs-contributing.rst
1330
1331 - title: Maintainers
1332 scope: maintainers
1333
1334 - title: Prerequisites
1335 scope: prerequisites
1336
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001337 - title: Threat Model
1338 scope: threat-model
1339
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001340 - title: Porting Guide
1341 scope: porting
1342
Chris Kay82117d72021-12-01 16:34:55 +00001343 - title: Build System
1344 scope: build
1345
1346 deprecated:
1347 - makefile
1348 - Makefile
1349
1350 subsections:
1351 - title: Git Hooks
1352 scope: hooks
1353
Juan Pablo Conde52487492023-05-15 22:17:17 -05001354 deprecated:
1355 - git-hooks
1356
Chris Kay82117d72021-12-01 16:34:55 +00001357 - title: Tools
1358
1359 subsections:
1360 - title: STM32 Image
1361 scope: stm32image
1362
1363 deprecated:
1364 - tools/stm32image
1365
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001366 - title: NXP Tools
1367 scope: nxp-tools
1368
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001369 - title: Firmware Image Package Tool
1370 scope: fiptool
1371
1372 - title: Secure Partition Tool
1373 scope: sptool
1374
1375 - title: Certificate Creation Tool
1376 scope: cert-create
1377
Harrison Mutai372b8802023-02-23 11:30:17 +00001378 - title: Memory Mapping Tool
1379 scope: memmap
1380
laurenw-arm7c66fca2022-11-01 14:45:33 -05001381 deprecated:
1382 - cert_create
1383
Henrik Nordstromd95745b2023-12-04 10:31:07 +01001384 - title: Marvell Tools
1385 scope: marvell-tools
1386
Chris Kay82117d72021-12-01 16:34:55 +00001387 - title: Dependencies
1388 scope: deps
1389
1390 subsections:
1391 - title: checkpatch
1392 scope: checkpatch
1393
1394 - title: commitlint
1395 scope: commitlint
1396
Daniel Boulbyc550e702022-10-05 11:03:44 +01001397 - title: Compiler runtime libraries
1398 scope: compiler-rt
1399
Chris Kay82117d72021-12-01 16:34:55 +00001400 - title: libfdt
1401 scope: libfdt
1402
1403 - title: Node Package Manager (NPM)
1404 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001405
dependabot[bot]dba1b532023-09-06 09:55:17 +00001406 - title: Poetry
1407 scope: poetry
1408
Daniel Boulbyc550e702022-10-05 11:03:44 +01001409 - title: zlib
1410 scope: zlib