blob: e2184e461a87fceb4816a50ee2d3af0911bba152 [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
Chris Kay82117d72021-12-01 16:34:55 +0000119 - title: Platforms
120
121 subsections:
122 - title: Allwinner
123 scope: allwinner
124
125 deprecated:
126 - plat/allwinner
127
128 - title: Arm
129 scope: arm
130
131 deprecated:
132 - plat/arm
133
134 subsections:
135 - title: FPGA
136 scope: fpga
137
138 deprecated:
139 - arm_fgpa
140 - arm_fpga
141 - plat/arm_fpga
142
143 - title: FVP
144 scope: fvp
145
146 deprecated:
147 - plat/fvp
148
149 - title: FVP-R
150 scope: fvp-r
151
152 deprecated:
153 - fvp_r
154
155 - title: Juno
156 scope: juno
157
158 - title: Morello
159 scope: morello
160
161 - title: RD
162 scope: rd
163
164 subsections:
165 - title: RD-N2
166 scope: rdn2
167
168 deprecated:
169 - board/rdn2
170
171 - title: SGI
172 scope: sgi
173
174 deprecated:
175 - plat/sgi
176 - plat/arm/sgi
177
178 - title: TC
179 scope: tc
180
181 subsections:
182 - title: TC0
183 scope: tc0
184
185 deprecated:
186 - plat/tc0
187
Sieu Mun Tang9f3a13c2022-02-22 14:14:26 +0800188 - title: Intel
189 scope: intel
190
191 subsections:
192 - title: SoC
193 scope: soc
194
Chris Kay82117d72021-12-01 16:34:55 +0000195 - title: Marvell
196 scope: marvell
197
198 deprecated:
199 - plat/marvell
200
201 subsections:
202 - title: Armada
203 scope: armada
204
205 deprecated:
206 - plat/marvell/armada
207
208 subsections:
209 - title: A3K
210 scope: a3k
211
212 deprecated:
213 - plat/marvell/a3k
214
215 - title: A8K
216 scope: a8k
217
218 deprecated:
219 - plat/marvell/a8k
220
221 - title: MediaTek
222 scope: mediatek
223
224 deprecated:
225 - plat/mediatek/common
226 - plat/mediatek
227
228 subsections:
229 - title: MT8183
230 scope: mt8183
231
232 deprecated:
233 - plat/mediatek/mt8183
234
235 - title: MT8192
236 scope: mt8192
237
238 deprecated:
239 - plat/mdeiatek/mt8192
240
241 - title: MT8195
242 scope: mt8195
243
244 deprecated:
245 - plat/mediatek/me8195
246 - plat/mediatek/mt8195
247 - plat/mdeiatek/mt8195
248
249 - title: NVIDIA
250 scope: nvidia
251
252 subsections:
253 - title: Tegra
254 scope: tegra
255
256 deprecated:
257 - plat/tegra
258
259 subsections:
260 - title: Tegra 132
261 scope: tegra132
262
263 - title: NXP
264 scope: nxp
265
266 deprecated:
267 - plat/nxp
268 - plat/nxp/common
269
270 subsections:
271 - title: i.MX
272 scope: imx
273
274 deprecated:
275 - plat/imx
276 - plat/imx/imx
277
278 subsections:
279 - title: i.MX 8M
280 scope: imx8m
281
282 deprecated:
283 - plat/imx8m
284 - plat/imx/imx8m
285
286 subsections:
287 - title: i.MX 8M Mini
288 scope: imx8mm
289
290 deprecated:
291 - plat/imx/imx8m/imx8mm
292
293 - title: i.MX 8M Plus
294 scope: imx8mp
295
296 deprecated:
297 - plat/imx/imx8m/imx8mp
298
299 - title: Layerscape
300 scope: layerscape
301
302 deprecated:
303 - docs/nxp/layerscape
304
305 subsections:
306 - title: LS1028A
307 scope: ls1028a
308
309 deprecated:
310 - plat/nxp/ls1028a
311
312 subsections:
313 - title: LS1028ARDB
314 scope: ls1028ardb
315
316 deprecated:
317 - plat/nxp/ls1028ardb
318
319 - title: LX2
320 scope: lx2
321
322 deprecated:
323 - plat/nxp/lx2
324
325 subsections:
326 - title: LX216
327 scope: lx216
328
329 deprecated:
330 - plat/nxp/lx216x
331
332 subsections:
333 - title: LX2160
334 scope: lx2160
335
336 deprecated:
337 - plat/soc-lx2160
338
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800339 - title: LS1046A
340 scope: ls1046a
341
342 subsections:
343 - title: LS1046ARDB
344 scope: ls1046ardb
345
346 - title: LS1046AFRWY
347 scope: ls1046afrwy
348
349 - title: LS1046AQDS
350 scope: ls1046aqds
351
Jiafei Pan290bf6f2022-02-24 16:00:35 +0800352 - title: LS1088A
353 scope: ls1088a
354
355 subsections:
356 - title: LS1088ARDB
357 scope: ls1088ardb
358
359 - title: LS1088AQDS
360 scope: ls1088aqds
361
Chris Kay82117d72021-12-01 16:34:55 +0000362 - title: QEMU
363 scope: qemu
364
365 deprecated:
366 - plat/qemu
367
368 - title: QTI
369 scope: qti
370
371 subsections:
372 - title: SC1780
373 scope: sc7180
374
375 deprecated:
376 - plat/qti/sc7180
377
378 - title: SC7280
379 scope: sc7280
380
381 deprecated:
382 - plat/qti/sc7280
383
Stephan Gerholdd0d0bf42021-12-01 20:00:00 +0100384 - title: MSM8916
385 scope: msm8916
386
Chris Kay82117d72021-12-01 16:34:55 +0000387 - title: Raspberry Pi
388 scope: rpi
389
390 subsections:
391 - title: Raspberry Pi 4
392 scope: rpi4
393
394 - title: Renesas
395 scope: renesas
396
397 subsections:
398 - title: R-Car
399 scope: rcar
400
401 deprecated:
402 - plat/rcar
403
404 subsections:
405 - title: R-Car 3
406 scope: rcar3
407
408 deprecated:
409 - plat/rcar3
410
411 - title: Rockchip
412 scope: rockchip
413
414 subsections:
415 - title: RK3399
416 scope: rk3399
417
418 deprecated:
419 - rockchip/rk3399
420 - rk3399/suspend
421
422 - title: Socionext
423 scope: socionext
424
425 subsections:
426 - title: Synquacer
427 scope: synquacer
428
429 deprecated:
430 - plat/synquacer
431
432 - title: ST
433 scope: st
434
435 deprecated:
436 - plat/st
437
438 subsections:
439 - title: ST32MP1
440 scope: stm32mp1
441
442 deprecated:
443 - plat/st/stm32mp1
444
Dave Gerlach74c19f92022-03-22 11:02:52 -0500445 - title: Texas Instruments
446 scope: ti
447
448 subsections:
449 - title: K3
450 scope: k3
451
Chris Kay82117d72021-12-01 16:34:55 +0000452 - title: Xilinx
453 scope: xilinx
454
455 deprecated:
456 - plat/xilinx
457
458 subsections:
459 - title: Versal
460 scope: versal
461
462 deprecated:
463 - plat/xilinx/versal/include
464 - plat/xilinx/versal
465 - plat/versal
466
467 - title: ZynqMP
468 scope: zynqmp
469
470 deprecated:
471 - plat/zynqmp
472 - plat/xilinx/zynqmp
473
474 - title: Bootloader Images
475 scope: bl
476
477 deprecated:
478 - bl_common
479
480 subsections:
481 - title: BL1
482 scope: bl1
483
484 - title: BL2
485 scope: bl2
486
487 - title: Services
488 scope: services
489
490 subsections:
491 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000492 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000493
494 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000495 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000496
497 - title: RME
498 scope: rme
499
500 - title: SPM
501 scope: spm
502
503 deprecated:
504 - spmc
505 - spmd
506 - SPMD
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000507
508 - title: SPM MM
509 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000510
511 - title: Libraries
512
513 subsections:
514 - title: CPU Support
515 scope: cpus
516
517 deprecated:
518 - cpu
519 - errata
520 - errata_report
521
522 - title: EL3 Runtime
523 scope: el3-runtime
524
525 deprecated:
526 - el3_runtime
527
528 - title: FCONF
529 scope: fconf
530
531 - title: MPMM
532 scope: mpmm
533
534 - title: OP-TEE
535 scope: optee
536
537 deprecated:
538 - lib/optee
539
540 - title: PSCI
541 scope: psci
542
543 - title: GPT
544 scope: gpt
545
546 deprecated:
547 - gpt_rme
548
549 - title: SMCCC
550 scope: smccc
551
552 - title: Translation Tables
553 scope: xlat
554
555 - title: Drivers
556
557 subsections:
558 - title: Authentication
559 scope: auth
560
561 deprecated:
562 - driver/auth
563
564 subsections:
565 - title: CryptoCell-713
566 scope: cc-713
567
568 - title: FWU
569 scope: fwu
570
571 deprecated:
572 - fwu_metadata
573
574 - title: I/O
575 scope: io
576
577 subsections:
578 - title: MTD
579 scope: mtd
580
581 deprecated:
582 - io_mtd
583
584 - title: Measured Boot
585 scope: measured-boot
586
587 deprecated:
588 - measured boot
589 - measured_boot
590
591 - title: MMC
592 scope: mmc
593
594 deprecated:
595 - drivers/mmc
596
597 - title: MTD
598 scope: mtd
599
600 deprecated:
601 - drivers/mtd
602
603 subsections:
604 - title: NAND
605 scope: nand
606
607 subsections:
608 - title: SPI NAND
609 scope: spi-nand
610
611 deprecated:
612 - spi_nand
613
Sughosh Ganu540e0322022-01-19 11:31:20 +0530614 - title: Partition
615 scope: partition
616
Chris Kay82117d72021-12-01 16:34:55 +0000617 - title: SCMI
618 scope: scmi
619
620 deprecated:
621 - scmi_common
622 - drivers/scmi-msg
623
624 - title: UFS
625 scope: ufs
626
627 - title: Arm
628 scope: arm-drivers
629
630 subsections:
631 - title: Ethos-N
632 scope: ethos-n
633
634 deprecated:
635 - drivers/arm/ethosn
636
637 - title: GIC
638 scope: gic
639
640 subsections:
641 - title: GICv3
642 scope: gicv3
643
644 subsections:
645 - title: GIC-600AE
646 scope: gic600ae
647
Manish V Badarkhebcaeb672022-03-24 18:23:37 +0000648 - title: SMMU
649 scope: smmu
650
Chris Kay82117d72021-12-01 16:34:55 +0000651 - title: TZC
652 scope: tzc
653
654 subsections:
655 - title: TZC-400
656 scope: tzc400
657
658 deprecated:
659 - drivers/tzc400
660
661 - title: Marvell
662 scope: marvell-drivers
663
664 subsections:
665 - title: COMPHY
666 scope: marvell-comphy
667
668 deprecated:
669 - drivers/marvell/comphy
670
671 subsections:
672 - title: Armada 3700
673 scope: marvell-comphy-3700
674
675 deprecated:
676 - drivers/marvell/comphy-3700
677
678 - title: CP110
679 scope: marvell-comphy-cp110
680
681 deprecated:
682 - drivers/marvell/comphy-cp110
683
684 - title: UART
685 scope: marvell-uart
686
687 deprecated:
688 - plat/marvell/uart
689
690 - title: Armada
691 scope: armada-drivers
692
693 subsections:
694 - title: A3K
695 scope: a3k-drivers
696
697 subsections:
698 - title: A3720
699 scope: a3720-uart
700
701 deprecated:
702 - plat/marvell/a3720/uart
703
704 - title: MediaTek
705 scope: mediatek-drivers
706
707 subsections:
708 - title: APU
709 scope: mediatek-apu
710
711 deprecated:
712 - plat/mediatek/apu
713
714 - title: EMI MPU
715 scope: mediatek-emi-mpu
716
717 deprecated:
718 - plat/mediatek/mpu
719
720 - title: PMIC Wrapper
721 scope: mediatek-pmic-wrapper
722
723 deprecated:
724 - plat/mediatek/pmic_wrap
725
726 - title: MT8192
727 scope: mt8192-drivers
728
729 subsections:
730 - title: SPM
731 scope: mt8192-spm
732
733 deprecated:
734 - mediatek/mt8192/spm
735
736 - title: NXP
737 scope: nxp-drivers
738
739 subsections:
740 - title: DCFG
741 scope: nxp-dcfg
742
743 deprecated:
744 - driver/nxp/dcfg
745
746 - title: FLEXSPI
747 scope: flexspi
748
749 deprecated:
750 - include/drivers/flexspi
751 - driver/nxp/xspi
752
753 - title: SCFG
754 scope: nxp-scfg
755
756 deprecated:
757 - nxp/scfg
758
759 - title: SFP
760 scope: nxp-sfp
761
762 deprecated:
763 - drivers/nxp/sfp
764
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800765 - title: QSPI
766 scope: nxp-qspi
767
Jiafei Pan94450412022-02-18 12:02:04 +0800768 - title: NXP Crypto
769 scope: nxp-crypto
770
Jiafei Panfa3f7612022-02-22 11:05:00 +0800771 - title: DDR
772 scope: nxp-ddr
773
774 - title: GIC
775 scope: nxp-gic
776
Chris Kay82117d72021-12-01 16:34:55 +0000777 - title: Renesas
778 scope: renesas-drivers
779
780 subsections:
781 - title: R-Car3
782 scope: rcar3-drivers
783
784 deprecated:
785 - drivers/rcar3
786
787 - title: ST
788 scope: st-drivers
789
790 deprecated:
791 - drivers/st
792
793 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +0100794 - title: BSEC
795 scope: st-bsec
796
Chris Kay82117d72021-12-01 16:34:55 +0000797 - title: Clock
798 scope: st-clock
799
800 deprecated:
801 - stm32mp_clk
802 - drivers/st/clk
803 - stm32mp1_clk
804
Yann Gautier9f359fd2022-01-27 09:25:47 +0100805 - title: Crypto
806 scope: st-crypto
807
808 - title: DDR
809 scope: st-ddr
810
Chris Kay82117d72021-12-01 16:34:55 +0000811 - title: I/O
812 scope: st-io-drivers
813
814 subsections:
815 - title: STM32 Image
816 scope: st-io-stm32image
817
818 deprecated:
819 - io-stm32image
820 - io_stm32image
821
822 - title: fiptool
823 scope: fiptool
824
Yann Gautier9f359fd2022-01-27 09:25:47 +0100825 - title: I2C
826 scope: st-i2c
827
828 - title: FMC
829 scope: st-fmc
830
831 - title: GPIO
832 scope: st-gpio
833
Chris Kay82117d72021-12-01 16:34:55 +0000834 - title: SDMMC2
835 scope: st-sdmmc2
836
837 deprecated:
838 - stm32_sdmmc2
839
840 - title: ST PMIC
841 scope: st-pmic
842
843 deprecated:
844 - drivers/st/pmic
845
846 - title: STPMIC1
847 scope: stpmic1
848
Yann Gautier9f359fd2022-01-27 09:25:47 +0100849 - title: Regulator
850 scope: st-regulator
851
852 - title: Reset
853 scope: st-reset
854
855 - title: SPI
856 scope: st-spi
857
Chris Kay82117d72021-12-01 16:34:55 +0000858 - title: UART
859 scope: st-uart
860
861 subsections:
862 - title: STM32 Console
863 scope: stm32-console
864
865 deprecated:
866 - stm32_console
867
868 - title: USB
869 scope: st-usb
870
871 deprecated:
872 - drivers/st/usb
873
Yann Gautier9f359fd2022-01-27 09:25:47 +0100874 - title: Watchdog
875 scope: st-iwdg
876
Chris Kay82117d72021-12-01 16:34:55 +0000877 - title: USB
878 scope: usb
879
880 deprecated:
881 - drivers/usb
882
883 - title: Miscellaneous
884
885 subsections:
886 - title: AArch64
887 scope: aarch64
888
889 - title: Debug
890 scope: debug
891
892 deprecated:
893 - common/debug
894
895 - title: CRC32
896 scope: crc32
897
898 subsections:
899 - title: Hardware CRC32
900 scope: hw-crc32
901
902 deprecated:
903 - hw_crc
904 - hw_crc32
905
906 - title: Software CRC32
907 scope: sw-crc32
908
909 deprecated:
910 - sw_crc32
911
912 - title: DT Bindings
913 scope: dt-bindings
914
915 - title: FDT Wrappers
916 scope: fdt-wrappers
917
918 - title: FDTs
919 scope: fdts
920
921 deprecated:
922 - fdt
923
924 subsections:
925 - title: Morello
926 scope: morello-fdts
927
928 deprecated:
929 - fdts/morello
930
931 - title: STM32MP1
932 scope: stm32mp1-fdts
933
934 deprecated:
935 - fdts stm32mp1
936
937 - title: PIE
938 scope: pie
939
940 - title: Security
941 scope: security
942
943 - title: SDEI
944 scope: sdei
945
946 - title: TBBR
947 scope: tbbr
948
949 - title: NXP
950
951 subsections:
952 - title: OCRAM
953 scope: nxp-ocram
954
955 deprecated:
956 - nxp/common/ocram
957
958 - title: PSCI
959 scope: nxp-psci
960
961 deprecated:
962 - plat/nxp/common/psci
963
964 - title: Documentation
965 scope: docs
966
967 deprecated:
968 - doc
969
970 subsections:
971 - title: Changelog
972 scope: changelog
973
974 - title: Commit Style
975 scope: commit-style
976
977 - title: Contribution Guidelines
978 scope: contributing
979
980 deprecated:
981 - contribution-guidelines
982 - docs-contributing.rst
983
984 - title: Maintainers
985 scope: maintainers
986
987 - title: Prerequisites
988 scope: prerequisites
989
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +0200990 - title: Threat Model
991 scope: threat-model
992
Chris Kay82117d72021-12-01 16:34:55 +0000993 - title: Build System
994 scope: build
995
996 deprecated:
997 - makefile
998 - Makefile
999
1000 subsections:
1001 - title: Git Hooks
1002 scope: hooks
1003
1004 - title: Tools
1005
1006 subsections:
1007 - title: STM32 Image
1008 scope: stm32image
1009
1010 deprecated:
1011 - tools/stm32image
1012
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001013 - title: NXP Tools
1014 scope: nxp-tools
1015
Chris Kay82117d72021-12-01 16:34:55 +00001016 - title: Dependencies
1017 scope: deps
1018
1019 subsections:
1020 - title: checkpatch
1021 scope: checkpatch
1022
1023 - title: commitlint
1024 scope: commitlint
1025
1026 - title: libfdt
1027 scope: libfdt
1028
1029 - title: Node Package Manager (NPM)
1030 scope: npm