blob: dd6002088a9301d31af4e8f34588a3858f29e9a7 [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:
488 - title: ST32MP1
489 scope: stm32mp1
490
491 deprecated:
492 - plat/st/stm32mp1
493
Dave Gerlach74c19f92022-03-22 11:02:52 -0500494 - title: Texas Instruments
495 scope: ti
496
497 subsections:
498 - title: K3
499 scope: k3
500
Chris Kay82117d72021-12-01 16:34:55 +0000501 - title: Xilinx
502 scope: xilinx
503
504 deprecated:
505 - plat/xilinx
506
507 subsections:
508 - title: Versal
509 scope: versal
510
511 deprecated:
512 - plat/xilinx/versal/include
513 - plat/xilinx/versal
514 - plat/versal
515
516 - title: ZynqMP
517 scope: zynqmp
518
519 deprecated:
520 - plat/zynqmp
521 - plat/xilinx/zynqmp
522
523 - title: Bootloader Images
524 scope: bl
525
526 deprecated:
527 - bl_common
528
529 subsections:
530 - title: BL1
531 scope: bl1
532
533 - title: BL2
534 scope: bl2
535
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100536 - title: BL31
537 scope: bl31
538
Chris Kay82117d72021-12-01 16:34:55 +0000539 - title: Services
540 scope: services
541
542 subsections:
543 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000544 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000545
546 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000547 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000548
549 - title: RME
550 scope: rme
551
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100552 subsections:
553 - title: TRP
554 scope: trp
555
Chris Kay82117d72021-12-01 16:34:55 +0000556 - title: SPM
557 scope: spm
558
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100559 subsections:
560 - title: EL3 SPMC
561 scope: el3-spmc
562
563 - title: SPMD
564 scope: spmd
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000565
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100566 - title: SPM MM
567 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000568
569 - title: Libraries
570
571 subsections:
572 - title: CPU Support
573 scope: cpus
574
575 deprecated:
576 - cpu
577 - errata
578 - errata_report
579
580 - title: EL3 Runtime
581 scope: el3-runtime
582
583 deprecated:
584 - el3_runtime
585
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100586 subsections:
587 - title: Context Management
588 scope: cm
589
Chris Kay82117d72021-12-01 16:34:55 +0000590 - title: FCONF
591 scope: fconf
592
593 - title: MPMM
594 scope: mpmm
595
596 - title: OP-TEE
597 scope: optee
598
599 deprecated:
600 - lib/optee
601
602 - title: PSCI
603 scope: psci
604
605 - title: GPT
606 scope: gpt
607
608 deprecated:
609 - gpt_rme
610
611 - title: SMCCC
612 scope: smccc
613
614 - title: Translation Tables
615 scope: xlat
616
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100617 - title: C Standard Library
618 scope: libc
619
620 - title: Locks
621 scope: locks
622
623 - title: PSA
624 scope: psa
625
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500626 - title: Context Management
627 scope: context mgmt
628
Chris Kay82117d72021-12-01 16:34:55 +0000629 - title: Drivers
630
631 subsections:
632 - title: Authentication
633 scope: auth
634
635 deprecated:
636 - driver/auth
637
638 subsections:
639 - title: CryptoCell-713
640 scope: cc-713
641
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100642 - title: Generic Clock
643 scope: clk
644
Chris Kay82117d72021-12-01 16:34:55 +0000645 - title: FWU
646 scope: fwu
647
648 deprecated:
649 - fwu_metadata
650
651 - title: I/O
652 scope: io
653
654 subsections:
655 - title: MTD
656 scope: mtd
657
658 deprecated:
659 - io_mtd
660
661 - title: Measured Boot
662 scope: measured-boot
663
664 deprecated:
665 - measured boot
666 - measured_boot
667
668 - title: MMC
669 scope: mmc
670
671 deprecated:
672 - drivers/mmc
673
674 - title: MTD
675 scope: mtd
676
677 deprecated:
678 - drivers/mtd
679
680 subsections:
681 - title: NAND
682 scope: nand
683
684 subsections:
685 - title: SPI NAND
686 scope: spi-nand
687
688 deprecated:
689 - spi_nand
690
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100691 - title: GUID Partition Tables Support
692 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530693
Chris Kay82117d72021-12-01 16:34:55 +0000694 - title: SCMI
695 scope: scmi
696
697 deprecated:
698 - scmi_common
699 - drivers/scmi-msg
700
701 - title: UFS
702 scope: ufs
703
704 - title: Arm
705 scope: arm-drivers
706
707 subsections:
708 - title: Ethos-N
709 scope: ethos-n
710
711 deprecated:
712 - drivers/arm/ethosn
713
714 - title: GIC
715 scope: gic
716
717 subsections:
718 - title: GICv3
719 scope: gicv3
720
721 subsections:
722 - title: GIC-600AE
723 scope: gic600ae
724
Manish V Badarkhebcaeb672022-03-24 18:23:37 +0000725 - title: SMMU
726 scope: smmu
727
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100728 - title: MHU
729 scope: mhu
730
731 deprecated:
732 - drivers/arm/mhu
733
734 - title: RSS
735 scope: rss
736
737 deprecated:
738 - drivers/arm/rss
739
Chris Kay82117d72021-12-01 16:34:55 +0000740 - title: TZC
741 scope: tzc
742
743 subsections:
744 - title: TZC-400
745 scope: tzc400
746
747 deprecated:
748 - drivers/tzc400
749
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100750 - title: TZC-380
751 scope: tzc380
752
753 deprecated:
754 - drivers/tzc380
755
Chris Kay82117d72021-12-01 16:34:55 +0000756 - title: Marvell
757 scope: marvell-drivers
758
759 subsections:
760 - title: COMPHY
761 scope: marvell-comphy
762
763 deprecated:
764 - drivers/marvell/comphy
765
766 subsections:
767 - title: Armada 3700
768 scope: marvell-comphy-3700
769
770 deprecated:
771 - drivers/marvell/comphy-3700
772
773 - title: CP110
774 scope: marvell-comphy-cp110
775
776 deprecated:
777 - drivers/marvell/comphy-cp110
778
779 - title: UART
780 scope: marvell-uart
781
782 deprecated:
783 - plat/marvell/uart
784
785 - title: Armada
786 scope: armada-drivers
787
788 subsections:
789 - title: A3K
790 scope: a3k-drivers
791
792 subsections:
793 - title: A3720
794 scope: a3720-uart
795
796 deprecated:
797 - plat/marvell/a3720/uart
798
799 - title: MediaTek
800 scope: mediatek-drivers
801
802 subsections:
803 - title: APU
804 scope: mediatek-apu
805
806 deprecated:
807 - plat/mediatek/apu
808
809 - title: EMI MPU
810 scope: mediatek-emi-mpu
811
812 deprecated:
813 - plat/mediatek/mpu
814
815 - title: PMIC Wrapper
816 scope: mediatek-pmic-wrapper
817
818 deprecated:
819 - plat/mediatek/pmic_wrap
820
821 - title: MT8192
822 scope: mt8192-drivers
823
824 subsections:
825 - title: SPM
826 scope: mt8192-spm
827
828 deprecated:
829 - mediatek/mt8192/spm
830
831 - title: NXP
832 scope: nxp-drivers
833
834 subsections:
835 - title: DCFG
836 scope: nxp-dcfg
837
838 deprecated:
839 - driver/nxp/dcfg
840
841 - title: FLEXSPI
842 scope: flexspi
843
844 deprecated:
845 - include/drivers/flexspi
846 - driver/nxp/xspi
847
848 - title: SCFG
849 scope: nxp-scfg
850
851 deprecated:
852 - nxp/scfg
853
854 - title: SFP
855 scope: nxp-sfp
856
857 deprecated:
858 - drivers/nxp/sfp
859
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800860 - title: QSPI
861 scope: nxp-qspi
862
Jiafei Pan94450412022-02-18 12:02:04 +0800863 - title: NXP Crypto
864 scope: nxp-crypto
865
Jiafei Panfa3f7612022-02-22 11:05:00 +0800866 - title: DDR
867 scope: nxp-ddr
868
869 - title: GIC
870 scope: nxp-gic
871
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100872 - title: CSU
873 scope: nxp-csu
874
875 - title: IFC NAND
876 scope: nxp-ifc-nand
877
878 - title: IFC NOR
879 scope: nxp-ifc-nor
880
881 - title: TZC-380
882 scope: nxp-tzc380
883
Chris Kay82117d72021-12-01 16:34:55 +0000884 - title: Renesas
885 scope: renesas-drivers
886
887 subsections:
888 - title: R-Car3
889 scope: rcar3-drivers
890
891 deprecated:
892 - drivers/rcar3
893
894 - title: ST
895 scope: st-drivers
896
897 deprecated:
898 - drivers/st
899
900 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +0100901 - title: BSEC
902 scope: st-bsec
903
Chris Kay82117d72021-12-01 16:34:55 +0000904 - title: Clock
905 scope: st-clock
906
907 deprecated:
908 - stm32mp_clk
909 - drivers/st/clk
910 - stm32mp1_clk
911
Yann Gautier9f359fd2022-01-27 09:25:47 +0100912 - title: Crypto
913 scope: st-crypto
914
915 - title: DDR
916 scope: st-ddr
917
Chris Kay82117d72021-12-01 16:34:55 +0000918 - title: I/O
919 scope: st-io-drivers
920
921 subsections:
922 - title: STM32 Image
923 scope: st-io-stm32image
924
925 deprecated:
926 - io-stm32image
927 - io_stm32image
928
Yann Gautier9f359fd2022-01-27 09:25:47 +0100929 - title: I2C
930 scope: st-i2c
931
932 - title: FMC
933 scope: st-fmc
934
935 - title: GPIO
936 scope: st-gpio
937
Chris Kay82117d72021-12-01 16:34:55 +0000938 - title: SDMMC2
939 scope: st-sdmmc2
940
941 deprecated:
942 - stm32_sdmmc2
943
944 - title: ST PMIC
945 scope: st-pmic
946
947 deprecated:
948 - drivers/st/pmic
949
950 - title: STPMIC1
951 scope: stpmic1
952
Yann Gautier9f359fd2022-01-27 09:25:47 +0100953 - title: Regulator
954 scope: st-regulator
955
956 - title: Reset
957 scope: st-reset
958
959 - title: SPI
960 scope: st-spi
961
Chris Kay82117d72021-12-01 16:34:55 +0000962 - title: UART
963 scope: st-uart
964
965 subsections:
966 - title: STM32 Console
967 scope: stm32-console
968
969 deprecated:
970 - stm32_console
971
972 - title: USB
973 scope: st-usb
974
975 deprecated:
976 - drivers/st/usb
977
Yann Gautier9f359fd2022-01-27 09:25:47 +0100978 - title: Watchdog
979 scope: st-iwdg
980
Chris Kay82117d72021-12-01 16:34:55 +0000981 - title: USB
982 scope: usb
983
984 deprecated:
985 - drivers/usb
986
987 - title: Miscellaneous
988
989 subsections:
990 - title: AArch64
991 scope: aarch64
992
993 - title: Debug
994 scope: debug
995
996 deprecated:
997 - common/debug
998
999 - title: CRC32
1000 scope: crc32
1001
1002 subsections:
1003 - title: Hardware CRC32
1004 scope: hw-crc32
1005
1006 deprecated:
1007 - hw_crc
1008 - hw_crc32
1009
1010 - title: Software CRC32
1011 scope: sw-crc32
1012
1013 deprecated:
1014 - sw_crc32
1015
1016 - title: DT Bindings
1017 scope: dt-bindings
1018
1019 - title: FDT Wrappers
1020 scope: fdt-wrappers
1021
1022 - title: FDTs
1023 scope: fdts
1024
1025 deprecated:
1026 - fdt
1027
1028 subsections:
1029 - title: Morello
1030 scope: morello-fdts
1031
1032 deprecated:
1033 - fdts/morello
1034
1035 - title: STM32MP1
1036 scope: stm32mp1-fdts
1037
1038 deprecated:
1039 - fdts stm32mp1
1040
1041 - title: PIE
1042 scope: pie
1043
1044 - title: Security
1045 scope: security
1046
1047 - title: SDEI
1048 scope: sdei
1049
1050 - title: TBBR
1051 scope: tbbr
1052
1053 - title: NXP
1054
1055 subsections:
1056 - title: OCRAM
1057 scope: nxp-ocram
1058
1059 deprecated:
1060 - nxp/common/ocram
1061
1062 - title: PSCI
1063 scope: nxp-psci
1064
1065 deprecated:
1066 - plat/nxp/common/psci
1067
1068 - title: Documentation
1069 scope: docs
1070
1071 deprecated:
1072 - doc
1073
1074 subsections:
1075 - title: Changelog
1076 scope: changelog
1077
1078 - title: Commit Style
1079 scope: commit-style
1080
1081 - title: Contribution Guidelines
1082 scope: contributing
1083
1084 deprecated:
1085 - contribution-guidelines
1086 - docs-contributing.rst
1087
1088 - title: Maintainers
1089 scope: maintainers
1090
1091 - title: Prerequisites
1092 scope: prerequisites
1093
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001094 - title: Threat Model
1095 scope: threat-model
1096
Chris Kay82117d72021-12-01 16:34:55 +00001097 - title: Build System
1098 scope: build
1099
1100 deprecated:
1101 - makefile
1102 - Makefile
1103
1104 subsections:
1105 - title: Git Hooks
1106 scope: hooks
1107
1108 - title: Tools
1109
1110 subsections:
1111 - title: STM32 Image
1112 scope: stm32image
1113
1114 deprecated:
1115 - tools/stm32image
1116
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001117 - title: NXP Tools
1118 scope: nxp-tools
1119
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001120 - title: Firmware Image Package Tool
1121 scope: fiptool
1122
1123 - title: Secure Partition Tool
1124 scope: sptool
1125
1126 - title: Certificate Creation Tool
1127 scope: cert-create
1128
Chris Kay82117d72021-12-01 16:34:55 +00001129 - title: Dependencies
1130 scope: deps
1131
1132 subsections:
1133 - title: checkpatch
1134 scope: checkpatch
1135
1136 - title: commitlint
1137 scope: commitlint
1138
1139 - title: libfdt
1140 scope: libfdt
1141
1142 - title: Node Package Manager (NPM)
1143 scope: npm