blob: 433346427e82937c3d7fcb21499eea537e97b7db [file] [log] [blame]
Chris Kayf64c5582021-12-01 16:34:55 +00001#
Yann Gautier30f65b12023-10-04 09:20:55 +02002# Copyright (c) 2021-2023, Arm Limited. All rights reserved.
Chris Kayf64c5582021-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
Chris Kayf64c5582021-12-01 16:34:55 +000027
28 - title: Continuous Integration
29 description: Changes to our CI configuration files and scripts
30 type: ci
Chris Kayf64c5582021-12-01 16:34:55 +000031
Chris Kay833b4ff2022-09-29 16:42:23 +010032 - title: Documentation
Chris Kayf64c5582021-12-01 16:34:55 +000033 description: Documentation-only changes
34 type: docs
Chris Kayf64c5582021-12-01 16:34:55 +000035
36 - title: Performance Improvements
37 description: A code change that improves performance
38 type: perf
Chris Kayf64c5582021-12-01 16:34:55 +000039
40 - title: Code Refactoring
41 description: A code change that neither fixes a bug nor adds a feature
42 type: refactor
Chris Kayf64c5582021-12-01 16:34:55 +000043
44 - title: Reverted Changes
45 description: Changes that revert a previous change
46 type: revert
Chris Kayf64c5582021-12-01 16:34:55 +000047
48 - title: Style
49 description: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)
50 type: style
Chris Kayf64c5582021-12-01 16:34:55 +000051
52 - title: Tests
53 description: Adding missing tests or correcting existing tests
54 type: test
Chris Kayf64c5582021-12-01 16:34:55 +000055
56 - title: Miscellaneous
57 description: Any other change
58 type: chore
Chris Kayf64c5582021-12-01 16:34:55 +000059
60#
61# The following block describes the sub-sections of the changelog. These sub-sections may appear in
62# any of the top-level sections, and describe the individual components that a change may relate to.
63#
64# Sub-sections have an optional associated commit message "scope":
65#
66# feat(xyz): add the xyz feature
67# ^^^
68#
69# This file also describes deprecated scopes, which are scopes that were used before we introduced
70# scope enforcement. These will not pass CI checks when used, but they will be used to generate the
71# changelog.
72#
73# Please note that new scopes should be kebab-case: https://en.wiktionary.org/wiki/kebab_case
74#
75
76subsections:
77 - title: Architecture
78
79 subsections:
80 - title: Activity Monitors Extension (FEAT_AMU)
81 scope: amu
82
laurenw-arm21cd0662022-11-01 14:45:33 -050083 - title: Branch Record Buffer Extension (FEAT_BRBE)
84 scope: brbe
85
86 - title: Branch Target Identification Extension
87 scope: bti
88
laurenw-arm55ae7712022-06-01 13:45:39 -050089 - title: Confidential Compute Architecture (CCA)
90 scope: cca
91
laurenw-arm21cd0662022-11-01 14:45:33 -050092 - title: Extended Cache Index (FEAT_CCIDX)
93 scope: ccidx
94
Chris Kayf64c5582021-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
laurenw-arm21cd0662022-11-01 14:45:33 -0500101 - title: Memory Tagging Extension
102 scope: mte
103
104 - title: Pointer Authentication Extension
105 scope: pauth
106
107 - title: Performance Monitors Extension (FEAT_PMUv3)
108 scope: pmu
109
110 - title: Trapping support for RNDR/RNDRRS (FEAT_RNG_TRAP)
111 scope: rng-trap
112
Chris Kayf64c5582021-12-01 16:34:55 +0000113 - title: Scalable Matrix Extension (FEAT_SME)
114 scope: sme
115
laurenw-arm21cd0662022-11-01 14:45:33 -0500116 - title: Statistical profiling Extension (FEAT_SPE)
117 scope: spe
118
Chris Kayf64c5582021-12-01 16:34:55 +0000119 - title: Scalable Vector Extension (FEAT_SVE)
120 scope: sve
121
122 - title: System Register Trace Extensions (FEAT_ETMv4, FEAT_ETE and FEAT_ETEv1.1)
123 scope: sys-reg-trace
124
125 deprecated:
126 - sys_reg_trace
127
128 - title: Trace Buffer Extension (FEAT_TRBE)
129 scope: trbe
130
131 - title: Self-hosted Trace Extensions (FEAT_TRF)
132 scope: trf
133
134 - title: Platforms
135
136 subsections:
137 - title: Allwinner
138 scope: allwinner
139
140 deprecated:
141 - plat/allwinner
142
143 - title: Arm
144 scope: arm
145
146 deprecated:
147 - plat/arm
148
149 subsections:
laurenw-arm21cd0662022-11-01 14:45:33 -0500150 - title: CSS
151 scope: css
152
153 deprecated:
154 - plat/arm/css
155
Chris Kayf64c5582021-12-01 16:34:55 +0000156 - title: FPGA
157 scope: fpga
158
159 deprecated:
160 - arm_fgpa
161 - arm_fpga
162 - plat/arm_fpga
163
164 - title: FVP
165 scope: fvp
166
167 deprecated:
168 - plat/fvp
laurenw-arm21cd0662022-11-01 14:45:33 -0500169 - fvp/tsp_manifest
Chris Kayf64c5582021-12-01 16:34:55 +0000170
171 - title: FVP-R
172 scope: fvp-r
173
174 deprecated:
175 - fvp_r
176
laurenw-arm21cd0662022-11-01 14:45:33 -0500177 - title: FVP Versatile Express
178 scope: fvp_ve
179
Chris Kayf64c5582021-12-01 16:34:55 +0000180 - title: Juno
181 scope: juno
182
183 - title: Morello
184 scope: morello
185
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100186 - title: N1SDP
187 scope: n1sdp
188
Chris Kayf64c5582021-12-01 16:34:55 +0000189 - title: RD
190 scope: rd
191
192 subsections:
193 - title: RD-N2
194 scope: rdn2
195
196 deprecated:
197 - board/rdn2
198
199 - title: SGI
200 scope: sgi
201
202 deprecated:
203 - plat/sgi
204 - plat/arm/sgi
205
206 - title: TC
207 scope: tc
208
209 subsections:
210 - title: TC0
211 scope: tc0
212
213 deprecated:
214 - plat/tc0
215
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100216 - title: Corstone-1000
217 scope: corstone-1000
218
219 - title: Broadcom
220 scope: brcm
221
laurenw-arm21cd0662022-11-01 14:45:33 -0500222 - title: HiSilicon
223 scope: hisilicon
224
225 subsections:
226 - title: HiKey
227 scope: hikey
228
229 - title: HiKey960
230 scope: hikey960
231
Sieu Mun Tange5641372022-02-22 14:14:26 +0800232 - title: Intel
233 scope: intel
234
235 subsections:
236 - title: SoC
237 scope: soc
238
Chris Kayf64c5582021-12-01 16:34:55 +0000239 - title: Marvell
240 scope: marvell
241
242 deprecated:
243 - plat/marvell
244
245 subsections:
246 - title: Armada
247 scope: armada
248
249 deprecated:
250 - plat/marvell/armada
251
252 subsections:
253 - title: A3K
254 scope: a3k
255
256 deprecated:
257 - plat/marvell/a3k
258
259 - title: A8K
260 scope: a8k
261
262 deprecated:
263 - plat/marvell/a8k
264
265 - title: MediaTek
266 scope: mediatek
267
268 deprecated:
269 - plat/mediatek/common
270 - plat/mediatek
271
272 subsections:
273 - title: MT8183
274 scope: mt8183
275
276 deprecated:
277 - plat/mediatek/mt8183
278
laurenw-arm21cd0662022-11-01 14:45:33 -0500279 - title: MT8186
280 scope: mt8186
281
282 deprecated:
283 - plat/mediatek/mt8186
284 - mt8186-emi-mpu
285
286 - title: MT8188
287 scope: mt8188
288
Chris Kayf64c5582021-12-01 16:34:55 +0000289 - title: MT8192
290 scope: mt8192
291
292 deprecated:
293 - plat/mdeiatek/mt8192
294
295 - title: MT8195
296 scope: mt8195
297
298 deprecated:
299 - plat/mediatek/me8195
300 - plat/mediatek/mt8195
301 - plat/mdeiatek/mt8195
302
303 - title: NVIDIA
304 scope: nvidia
305
306 subsections:
307 - title: Tegra
308 scope: tegra
309
310 deprecated:
311 - plat/tegra
312
313 subsections:
314 - title: Tegra 132
315 scope: tegra132
316
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100317 - title: Tegra 194
318 scope: tegra194
319
Chris Kayf64c5582021-12-01 16:34:55 +0000320 - title: NXP
321 scope: nxp
322
323 deprecated:
324 - plat/nxp
325 - plat/nxp/common
326
327 subsections:
328 - title: i.MX
329 scope: imx
330
331 deprecated:
332 - plat/imx
333 - plat/imx/imx
334
335 subsections:
336 - title: i.MX 8M
337 scope: imx8m
338
339 deprecated:
340 - plat/imx8m
341 - plat/imx/imx8m
342
343 subsections:
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100344 - title: i.MX 8M Nano
345 scope: imx8mn
346
347 deprecated:
348 - plat/imx/imx8m/imx8mn
349
Chris Kayf64c5582021-12-01 16:34:55 +0000350 - title: i.MX 8M Mini
351 scope: imx8mm
352
353 deprecated:
354 - plat/imx/imx8m/imx8mm
355
356 - title: i.MX 8M Plus
357 scope: imx8mp
358
359 deprecated:
360 - plat/imx/imx8m/imx8mp
361
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100362 - title: i.MX 8Q
363 scope: imx8mq
364
365 deprecated:
366 - plat/imx/imx8m/imx8mq
367
Chris Kayf64c5582021-12-01 16:34:55 +0000368 - title: Layerscape
369 scope: layerscape
370
371 deprecated:
372 - docs/nxp/layerscape
373
374 subsections:
375 - title: LS1028A
376 scope: ls1028a
377
378 deprecated:
379 - plat/nxp/ls1028a
380
381 subsections:
382 - title: LS1028ARDB
383 scope: ls1028ardb
384
385 deprecated:
386 - plat/nxp/ls1028ardb
387
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100388 - title: LS1043A
389 scope: ls1043a
390
391 deprecated:
392 - plat/nxp/ls1043a
393
394 subsections:
395 - title: LS1043ARDB
396 scope: ls1043ardb
397
398 deprecated:
399 - plat/nxp/ls1043ardb
400
Chris Kayf64c5582021-12-01 16:34:55 +0000401 - title: LX2
402 scope: lx2
403
404 deprecated:
405 - plat/nxp/lx2
406
407 subsections:
408 - title: LX216
409 scope: lx216
410
411 deprecated:
412 - plat/nxp/lx216x
413
414 subsections:
415 - title: LX2160
416 scope: lx2160
417
418 deprecated:
419 - plat/soc-lx2160
420
Jiafei Pan1acfb982022-02-10 10:39:56 +0800421 - title: LS1046A
422 scope: ls1046a
423
424 subsections:
425 - title: LS1046ARDB
426 scope: ls1046ardb
427
428 - title: LS1046AFRWY
429 scope: ls1046afrwy
430
431 - title: LS1046AQDS
432 scope: ls1046aqds
433
Jiafei Panccb71e32022-02-24 16:00:35 +0800434 - title: LS1088A
435 scope: ls1088a
436
437 subsections:
438 - title: LS1088ARDB
439 scope: ls1088ardb
440
441 - title: LS1088AQDS
442 scope: ls1088aqds
443
Chris Kayf64c5582021-12-01 16:34:55 +0000444 - title: QEMU
445 scope: qemu
446
447 deprecated:
448 - plat/qemu
449
450 - title: QTI
451 scope: qti
452
laurenw-arm21cd0662022-11-01 14:45:33 -0500453 deprecated:
454 - plat/qti
455
Chris Kayf64c5582021-12-01 16:34:55 +0000456 subsections:
457 - title: SC1780
458 scope: sc7180
459
460 deprecated:
461 - plat/qti/sc7180
462
463 - title: SC7280
464 scope: sc7280
465
466 deprecated:
467 - plat/qti/sc7280
468
Stephan Gerholdfa145392021-12-01 20:00:00 +0100469 - title: MSM8916
470 scope: msm8916
471
Chris Kayf64c5582021-12-01 16:34:55 +0000472 - title: Raspberry Pi
473 scope: rpi
474
475 subsections:
laurenw-arm21cd0662022-11-01 14:45:33 -0500476 - title: Raspberry Pi 3
477 scope: rpi3
478
Chris Kayf64c5582021-12-01 16:34:55 +0000479 - title: Raspberry Pi 4
480 scope: rpi4
481
482 - title: Renesas
483 scope: renesas
484
485 subsections:
486 - title: R-Car
487 scope: rcar
488
489 deprecated:
490 - plat/rcar
491
492 subsections:
493 - title: R-Car 3
494 scope: rcar3
495
496 deprecated:
497 - plat/rcar3
498
499 - title: Rockchip
500 scope: rockchip
501
502 subsections:
503 - title: RK3399
504 scope: rk3399
505
506 deprecated:
507 - rockchip/rk3399
508 - rk3399/suspend
509
510 - title: Socionext
511 scope: socionext
512
513 subsections:
514 - title: Synquacer
515 scope: synquacer
516
517 deprecated:
518 - plat/synquacer
519
520 - title: ST
521 scope: st
522
523 deprecated:
524 - plat/st
525
526 subsections:
Yann Gautier96f58612022-06-01 18:17:43 +0200527 - title: STM32MP1
Chris Kayf64c5582021-12-01 16:34:55 +0000528 scope: stm32mp1
529
530 deprecated:
531 - plat/st/stm32mp1
532
Yann Gautier96f58612022-06-01 18:17:43 +0200533 subsections:
534 - title: STM32MP13
535 scope: stm32mp13
536
537 - title: STM32MP15
538 scope: stm32mp15
539
Dave Gerlach8ba55ec2022-03-22 11:02:52 -0500540 - title: Texas Instruments
541 scope: ti
542
543 subsections:
544 - title: K3
545 scope: k3
546
laurenw-arm21cd0662022-11-01 14:45:33 -0500547 deprecated:
548 - ti-k3
549
Chris Kayf64c5582021-12-01 16:34:55 +0000550 - title: Xilinx
551 scope: xilinx
552
553 deprecated:
554 - plat/xilinx
555
556 subsections:
557 - title: Versal
558 scope: versal
559
560 deprecated:
561 - plat/xilinx/versal/include
562 - plat/xilinx/versal
563 - plat/versal
564
laurenw-arm21cd0662022-11-01 14:45:33 -0500565 subsections:
566 - title: Versal NET
567 scope: versal-net
568
569 deprecated:
570 - versal_net
571
Chris Kayf64c5582021-12-01 16:34:55 +0000572 - title: ZynqMP
573 scope: zynqmp
574
575 deprecated:
576 - plat/zynqmp
577 - plat/xilinx/zynqmp
578
579 - title: Bootloader Images
580 scope: bl
581
582 deprecated:
583 - bl_common
584
585 subsections:
586 - title: BL1
587 scope: bl1
588
589 - title: BL2
590 scope: bl2
591
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100592 - title: BL31
593 scope: bl31
594
Shruti Gupta5b7bd2a2022-08-09 10:46:07 +0100595 - title: BL32
596 scope: bl32
597
598 subsections:
599 - title: TSP
600 scope: tsp
601
Chris Kayf64c5582021-12-01 16:34:55 +0000602 - title: Services
603 scope: services
604
605 subsections:
606 - title: FF-A
Daniel Boulby93a8ce02021-12-06 14:44:35 +0000607 scope: ff-a
Chris Kayf64c5582021-12-01 16:34:55 +0000608
609 deprecated:
Daniel Boulby93a8ce02021-12-06 14:44:35 +0000610 - ffa
Chris Kayf64c5582021-12-01 16:34:55 +0000611
612 - title: RME
613 scope: rme
614
laurenw-arm21cd0662022-11-01 14:45:33 -0500615 deprecated:
616 - rme/fid
617
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100618 subsections:
619 - title: TRP
620 scope: trp
621
Javier Almansa Sobrino8c980a42021-11-24 18:37:37 +0000622 - title: RMMD
623 scope: rmmd
624
Chris Kayf64c5582021-12-01 16:34:55 +0000625 - title: SPM
626 scope: spm
627
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100628 subsections:
629 - title: EL3 SPMC
630 scope: el3-spmc
Daniel Boulby93a8ce02021-12-06 14:44:35 +0000631
laurenw-arm21cd0662022-11-01 14:45:33 -0500632 deprecated:
633 - spmc
634
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100635 - title: SPMD
636 scope: spmd
637
638 - title: SPM MM
639 scope: spm-mm
Chris Kayf64c5582021-12-01 16:34:55 +0000640
Manish V Badarkhe7b224f12022-06-27 09:21:14 +0100641 - title: DRTM
642 scope: drtm
643
Jayanth Dodderi Chidanand0b22e592022-10-11 17:16:07 +0100644 - title: TRNG
645 scope: trng
646
Yann Gautier30f65b12023-10-04 09:20:55 +0200647 - title: ERRATA ABI
648 scope: errata-abi
649
650 deprecated:
651 - errata_abi
Sona Mathewbb9d6fa2022-11-18 18:05:38 -0600652
Chris Kayf64c5582021-12-01 16:34:55 +0000653 - title: Libraries
654
655 subsections:
656 - title: CPU Support
657 scope: cpus
658
659 deprecated:
660 - cpu
661 - errata
662 - errata_report
663
664 - title: EL3 Runtime
665 scope: el3-runtime
666
667 deprecated:
668 - el3_runtime
669
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100670 subsections:
671 - title: Context Management
672 scope: cm
673
laurenw-arm21cd0662022-11-01 14:45:33 -0500674 - title: RAS
675 scope: ras
676
Chris Kayf64c5582021-12-01 16:34:55 +0000677 - title: FCONF
678 scope: fconf
679
680 - title: MPMM
681 scope: mpmm
682
683 - title: OP-TEE
684 scope: optee
685
686 deprecated:
687 - lib/optee
688
689 - title: PSCI
690 scope: psci
691
692 - title: GPT
693 scope: gpt
694
695 deprecated:
696 - gpt_rme
697
698 - title: SMCCC
699 scope: smccc
700
701 - title: Translation Tables
702 scope: xlat
703
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100704 - title: C Standard Library
705 scope: libc
706
707 - title: Locks
708 scope: locks
709
710 - title: PSA
711 scope: psa
712
laurenw-arm21cd0662022-11-01 14:45:33 -0500713 deprecated:
714 - lib/psa
715
Zelalem Aweked20052f2022-04-04 17:42:48 -0500716 - title: Context Management
Chris Kay24687b72022-10-10 16:57:45 +0100717 scope: context-mgmt
718
719 deprecated:
720 - context mgmt
Zelalem Aweked20052f2022-04-04 17:42:48 -0500721
Manish V Badarkhe7c494382022-09-26 15:06:56 +0100722 - title: Semihosting
723 scope: semihosting
724
Chris Kayf64c5582021-12-01 16:34:55 +0000725 - title: Drivers
726
727 subsections:
728 - title: Authentication
729 scope: auth
730
731 deprecated:
732 - driver/auth
733
734 subsections:
735 - title: CryptoCell-713
736 scope: cc-713
737
Manish V Badarkhe9e0d2ba2022-09-22 21:41:55 +0100738 - title: Crypto
739 scope: crypto
740
741 - title: mbedTLS
742 scope: mbedtls
743
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100744 - title: Generic Clock
745 scope: clk
746
Chris Kayf64c5582021-12-01 16:34:55 +0000747 - title: FWU
748 scope: fwu
749
750 deprecated:
751 - fwu_metadata
752
753 - title: I/O
754 scope: io
755
756 subsections:
757 - title: MTD
758 scope: mtd
759
760 deprecated:
761 - io_mtd
762
763 - title: Measured Boot
764 scope: measured-boot
765
766 deprecated:
767 - measured boot
768 - measured_boot
769
770 - title: MMC
771 scope: mmc
772
773 deprecated:
774 - drivers/mmc
775
776 - title: MTD
777 scope: mtd
778
779 deprecated:
780 - drivers/mtd
781
782 subsections:
783 - title: NAND
784 scope: nand
785
786 subsections:
787 - title: SPI NAND
788 scope: spi-nand
789
790 deprecated:
791 - spi_nand
792
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100793 - title: GUID Partition Tables Support
794 scope: guid-partition
Sughosh Ganue1157ec2022-01-19 11:31:20 +0530795
Chris Kayf64c5582021-12-01 16:34:55 +0000796 - title: SCMI
797 scope: scmi
798
799 deprecated:
800 - scmi_common
801 - drivers/scmi-msg
laurenw-arm21cd0662022-11-01 14:45:33 -0500802 - scmi-msg
Chris Kayf64c5582021-12-01 16:34:55 +0000803
804 - title: UFS
805 scope: ufs
806
807 - title: Arm
808 scope: arm-drivers
809
810 subsections:
811 - title: Ethos-N
812 scope: ethos-n
813
814 deprecated:
815 - drivers/arm/ethosn
816
817 - title: GIC
818 scope: gic
819
820 subsections:
821 - title: GICv3
822 scope: gicv3
823
laurenw-arm21cd0662022-11-01 14:45:33 -0500824 deprecated:
825 - gicv3/multichip
826
Chris Kayf64c5582021-12-01 16:34:55 +0000827 subsections:
laurenw-arm21cd0662022-11-01 14:45:33 -0500828 - title: GIC-600
829 scope: gic600
830
Chris Kayf64c5582021-12-01 16:34:55 +0000831 - title: GIC-600AE
832 scope: gic600ae
833
Manish V Badarkhe0de3eda2022-03-24 18:23:37 +0000834 - title: SMMU
835 scope: smmu
836
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100837 - title: MHU
838 scope: mhu
839
840 deprecated:
841 - drivers/arm/mhu
842
843 - title: RSS
844 scope: rss
845
846 deprecated:
847 - drivers/arm/rss
848
Chris Kayf64c5582021-12-01 16:34:55 +0000849 - title: TZC
850 scope: tzc
851
852 subsections:
853 - title: TZC-400
854 scope: tzc400
855
856 deprecated:
857 - drivers/tzc400
858
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100859 - title: TZC-380
860 scope: tzc380
861
862 deprecated:
863 - drivers/tzc380
864
Chris Kayf64c5582021-12-01 16:34:55 +0000865 - title: Marvell
866 scope: marvell-drivers
867
868 subsections:
869 - title: COMPHY
870 scope: marvell-comphy
871
872 deprecated:
873 - drivers/marvell/comphy
874
875 subsections:
876 - title: Armada 3700
877 scope: marvell-comphy-3700
878
879 deprecated:
880 - drivers/marvell/comphy-3700
881
882 - title: CP110
883 scope: marvell-comphy-cp110
884
885 deprecated:
886 - drivers/marvell/comphy-cp110
887
888 - title: UART
889 scope: marvell-uart
890
891 deprecated:
892 - plat/marvell/uart
893
894 - title: Armada
895 scope: armada-drivers
896
897 subsections:
898 - title: A3K
899 scope: a3k-drivers
900
901 subsections:
902 - title: A3720
903 scope: a3720-uart
904
905 deprecated:
906 - plat/marvell/a3720/uart
907
908 - title: MediaTek
909 scope: mediatek-drivers
910
911 subsections:
912 - title: APU
913 scope: mediatek-apu
914
915 deprecated:
916 - plat/mediatek/apu
917
918 - title: EMI MPU
919 scope: mediatek-emi-mpu
920
921 deprecated:
922 - plat/mediatek/mpu
923
924 - title: PMIC Wrapper
925 scope: mediatek-pmic-wrapper
926
927 deprecated:
928 - plat/mediatek/pmic_wrap
929
930 - title: MT8192
931 scope: mt8192-drivers
932
933 subsections:
934 - title: SPM
935 scope: mt8192-spm
936
937 deprecated:
938 - mediatek/mt8192/spm
939
940 - title: NXP
941 scope: nxp-drivers
942
943 subsections:
944 - title: DCFG
945 scope: nxp-dcfg
946
947 deprecated:
948 - driver/nxp/dcfg
949
950 - title: FLEXSPI
951 scope: flexspi
952
953 deprecated:
954 - include/drivers/flexspi
955 - driver/nxp/xspi
956
957 - title: SCFG
958 scope: nxp-scfg
959
960 deprecated:
961 - nxp/scfg
962
963 - title: SFP
964 scope: nxp-sfp
965
966 deprecated:
967 - drivers/nxp/sfp
968
Jiafei Pan1acfb982022-02-10 10:39:56 +0800969 - title: QSPI
970 scope: nxp-qspi
971
Jiafei Pan9dcbeb92022-02-18 12:02:04 +0800972 - title: NXP Crypto
973 scope: nxp-crypto
974
Jiafei Pan5ba30c62022-02-22 11:05:00 +0800975 - title: DDR
976 scope: nxp-ddr
977
978 - title: GIC
979 scope: nxp-gic
980
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100981 - title: CSU
982 scope: nxp-csu
983
984 - title: IFC NAND
985 scope: nxp-ifc-nand
986
987 - title: IFC NOR
988 scope: nxp-ifc-nor
989
990 - title: TZC-380
991 scope: nxp-tzc380
992
Chris Kayf64c5582021-12-01 16:34:55 +0000993 - title: Renesas
994 scope: renesas-drivers
995
996 subsections:
997 - title: R-Car3
998 scope: rcar3-drivers
999
1000 deprecated:
1001 - drivers/rcar3
1002
1003 - title: ST
1004 scope: st-drivers
1005
1006 deprecated:
1007 - drivers/st
1008
1009 subsections:
Yann Gautier27254d92022-01-27 09:25:47 +01001010 - title: BSEC
1011 scope: st-bsec
1012
Chris Kayf64c5582021-12-01 16:34:55 +00001013 - title: Clock
1014 scope: st-clock
1015
1016 deprecated:
1017 - stm32mp_clk
1018 - drivers/st/clk
1019 - stm32mp1_clk
1020
Yann Gautier27254d92022-01-27 09:25:47 +01001021 - title: Crypto
1022 scope: st-crypto
1023
1024 - title: DDR
1025 scope: st-ddr
1026
Chris Kayf64c5582021-12-01 16:34:55 +00001027 - title: I/O
1028 scope: st-io-drivers
1029
1030 subsections:
1031 - title: STM32 Image
1032 scope: st-io-stm32image
1033
1034 deprecated:
1035 - io-stm32image
1036 - io_stm32image
1037
Yann Gautier27254d92022-01-27 09:25:47 +01001038 - title: I2C
1039 scope: st-i2c
1040
1041 - title: FMC
1042 scope: st-fmc
1043
1044 - title: GPIO
1045 scope: st-gpio
1046
Chris Kayf64c5582021-12-01 16:34:55 +00001047 - title: SDMMC2
1048 scope: st-sdmmc2
1049
1050 deprecated:
1051 - stm32_sdmmc2
1052
1053 - title: ST PMIC
1054 scope: st-pmic
1055
1056 deprecated:
1057 - drivers/st/pmic
1058
1059 - title: STPMIC1
1060 scope: stpmic1
1061
Yann Gautier27254d92022-01-27 09:25:47 +01001062 - title: Regulator
1063 scope: st-regulator
1064
1065 - title: Reset
1066 scope: st-reset
1067
1068 - title: SPI
1069 scope: st-spi
1070
Chris Kayf64c5582021-12-01 16:34:55 +00001071 - title: UART
1072 scope: st-uart
1073
1074 subsections:
1075 - title: STM32 Console
1076 scope: stm32-console
1077
1078 deprecated:
1079 - stm32_console
1080
1081 - title: USB
1082 scope: st-usb
1083
1084 deprecated:
1085 - drivers/st/usb
1086
Yann Gautier27254d92022-01-27 09:25:47 +01001087 - title: Watchdog
1088 scope: st-iwdg
1089
Chris Kayf64c5582021-12-01 16:34:55 +00001090 - title: USB
1091 scope: usb
1092
1093 deprecated:
1094 - drivers/usb
1095
1096 - title: Miscellaneous
1097
1098 subsections:
1099 - title: AArch64
1100 scope: aarch64
1101
1102 - title: Debug
1103 scope: debug
1104
1105 deprecated:
1106 - common/debug
1107
1108 - title: CRC32
1109 scope: crc32
1110
1111 subsections:
1112 - title: Hardware CRC32
1113 scope: hw-crc32
1114
1115 deprecated:
1116 - hw_crc
1117 - hw_crc32
1118
1119 - title: Software CRC32
1120 scope: sw-crc32
1121
1122 deprecated:
1123 - sw_crc32
1124
1125 - title: DT Bindings
1126 scope: dt-bindings
1127
1128 - title: FDT Wrappers
1129 scope: fdt-wrappers
1130
1131 - title: FDTs
1132 scope: fdts
1133
1134 deprecated:
1135 - fdt
1136
1137 subsections:
1138 - title: Morello
1139 scope: morello-fdts
1140
1141 deprecated:
1142 - fdts/morello
1143
1144 - title: STM32MP1
1145 scope: stm32mp1-fdts
1146
1147 deprecated:
1148 - fdts stm32mp1
1149
Yann Gautier3e35da92022-07-08 15:55:14 +02001150 subsections:
1151 - title: STM32MP13
1152 scope: stm32mp13-fdts
1153
1154 - title: STM32MP15
1155 scope: stm32mp15-fdts
1156
Chris Kayf64c5582021-12-01 16:34:55 +00001157 - title: PIE
1158 scope: pie
1159
1160 - title: Security
1161 scope: security
1162
1163 - title: SDEI
1164 scope: sdei
1165
1166 - title: TBBR
1167 scope: tbbr
1168
1169 - title: NXP
1170
1171 subsections:
1172 - title: OCRAM
1173 scope: nxp-ocram
1174
1175 deprecated:
1176 - nxp/common/ocram
1177
1178 - title: PSCI
1179 scope: nxp-psci
1180
1181 deprecated:
1182 - plat/nxp/common/psci
1183
1184 - title: Documentation
1185 scope: docs
1186
1187 deprecated:
1188 - doc
1189
1190 subsections:
1191 - title: Changelog
1192 scope: changelog
1193
1194 - title: Commit Style
1195 scope: commit-style
1196
1197 - title: Contribution Guidelines
1198 scope: contributing
1199
1200 deprecated:
1201 - contribution-guidelines
1202 - docs-contributing.rst
1203
1204 - title: Maintainers
1205 scope: maintainers
1206
1207 - title: Prerequisites
1208 scope: prerequisites
1209
Sandrine Bailleux50075fd2022-05-10 14:53:44 +02001210 - title: Threat Model
1211 scope: threat-model
1212
Chris Kayf64c5582021-12-01 16:34:55 +00001213 - title: Build System
1214 scope: build
1215
1216 deprecated:
1217 - makefile
1218 - Makefile
1219
1220 subsections:
1221 - title: Git Hooks
1222 scope: hooks
1223
1224 - title: Tools
1225
1226 subsections:
1227 - title: STM32 Image
1228 scope: stm32image
1229
1230 deprecated:
1231 - tools/stm32image
1232
Jiafei Pan1acfb982022-02-10 10:39:56 +08001233 - title: NXP Tools
1234 scope: nxp-tools
1235
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +01001236 - title: Firmware Image Package Tool
1237 scope: fiptool
1238
1239 - title: Secure Partition Tool
1240 scope: sptool
1241
1242 - title: Certificate Creation Tool
1243 scope: cert-create
1244
laurenw-arm21cd0662022-11-01 14:45:33 -05001245 deprecated:
1246 - cert_create
1247
Chris Kayf64c5582021-12-01 16:34:55 +00001248 - title: Dependencies
1249 scope: deps
1250
1251 subsections:
1252 - title: checkpatch
1253 scope: checkpatch
1254
1255 - title: commitlint
1256 scope: commitlint
1257
Daniel Boulby98a43d92022-10-05 11:03:44 +01001258 - title: Compiler runtime libraries
1259 scope: compiler-rt
1260
Chris Kayf64c5582021-12-01 16:34:55 +00001261 - title: libfdt
1262 scope: libfdt
1263
1264 - title: Node Package Manager (NPM)
1265 scope: npm
Daniel Boulby98a43d92022-10-05 11:03:44 +01001266
1267 - title: zlib
1268 scope: zlib
1269