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