blob: ecb401eedcdeed7832e5b183eb9c891709ee0253 [file] [log] [blame]
Chris Kay82117d72021-12-01 16:34:55 +00001#
Yann Gautier9f359fd2022-01-27 09:25:47 +01002# Copyright (c) 2021-2022, 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-arme541eac2022-06-01 13:45:39 -050092 - title: Confidential Compute Architecture (CCA)
93 scope: cca
94
Chris Kay82117d72021-12-01 16:34:55 +000095 - title: Support for the `HCRX_EL2` register (FEAT_HCX)
96 scope: hcx
97
98 - title: Memory Partitioning and Monitoring (MPAM) Extension (FEAT_MPAM)
99 scope: mpam
100
101 - title: Scalable Matrix Extension (FEAT_SME)
102 scope: sme
103
104 - title: Scalable Vector Extension (FEAT_SVE)
105 scope: sve
106
107 - title: System Register Trace Extensions (FEAT_ETMv4, FEAT_ETE and FEAT_ETEv1.1)
108 scope: sys-reg-trace
109
110 deprecated:
111 - sys_reg_trace
112
113 - title: Trace Buffer Extension (FEAT_TRBE)
114 scope: trbe
115
116 - title: Self-hosted Trace Extensions (FEAT_TRF)
117 scope: trf
118
Manish V Badarkhe67fec3e2021-12-31 16:08:51 +0000119 - title: Statistical profiling Extension (FEAT_SPE)
120 scope: spe
121
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100122 - title: Branch Record Buffer Extension (FEAT_BRBE)
123 scope: brbe
124
125 - title: Extended Cache Index (FEAT_CCIDX)
126 scope: ccidx
127
Juan Pablo Conde42305f22022-07-12 16:40:29 -0400128 - title: Trapping support for RNDR/RNDRRS (FEAT_RNG_TRAP)
129 scope: rng-trap
130
Chris Kay82117d72021-12-01 16:34:55 +0000131 - title: Platforms
132
133 subsections:
134 - title: Allwinner
135 scope: allwinner
136
137 deprecated:
138 - plat/allwinner
139
140 - title: Arm
141 scope: arm
142
143 deprecated:
144 - plat/arm
145
146 subsections:
147 - title: FPGA
148 scope: fpga
149
150 deprecated:
151 - arm_fgpa
152 - arm_fpga
153 - plat/arm_fpga
154
155 - title: FVP
156 scope: fvp
157
158 deprecated:
159 - plat/fvp
160
161 - title: FVP-R
162 scope: fvp-r
163
164 deprecated:
165 - fvp_r
166
167 - title: Juno
168 scope: juno
169
170 - title: Morello
171 scope: morello
172
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100173 - title: N1SDP
174 scope: n1sdp
175
Chris Kay82117d72021-12-01 16:34:55 +0000176 - title: RD
177 scope: rd
178
179 subsections:
180 - title: RD-N2
181 scope: rdn2
182
183 deprecated:
184 - board/rdn2
185
186 - title: SGI
187 scope: sgi
188
189 deprecated:
190 - plat/sgi
191 - plat/arm/sgi
192
193 - title: TC
194 scope: tc
195
196 subsections:
197 - title: TC0
198 scope: tc0
199
200 deprecated:
201 - plat/tc0
202
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100203 - title: Corstone-1000
204 scope: corstone-1000
205
206 - title: Broadcom
207 scope: brcm
208
Sieu Mun Tang9f3a13c2022-02-22 14:14:26 +0800209 - title: Intel
210 scope: intel
211
212 subsections:
213 - title: SoC
214 scope: soc
215
Chris Kay82117d72021-12-01 16:34:55 +0000216 - title: Marvell
217 scope: marvell
218
219 deprecated:
220 - plat/marvell
221
222 subsections:
223 - title: Armada
224 scope: armada
225
226 deprecated:
227 - plat/marvell/armada
228
229 subsections:
230 - title: A3K
231 scope: a3k
232
233 deprecated:
234 - plat/marvell/a3k
235
236 - title: A8K
237 scope: a8k
238
239 deprecated:
240 - plat/marvell/a8k
241
242 - title: MediaTek
243 scope: mediatek
244
245 deprecated:
246 - plat/mediatek/common
247 - plat/mediatek
248
249 subsections:
250 - title: MT8183
251 scope: mt8183
252
253 deprecated:
254 - plat/mediatek/mt8183
255
256 - title: MT8192
257 scope: mt8192
258
259 deprecated:
260 - plat/mdeiatek/mt8192
261
262 - title: MT8195
263 scope: mt8195
264
265 deprecated:
266 - plat/mediatek/me8195
267 - plat/mediatek/mt8195
268 - plat/mdeiatek/mt8195
269
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100270 - title: MT8186
271 scope: mt8186
272
273 deprecated:
274 - plat/mediatek/mt8186
275
Chris Kay82117d72021-12-01 16:34:55 +0000276 - title: NVIDIA
277 scope: nvidia
278
279 subsections:
280 - title: Tegra
281 scope: tegra
282
283 deprecated:
284 - plat/tegra
285
286 subsections:
287 - title: Tegra 132
288 scope: tegra132
289
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100290 - title: Tegra 194
291 scope: tegra194
292
Chris Kay82117d72021-12-01 16:34:55 +0000293 - title: NXP
294 scope: nxp
295
296 deprecated:
297 - plat/nxp
298 - plat/nxp/common
299
300 subsections:
301 - title: i.MX
302 scope: imx
303
304 deprecated:
305 - plat/imx
306 - plat/imx/imx
307
308 subsections:
309 - title: i.MX 8M
310 scope: imx8m
311
312 deprecated:
313 - plat/imx8m
314 - plat/imx/imx8m
315
316 subsections:
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100317 - title: i.MX 8M Nano
318 scope: imx8mn
319
320 deprecated:
321 - plat/imx/imx8m/imx8mn
322
Chris Kay82117d72021-12-01 16:34:55 +0000323 - title: i.MX 8M Mini
324 scope: imx8mm
325
326 deprecated:
327 - plat/imx/imx8m/imx8mm
328
329 - title: i.MX 8M Plus
330 scope: imx8mp
331
332 deprecated:
333 - plat/imx/imx8m/imx8mp
334
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100335 - title: i.MX 8Q
336 scope: imx8mq
337
338 deprecated:
339 - plat/imx/imx8m/imx8mq
340
Chris Kay82117d72021-12-01 16:34:55 +0000341 - title: Layerscape
342 scope: layerscape
343
344 deprecated:
345 - docs/nxp/layerscape
346
347 subsections:
348 - title: LS1028A
349 scope: ls1028a
350
351 deprecated:
352 - plat/nxp/ls1028a
353
354 subsections:
355 - title: LS1028ARDB
356 scope: ls1028ardb
357
358 deprecated:
359 - plat/nxp/ls1028ardb
360
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100361 - title: LS1043A
362 scope: ls1043a
363
364 deprecated:
365 - plat/nxp/ls1043a
366
367 subsections:
368 - title: LS1043ARDB
369 scope: ls1043ardb
370
371 deprecated:
372 - plat/nxp/ls1043ardb
373
Chris Kay82117d72021-12-01 16:34:55 +0000374 - title: LX2
375 scope: lx2
376
377 deprecated:
378 - plat/nxp/lx2
379
380 subsections:
381 - title: LX216
382 scope: lx216
383
384 deprecated:
385 - plat/nxp/lx216x
386
387 subsections:
388 - title: LX2160
389 scope: lx2160
390
391 deprecated:
392 - plat/soc-lx2160
393
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800394 - title: LS1046A
395 scope: ls1046a
396
397 subsections:
398 - title: LS1046ARDB
399 scope: ls1046ardb
400
401 - title: LS1046AFRWY
402 scope: ls1046afrwy
403
404 - title: LS1046AQDS
405 scope: ls1046aqds
406
Jiafei Pan290bf6f2022-02-24 16:00:35 +0800407 - title: LS1088A
408 scope: ls1088a
409
410 subsections:
411 - title: LS1088ARDB
412 scope: ls1088ardb
413
414 - title: LS1088AQDS
415 scope: ls1088aqds
416
Chris Kay82117d72021-12-01 16:34:55 +0000417 - title: QEMU
418 scope: qemu
419
420 deprecated:
421 - plat/qemu
422
423 - title: QTI
424 scope: qti
425
426 subsections:
427 - title: SC1780
428 scope: sc7180
429
430 deprecated:
431 - plat/qti/sc7180
432
433 - title: SC7280
434 scope: sc7280
435
436 deprecated:
437 - plat/qti/sc7280
438
Stephan Gerholdd0d0bf42021-12-01 20:00:00 +0100439 - title: MSM8916
440 scope: msm8916
441
Chris Kay82117d72021-12-01 16:34:55 +0000442 - title: Raspberry Pi
443 scope: rpi
444
445 subsections:
446 - title: Raspberry Pi 4
447 scope: rpi4
448
449 - title: Renesas
450 scope: renesas
451
452 subsections:
453 - title: R-Car
454 scope: rcar
455
456 deprecated:
457 - plat/rcar
458
459 subsections:
460 - title: R-Car 3
461 scope: rcar3
462
463 deprecated:
464 - plat/rcar3
465
466 - title: Rockchip
467 scope: rockchip
468
469 subsections:
470 - title: RK3399
471 scope: rk3399
472
473 deprecated:
474 - rockchip/rk3399
475 - rk3399/suspend
476
477 - title: Socionext
478 scope: socionext
479
480 subsections:
481 - title: Synquacer
482 scope: synquacer
483
484 deprecated:
485 - plat/synquacer
486
487 - title: ST
488 scope: st
489
490 deprecated:
491 - plat/st
492
493 subsections:
Yann Gautier14b32e82022-06-01 18:17:43 +0200494 - title: STM32MP1
Chris Kay82117d72021-12-01 16:34:55 +0000495 scope: stm32mp1
496
497 deprecated:
498 - plat/st/stm32mp1
499
Yann Gautier14b32e82022-06-01 18:17:43 +0200500 subsections:
501 - title: STM32MP13
502 scope: stm32mp13
503
504 - title: STM32MP15
505 scope: stm32mp15
506
Dave Gerlach74c19f92022-03-22 11:02:52 -0500507 - title: Texas Instruments
508 scope: ti
509
510 subsections:
511 - title: K3
512 scope: k3
513
Chris Kay82117d72021-12-01 16:34:55 +0000514 - title: Xilinx
515 scope: xilinx
516
517 deprecated:
518 - plat/xilinx
519
520 subsections:
521 - title: Versal
522 scope: versal
523
524 deprecated:
525 - plat/xilinx/versal/include
526 - plat/xilinx/versal
527 - plat/versal
528
529 - title: ZynqMP
530 scope: zynqmp
531
532 deprecated:
533 - plat/zynqmp
534 - plat/xilinx/zynqmp
535
536 - title: Bootloader Images
537 scope: bl
538
539 deprecated:
540 - bl_common
541
542 subsections:
543 - title: BL1
544 scope: bl1
545
546 - title: BL2
547 scope: bl2
548
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100549 - title: BL31
550 scope: bl31
551
Shruti Guptac31beb62022-08-09 10:46:07 +0100552 - title: BL32
553 scope: bl32
554
555 subsections:
556 - title: TSP
557 scope: tsp
558
Chris Kay82117d72021-12-01 16:34:55 +0000559 - title: Services
560 scope: services
561
562 subsections:
563 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000564 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000565
566 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000567 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000568
569 - title: RME
570 scope: rme
571
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100572 subsections:
573 - title: TRP
574 scope: trp
575
Javier Almansa Sobrino7176a772021-11-24 18:37:37 +0000576 - title: RMMD
577 scope: rmmd
578
Chris Kay82117d72021-12-01 16:34:55 +0000579 - title: SPM
580 scope: spm
581
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100582 subsections:
583 - title: EL3 SPMC
584 scope: el3-spmc
585
586 - title: SPMD
587 scope: spmd
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000588
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100589 - title: SPM MM
590 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000591
Manish V Badarkhe478d3ee2022-06-27 09:21:14 +0100592 - title: DRTM
593 scope: drtm
594
Chris Kay82117d72021-12-01 16:34:55 +0000595 - title: Libraries
596
597 subsections:
598 - title: CPU Support
599 scope: cpus
600
601 deprecated:
602 - cpu
603 - errata
604 - errata_report
605
606 - title: EL3 Runtime
607 scope: el3-runtime
608
609 deprecated:
610 - el3_runtime
611
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100612 subsections:
613 - title: Context Management
614 scope: cm
615
Chris Kay82117d72021-12-01 16:34:55 +0000616 - title: FCONF
617 scope: fconf
618
619 - title: MPMM
620 scope: mpmm
621
622 - title: OP-TEE
623 scope: optee
624
625 deprecated:
626 - lib/optee
627
628 - title: PSCI
629 scope: psci
630
631 - title: GPT
632 scope: gpt
633
634 deprecated:
635 - gpt_rme
636
637 - title: SMCCC
638 scope: smccc
639
640 - title: Translation Tables
641 scope: xlat
642
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100643 - title: C Standard Library
644 scope: libc
645
646 - title: Locks
647 scope: locks
648
649 - title: PSA
650 scope: psa
651
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500652 - title: Context Management
653 scope: context mgmt
654
Chris Kay82117d72021-12-01 16:34:55 +0000655 - title: Drivers
656
657 subsections:
658 - title: Authentication
659 scope: auth
660
661 deprecated:
662 - driver/auth
663
664 subsections:
665 - title: CryptoCell-713
666 scope: cc-713
667
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100668 - title: Generic Clock
669 scope: clk
670
Chris Kay82117d72021-12-01 16:34:55 +0000671 - title: FWU
672 scope: fwu
673
674 deprecated:
675 - fwu_metadata
676
677 - title: I/O
678 scope: io
679
680 subsections:
681 - title: MTD
682 scope: mtd
683
684 deprecated:
685 - io_mtd
686
687 - title: Measured Boot
688 scope: measured-boot
689
690 deprecated:
691 - measured boot
692 - measured_boot
693
694 - title: MMC
695 scope: mmc
696
697 deprecated:
698 - drivers/mmc
699
700 - title: MTD
701 scope: mtd
702
703 deprecated:
704 - drivers/mtd
705
706 subsections:
707 - title: NAND
708 scope: nand
709
710 subsections:
711 - title: SPI NAND
712 scope: spi-nand
713
714 deprecated:
715 - spi_nand
716
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100717 - title: GUID Partition Tables Support
718 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530719
Chris Kay82117d72021-12-01 16:34:55 +0000720 - title: SCMI
721 scope: scmi
722
723 deprecated:
724 - scmi_common
725 - drivers/scmi-msg
726
727 - title: UFS
728 scope: ufs
729
730 - title: Arm
731 scope: arm-drivers
732
733 subsections:
734 - title: Ethos-N
735 scope: ethos-n
736
737 deprecated:
738 - drivers/arm/ethosn
739
740 - title: GIC
741 scope: gic
742
743 subsections:
744 - title: GICv3
745 scope: gicv3
746
747 subsections:
748 - title: GIC-600AE
749 scope: gic600ae
750
Manish V Badarkhebcaeb672022-03-24 18:23:37 +0000751 - title: SMMU
752 scope: smmu
753
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100754 - title: MHU
755 scope: mhu
756
757 deprecated:
758 - drivers/arm/mhu
759
760 - title: RSS
761 scope: rss
762
763 deprecated:
764 - drivers/arm/rss
765
Chris Kay82117d72021-12-01 16:34:55 +0000766 - title: TZC
767 scope: tzc
768
769 subsections:
770 - title: TZC-400
771 scope: tzc400
772
773 deprecated:
774 - drivers/tzc400
775
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100776 - title: TZC-380
777 scope: tzc380
778
779 deprecated:
780 - drivers/tzc380
781
Chris Kay82117d72021-12-01 16:34:55 +0000782 - title: Marvell
783 scope: marvell-drivers
784
785 subsections:
786 - title: COMPHY
787 scope: marvell-comphy
788
789 deprecated:
790 - drivers/marvell/comphy
791
792 subsections:
793 - title: Armada 3700
794 scope: marvell-comphy-3700
795
796 deprecated:
797 - drivers/marvell/comphy-3700
798
799 - title: CP110
800 scope: marvell-comphy-cp110
801
802 deprecated:
803 - drivers/marvell/comphy-cp110
804
805 - title: UART
806 scope: marvell-uart
807
808 deprecated:
809 - plat/marvell/uart
810
811 - title: Armada
812 scope: armada-drivers
813
814 subsections:
815 - title: A3K
816 scope: a3k-drivers
817
818 subsections:
819 - title: A3720
820 scope: a3720-uart
821
822 deprecated:
823 - plat/marvell/a3720/uart
824
825 - title: MediaTek
826 scope: mediatek-drivers
827
828 subsections:
829 - title: APU
830 scope: mediatek-apu
831
832 deprecated:
833 - plat/mediatek/apu
834
835 - title: EMI MPU
836 scope: mediatek-emi-mpu
837
838 deprecated:
839 - plat/mediatek/mpu
840
841 - title: PMIC Wrapper
842 scope: mediatek-pmic-wrapper
843
844 deprecated:
845 - plat/mediatek/pmic_wrap
846
847 - title: MT8192
848 scope: mt8192-drivers
849
850 subsections:
851 - title: SPM
852 scope: mt8192-spm
853
854 deprecated:
855 - mediatek/mt8192/spm
856
857 - title: NXP
858 scope: nxp-drivers
859
860 subsections:
861 - title: DCFG
862 scope: nxp-dcfg
863
864 deprecated:
865 - driver/nxp/dcfg
866
867 - title: FLEXSPI
868 scope: flexspi
869
870 deprecated:
871 - include/drivers/flexspi
872 - driver/nxp/xspi
873
874 - title: SCFG
875 scope: nxp-scfg
876
877 deprecated:
878 - nxp/scfg
879
880 - title: SFP
881 scope: nxp-sfp
882
883 deprecated:
884 - drivers/nxp/sfp
885
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800886 - title: QSPI
887 scope: nxp-qspi
888
Jiafei Pan94450412022-02-18 12:02:04 +0800889 - title: NXP Crypto
890 scope: nxp-crypto
891
Jiafei Panfa3f7612022-02-22 11:05:00 +0800892 - title: DDR
893 scope: nxp-ddr
894
895 - title: GIC
896 scope: nxp-gic
897
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100898 - title: CSU
899 scope: nxp-csu
900
901 - title: IFC NAND
902 scope: nxp-ifc-nand
903
904 - title: IFC NOR
905 scope: nxp-ifc-nor
906
907 - title: TZC-380
908 scope: nxp-tzc380
909
Chris Kay82117d72021-12-01 16:34:55 +0000910 - title: Renesas
911 scope: renesas-drivers
912
913 subsections:
914 - title: R-Car3
915 scope: rcar3-drivers
916
917 deprecated:
918 - drivers/rcar3
919
920 - title: ST
921 scope: st-drivers
922
923 deprecated:
924 - drivers/st
925
926 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +0100927 - title: BSEC
928 scope: st-bsec
929
Chris Kay82117d72021-12-01 16:34:55 +0000930 - title: Clock
931 scope: st-clock
932
933 deprecated:
934 - stm32mp_clk
935 - drivers/st/clk
936 - stm32mp1_clk
937
Yann Gautier9f359fd2022-01-27 09:25:47 +0100938 - title: Crypto
939 scope: st-crypto
940
941 - title: DDR
942 scope: st-ddr
943
Chris Kay82117d72021-12-01 16:34:55 +0000944 - title: I/O
945 scope: st-io-drivers
946
947 subsections:
948 - title: STM32 Image
949 scope: st-io-stm32image
950
951 deprecated:
952 - io-stm32image
953 - io_stm32image
954
Yann Gautier9f359fd2022-01-27 09:25:47 +0100955 - title: I2C
956 scope: st-i2c
957
958 - title: FMC
959 scope: st-fmc
960
961 - title: GPIO
962 scope: st-gpio
963
Chris Kay82117d72021-12-01 16:34:55 +0000964 - title: SDMMC2
965 scope: st-sdmmc2
966
967 deprecated:
968 - stm32_sdmmc2
969
970 - title: ST PMIC
971 scope: st-pmic
972
973 deprecated:
974 - drivers/st/pmic
975
976 - title: STPMIC1
977 scope: stpmic1
978
Yann Gautier9f359fd2022-01-27 09:25:47 +0100979 - title: Regulator
980 scope: st-regulator
981
982 - title: Reset
983 scope: st-reset
984
985 - title: SPI
986 scope: st-spi
987
Chris Kay82117d72021-12-01 16:34:55 +0000988 - title: UART
989 scope: st-uart
990
991 subsections:
992 - title: STM32 Console
993 scope: stm32-console
994
995 deprecated:
996 - stm32_console
997
998 - title: USB
999 scope: st-usb
1000
1001 deprecated:
1002 - drivers/st/usb
1003
Yann Gautier9f359fd2022-01-27 09:25:47 +01001004 - title: Watchdog
1005 scope: st-iwdg
1006
Chris Kay82117d72021-12-01 16:34:55 +00001007 - title: USB
1008 scope: usb
1009
1010 deprecated:
1011 - drivers/usb
1012
1013 - title: Miscellaneous
1014
1015 subsections:
1016 - title: AArch64
1017 scope: aarch64
1018
1019 - title: Debug
1020 scope: debug
1021
1022 deprecated:
1023 - common/debug
1024
1025 - title: CRC32
1026 scope: crc32
1027
1028 subsections:
1029 - title: Hardware CRC32
1030 scope: hw-crc32
1031
1032 deprecated:
1033 - hw_crc
1034 - hw_crc32
1035
1036 - title: Software CRC32
1037 scope: sw-crc32
1038
1039 deprecated:
1040 - sw_crc32
1041
1042 - title: DT Bindings
1043 scope: dt-bindings
1044
1045 - title: FDT Wrappers
1046 scope: fdt-wrappers
1047
1048 - title: FDTs
1049 scope: fdts
1050
1051 deprecated:
1052 - fdt
1053
1054 subsections:
1055 - title: Morello
1056 scope: morello-fdts
1057
1058 deprecated:
1059 - fdts/morello
1060
1061 - title: STM32MP1
1062 scope: stm32mp1-fdts
1063
1064 deprecated:
1065 - fdts stm32mp1
1066
Yann Gautier2c962252022-07-08 15:55:14 +02001067 subsections:
1068 - title: STM32MP13
1069 scope: stm32mp13-fdts
1070
1071 - title: STM32MP15
1072 scope: stm32mp15-fdts
1073
Chris Kay82117d72021-12-01 16:34:55 +00001074 - title: PIE
1075 scope: pie
1076
1077 - title: Security
1078 scope: security
1079
1080 - title: SDEI
1081 scope: sdei
1082
1083 - title: TBBR
1084 scope: tbbr
1085
1086 - title: NXP
1087
1088 subsections:
1089 - title: OCRAM
1090 scope: nxp-ocram
1091
1092 deprecated:
1093 - nxp/common/ocram
1094
1095 - title: PSCI
1096 scope: nxp-psci
1097
1098 deprecated:
1099 - plat/nxp/common/psci
1100
1101 - title: Documentation
1102 scope: docs
1103
1104 deprecated:
1105 - doc
1106
1107 subsections:
1108 - title: Changelog
1109 scope: changelog
1110
1111 - title: Commit Style
1112 scope: commit-style
1113
1114 - title: Contribution Guidelines
1115 scope: contributing
1116
1117 deprecated:
1118 - contribution-guidelines
1119 - docs-contributing.rst
1120
1121 - title: Maintainers
1122 scope: maintainers
1123
1124 - title: Prerequisites
1125 scope: prerequisites
1126
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001127 - title: Threat Model
1128 scope: threat-model
1129
Chris Kay82117d72021-12-01 16:34:55 +00001130 - title: Build System
1131 scope: build
1132
1133 deprecated:
1134 - makefile
1135 - Makefile
1136
1137 subsections:
1138 - title: Git Hooks
1139 scope: hooks
1140
1141 - title: Tools
1142
1143 subsections:
1144 - title: STM32 Image
1145 scope: stm32image
1146
1147 deprecated:
1148 - tools/stm32image
1149
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001150 - title: NXP Tools
1151 scope: nxp-tools
1152
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001153 - title: Firmware Image Package Tool
1154 scope: fiptool
1155
1156 - title: Secure Partition Tool
1157 scope: sptool
1158
1159 - title: Certificate Creation Tool
1160 scope: cert-create
1161
Chris Kay82117d72021-12-01 16:34:55 +00001162 - title: Dependencies
1163 scope: deps
1164
1165 subsections:
1166 - title: checkpatch
1167 scope: checkpatch
1168
1169 - title: commitlint
1170 scope: commitlint
1171
1172 - title: libfdt
1173 scope: libfdt
1174
1175 - title: Node Package Manager (NPM)
1176 scope: npm