blob: a514abd80020746abc537e843197aab957151dcf [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
Andre Przywara5b005112022-11-14 15:38:58 +0000104 - title: CPU feature / ID register handling in general
105 scope: cpufeat
106
Chris Kay82117d72021-12-01 16:34:55 +0000107 - title: Support for the `HCRX_EL2` register (FEAT_HCX)
108 scope: hcx
109
110 - title: Memory Partitioning and Monitoring (MPAM) Extension (FEAT_MPAM)
111 scope: mpam
112
laurenw-arm7c66fca2022-11-01 14:45:33 -0500113 - title: Memory Tagging Extension
114 scope: mte
115
116 - title: Pointer Authentication Extension
117 scope: pauth
118
119 - title: Performance Monitors Extension (FEAT_PMUv3)
120 scope: pmu
121
122 - title: Trapping support for RNDR/RNDRRS (FEAT_RNG_TRAP)
123 scope: rng-trap
124
Chris Kay82117d72021-12-01 16:34:55 +0000125 - title: Scalable Matrix Extension (FEAT_SME)
126 scope: sme
127
laurenw-arm7c66fca2022-11-01 14:45:33 -0500128 - title: Statistical profiling Extension (FEAT_SPE)
129 scope: spe
130
Chris Kay82117d72021-12-01 16:34:55 +0000131 - title: Scalable Vector Extension (FEAT_SVE)
132 scope: sve
133
134 - title: System Register Trace Extensions (FEAT_ETMv4, FEAT_ETE and FEAT_ETEv1.1)
135 scope: sys-reg-trace
136
137 deprecated:
138 - sys_reg_trace
139
140 - title: Trace Buffer Extension (FEAT_TRBE)
141 scope: trbe
142
143 - title: Self-hosted Trace Extensions (FEAT_TRF)
144 scope: trf
145
146 - title: Platforms
147
148 subsections:
149 - title: Allwinner
150 scope: allwinner
151
152 deprecated:
153 - plat/allwinner
154
155 - title: Arm
156 scope: arm
157
158 deprecated:
159 - plat/arm
160
161 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500162 - title: CSS
163 scope: css
164
165 deprecated:
166 - plat/arm/css
167
Chris Kay82117d72021-12-01 16:34:55 +0000168 - title: FPGA
169 scope: fpga
170
171 deprecated:
172 - arm_fgpa
173 - arm_fpga
174 - plat/arm_fpga
175
176 - title: FVP
177 scope: fvp
178
179 deprecated:
180 - plat/fvp
laurenw-arm7c66fca2022-11-01 14:45:33 -0500181 - fvp/tsp_manifest
Chris Kay82117d72021-12-01 16:34:55 +0000182
183 - title: FVP-R
184 scope: fvp-r
185
186 deprecated:
187 - fvp_r
188
laurenw-arm7c66fca2022-11-01 14:45:33 -0500189 - title: FVP Versatile Express
190 scope: fvp_ve
191
Chris Kay82117d72021-12-01 16:34:55 +0000192 - title: Juno
193 scope: juno
194
195 - title: Morello
196 scope: morello
197
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100198 - title: N1SDP
199 scope: n1sdp
200
Chris Kay82117d72021-12-01 16:34:55 +0000201 - title: RD
202 scope: rd
203
204 subsections:
205 - title: RD-N2
206 scope: rdn2
207
208 deprecated:
209 - board/rdn2
210
211 - title: SGI
212 scope: sgi
213
214 deprecated:
215 - plat/sgi
216 - plat/arm/sgi
217
218 - title: TC
219 scope: tc
220
221 subsections:
222 - title: TC0
223 scope: tc0
224
225 deprecated:
226 - plat/tc0
227
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100228 - title: Corstone-1000
229 scope: corstone-1000
230
231 - title: Broadcom
232 scope: brcm
233
laurenw-arm7c66fca2022-11-01 14:45:33 -0500234 - title: HiSilicon
235 scope: hisilicon
236
237 subsections:
238 - title: HiKey
239 scope: hikey
240
241 - title: HiKey960
242 scope: hikey960
243
Sieu Mun Tang9f3a13c2022-02-22 14:14:26 +0800244 - title: Intel
245 scope: intel
246
247 subsections:
248 - title: SoC
249 scope: soc
250
Chris Kay82117d72021-12-01 16:34:55 +0000251 - title: Marvell
252 scope: marvell
253
254 deprecated:
255 - plat/marvell
256
257 subsections:
258 - title: Armada
259 scope: armada
260
261 deprecated:
262 - plat/marvell/armada
263
264 subsections:
265 - title: A3K
266 scope: a3k
267
268 deprecated:
269 - plat/marvell/a3k
270
271 - title: A8K
272 scope: a8k
273
274 deprecated:
275 - plat/marvell/a8k
276
277 - title: MediaTek
278 scope: mediatek
279
280 deprecated:
281 - plat/mediatek/common
282 - plat/mediatek
283
284 subsections:
285 - title: MT8183
286 scope: mt8183
287
288 deprecated:
289 - plat/mediatek/mt8183
290
laurenw-arm7c66fca2022-11-01 14:45:33 -0500291 - title: MT8186
292 scope: mt8186
293
294 deprecated:
295 - plat/mediatek/mt8186
296 - mt8186-emi-mpu
297
298 - title: MT8188
299 scope: mt8188
300
Chris Kay82117d72021-12-01 16:34:55 +0000301 - title: MT8192
302 scope: mt8192
303
304 deprecated:
305 - plat/mdeiatek/mt8192
306
307 - title: MT8195
308 scope: mt8195
309
310 deprecated:
311 - plat/mediatek/me8195
312 - plat/mediatek/mt8195
313 - plat/mdeiatek/mt8195
314
315 - title: NVIDIA
316 scope: nvidia
317
318 subsections:
319 - title: Tegra
320 scope: tegra
321
322 deprecated:
323 - plat/tegra
324
325 subsections:
326 - title: Tegra 132
327 scope: tegra132
328
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100329 - title: Tegra 194
330 scope: tegra194
331
Chris Kay82117d72021-12-01 16:34:55 +0000332 - title: NXP
333 scope: nxp
334
335 deprecated:
336 - plat/nxp
337 - plat/nxp/common
338
339 subsections:
340 - title: i.MX
341 scope: imx
342
343 deprecated:
344 - plat/imx
345 - plat/imx/imx
346
347 subsections:
348 - title: i.MX 8M
349 scope: imx8m
350
351 deprecated:
352 - plat/imx8m
353 - plat/imx/imx8m
354
355 subsections:
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100356 - title: i.MX 8M Nano
357 scope: imx8mn
358
359 deprecated:
360 - plat/imx/imx8m/imx8mn
361
Chris Kay82117d72021-12-01 16:34:55 +0000362 - title: i.MX 8M Mini
363 scope: imx8mm
364
365 deprecated:
366 - plat/imx/imx8m/imx8mm
367
368 - title: i.MX 8M Plus
369 scope: imx8mp
370
371 deprecated:
372 - plat/imx/imx8m/imx8mp
373
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100374 - title: i.MX 8Q
375 scope: imx8mq
376
377 deprecated:
378 - plat/imx/imx8m/imx8mq
379
Chris Kay82117d72021-12-01 16:34:55 +0000380 - title: Layerscape
381 scope: layerscape
382
383 deprecated:
384 - docs/nxp/layerscape
385
386 subsections:
387 - title: LS1028A
388 scope: ls1028a
389
390 deprecated:
391 - plat/nxp/ls1028a
392
393 subsections:
394 - title: LS1028ARDB
395 scope: ls1028ardb
396
397 deprecated:
398 - plat/nxp/ls1028ardb
399
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100400 - title: LS1043A
401 scope: ls1043a
402
403 deprecated:
404 - plat/nxp/ls1043a
405
406 subsections:
407 - title: LS1043ARDB
408 scope: ls1043ardb
409
410 deprecated:
411 - plat/nxp/ls1043ardb
412
Chris Kay82117d72021-12-01 16:34:55 +0000413 - title: LX2
414 scope: lx2
415
416 deprecated:
417 - plat/nxp/lx2
418
419 subsections:
420 - title: LX216
421 scope: lx216
422
423 deprecated:
424 - plat/nxp/lx216x
425
426 subsections:
427 - title: LX2160
428 scope: lx2160
429
430 deprecated:
431 - plat/soc-lx2160
432
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800433 - title: LS1046A
434 scope: ls1046a
435
436 subsections:
437 - title: LS1046ARDB
438 scope: ls1046ardb
439
440 - title: LS1046AFRWY
441 scope: ls1046afrwy
442
443 - title: LS1046AQDS
444 scope: ls1046aqds
445
Jiafei Pan290bf6f2022-02-24 16:00:35 +0800446 - title: LS1088A
447 scope: ls1088a
448
449 subsections:
450 - title: LS1088ARDB
451 scope: ls1088ardb
452
453 - title: LS1088AQDS
454 scope: ls1088aqds
455
Chris Kay82117d72021-12-01 16:34:55 +0000456 - title: QEMU
457 scope: qemu
458
459 deprecated:
460 - plat/qemu
461
462 - title: QTI
463 scope: qti
464
laurenw-arm7c66fca2022-11-01 14:45:33 -0500465 deprecated:
466 - plat/qti
467
Chris Kay82117d72021-12-01 16:34:55 +0000468 subsections:
469 - title: SC1780
470 scope: sc7180
471
472 deprecated:
473 - plat/qti/sc7180
474
475 - title: SC7280
476 scope: sc7280
477
478 deprecated:
479 - plat/qti/sc7280
480
Stephan Gerholdd0d0bf42021-12-01 20:00:00 +0100481 - title: MSM8916
482 scope: msm8916
483
Chris Kay82117d72021-12-01 16:34:55 +0000484 - title: Raspberry Pi
485 scope: rpi
486
487 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500488 - title: Raspberry Pi 3
489 scope: rpi3
490
Chris Kay82117d72021-12-01 16:34:55 +0000491 - title: Raspberry Pi 4
492 scope: rpi4
493
494 - title: Renesas
495 scope: renesas
496
497 subsections:
498 - title: R-Car
499 scope: rcar
500
501 deprecated:
502 - plat/rcar
503
504 subsections:
505 - title: R-Car 3
506 scope: rcar3
507
508 deprecated:
509 - plat/rcar3
510
511 - title: Rockchip
512 scope: rockchip
513
514 subsections:
515 - title: RK3399
516 scope: rk3399
517
518 deprecated:
519 - rockchip/rk3399
520 - rk3399/suspend
521
522 - title: Socionext
523 scope: socionext
524
525 subsections:
526 - title: Synquacer
527 scope: synquacer
528
529 deprecated:
530 - plat/synquacer
531
532 - title: ST
533 scope: st
534
535 deprecated:
536 - plat/st
537
538 subsections:
Yann Gautier14b32e82022-06-01 18:17:43 +0200539 - title: STM32MP1
Chris Kay82117d72021-12-01 16:34:55 +0000540 scope: stm32mp1
541
542 deprecated:
543 - plat/st/stm32mp1
544
Yann Gautier14b32e82022-06-01 18:17:43 +0200545 subsections:
546 - title: STM32MP13
547 scope: stm32mp13
548
549 - title: STM32MP15
550 scope: stm32mp15
551
Dave Gerlach74c19f92022-03-22 11:02:52 -0500552 - title: Texas Instruments
553 scope: ti
554
555 subsections:
556 - title: K3
557 scope: k3
558
laurenw-arm7c66fca2022-11-01 14:45:33 -0500559 deprecated:
560 - ti-k3
561
Chris Kay82117d72021-12-01 16:34:55 +0000562 - title: Xilinx
563 scope: xilinx
564
565 deprecated:
566 - plat/xilinx
567
568 subsections:
569 - title: Versal
570 scope: versal
571
572 deprecated:
573 - plat/xilinx/versal/include
574 - plat/xilinx/versal
575 - plat/versal
576
laurenw-arm7c66fca2022-11-01 14:45:33 -0500577 subsections:
578 - title: Versal NET
579 scope: versal-net
580
581 deprecated:
582 - versal_net
583
Chris Kay82117d72021-12-01 16:34:55 +0000584 - title: ZynqMP
585 scope: zynqmp
586
587 deprecated:
588 - plat/zynqmp
589 - plat/xilinx/zynqmp
590
591 - title: Bootloader Images
592 scope: bl
593
594 deprecated:
595 - bl_common
596
597 subsections:
598 - title: BL1
599 scope: bl1
600
601 - title: BL2
602 scope: bl2
603
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100604 - title: BL31
605 scope: bl31
606
Shruti Guptac31beb62022-08-09 10:46:07 +0100607 - title: BL32
608 scope: bl32
609
610 subsections:
611 - title: TSP
612 scope: tsp
613
Chris Kay82117d72021-12-01 16:34:55 +0000614 - title: Services
615 scope: services
616
617 subsections:
618 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000619 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000620
621 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000622 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000623
624 - title: RME
625 scope: rme
626
laurenw-arm7c66fca2022-11-01 14:45:33 -0500627 deprecated:
628 - rme/fid
629
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100630 subsections:
631 - title: TRP
632 scope: trp
633
Javier Almansa Sobrino7176a772021-11-24 18:37:37 +0000634 - title: RMMD
635 scope: rmmd
636
Chris Kay82117d72021-12-01 16:34:55 +0000637 - title: SPM
638 scope: spm
639
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100640 subsections:
641 - title: EL3 SPMC
642 scope: el3-spmc
643
laurenw-arm7c66fca2022-11-01 14:45:33 -0500644 deprecated:
645 - spmc
646
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100647 - title: SPMD
648 scope: spmd
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000649
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100650 - title: SPM MM
651 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000652
Manish V Badarkhe478d3ee2022-06-27 09:21:14 +0100653 - title: DRTM
654 scope: drtm
655
Jayanth Dodderi Chidanand7c7faff2022-10-11 17:16:07 +0100656 - title: TRNG
657 scope: trng
658
Chris Kay82117d72021-12-01 16:34:55 +0000659 - title: Libraries
660
661 subsections:
662 - title: CPU Support
663 scope: cpus
664
665 deprecated:
666 - cpu
667 - errata
668 - errata_report
669
670 - title: EL3 Runtime
671 scope: el3-runtime
672
673 deprecated:
674 - el3_runtime
675
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100676 subsections:
677 - title: Context Management
678 scope: cm
679
laurenw-arm7c66fca2022-11-01 14:45:33 -0500680 - title: RAS
681 scope: ras
682
Chris Kay82117d72021-12-01 16:34:55 +0000683 - title: FCONF
684 scope: fconf
685
686 - title: MPMM
687 scope: mpmm
688
689 - title: OP-TEE
690 scope: optee
691
692 deprecated:
693 - lib/optee
694
695 - title: PSCI
696 scope: psci
697
698 - title: GPT
699 scope: gpt
700
701 deprecated:
702 - gpt_rme
703
704 - title: SMCCC
705 scope: smccc
706
707 - title: Translation Tables
708 scope: xlat
709
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100710 - title: C Standard Library
711 scope: libc
712
713 - title: Locks
714 scope: locks
715
716 - title: PSA
717 scope: psa
718
laurenw-arm7c66fca2022-11-01 14:45:33 -0500719 deprecated:
720 - lib/psa
721
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500722 - title: Context Management
Chris Kaye76be0a2022-10-10 16:57:45 +0100723 scope: context-mgmt
724
725 deprecated:
726 - context mgmt
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500727
Manish V Badarkhede920262022-09-26 15:06:56 +0100728 - title: Semihosting
729 scope: semihosting
730
Chris Kay82117d72021-12-01 16:34:55 +0000731 - title: Drivers
732
733 subsections:
734 - title: Authentication
735 scope: auth
736
737 deprecated:
738 - driver/auth
739
740 subsections:
741 - title: CryptoCell-713
742 scope: cc-713
743
Manish V Badarkhe8d91e982022-09-22 21:41:55 +0100744 - title: Crypto
745 scope: crypto
746
747 - title: mbedTLS
748 scope: mbedtls
749
Yann Gautier1832d662023-01-06 17:05:48 +0100750 - title: Console
751 scope: console
752
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100753 - title: Generic Clock
754 scope: clk
755
Chris Kay82117d72021-12-01 16:34:55 +0000756 - title: FWU
757 scope: fwu
758
759 deprecated:
760 - fwu_metadata
761
762 - title: I/O
763 scope: io
764
765 subsections:
766 - title: MTD
767 scope: mtd
768
769 deprecated:
770 - io_mtd
771
772 - title: Measured Boot
773 scope: measured-boot
774
775 deprecated:
776 - measured boot
777 - measured_boot
778
779 - title: MMC
780 scope: mmc
781
782 deprecated:
783 - drivers/mmc
784
785 - title: MTD
786 scope: mtd
787
788 deprecated:
789 - drivers/mtd
790
791 subsections:
792 - title: NAND
793 scope: nand
794
795 subsections:
796 - title: SPI NAND
797 scope: spi-nand
798
799 deprecated:
800 - spi_nand
801
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100802 - title: GUID Partition Tables Support
803 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530804
Chris Kay82117d72021-12-01 16:34:55 +0000805 - title: SCMI
806 scope: scmi
807
808 deprecated:
809 - scmi_common
810 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -0500811 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +0000812
813 - title: UFS
814 scope: ufs
815
816 - title: Arm
817 scope: arm-drivers
818
819 subsections:
820 - title: Ethos-N
821 scope: ethos-n
822
823 deprecated:
824 - drivers/arm/ethosn
825
826 - title: GIC
827 scope: gic
828
829 subsections:
830 - title: GICv3
831 scope: gicv3
832
laurenw-arm7c66fca2022-11-01 14:45:33 -0500833 deprecated:
834 - gicv3/multichip
835
Chris Kay82117d72021-12-01 16:34:55 +0000836 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500837 - title: GIC-600
838 scope: gic600
839
Chris Kay82117d72021-12-01 16:34:55 +0000840 - title: GIC-600AE
841 scope: gic600ae
842
Manish V Badarkhebcaeb672022-03-24 18:23:37 +0000843 - title: SMMU
844 scope: smmu
845
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100846 - title: MHU
847 scope: mhu
848
849 deprecated:
850 - drivers/arm/mhu
851
852 - title: RSS
853 scope: rss
854
855 deprecated:
856 - drivers/arm/rss
857
Chris Kay82117d72021-12-01 16:34:55 +0000858 - title: TZC
859 scope: tzc
860
861 subsections:
862 - title: TZC-400
863 scope: tzc400
864
865 deprecated:
866 - drivers/tzc400
867
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100868 - title: TZC-380
869 scope: tzc380
870
871 deprecated:
872 - drivers/tzc380
873
Chris Kay82117d72021-12-01 16:34:55 +0000874 - title: Marvell
875 scope: marvell-drivers
876
877 subsections:
878 - title: COMPHY
879 scope: marvell-comphy
880
881 deprecated:
882 - drivers/marvell/comphy
883
884 subsections:
885 - title: Armada 3700
886 scope: marvell-comphy-3700
887
888 deprecated:
889 - drivers/marvell/comphy-3700
890
891 - title: CP110
892 scope: marvell-comphy-cp110
893
894 deprecated:
895 - drivers/marvell/comphy-cp110
896
897 - title: UART
898 scope: marvell-uart
899
900 deprecated:
901 - plat/marvell/uart
902
903 - title: Armada
904 scope: armada-drivers
905
906 subsections:
907 - title: A3K
908 scope: a3k-drivers
909
910 subsections:
911 - title: A3720
912 scope: a3720-uart
913
914 deprecated:
915 - plat/marvell/a3720/uart
916
917 - title: MediaTek
918 scope: mediatek-drivers
919
920 subsections:
921 - title: APU
922 scope: mediatek-apu
923
924 deprecated:
925 - plat/mediatek/apu
926
927 - title: EMI MPU
928 scope: mediatek-emi-mpu
929
930 deprecated:
931 - plat/mediatek/mpu
932
933 - title: PMIC Wrapper
934 scope: mediatek-pmic-wrapper
935
936 deprecated:
937 - plat/mediatek/pmic_wrap
938
939 - title: MT8192
940 scope: mt8192-drivers
941
942 subsections:
943 - title: SPM
944 scope: mt8192-spm
945
946 deprecated:
947 - mediatek/mt8192/spm
948
949 - title: NXP
950 scope: nxp-drivers
951
952 subsections:
953 - title: DCFG
954 scope: nxp-dcfg
955
956 deprecated:
957 - driver/nxp/dcfg
958
959 - title: FLEXSPI
960 scope: flexspi
961
962 deprecated:
963 - include/drivers/flexspi
964 - driver/nxp/xspi
965
966 - title: SCFG
967 scope: nxp-scfg
968
969 deprecated:
970 - nxp/scfg
971
972 - title: SFP
973 scope: nxp-sfp
974
975 deprecated:
976 - drivers/nxp/sfp
977
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800978 - title: QSPI
979 scope: nxp-qspi
980
Jiafei Pan94450412022-02-18 12:02:04 +0800981 - title: NXP Crypto
982 scope: nxp-crypto
983
Jiafei Panfa3f7612022-02-22 11:05:00 +0800984 - title: DDR
985 scope: nxp-ddr
986
987 - title: GIC
988 scope: nxp-gic
989
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100990 - title: CSU
991 scope: nxp-csu
992
993 - title: IFC NAND
994 scope: nxp-ifc-nand
995
996 - title: IFC NOR
997 scope: nxp-ifc-nor
998
999 - title: TZC-380
1000 scope: nxp-tzc380
1001
Chris Kay82117d72021-12-01 16:34:55 +00001002 - title: Renesas
1003 scope: renesas-drivers
1004
1005 subsections:
1006 - title: R-Car3
1007 scope: rcar3-drivers
1008
1009 deprecated:
1010 - drivers/rcar3
1011
1012 - title: ST
1013 scope: st-drivers
1014
1015 deprecated:
1016 - drivers/st
1017
1018 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +01001019 - title: BSEC
1020 scope: st-bsec
1021
Chris Kay82117d72021-12-01 16:34:55 +00001022 - title: Clock
1023 scope: st-clock
1024
1025 deprecated:
1026 - stm32mp_clk
1027 - drivers/st/clk
1028 - stm32mp1_clk
1029
Yann Gautier9f359fd2022-01-27 09:25:47 +01001030 - title: Crypto
1031 scope: st-crypto
1032
1033 - title: DDR
1034 scope: st-ddr
1035
Chris Kay82117d72021-12-01 16:34:55 +00001036 - title: I/O
1037 scope: st-io-drivers
1038
1039 subsections:
1040 - title: STM32 Image
1041 scope: st-io-stm32image
1042
1043 deprecated:
1044 - io-stm32image
1045 - io_stm32image
1046
Yann Gautier9f359fd2022-01-27 09:25:47 +01001047 - title: I2C
1048 scope: st-i2c
1049
1050 - title: FMC
1051 scope: st-fmc
1052
1053 - title: GPIO
1054 scope: st-gpio
1055
Chris Kay82117d72021-12-01 16:34:55 +00001056 - title: SDMMC2
1057 scope: st-sdmmc2
1058
1059 deprecated:
1060 - stm32_sdmmc2
1061
1062 - title: ST PMIC
1063 scope: st-pmic
1064
1065 deprecated:
1066 - drivers/st/pmic
1067
1068 - title: STPMIC1
1069 scope: stpmic1
1070
Yann Gautier9f359fd2022-01-27 09:25:47 +01001071 - title: Regulator
1072 scope: st-regulator
1073
1074 - title: Reset
1075 scope: st-reset
1076
1077 - title: SPI
1078 scope: st-spi
1079
Chris Kay82117d72021-12-01 16:34:55 +00001080 - title: UART
1081 scope: st-uart
1082
1083 subsections:
1084 - title: STM32 Console
1085 scope: stm32-console
1086
1087 deprecated:
1088 - stm32_console
1089
1090 - title: USB
1091 scope: st-usb
1092
1093 deprecated:
1094 - drivers/st/usb
1095
Yann Gautier9f359fd2022-01-27 09:25:47 +01001096 - title: Watchdog
1097 scope: st-iwdg
1098
Chris Kay82117d72021-12-01 16:34:55 +00001099 - title: USB
1100 scope: usb
1101
1102 deprecated:
1103 - drivers/usb
1104
1105 - title: Miscellaneous
1106
1107 subsections:
1108 - title: AArch64
1109 scope: aarch64
1110
1111 - title: Debug
1112 scope: debug
1113
1114 deprecated:
1115 - common/debug
1116
1117 - title: CRC32
1118 scope: crc32
1119
1120 subsections:
1121 - title: Hardware CRC32
1122 scope: hw-crc32
1123
1124 deprecated:
1125 - hw_crc
1126 - hw_crc32
1127
1128 - title: Software CRC32
1129 scope: sw-crc32
1130
1131 deprecated:
1132 - sw_crc32
1133
1134 - title: DT Bindings
1135 scope: dt-bindings
1136
1137 - title: FDT Wrappers
1138 scope: fdt-wrappers
1139
1140 - title: FDTs
1141 scope: fdts
1142
1143 deprecated:
1144 - fdt
1145
1146 subsections:
1147 - title: Morello
1148 scope: morello-fdts
1149
1150 deprecated:
1151 - fdts/morello
1152
1153 - title: STM32MP1
1154 scope: stm32mp1-fdts
1155
1156 deprecated:
1157 - fdts stm32mp1
1158
Yann Gautier2c962252022-07-08 15:55:14 +02001159 subsections:
1160 - title: STM32MP13
1161 scope: stm32mp13-fdts
1162
1163 - title: STM32MP15
1164 scope: stm32mp15-fdts
1165
Chris Kay82117d72021-12-01 16:34:55 +00001166 - title: PIE
1167 scope: pie
1168
1169 - title: Security
1170 scope: security
1171
1172 - title: SDEI
1173 scope: sdei
1174
1175 - title: TBBR
1176 scope: tbbr
1177
1178 - title: NXP
1179
1180 subsections:
1181 - title: OCRAM
1182 scope: nxp-ocram
1183
1184 deprecated:
1185 - nxp/common/ocram
1186
1187 - title: PSCI
1188 scope: nxp-psci
1189
1190 deprecated:
1191 - plat/nxp/common/psci
1192
1193 - title: Documentation
1194 scope: docs
1195
1196 deprecated:
1197 - doc
1198
1199 subsections:
1200 - title: Changelog
1201 scope: changelog
1202
1203 - title: Commit Style
1204 scope: commit-style
1205
1206 - title: Contribution Guidelines
1207 scope: contributing
1208
1209 deprecated:
1210 - contribution-guidelines
1211 - docs-contributing.rst
1212
1213 - title: Maintainers
1214 scope: maintainers
1215
1216 - title: Prerequisites
1217 scope: prerequisites
1218
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001219 - title: Threat Model
1220 scope: threat-model
1221
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001222 - title: Porting Guide
1223 scope: porting
1224
Chris Kay82117d72021-12-01 16:34:55 +00001225 - title: Build System
1226 scope: build
1227
1228 deprecated:
1229 - makefile
1230 - Makefile
1231
1232 subsections:
1233 - title: Git Hooks
1234 scope: hooks
1235
1236 - title: Tools
1237
1238 subsections:
1239 - title: STM32 Image
1240 scope: stm32image
1241
1242 deprecated:
1243 - tools/stm32image
1244
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001245 - title: NXP Tools
1246 scope: nxp-tools
1247
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001248 - title: Firmware Image Package Tool
1249 scope: fiptool
1250
1251 - title: Secure Partition Tool
1252 scope: sptool
1253
1254 - title: Certificate Creation Tool
1255 scope: cert-create
1256
laurenw-arm7c66fca2022-11-01 14:45:33 -05001257 deprecated:
1258 - cert_create
1259
Chris Kay82117d72021-12-01 16:34:55 +00001260 - title: Dependencies
1261 scope: deps
1262
1263 subsections:
1264 - title: checkpatch
1265 scope: checkpatch
1266
1267 - title: commitlint
1268 scope: commitlint
1269
Daniel Boulbyc550e702022-10-05 11:03:44 +01001270 - title: Compiler runtime libraries
1271 scope: compiler-rt
1272
Chris Kay82117d72021-12-01 16:34:55 +00001273 - title: libfdt
1274 scope: libfdt
1275
1276 - title: Node Package Manager (NPM)
1277 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001278
1279 - title: zlib
1280 scope: zlib
1281