blob: 33e5e8c649818177bebd3436f9f7beb70b60a3b1 [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
153
154 subsections:
155 - title: Allwinner
156 scope: allwinner
157
158 deprecated:
159 - plat/allwinner
160
161 - title: Arm
162 scope: arm
163
164 deprecated:
165 - plat/arm
166
167 subsections:
Juan Pablo Conde52487492023-05-15 22:17:17 -0500168 - title: A5DS
169 scope: a5ds
170
laurenw-arm7c66fca2022-11-01 14:45:33 -0500171 - title: CSS
172 scope: css
173
174 deprecated:
175 - plat/arm/css
Juan Pablo Conde52487492023-05-15 22:17:17 -0500176 - plat/css
laurenw-arm7c66fca2022-11-01 14:45:33 -0500177
Chris Kay82117d72021-12-01 16:34:55 +0000178 - title: FPGA
179 scope: fpga
180
181 deprecated:
182 - arm_fgpa
183 - arm_fpga
184 - plat/arm_fpga
185
186 - title: FVP
187 scope: fvp
188
189 deprecated:
190 - plat/fvp
laurenw-arm7c66fca2022-11-01 14:45:33 -0500191 - fvp/tsp_manifest
Chris Kay82117d72021-12-01 16:34:55 +0000192
193 - title: FVP-R
194 scope: fvp-r
195
196 deprecated:
197 - fvp_r
198
laurenw-arm7c66fca2022-11-01 14:45:33 -0500199 - title: FVP Versatile Express
200 scope: fvp_ve
201
Chris Kay82117d72021-12-01 16:34:55 +0000202 - title: Juno
203 scope: juno
204
205 - title: Morello
206 scope: morello
207
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100208 - title: N1SDP
209 scope: n1sdp
210
Chris Kay82117d72021-12-01 16:34:55 +0000211 - title: RD
212 scope: rd
213
214 subsections:
Juan Pablo Conde52487492023-05-15 22:17:17 -0500215 - title: RD-N1 Edge
216 scope: rdn1edge
217
Chris Kay82117d72021-12-01 16:34:55 +0000218 - title: RD-N2
219 scope: rdn2
220
221 deprecated:
222 - board/rdn2
223
224 - title: SGI
225 scope: sgi
226
227 deprecated:
228 - plat/sgi
229 - plat/arm/sgi
230
231 - title: TC
232 scope: tc
233
Juan Pablo Conde52487492023-05-15 22:17:17 -0500234 deprecated:
235 - plat/tc
236
Chris Kay82117d72021-12-01 16:34:55 +0000237 subsections:
238 - title: TC0
239 scope: tc0
240
241 deprecated:
242 - plat/tc0
243
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100244 - title: Corstone-1000
245 scope: corstone-1000
246
Chia-Wei Wanga7556d82022-11-02 17:50:21 +0800247 - title: Aspeed
248 scope: aspeed
249
250 subsections:
251 - title: AST2700
252 scope: ast2700
253
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100254 - title: Broadcom
255 scope: brcm
256
laurenw-arm7c66fca2022-11-01 14:45:33 -0500257 - title: HiSilicon
258 scope: hisilicon
259
260 subsections:
261 - title: HiKey
262 scope: hikey
263
264 - title: HiKey960
265 scope: hikey960
266
Sieu Mun Tang9f3a13c2022-02-22 14:14:26 +0800267 - title: Intel
268 scope: intel
269
270 subsections:
271 - title: SoC
272 scope: soc
273
Chris Kay82117d72021-12-01 16:34:55 +0000274 - title: Marvell
275 scope: marvell
276
277 deprecated:
278 - plat/marvell
279
280 subsections:
281 - title: Armada
282 scope: armada
283
284 deprecated:
285 - plat/marvell/armada
286
287 subsections:
288 - title: A3K
289 scope: a3k
290
291 deprecated:
292 - plat/marvell/a3k
293
294 - title: A8K
295 scope: a8k
296
297 deprecated:
298 - plat/marvell/a8k
299
300 - title: MediaTek
301 scope: mediatek
302
303 deprecated:
304 - plat/mediatek/common
305 - plat/mediatek
306
307 subsections:
308 - title: MT8183
309 scope: mt8183
310
311 deprecated:
312 - plat/mediatek/mt8183
313
laurenw-arm7c66fca2022-11-01 14:45:33 -0500314 - title: MT8186
315 scope: mt8186
316
317 deprecated:
318 - plat/mediatek/mt8186
319 - mt8186-emi-mpu
320
321 - title: MT8188
322 scope: mt8188
323
Chris Kay82117d72021-12-01 16:34:55 +0000324 - title: MT8192
325 scope: mt8192
326
327 deprecated:
328 - plat/mdeiatek/mt8192
329
330 - title: MT8195
331 scope: mt8195
332
333 deprecated:
334 - plat/mediatek/me8195
335 - plat/mediatek/mt8195
336 - plat/mdeiatek/mt8195
337
338 - title: NVIDIA
339 scope: nvidia
340
341 subsections:
342 - title: Tegra
343 scope: tegra
344
345 deprecated:
346 - plat/tegra
347
348 subsections:
349 - title: Tegra 132
350 scope: tegra132
351
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100352 - title: Tegra 194
353 scope: tegra194
354
Juan Pablo Conde52487492023-05-15 22:17:17 -0500355 - title: Tegra 210
356 scope: tegra210
357
Chris Kay82117d72021-12-01 16:34:55 +0000358 - title: NXP
359 scope: nxp
360
361 deprecated:
362 - plat/nxp
363 - plat/nxp/common
364
365 subsections:
366 - title: i.MX
367 scope: imx
368
369 deprecated:
370 - plat/imx
371 - plat/imx/imx
372
373 subsections:
374 - title: i.MX 8M
375 scope: imx8m
376
377 deprecated:
378 - plat/imx8m
379 - plat/imx/imx8m
380
381 subsections:
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100382 - title: i.MX 8M Nano
383 scope: imx8mn
384
385 deprecated:
386 - plat/imx/imx8m/imx8mn
387
Chris Kay82117d72021-12-01 16:34:55 +0000388 - title: i.MX 8M Mini
389 scope: imx8mm
390
391 deprecated:
392 - plat/imx/imx8m/imx8mm
393
394 - title: i.MX 8M Plus
395 scope: imx8mp
396
397 deprecated:
398 - plat/imx/imx8m/imx8mp
399
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100400 - title: i.MX 8Q
401 scope: imx8mq
402
403 deprecated:
404 - plat/imx/imx8m/imx8mq
405
Juan Pablo Conde52487492023-05-15 22:17:17 -0500406 - title: i.MX 8
407 scope: imx8
408
Jacky Bai9dc47d52023-06-14 15:24:00 +0800409 - title: i.MX 9
410 scope: imx9
411
412 subsections:
413 - title: i.MX93
414 scope: imx93
415
Chris Kay82117d72021-12-01 16:34:55 +0000416 - title: Layerscape
417 scope: layerscape
418
419 deprecated:
420 - docs/nxp/layerscape
421
422 subsections:
423 - title: LS1028A
424 scope: ls1028a
425
426 deprecated:
427 - plat/nxp/ls1028a
428
429 subsections:
430 - title: LS1028ARDB
431 scope: ls1028ardb
432
433 deprecated:
434 - plat/nxp/ls1028ardb
435
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100436 - title: LS1043A
437 scope: ls1043a
438
439 deprecated:
440 - plat/nxp/ls1043a
441
442 subsections:
443 - title: LS1043ARDB
444 scope: ls1043ardb
445
446 deprecated:
447 - plat/nxp/ls1043ardb
448
Chris Kay82117d72021-12-01 16:34:55 +0000449 - title: LX2
450 scope: lx2
451
452 deprecated:
453 - plat/nxp/lx2
454
455 subsections:
456 - title: LX216
457 scope: lx216
458
459 deprecated:
460 - plat/nxp/lx216x
461
462 subsections:
463 - title: LX2160
464 scope: lx2160
465
466 deprecated:
467 - plat/soc-lx2160
468
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800469 - title: LS1046A
470 scope: ls1046a
471
472 subsections:
473 - title: LS1046ARDB
474 scope: ls1046ardb
475
476 - title: LS1046AFRWY
477 scope: ls1046afrwy
478
479 - title: LS1046AQDS
480 scope: ls1046aqds
481
Jiafei Pan290bf6f2022-02-24 16:00:35 +0800482 - title: LS1088A
483 scope: ls1088a
484
485 subsections:
486 - title: LS1088ARDB
487 scope: ls1088ardb
488
489 - title: LS1088AQDS
490 scope: ls1088aqds
491
Chris Kay82117d72021-12-01 16:34:55 +0000492 - title: QEMU
493 scope: qemu
494
495 deprecated:
496 - plat/qemu
497
Juan Pablo Conde52487492023-05-15 22:17:17 -0500498 subsections:
499 - title: SBSA
500 scope: qemu-sbsa
501
Chris Kay82117d72021-12-01 16:34:55 +0000502 - title: QTI
503 scope: qti
504
laurenw-arm7c66fca2022-11-01 14:45:33 -0500505 deprecated:
506 - plat/qti
507
Chris Kay82117d72021-12-01 16:34:55 +0000508 subsections:
509 - title: SC1780
510 scope: sc7180
511
512 deprecated:
513 - plat/qti/sc7180
514
515 - title: SC7280
516 scope: sc7280
517
518 deprecated:
519 - plat/qti/sc7280
520
Stephan Gerholdd0d0bf42021-12-01 20:00:00 +0100521 - title: MSM8916
522 scope: msm8916
523
Chris Kay82117d72021-12-01 16:34:55 +0000524 - title: Raspberry Pi
525 scope: rpi
526
527 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500528 - title: Raspberry Pi 3
529 scope: rpi3
530
Chris Kay82117d72021-12-01 16:34:55 +0000531 - title: Raspberry Pi 4
532 scope: rpi4
533
534 - title: Renesas
535 scope: renesas
536
537 subsections:
538 - title: R-Car
539 scope: rcar
540
541 deprecated:
542 - plat/rcar
543
544 subsections:
545 - title: R-Car 3
546 scope: rcar3
547
548 deprecated:
549 - plat/rcar3
550
551 - title: Rockchip
552 scope: rockchip
553
554 subsections:
555 - title: RK3399
556 scope: rk3399
557
558 deprecated:
559 - rockchip/rk3399
560 - rk3399/suspend
561
562 - title: Socionext
563 scope: socionext
564
565 subsections:
566 - title: Synquacer
567 scope: synquacer
568
569 deprecated:
570 - plat/synquacer
571
572 - title: ST
573 scope: st
574
575 deprecated:
576 - plat/st
577
578 subsections:
Yann Gautier14b32e82022-06-01 18:17:43 +0200579 - title: STM32MP1
Chris Kay82117d72021-12-01 16:34:55 +0000580 scope: stm32mp1
581
582 deprecated:
583 - plat/st/stm32mp1
584
Yann Gautier14b32e82022-06-01 18:17:43 +0200585 subsections:
586 - title: STM32MP13
587 scope: stm32mp13
588
589 - title: STM32MP15
590 scope: stm32mp15
591
Yann Gautier1123f662022-12-16 15:32:25 +0100592 - title: STM32MP2
593 scope: stm32mp2
594
Dave Gerlach74c19f92022-03-22 11:02:52 -0500595 - title: Texas Instruments
596 scope: ti
597
598 subsections:
599 - title: K3
600 scope: k3
601
laurenw-arm7c66fca2022-11-01 14:45:33 -0500602 deprecated:
603 - ti-k3
604
Chris Kay82117d72021-12-01 16:34:55 +0000605 - title: Xilinx
606 scope: xilinx
607
608 deprecated:
609 - plat/xilinx
610
611 subsections:
Michal Simek38d5d4d2023-09-18 10:22:48 +0200612 - title: DCC (Debug Communication Channel)
613 scope: dcc
614
Chris Kay82117d72021-12-01 16:34:55 +0000615 - title: Versal
616 scope: versal
617
618 deprecated:
619 - plat/xilinx/versal/include
620 - plat/xilinx/versal
621 - plat/versal
622
laurenw-arm7c66fca2022-11-01 14:45:33 -0500623 subsections:
624 - title: Versal NET
625 scope: versal-net
626
627 deprecated:
628 - versal_net
629
Chris Kay82117d72021-12-01 16:34:55 +0000630 - title: ZynqMP
631 scope: zynqmp
632
633 deprecated:
634 - plat/zynqmp
635 - plat/xilinx/zynqmp
636
rutigl@gmail.comdefbeed2023-03-19 09:19:05 +0200637 - title: Nuvoton
638 scope: nuvoton
639
640 subsections:
641 - title: npcm845x
642 scope: npcm845x
643
Chris Kay82117d72021-12-01 16:34:55 +0000644 - title: Bootloader Images
645 scope: bl
646
647 deprecated:
648 - bl_common
649
650 subsections:
651 - title: BL1
652 scope: bl1
653
654 - title: BL2
655 scope: bl2
656
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100657 - title: BL31
658 scope: bl31
659
Shruti Guptac31beb62022-08-09 10:46:07 +0100660 - title: BL32
661 scope: bl32
662
663 subsections:
664 - title: TSP
665 scope: tsp
666
Chris Kay82117d72021-12-01 16:34:55 +0000667 - title: Services
668 scope: services
669
670 subsections:
671 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000672 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000673
674 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000675 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000676
677 - title: RME
678 scope: rme
679
laurenw-arm7c66fca2022-11-01 14:45:33 -0500680 deprecated:
681 - rme/fid
682
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100683 subsections:
684 - title: TRP
685 scope: trp
686
Javier Almansa Sobrino7176a772021-11-24 18:37:37 +0000687 - title: RMMD
688 scope: rmmd
689
Juan Pablo Conde52487492023-05-15 22:17:17 -0500690 - title: RMM
691 scope: rmm
692
Chris Kay82117d72021-12-01 16:34:55 +0000693 - title: SPM
694 scope: spm
695
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100696 subsections:
697 - title: EL3 SPMC
698 scope: el3-spmc
699
laurenw-arm7c66fca2022-11-01 14:45:33 -0500700 deprecated:
701 - spmc
702
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100703 - title: SPMD
704 scope: spmd
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000705
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100706 - title: SPM MM
707 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000708
Manish V Badarkhe478d3ee2022-06-27 09:21:14 +0100709 - title: DRTM
710 scope: drtm
711
Jayanth Dodderi Chidanand7c7faff2022-10-11 17:16:07 +0100712 - title: TRNG
713 scope: trng
714
Sona Mathew5100bec2023-09-20 12:55:32 -0500715 - title: ERRATA ABI
716 scope: errata-abi
717
718 deprecated:
719 - errata_abi
Sona Mathew7fe03522022-11-18 18:05:38 -0600720
Chris Kay82117d72021-12-01 16:34:55 +0000721 - title: Libraries
722
723 subsections:
724 - title: CPU Support
725 scope: cpus
726
727 deprecated:
728 - cpu
729 - errata
730 - errata_report
731
732 - title: EL3 Runtime
733 scope: el3-runtime
734
735 deprecated:
736 - el3_runtime
737
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100738 subsections:
739 - title: Context Management
740 scope: cm
741
laurenw-arm7c66fca2022-11-01 14:45:33 -0500742 - title: RAS
743 scope: ras
744
Chris Kay82117d72021-12-01 16:34:55 +0000745 - title: FCONF
746 scope: fconf
747
748 - title: MPMM
749 scope: mpmm
750
751 - title: OP-TEE
752 scope: optee
753
754 deprecated:
755 - lib/optee
756
757 - title: PSCI
758 scope: psci
759
760 - title: GPT
761 scope: gpt
762
763 deprecated:
764 - gpt_rme
765
766 - title: SMCCC
767 scope: smccc
768
769 - title: Translation Tables
770 scope: xlat
771
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100772 - title: C Standard Library
773 scope: libc
774
775 - title: Locks
776 scope: locks
777
778 - title: PSA
779 scope: psa
780
laurenw-arm7c66fca2022-11-01 14:45:33 -0500781 deprecated:
782 - lib/psa
783
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500784 - title: Context Management
Chris Kaye76be0a2022-10-10 16:57:45 +0100785 scope: context-mgmt
786
787 deprecated:
788 - context mgmt
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500789
Manish V Badarkhede920262022-09-26 15:06:56 +0100790 - title: Semihosting
791 scope: semihosting
792
Raymond Mao98983392023-07-25 07:53:35 -0700793 - title: Firmware Handoff
794 scope: handoff
795
Chris Kay82117d72021-12-01 16:34:55 +0000796 - title: Drivers
797
798 subsections:
799 - title: Authentication
800 scope: auth
801
802 deprecated:
803 - driver/auth
804
805 subsections:
806 - title: CryptoCell-713
807 scope: cc-713
808
Manish V Badarkhe8d91e982022-09-22 21:41:55 +0100809 - title: Crypto
810 scope: crypto
811
812 - title: mbedTLS
813 scope: mbedtls
814
Manish V Badarkhe538d5922023-09-22 17:54:59 +0100815 - title: mbedTLS-PSA
816 scope: mbedtls-psa
817
Yann Gautier1832d662023-01-06 17:05:48 +0100818 - title: Console
819 scope: console
820
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100821 - title: Generic Clock
822 scope: clk
823
Chris Kay82117d72021-12-01 16:34:55 +0000824 - title: FWU
825 scope: fwu
826
827 deprecated:
828 - fwu_metadata
829
830 - title: I/O
831 scope: io
832
833 subsections:
834 - title: MTD
835 scope: mtd
836
837 deprecated:
838 - io_mtd
839
840 - title: Measured Boot
841 scope: measured-boot
842
843 deprecated:
844 - measured boot
845 - measured_boot
846
847 - title: MMC
848 scope: mmc
849
850 deprecated:
851 - drivers/mmc
852
853 - title: MTD
854 scope: mtd
855
856 deprecated:
857 - drivers/mtd
858
859 subsections:
860 - title: NAND
861 scope: nand
862
863 subsections:
864 - title: SPI NAND
865 scope: spi-nand
866
867 deprecated:
868 - spi_nand
869
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100870 - title: GUID Partition Tables Support
871 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530872
Juan Pablo Conde52487492023-05-15 22:17:17 -0500873 deprecated:
874 - partition
875
Chris Kay82117d72021-12-01 16:34:55 +0000876 - title: SCMI
877 scope: scmi
878
879 deprecated:
880 - scmi_common
881 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -0500882 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +0000883
884 - title: UFS
885 scope: ufs
886
887 - title: Arm
888 scope: arm-drivers
889
890 subsections:
891 - title: Ethos-N
892 scope: ethos-n
893
894 deprecated:
895 - drivers/arm/ethosn
896
897 - title: GIC
898 scope: gic
899
900 subsections:
901 - title: GICv3
902 scope: gicv3
903
laurenw-arm7c66fca2022-11-01 14:45:33 -0500904 deprecated:
905 - gicv3/multichip
906
Chris Kay82117d72021-12-01 16:34:55 +0000907 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500908 - title: GIC-600
909 scope: gic600
910
Chris Kay82117d72021-12-01 16:34:55 +0000911 - title: GIC-600AE
912 scope: gic600ae
913
Madhukar Pappireddydc4b8c62023-08-03 12:13:27 -0500914 - title: GICv2
915 scope: gicv2
916
Manish V Badarkhebcaeb672022-03-24 18:23:37 +0000917 - title: SMMU
918 scope: smmu
919
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100920 - title: MHU
921 scope: mhu
922
923 deprecated:
924 - drivers/arm/mhu
925
926 - title: RSS
927 scope: rss
928
929 deprecated:
930 - drivers/arm/rss
931
Chris Kay82117d72021-12-01 16:34:55 +0000932 - title: TZC
933 scope: tzc
934
935 subsections:
936 - title: TZC-400
937 scope: tzc400
938
939 deprecated:
940 - drivers/tzc400
941
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100942 - title: TZC-380
943 scope: tzc380
944
945 deprecated:
946 - drivers/tzc380
947
Madhukar Pappireddy4c3de562023-03-22 15:27:22 -0500948 - title: SBSA
949 scope: sbsa
950
Chris Kay82117d72021-12-01 16:34:55 +0000951 - title: Marvell
952 scope: marvell-drivers
953
954 subsections:
955 - title: COMPHY
956 scope: marvell-comphy
957
958 deprecated:
959 - drivers/marvell/comphy
960
961 subsections:
962 - title: Armada 3700
963 scope: marvell-comphy-3700
964
965 deprecated:
966 - drivers/marvell/comphy-3700
967
968 - title: CP110
969 scope: marvell-comphy-cp110
970
971 deprecated:
972 - drivers/marvell/comphy-cp110
973
974 - title: UART
975 scope: marvell-uart
976
977 deprecated:
978 - plat/marvell/uart
979
980 - title: Armada
981 scope: armada-drivers
982
983 subsections:
984 - title: A3K
985 scope: a3k-drivers
986
987 subsections:
988 - title: A3720
989 scope: a3720-uart
990
991 deprecated:
992 - plat/marvell/a3720/uart
993
994 - title: MediaTek
995 scope: mediatek-drivers
996
997 subsections:
998 - title: APU
999 scope: mediatek-apu
1000
1001 deprecated:
1002 - plat/mediatek/apu
1003
1004 - title: EMI MPU
1005 scope: mediatek-emi-mpu
1006
1007 deprecated:
1008 - plat/mediatek/mpu
1009
1010 - title: PMIC Wrapper
1011 scope: mediatek-pmic-wrapper
1012
1013 deprecated:
1014 - plat/mediatek/pmic_wrap
1015
1016 - title: MT8192
1017 scope: mt8192-drivers
1018
1019 subsections:
1020 - title: SPM
1021 scope: mt8192-spm
1022
1023 deprecated:
1024 - mediatek/mt8192/spm
1025
1026 - title: NXP
1027 scope: nxp-drivers
1028
1029 subsections:
1030 - title: DCFG
1031 scope: nxp-dcfg
1032
1033 deprecated:
1034 - driver/nxp/dcfg
1035
1036 - title: FLEXSPI
1037 scope: flexspi
1038
1039 deprecated:
1040 - include/drivers/flexspi
1041 - driver/nxp/xspi
1042
1043 - title: SCFG
1044 scope: nxp-scfg
1045
1046 deprecated:
1047 - nxp/scfg
1048
1049 - title: SFP
1050 scope: nxp-sfp
1051
1052 deprecated:
1053 - drivers/nxp/sfp
1054
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001055 - title: QSPI
1056 scope: nxp-qspi
1057
Jiafei Pan94450412022-02-18 12:02:04 +08001058 - title: NXP Crypto
1059 scope: nxp-crypto
1060
Jiafei Panfa3f7612022-02-22 11:05:00 +08001061 - title: DDR
1062 scope: nxp-ddr
1063
1064 - title: GIC
1065 scope: nxp-gic
1066
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001067 - title: CSU
1068 scope: nxp-csu
1069
1070 - title: IFC NAND
1071 scope: nxp-ifc-nand
1072
1073 - title: IFC NOR
1074 scope: nxp-ifc-nor
1075
1076 - title: TZC-380
1077 scope: nxp-tzc380
1078
Jacky Bai9dc47d52023-06-14 15:24:00 +08001079 - title: TRDC
1080 scope: imx-trdc
1081
Chris Kay82117d72021-12-01 16:34:55 +00001082 - title: Renesas
1083 scope: renesas-drivers
1084
1085 subsections:
1086 - title: R-Car3
1087 scope: rcar3-drivers
1088
1089 deprecated:
1090 - drivers/rcar3
1091
1092 - title: ST
1093 scope: st-drivers
1094
1095 deprecated:
1096 - drivers/st
1097
1098 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +01001099 - title: BSEC
1100 scope: st-bsec
1101
Chris Kay82117d72021-12-01 16:34:55 +00001102 - title: Clock
1103 scope: st-clock
1104
1105 deprecated:
1106 - stm32mp_clk
1107 - drivers/st/clk
1108 - stm32mp1_clk
1109
Yann Gautier9f359fd2022-01-27 09:25:47 +01001110 - title: Crypto
1111 scope: st-crypto
1112
1113 - title: DDR
1114 scope: st-ddr
1115
Chris Kay82117d72021-12-01 16:34:55 +00001116 - title: I/O
1117 scope: st-io-drivers
1118
1119 subsections:
1120 - title: STM32 Image
1121 scope: st-io-stm32image
1122
1123 deprecated:
1124 - io-stm32image
1125 - io_stm32image
1126
Yann Gautier9f359fd2022-01-27 09:25:47 +01001127 - title: I2C
1128 scope: st-i2c
1129
1130 - title: FMC
1131 scope: st-fmc
1132
1133 - title: GPIO
1134 scope: st-gpio
1135
Chris Kay82117d72021-12-01 16:34:55 +00001136 - title: SDMMC2
1137 scope: st-sdmmc2
1138
1139 deprecated:
1140 - stm32_sdmmc2
1141
1142 - title: ST PMIC
1143 scope: st-pmic
1144
1145 deprecated:
1146 - drivers/st/pmic
1147
1148 - title: STPMIC1
1149 scope: stpmic1
1150
Yann Gautier9f359fd2022-01-27 09:25:47 +01001151 - title: Regulator
1152 scope: st-regulator
1153
1154 - title: Reset
1155 scope: st-reset
1156
1157 - title: SPI
1158 scope: st-spi
1159
Chris Kay82117d72021-12-01 16:34:55 +00001160 - title: UART
1161 scope: st-uart
1162
1163 subsections:
1164 - title: STM32 Console
1165 scope: stm32-console
1166
1167 deprecated:
1168 - stm32_console
1169
1170 - title: USB
1171 scope: st-usb
1172
1173 deprecated:
1174 - drivers/st/usb
1175
Yann Gautier9f359fd2022-01-27 09:25:47 +01001176 - title: Watchdog
1177 scope: st-iwdg
1178
Chris Kay82117d72021-12-01 16:34:55 +00001179 - title: USB
1180 scope: usb
1181
1182 deprecated:
1183 - drivers/usb
1184
1185 - title: Miscellaneous
1186
1187 subsections:
1188 - title: AArch64
1189 scope: aarch64
1190
1191 - title: Debug
1192 scope: debug
1193
1194 deprecated:
1195 - common/debug
1196
1197 - title: CRC32
1198 scope: crc32
1199
1200 subsections:
1201 - title: Hardware CRC32
1202 scope: hw-crc32
1203
1204 deprecated:
1205 - hw_crc
1206 - hw_crc32
1207
1208 - title: Software CRC32
1209 scope: sw-crc32
1210
1211 deprecated:
1212 - sw_crc32
1213
1214 - title: DT Bindings
1215 scope: dt-bindings
1216
1217 - title: FDT Wrappers
1218 scope: fdt-wrappers
1219
1220 - title: FDTs
1221 scope: fdts
1222
1223 deprecated:
1224 - fdt
1225
1226 subsections:
1227 - title: Morello
1228 scope: morello-fdts
1229
1230 deprecated:
1231 - fdts/morello
1232
1233 - title: STM32MP1
1234 scope: stm32mp1-fdts
1235
1236 deprecated:
1237 - fdts stm32mp1
1238
Yann Gautier2c962252022-07-08 15:55:14 +02001239 subsections:
1240 - title: STM32MP13
1241 scope: stm32mp13-fdts
1242
1243 - title: STM32MP15
1244 scope: stm32mp15-fdts
1245
Yann Gautier1123f662022-12-16 15:32:25 +01001246 - title: STM32MP2
1247 scope: stm32mp2-fdts
1248
Chris Kay82117d72021-12-01 16:34:55 +00001249 - title: PIE
1250 scope: pie
1251
Juan Pablo Conde52487492023-05-15 22:17:17 -05001252 - title: PIE/POR
1253 scope: pie/por
1254
Chris Kay82117d72021-12-01 16:34:55 +00001255 - title: Security
1256 scope: security
1257
1258 - title: SDEI
1259 scope: sdei
1260
1261 - title: TBBR
1262 scope: tbbr
1263
1264 - title: NXP
1265
1266 subsections:
1267 - title: OCRAM
1268 scope: nxp-ocram
1269
1270 deprecated:
1271 - nxp/common/ocram
1272
1273 - title: PSCI
1274 scope: nxp-psci
1275
1276 deprecated:
1277 - plat/nxp/common/psci
1278
Chris Kayd04a4762023-04-13 17:24:20 +01001279 - title: UUID
1280 scope: uuid
1281
Chris Kay82117d72021-12-01 16:34:55 +00001282 - title: Documentation
1283 scope: docs
1284
1285 deprecated:
1286 - doc
1287
1288 subsections:
1289 - title: Changelog
1290 scope: changelog
1291
1292 - title: Commit Style
1293 scope: commit-style
1294
1295 - title: Contribution Guidelines
1296 scope: contributing
1297
1298 deprecated:
1299 - contribution-guidelines
1300 - docs-contributing.rst
1301
1302 - title: Maintainers
1303 scope: maintainers
1304
1305 - title: Prerequisites
1306 scope: prerequisites
1307
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001308 - title: Threat Model
1309 scope: threat-model
1310
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001311 - title: Porting Guide
1312 scope: porting
1313
Chris Kay82117d72021-12-01 16:34:55 +00001314 - title: Build System
1315 scope: build
1316
1317 deprecated:
1318 - makefile
1319 - Makefile
1320
1321 subsections:
1322 - title: Git Hooks
1323 scope: hooks
1324
Juan Pablo Conde52487492023-05-15 22:17:17 -05001325 deprecated:
1326 - git-hooks
1327
Chris Kay82117d72021-12-01 16:34:55 +00001328 - title: Tools
1329
1330 subsections:
1331 - title: STM32 Image
1332 scope: stm32image
1333
1334 deprecated:
1335 - tools/stm32image
1336
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001337 - title: NXP Tools
1338 scope: nxp-tools
1339
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001340 - title: Firmware Image Package Tool
1341 scope: fiptool
1342
1343 - title: Secure Partition Tool
1344 scope: sptool
1345
1346 - title: Certificate Creation Tool
1347 scope: cert-create
1348
Harrison Mutai372b8802023-02-23 11:30:17 +00001349 - title: Memory Mapping Tool
1350 scope: memmap
1351
laurenw-arm7c66fca2022-11-01 14:45:33 -05001352 deprecated:
1353 - cert_create
1354
Chris Kay82117d72021-12-01 16:34:55 +00001355 - title: Dependencies
1356 scope: deps
1357
1358 subsections:
1359 - title: checkpatch
1360 scope: checkpatch
1361
1362 - title: commitlint
1363 scope: commitlint
1364
Daniel Boulbyc550e702022-10-05 11:03:44 +01001365 - title: Compiler runtime libraries
1366 scope: compiler-rt
1367
Chris Kay82117d72021-12-01 16:34:55 +00001368 - title: libfdt
1369 scope: libfdt
1370
1371 - title: Node Package Manager (NPM)
1372 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001373
dependabot[bot]dba1b532023-09-06 09:55:17 +00001374 - title: Poetry
1375 scope: poetry
1376
Daniel Boulbyc550e702022-10-05 11:03:44 +01001377 - title: zlib
1378 scope: zlib