blob: f67ad292420ac4e429b12c2a665cc4df075d30c2 [file] [log] [blame]
Chris Kay82117d72021-12-01 16:34:55 +00001#
Yann Gautier1832d662023-01-06 17:05:48 +01002# Copyright (c) 2021-2023, 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 Bai9dc47d52023-06-14 15:24:00 +0800416 - title: i.MX 9
417 scope: imx9
418
419 subsections:
420 - title: i.MX93
421 scope: imx93
422
Chris Kay82117d72021-12-01 16:34:55 +0000423 - title: Layerscape
424 scope: layerscape
425
426 deprecated:
427 - docs/nxp/layerscape
428
429 subsections:
430 - title: LS1028A
431 scope: ls1028a
432
433 deprecated:
434 - plat/nxp/ls1028a
435
436 subsections:
437 - title: LS1028ARDB
438 scope: ls1028ardb
439
440 deprecated:
441 - plat/nxp/ls1028ardb
442
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100443 - title: LS1043A
444 scope: ls1043a
445
446 deprecated:
447 - plat/nxp/ls1043a
448
449 subsections:
450 - title: LS1043ARDB
451 scope: ls1043ardb
452
453 deprecated:
454 - plat/nxp/ls1043ardb
455
Chris Kay82117d72021-12-01 16:34:55 +0000456 - title: LX2
457 scope: lx2
458
459 deprecated:
460 - plat/nxp/lx2
461
462 subsections:
463 - title: LX216
464 scope: lx216
465
466 deprecated:
467 - plat/nxp/lx216x
468
469 subsections:
470 - title: LX2160
471 scope: lx2160
472
473 deprecated:
474 - plat/soc-lx2160
475
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800476 - title: LS1046A
477 scope: ls1046a
478
479 subsections:
480 - title: LS1046ARDB
481 scope: ls1046ardb
482
483 - title: LS1046AFRWY
484 scope: ls1046afrwy
485
486 - title: LS1046AQDS
487 scope: ls1046aqds
488
Jiafei Pan290bf6f2022-02-24 16:00:35 +0800489 - title: LS1088A
490 scope: ls1088a
491
492 subsections:
493 - title: LS1088ARDB
494 scope: ls1088ardb
495
496 - title: LS1088AQDS
497 scope: ls1088aqds
498
Chris Kay82117d72021-12-01 16:34:55 +0000499 - title: QEMU
500 scope: qemu
501
502 deprecated:
503 - plat/qemu
504
Juan Pablo Conde52487492023-05-15 22:17:17 -0500505 subsections:
506 - title: SBSA
507 scope: qemu-sbsa
508
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000509 deprecated:
510 - qemu_sbsa
511
Chris Kay82117d72021-12-01 16:34:55 +0000512 - title: QTI
513 scope: qti
514
laurenw-arm7c66fca2022-11-01 14:45:33 -0500515 deprecated:
516 - plat/qti
517
Chris Kay82117d72021-12-01 16:34:55 +0000518 subsections:
519 - title: SC1780
520 scope: sc7180
521
522 deprecated:
523 - plat/qti/sc7180
524
525 - title: SC7280
526 scope: sc7280
527
528 deprecated:
529 - plat/qti/sc7280
530
Stephan Gerholdd0d0bf42021-12-01 20:00:00 +0100531 - title: MSM8916
532 scope: msm8916
533
Chris Kay82117d72021-12-01 16:34:55 +0000534 - title: Raspberry Pi
535 scope: rpi
536
537 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500538 - title: Raspberry Pi 3
539 scope: rpi3
540
Chris Kay82117d72021-12-01 16:34:55 +0000541 - title: Raspberry Pi 4
542 scope: rpi4
543
544 - title: Renesas
545 scope: renesas
546
547 subsections:
548 - title: R-Car
549 scope: rcar
550
551 deprecated:
552 - plat/rcar
553
554 subsections:
555 - title: R-Car 3
556 scope: rcar3
557
558 deprecated:
559 - plat/rcar3
560
561 - title: Rockchip
562 scope: rockchip
563
564 subsections:
565 - title: RK3399
566 scope: rk3399
567
568 deprecated:
569 - rockchip/rk3399
570 - rk3399/suspend
571
Diederik de Haas6a9c7312023-11-27 10:21:37 +0100572 - title: RK3328
573 scope: rk3328
574
Chris Kay82117d72021-12-01 16:34:55 +0000575 - title: Socionext
576 scope: socionext
577
578 subsections:
579 - title: Synquacer
580 scope: synquacer
581
582 deprecated:
583 - plat/synquacer
584
585 - title: ST
586 scope: st
587
588 deprecated:
589 - plat/st
590
591 subsections:
Yann Gautier14b32e82022-06-01 18:17:43 +0200592 - title: STM32MP1
Chris Kay82117d72021-12-01 16:34:55 +0000593 scope: stm32mp1
594
595 deprecated:
596 - plat/st/stm32mp1
597
Yann Gautier14b32e82022-06-01 18:17:43 +0200598 subsections:
599 - title: STM32MP13
600 scope: stm32mp13
601
602 - title: STM32MP15
603 scope: stm32mp15
604
Yann Gautier1123f662022-12-16 15:32:25 +0100605 - title: STM32MP2
606 scope: stm32mp2
607
Dave Gerlach74c19f92022-03-22 11:02:52 -0500608 - title: Texas Instruments
609 scope: ti
610
611 subsections:
612 - title: K3
613 scope: k3
614
laurenw-arm7c66fca2022-11-01 14:45:33 -0500615 deprecated:
616 - ti-k3
617
Chris Kay82117d72021-12-01 16:34:55 +0000618 - title: Xilinx
619 scope: xilinx
620
621 deprecated:
622 - plat/xilinx
623
624 subsections:
Michal Simek38d5d4d2023-09-18 10:22:48 +0200625 - title: DCC (Debug Communication Channel)
626 scope: dcc
627
Chris Kay82117d72021-12-01 16:34:55 +0000628 - title: Versal
629 scope: versal
630
631 deprecated:
632 - plat/xilinx/versal/include
633 - plat/xilinx/versal
634 - plat/versal
635
laurenw-arm7c66fca2022-11-01 14:45:33 -0500636 subsections:
637 - title: Versal NET
638 scope: versal-net
639
640 deprecated:
641 - versal_net
642
Chris Kay82117d72021-12-01 16:34:55 +0000643 - title: ZynqMP
644 scope: zynqmp
645
646 deprecated:
647 - plat/zynqmp
648 - plat/xilinx/zynqmp
649
rutigl@gmail.comdefbeed2023-03-19 09:19:05 +0200650 - title: Nuvoton
651 scope: nuvoton
652
653 subsections:
654 - title: npcm845x
655 scope: npcm845x
656
Chris Kay82117d72021-12-01 16:34:55 +0000657 - title: Bootloader Images
658 scope: bl
659
660 deprecated:
661 - bl_common
662
663 subsections:
664 - title: BL1
665 scope: bl1
666
667 - title: BL2
668 scope: bl2
669
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100670 - title: BL31
671 scope: bl31
672
Shruti Guptac31beb62022-08-09 10:46:07 +0100673 - title: BL32
674 scope: bl32
675
676 subsections:
677 - title: TSP
678 scope: tsp
679
Chris Kay82117d72021-12-01 16:34:55 +0000680 - title: Services
681 scope: services
682
683 subsections:
684 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000685 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000686
687 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000688 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000689
690 - title: RME
691 scope: rme
692
laurenw-arm7c66fca2022-11-01 14:45:33 -0500693 deprecated:
694 - rme/fid
695
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100696 subsections:
697 - title: TRP
698 scope: trp
699
Javier Almansa Sobrino7176a772021-11-24 18:37:37 +0000700 - title: RMMD
701 scope: rmmd
702
Juan Pablo Conde52487492023-05-15 22:17:17 -0500703 - title: RMM
704 scope: rmm
705
Chris Kay82117d72021-12-01 16:34:55 +0000706 - title: SPM
707 scope: spm
708
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100709 subsections:
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000710 - title: EL3 SPM
711 scope: el3-spm
712
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100713 - title: EL3 SPMC
714 scope: el3-spmc
715
laurenw-arm7c66fca2022-11-01 14:45:33 -0500716 deprecated:
717 - spmc
718
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100719 - title: SPMD
720 scope: spmd
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000721
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100722 - title: SPM MM
723 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000724
Manish V Badarkhe478d3ee2022-06-27 09:21:14 +0100725 - title: DRTM
726 scope: drtm
727
Jayanth Dodderi Chidanand7c7faff2022-10-11 17:16:07 +0100728 - title: TRNG
729 scope: trng
730
Sona Mathew5100bec2023-09-20 12:55:32 -0500731 - title: ERRATA ABI
732 scope: errata-abi
733
734 deprecated:
735 - errata_abi
Sona Mathew7fe03522022-11-18 18:05:38 -0600736
Chris Kay82117d72021-12-01 16:34:55 +0000737 - title: Libraries
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000738 scope: lib
Chris Kay82117d72021-12-01 16:34:55 +0000739
740 subsections:
741 - title: CPU Support
742 scope: cpus
743
744 deprecated:
745 - cpu
746 - errata
747 - errata_report
748
749 - title: EL3 Runtime
750 scope: el3-runtime
751
752 deprecated:
753 - el3_runtime
754
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100755 subsections:
756 - title: Context Management
757 scope: cm
758
laurenw-arm7c66fca2022-11-01 14:45:33 -0500759 - title: RAS
760 scope: ras
761
Chris Kay82117d72021-12-01 16:34:55 +0000762 - title: FCONF
763 scope: fconf
764
765 - title: MPMM
766 scope: mpmm
767
768 - title: OP-TEE
769 scope: optee
770
771 deprecated:
772 - lib/optee
773
774 - title: PSCI
775 scope: psci
776
777 - title: GPT
778 scope: gpt
779
780 deprecated:
781 - gpt_rme
782
783 - title: SMCCC
784 scope: smccc
785
786 - title: Translation Tables
787 scope: xlat
788
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100789 - title: C Standard Library
790 scope: libc
791
792 - title: Locks
793 scope: locks
794
795 - title: PSA
796 scope: psa
797
laurenw-arm7c66fca2022-11-01 14:45:33 -0500798 deprecated:
799 - lib/psa
800
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500801 - title: Context Management
Chris Kaye76be0a2022-10-10 16:57:45 +0100802 scope: context-mgmt
803
804 deprecated:
805 - context mgmt
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500806
Manish V Badarkhede920262022-09-26 15:06:56 +0100807 - title: Semihosting
808 scope: semihosting
809
Raymond Mao98983392023-07-25 07:53:35 -0700810 - title: Firmware Handoff
811 scope: handoff
812
Chris Kay82117d72021-12-01 16:34:55 +0000813 - title: Drivers
814
815 subsections:
816 - title: Authentication
817 scope: auth
818
819 deprecated:
820 - driver/auth
821
822 subsections:
823 - title: CryptoCell-713
824 scope: cc-713
825
Manish V Badarkhe8d91e982022-09-22 21:41:55 +0100826 - title: Crypto
827 scope: crypto
828
829 - title: mbedTLS
830 scope: mbedtls
831
Manish V Badarkhe538d5922023-09-22 17:54:59 +0100832 - title: mbedTLS-PSA
833 scope: mbedtls-psa
834
Yann Gautier1832d662023-01-06 17:05:48 +0100835 - title: Console
836 scope: console
837
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100838 - title: Generic Clock
839 scope: clk
840
Chris Kay82117d72021-12-01 16:34:55 +0000841 - title: FWU
842 scope: fwu
843
844 deprecated:
845 - fwu_metadata
846
847 - title: I/O
848 scope: io
849
850 subsections:
851 - title: MTD
852 scope: mtd
853
854 deprecated:
855 - io_mtd
856
857 - title: Measured Boot
858 scope: measured-boot
859
860 deprecated:
861 - measured boot
862 - measured_boot
863
864 - title: MMC
865 scope: mmc
866
867 deprecated:
868 - drivers/mmc
869
870 - title: MTD
871 scope: mtd
872
873 deprecated:
874 - drivers/mtd
875
876 subsections:
877 - title: NAND
878 scope: nand
879
880 subsections:
881 - title: SPI NAND
882 scope: spi-nand
883
884 deprecated:
885 - spi_nand
886
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100887 - title: GUID Partition Tables Support
888 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530889
Juan Pablo Conde52487492023-05-15 22:17:17 -0500890 deprecated:
891 - partition
892
Chris Kay82117d72021-12-01 16:34:55 +0000893 - title: SCMI
894 scope: scmi
895
896 deprecated:
897 - scmi_common
898 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -0500899 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +0000900
901 - title: UFS
902 scope: ufs
903
904 - title: Arm
905 scope: arm-drivers
906
907 subsections:
908 - title: Ethos-N
909 scope: ethos-n
910
911 deprecated:
912 - drivers/arm/ethosn
913
914 - title: GIC
915 scope: gic
916
917 subsections:
918 - title: GICv3
919 scope: gicv3
920
laurenw-arm7c66fca2022-11-01 14:45:33 -0500921 deprecated:
922 - gicv3/multichip
923
Chris Kay82117d72021-12-01 16:34:55 +0000924 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500925 - title: GIC-600
926 scope: gic600
927
Chris Kay82117d72021-12-01 16:34:55 +0000928 - title: GIC-600AE
929 scope: gic600ae
930
Madhukar Pappireddydc4b8c62023-08-03 12:13:27 -0500931 - title: GICv2
932 scope: gicv2
933
Manish V Badarkhebcaeb672022-03-24 18:23:37 +0000934 - title: SMMU
935 scope: smmu
936
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100937 - title: MHU
938 scope: mhu
939
940 deprecated:
941 - drivers/arm/mhu
942
943 - title: RSS
944 scope: rss
945
946 deprecated:
947 - drivers/arm/rss
948
Chris Kay82117d72021-12-01 16:34:55 +0000949 - title: TZC
950 scope: tzc
951
952 subsections:
953 - title: TZC-400
954 scope: tzc400
955
956 deprecated:
957 - drivers/tzc400
958
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100959 - title: TZC-380
960 scope: tzc380
961
962 deprecated:
963 - drivers/tzc380
964
Madhukar Pappireddy4c3de562023-03-22 15:27:22 -0500965 - title: SBSA
966 scope: sbsa
967
Chris Kay82117d72021-12-01 16:34:55 +0000968 - title: Marvell
969 scope: marvell-drivers
970
971 subsections:
972 - title: COMPHY
973 scope: marvell-comphy
974
975 deprecated:
976 - drivers/marvell/comphy
977
978 subsections:
979 - title: Armada 3700
980 scope: marvell-comphy-3700
981
982 deprecated:
983 - drivers/marvell/comphy-3700
984
985 - title: CP110
986 scope: marvell-comphy-cp110
987
988 deprecated:
989 - drivers/marvell/comphy-cp110
990
991 - title: UART
992 scope: marvell-uart
993
994 deprecated:
995 - plat/marvell/uart
996
997 - title: Armada
998 scope: armada-drivers
999
1000 subsections:
1001 - title: A3K
1002 scope: a3k-drivers
1003
1004 subsections:
1005 - title: A3720
1006 scope: a3720-uart
1007
1008 deprecated:
1009 - plat/marvell/a3720/uart
1010
1011 - title: MediaTek
1012 scope: mediatek-drivers
1013
1014 subsections:
1015 - title: APU
1016 scope: mediatek-apu
1017
1018 deprecated:
1019 - plat/mediatek/apu
1020
1021 - title: EMI MPU
1022 scope: mediatek-emi-mpu
1023
1024 deprecated:
1025 - plat/mediatek/mpu
1026
1027 - title: PMIC Wrapper
1028 scope: mediatek-pmic-wrapper
1029
1030 deprecated:
1031 - plat/mediatek/pmic_wrap
1032
1033 - title: MT8192
1034 scope: mt8192-drivers
1035
1036 subsections:
1037 - title: SPM
1038 scope: mt8192-spm
1039
1040 deprecated:
1041 - mediatek/mt8192/spm
1042
1043 - title: NXP
1044 scope: nxp-drivers
1045
1046 subsections:
1047 - title: DCFG
1048 scope: nxp-dcfg
1049
1050 deprecated:
1051 - driver/nxp/dcfg
1052
1053 - title: FLEXSPI
1054 scope: flexspi
1055
1056 deprecated:
1057 - include/drivers/flexspi
1058 - driver/nxp/xspi
1059
1060 - title: SCFG
1061 scope: nxp-scfg
1062
1063 deprecated:
1064 - nxp/scfg
1065
1066 - title: SFP
1067 scope: nxp-sfp
1068
1069 deprecated:
1070 - drivers/nxp/sfp
1071
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001072 - title: QSPI
1073 scope: nxp-qspi
1074
Jiafei Pan94450412022-02-18 12:02:04 +08001075 - title: NXP Crypto
1076 scope: nxp-crypto
1077
Jiafei Panfa3f7612022-02-22 11:05:00 +08001078 - title: DDR
1079 scope: nxp-ddr
1080
1081 - title: GIC
1082 scope: nxp-gic
1083
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001084 - title: CSU
1085 scope: nxp-csu
1086
1087 - title: IFC NAND
1088 scope: nxp-ifc-nand
1089
1090 - title: IFC NOR
1091 scope: nxp-ifc-nor
1092
1093 - title: TZC-380
1094 scope: nxp-tzc380
1095
Jacky Bai9dc47d52023-06-14 15:24:00 +08001096 - title: TRDC
1097 scope: imx-trdc
1098
Chris Kay82117d72021-12-01 16:34:55 +00001099 - title: Renesas
1100 scope: renesas-drivers
1101
1102 subsections:
1103 - title: R-Car3
1104 scope: rcar3-drivers
1105
1106 deprecated:
1107 - drivers/rcar3
1108
1109 - title: ST
1110 scope: st-drivers
1111
1112 deprecated:
1113 - drivers/st
1114
1115 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +01001116 - title: BSEC
1117 scope: st-bsec
1118
Chris Kay82117d72021-12-01 16:34:55 +00001119 - title: Clock
1120 scope: st-clock
1121
1122 deprecated:
1123 - stm32mp_clk
1124 - drivers/st/clk
1125 - stm32mp1_clk
1126
Yann Gautier9f359fd2022-01-27 09:25:47 +01001127 - title: Crypto
1128 scope: st-crypto
1129
1130 - title: DDR
1131 scope: st-ddr
1132
Chris Kay82117d72021-12-01 16:34:55 +00001133 - title: I/O
1134 scope: st-io-drivers
1135
1136 subsections:
1137 - title: STM32 Image
1138 scope: st-io-stm32image
1139
1140 deprecated:
1141 - io-stm32image
1142 - io_stm32image
1143
Yann Gautier9f359fd2022-01-27 09:25:47 +01001144 - title: I2C
1145 scope: st-i2c
1146
1147 - title: FMC
1148 scope: st-fmc
1149
1150 - title: GPIO
1151 scope: st-gpio
1152
Chris Kay82117d72021-12-01 16:34:55 +00001153 - title: SDMMC2
1154 scope: st-sdmmc2
1155
1156 deprecated:
1157 - stm32_sdmmc2
1158
1159 - title: ST PMIC
1160 scope: st-pmic
1161
1162 deprecated:
1163 - drivers/st/pmic
1164
1165 - title: STPMIC1
1166 scope: stpmic1
1167
Yann Gautier9f359fd2022-01-27 09:25:47 +01001168 - title: Regulator
1169 scope: st-regulator
1170
1171 - title: Reset
1172 scope: st-reset
1173
1174 - title: SPI
1175 scope: st-spi
1176
Chris Kay82117d72021-12-01 16:34:55 +00001177 - title: UART
1178 scope: st-uart
1179
1180 subsections:
1181 - title: STM32 Console
1182 scope: stm32-console
1183
1184 deprecated:
1185 - stm32_console
1186
1187 - title: USB
1188 scope: st-usb
1189
1190 deprecated:
1191 - drivers/st/usb
1192
Yann Gautier9f359fd2022-01-27 09:25:47 +01001193 - title: Watchdog
1194 scope: st-iwdg
1195
Chris Kay82117d72021-12-01 16:34:55 +00001196 - title: USB
1197 scope: usb
1198
1199 deprecated:
1200 - drivers/usb
1201
1202 - title: Miscellaneous
1203
1204 subsections:
1205 - title: AArch64
1206 scope: aarch64
1207
1208 - title: Debug
1209 scope: debug
1210
1211 deprecated:
1212 - common/debug
1213
1214 - title: CRC32
1215 scope: crc32
1216
1217 subsections:
1218 - title: Hardware CRC32
1219 scope: hw-crc32
1220
1221 deprecated:
1222 - hw_crc
1223 - hw_crc32
1224
1225 - title: Software CRC32
1226 scope: sw-crc32
1227
1228 deprecated:
1229 - sw_crc32
1230
1231 - title: DT Bindings
1232 scope: dt-bindings
1233
1234 - title: FDT Wrappers
1235 scope: fdt-wrappers
1236
1237 - title: FDTs
1238 scope: fdts
1239
1240 deprecated:
1241 - fdt
1242
1243 subsections:
1244 - title: Morello
1245 scope: morello-fdts
1246
1247 deprecated:
1248 - fdts/morello
1249
1250 - title: STM32MP1
1251 scope: stm32mp1-fdts
1252
1253 deprecated:
1254 - fdts stm32mp1
1255
Yann Gautier2c962252022-07-08 15:55:14 +02001256 subsections:
1257 - title: STM32MP13
1258 scope: stm32mp13-fdts
1259
1260 - title: STM32MP15
1261 scope: stm32mp15-fdts
1262
Yann Gautier1123f662022-12-16 15:32:25 +01001263 - title: STM32MP2
1264 scope: stm32mp2-fdts
1265
Chris Kay82117d72021-12-01 16:34:55 +00001266 - title: PIE
1267 scope: pie
1268
Juan Pablo Conde52487492023-05-15 22:17:17 -05001269 - title: PIE/POR
1270 scope: pie/por
1271
Chris Kay82117d72021-12-01 16:34:55 +00001272 - title: Security
1273 scope: security
1274
1275 - title: SDEI
1276 scope: sdei
1277
1278 - title: TBBR
1279 scope: tbbr
1280
1281 - title: NXP
1282
1283 subsections:
1284 - title: OCRAM
1285 scope: nxp-ocram
1286
1287 deprecated:
1288 - nxp/common/ocram
1289
1290 - title: PSCI
1291 scope: nxp-psci
1292
1293 deprecated:
1294 - plat/nxp/common/psci
1295
Chris Kayd04a4762023-04-13 17:24:20 +01001296 - title: UUID
1297 scope: uuid
1298
Chris Kay82117d72021-12-01 16:34:55 +00001299 - title: Documentation
1300 scope: docs
1301
1302 deprecated:
1303 - doc
1304
1305 subsections:
1306 - title: Changelog
1307 scope: changelog
1308
1309 - title: Commit Style
1310 scope: commit-style
1311
1312 - title: Contribution Guidelines
1313 scope: contributing
1314
1315 deprecated:
1316 - contribution-guidelines
1317 - docs-contributing.rst
1318
1319 - title: Maintainers
1320 scope: maintainers
1321
1322 - title: Prerequisites
1323 scope: prerequisites
1324
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001325 - title: Threat Model
1326 scope: threat-model
1327
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001328 - title: Porting Guide
1329 scope: porting
1330
Chris Kay82117d72021-12-01 16:34:55 +00001331 - title: Build System
1332 scope: build
1333
1334 deprecated:
1335 - makefile
1336 - Makefile
1337
1338 subsections:
1339 - title: Git Hooks
1340 scope: hooks
1341
Juan Pablo Conde52487492023-05-15 22:17:17 -05001342 deprecated:
1343 - git-hooks
1344
Chris Kay82117d72021-12-01 16:34:55 +00001345 - title: Tools
1346
1347 subsections:
1348 - title: STM32 Image
1349 scope: stm32image
1350
1351 deprecated:
1352 - tools/stm32image
1353
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001354 - title: NXP Tools
1355 scope: nxp-tools
1356
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001357 - title: Firmware Image Package Tool
1358 scope: fiptool
1359
1360 - title: Secure Partition Tool
1361 scope: sptool
1362
1363 - title: Certificate Creation Tool
1364 scope: cert-create
1365
Harrison Mutai372b8802023-02-23 11:30:17 +00001366 - title: Memory Mapping Tool
1367 scope: memmap
1368
laurenw-arm7c66fca2022-11-01 14:45:33 -05001369 deprecated:
1370 - cert_create
1371
Henrik Nordstromd95745b2023-12-04 10:31:07 +01001372 - title: Marvell Tools
1373 scope: marvell-tools
1374
Chris Kay82117d72021-12-01 16:34:55 +00001375 - title: Dependencies
1376 scope: deps
1377
1378 subsections:
1379 - title: checkpatch
1380 scope: checkpatch
1381
1382 - title: commitlint
1383 scope: commitlint
1384
Daniel Boulbyc550e702022-10-05 11:03:44 +01001385 - title: Compiler runtime libraries
1386 scope: compiler-rt
1387
Chris Kay82117d72021-12-01 16:34:55 +00001388 - title: libfdt
1389 scope: libfdt
1390
1391 - title: Node Package Manager (NPM)
1392 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001393
dependabot[bot]dba1b532023-09-06 09:55:17 +00001394 - title: Poetry
1395 scope: poetry
1396
Daniel Boulbyc550e702022-10-05 11:03:44 +01001397 - title: zlib
1398 scope: zlib