blob: cdbedbb347a8107fb7708201288e06b1cdc75e47 [file] [log] [blame]
Chris Kay82117d72021-12-01 16:34:55 +00001#
Yann Gautier1832d662023-01-06 17:05:48 +01002# Copyright (c) 2021-2023, 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-arm7c66fca2022-11-01 14:45:33 -050092 - title: Branch Record Buffer Extension (FEAT_BRBE)
93 scope: brbe
94
95 - title: Branch Target Identification Extension
96 scope: bti
97
laurenw-arme541eac2022-06-01 13:45:39 -050098 - title: Confidential Compute Architecture (CCA)
99 scope: cca
100
laurenw-arm7c66fca2022-11-01 14:45:33 -0500101 - title: Extended Cache Index (FEAT_CCIDX)
102 scope: ccidx
103
Mark Brown6e9e4a42023-04-17 17:51:30 +0100104 - title: Extended Translation Control Register (FEAT_TCR2).
105 scope: tcr2
106
Andre Przywara5b005112022-11-14 15:38:58 +0000107 - title: CPU feature / ID register handling in general
108 scope: cpufeat
109
Mark Brown326f2952023-03-14 21:33:04 +0000110 - title: Guarded Control Stack (FEAT_GCS)
111 scope: gcs
112
Chris Kay82117d72021-12-01 16:34:55 +0000113 - title: Support for the `HCRX_EL2` register (FEAT_HCX)
114 scope: hcx
115
116 - title: Memory Partitioning and Monitoring (MPAM) Extension (FEAT_MPAM)
117 scope: mpam
118
laurenw-arm7c66fca2022-11-01 14:45:33 -0500119 - title: Memory Tagging Extension
120 scope: mte
121
122 - title: Pointer Authentication Extension
123 scope: pauth
124
125 - title: Performance Monitors Extension (FEAT_PMUv3)
126 scope: pmu
127
128 - title: Trapping support for RNDR/RNDRRS (FEAT_RNG_TRAP)
129 scope: rng-trap
130
Jayanth Dodderi Chidanandcfe053a2022-11-08 10:31:07 +0000131 - title: Scalable Matrix Extension (FEAT_SME, FEAT_SME2)
Chris Kay82117d72021-12-01 16:34:55 +0000132 scope: sme
133
laurenw-arm7c66fca2022-11-01 14:45:33 -0500134 - title: Statistical profiling Extension (FEAT_SPE)
135 scope: spe
136
Chris Kay82117d72021-12-01 16:34:55 +0000137 - title: Scalable Vector Extension (FEAT_SVE)
138 scope: sve
139
140 - title: System Register Trace Extensions (FEAT_ETMv4, FEAT_ETE and FEAT_ETEv1.1)
141 scope: sys-reg-trace
142
143 deprecated:
144 - sys_reg_trace
145
146 - title: Trace Buffer Extension (FEAT_TRBE)
147 scope: trbe
148
149 - title: Self-hosted Trace Extensions (FEAT_TRF)
150 scope: trf
151
152 - title: Platforms
153
154 subsections:
155 - title: Allwinner
156 scope: allwinner
157
158 deprecated:
159 - plat/allwinner
160
161 - title: Arm
162 scope: arm
163
164 deprecated:
165 - plat/arm
166
167 subsections:
Juan Pablo Conde52487492023-05-15 22:17:17 -0500168 - title: A5DS
169 scope: a5ds
170
laurenw-arm7c66fca2022-11-01 14:45:33 -0500171 - title: CSS
172 scope: css
173
174 deprecated:
175 - plat/arm/css
Juan Pablo Conde52487492023-05-15 22:17:17 -0500176 - plat/css
laurenw-arm7c66fca2022-11-01 14:45:33 -0500177
Chris Kay82117d72021-12-01 16:34:55 +0000178 - title: FPGA
179 scope: fpga
180
181 deprecated:
182 - arm_fgpa
183 - arm_fpga
184 - plat/arm_fpga
185
186 - title: FVP
187 scope: fvp
188
189 deprecated:
190 - plat/fvp
laurenw-arm7c66fca2022-11-01 14:45:33 -0500191 - fvp/tsp_manifest
Chris Kay82117d72021-12-01 16:34:55 +0000192
193 - title: FVP-R
194 scope: fvp-r
195
196 deprecated:
197 - fvp_r
198
laurenw-arm7c66fca2022-11-01 14:45:33 -0500199 - title: FVP Versatile Express
200 scope: fvp_ve
201
Chris Kay82117d72021-12-01 16:34:55 +0000202 - title: Juno
203 scope: juno
204
205 - title: Morello
206 scope: morello
207
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100208 - title: N1SDP
209 scope: n1sdp
210
Chris Kay82117d72021-12-01 16:34:55 +0000211 - title: RD
212 scope: rd
213
214 subsections:
Juan Pablo Conde52487492023-05-15 22:17:17 -0500215 - title: RD-N1 Edge
216 scope: rdn1edge
217
Chris Kay82117d72021-12-01 16:34:55 +0000218 - title: RD-N2
219 scope: rdn2
220
221 deprecated:
222 - board/rdn2
223
224 - title: SGI
225 scope: sgi
226
227 deprecated:
228 - plat/sgi
229 - plat/arm/sgi
230
231 - title: TC
232 scope: tc
233
Juan Pablo Conde52487492023-05-15 22:17:17 -0500234 deprecated:
235 - plat/tc
236
Chris Kay82117d72021-12-01 16:34:55 +0000237 subsections:
238 - title: TC0
239 scope: tc0
240
241 deprecated:
242 - plat/tc0
243
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100244 - title: Corstone-1000
245 scope: corstone-1000
246
Chia-Wei Wanga7556d82022-11-02 17:50:21 +0800247 - title: Aspeed
248 scope: aspeed
249
250 subsections:
251 - title: AST2700
252 scope: ast2700
253
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100254 - title: Broadcom
255 scope: brcm
256
laurenw-arm7c66fca2022-11-01 14:45:33 -0500257 - title: HiSilicon
258 scope: hisilicon
259
260 subsections:
261 - title: HiKey
262 scope: hikey
263
264 - title: HiKey960
265 scope: hikey960
266
Sieu Mun Tang9f3a13c2022-02-22 14:14:26 +0800267 - title: Intel
268 scope: intel
269
270 subsections:
271 - title: SoC
272 scope: soc
273
Chris Kay82117d72021-12-01 16:34:55 +0000274 - title: Marvell
275 scope: marvell
276
277 deprecated:
278 - plat/marvell
279
280 subsections:
281 - title: Armada
282 scope: armada
283
284 deprecated:
285 - plat/marvell/armada
286
287 subsections:
288 - title: A3K
289 scope: a3k
290
291 deprecated:
292 - plat/marvell/a3k
293
294 - title: A8K
295 scope: a8k
296
297 deprecated:
298 - plat/marvell/a8k
299
300 - title: MediaTek
301 scope: mediatek
302
303 deprecated:
304 - plat/mediatek/common
305 - plat/mediatek
306
307 subsections:
308 - title: MT8183
309 scope: mt8183
310
311 deprecated:
312 - plat/mediatek/mt8183
313
laurenw-arm7c66fca2022-11-01 14:45:33 -0500314 - title: MT8186
315 scope: mt8186
316
317 deprecated:
318 - plat/mediatek/mt8186
319 - mt8186-emi-mpu
320
321 - title: MT8188
322 scope: mt8188
323
Chris Kay82117d72021-12-01 16:34:55 +0000324 - title: MT8192
325 scope: mt8192
326
327 deprecated:
328 - plat/mdeiatek/mt8192
329
330 - title: MT8195
331 scope: mt8195
332
333 deprecated:
334 - plat/mediatek/me8195
335 - plat/mediatek/mt8195
336 - plat/mdeiatek/mt8195
337
338 - title: NVIDIA
339 scope: nvidia
340
341 subsections:
342 - title: Tegra
343 scope: tegra
344
345 deprecated:
346 - plat/tegra
347
348 subsections:
349 - title: Tegra 132
350 scope: tegra132
351
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100352 - title: Tegra 194
353 scope: tegra194
354
Juan Pablo Conde52487492023-05-15 22:17:17 -0500355 - title: Tegra 210
356 scope: tegra210
357
Chris Kay82117d72021-12-01 16:34:55 +0000358 - title: NXP
359 scope: nxp
360
361 deprecated:
362 - plat/nxp
363 - plat/nxp/common
364
365 subsections:
366 - title: i.MX
367 scope: imx
368
369 deprecated:
370 - plat/imx
371 - plat/imx/imx
372
373 subsections:
374 - title: i.MX 8M
375 scope: imx8m
376
377 deprecated:
378 - plat/imx8m
379 - plat/imx/imx8m
380
381 subsections:
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100382 - title: i.MX 8M Nano
383 scope: imx8mn
384
385 deprecated:
386 - plat/imx/imx8m/imx8mn
387
Chris Kay82117d72021-12-01 16:34:55 +0000388 - title: i.MX 8M Mini
389 scope: imx8mm
390
391 deprecated:
392 - plat/imx/imx8m/imx8mm
393
394 - title: i.MX 8M Plus
395 scope: imx8mp
396
397 deprecated:
398 - plat/imx/imx8m/imx8mp
399
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100400 - title: i.MX 8Q
401 scope: imx8mq
402
403 deprecated:
404 - plat/imx/imx8m/imx8mq
405
Juan Pablo Conde52487492023-05-15 22:17:17 -0500406 - title: i.MX 8
407 scope: imx8
408
Jacky Bai9dc47d52023-06-14 15:24:00 +0800409 - title: i.MX 9
410 scope: imx9
411
412 subsections:
413 - title: i.MX93
414 scope: imx93
415
Chris Kay82117d72021-12-01 16:34:55 +0000416 - title: Layerscape
417 scope: layerscape
418
419 deprecated:
420 - docs/nxp/layerscape
421
422 subsections:
423 - title: LS1028A
424 scope: ls1028a
425
426 deprecated:
427 - plat/nxp/ls1028a
428
429 subsections:
430 - title: LS1028ARDB
431 scope: ls1028ardb
432
433 deprecated:
434 - plat/nxp/ls1028ardb
435
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100436 - title: LS1043A
437 scope: ls1043a
438
439 deprecated:
440 - plat/nxp/ls1043a
441
442 subsections:
443 - title: LS1043ARDB
444 scope: ls1043ardb
445
446 deprecated:
447 - plat/nxp/ls1043ardb
448
Chris Kay82117d72021-12-01 16:34:55 +0000449 - title: LX2
450 scope: lx2
451
452 deprecated:
453 - plat/nxp/lx2
454
455 subsections:
456 - title: LX216
457 scope: lx216
458
459 deprecated:
460 - plat/nxp/lx216x
461
462 subsections:
463 - title: LX2160
464 scope: lx2160
465
466 deprecated:
467 - plat/soc-lx2160
468
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800469 - title: LS1046A
470 scope: ls1046a
471
472 subsections:
473 - title: LS1046ARDB
474 scope: ls1046ardb
475
476 - title: LS1046AFRWY
477 scope: ls1046afrwy
478
479 - title: LS1046AQDS
480 scope: ls1046aqds
481
Jiafei Pan290bf6f2022-02-24 16:00:35 +0800482 - title: LS1088A
483 scope: ls1088a
484
485 subsections:
486 - title: LS1088ARDB
487 scope: ls1088ardb
488
489 - title: LS1088AQDS
490 scope: ls1088aqds
491
Chris Kay82117d72021-12-01 16:34:55 +0000492 - title: QEMU
493 scope: qemu
494
495 deprecated:
496 - plat/qemu
497
Juan Pablo Conde52487492023-05-15 22:17:17 -0500498 subsections:
499 - title: SBSA
500 scope: qemu-sbsa
501
Chris Kay82117d72021-12-01 16:34:55 +0000502 - title: QTI
503 scope: qti
504
laurenw-arm7c66fca2022-11-01 14:45:33 -0500505 deprecated:
506 - plat/qti
507
Chris Kay82117d72021-12-01 16:34:55 +0000508 subsections:
509 - title: SC1780
510 scope: sc7180
511
512 deprecated:
513 - plat/qti/sc7180
514
515 - title: SC7280
516 scope: sc7280
517
518 deprecated:
519 - plat/qti/sc7280
520
Stephan Gerholdd0d0bf42021-12-01 20:00:00 +0100521 - title: MSM8916
522 scope: msm8916
523
Chris Kay82117d72021-12-01 16:34:55 +0000524 - title: Raspberry Pi
525 scope: rpi
526
527 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500528 - title: Raspberry Pi 3
529 scope: rpi3
530
Chris Kay82117d72021-12-01 16:34:55 +0000531 - title: Raspberry Pi 4
532 scope: rpi4
533
534 - title: Renesas
535 scope: renesas
536
537 subsections:
538 - title: R-Car
539 scope: rcar
540
541 deprecated:
542 - plat/rcar
543
544 subsections:
545 - title: R-Car 3
546 scope: rcar3
547
548 deprecated:
549 - plat/rcar3
550
551 - title: Rockchip
552 scope: rockchip
553
554 subsections:
555 - title: RK3399
556 scope: rk3399
557
558 deprecated:
559 - rockchip/rk3399
560 - rk3399/suspend
561
562 - title: Socionext
563 scope: socionext
564
565 subsections:
566 - title: Synquacer
567 scope: synquacer
568
569 deprecated:
570 - plat/synquacer
571
572 - title: ST
573 scope: st
574
575 deprecated:
576 - plat/st
577
578 subsections:
Yann Gautier14b32e82022-06-01 18:17:43 +0200579 - title: STM32MP1
Chris Kay82117d72021-12-01 16:34:55 +0000580 scope: stm32mp1
581
582 deprecated:
583 - plat/st/stm32mp1
584
Yann Gautier14b32e82022-06-01 18:17:43 +0200585 subsections:
586 - title: STM32MP13
587 scope: stm32mp13
588
589 - title: STM32MP15
590 scope: stm32mp15
591
Yann Gautier1123f662022-12-16 15:32:25 +0100592 - title: STM32MP2
593 scope: stm32mp2
594
Dave Gerlach74c19f92022-03-22 11:02:52 -0500595 - title: Texas Instruments
596 scope: ti
597
598 subsections:
599 - title: K3
600 scope: k3
601
laurenw-arm7c66fca2022-11-01 14:45:33 -0500602 deprecated:
603 - ti-k3
604
Chris Kay82117d72021-12-01 16:34:55 +0000605 - title: Xilinx
606 scope: xilinx
607
608 deprecated:
609 - plat/xilinx
610
611 subsections:
612 - title: Versal
613 scope: versal
614
615 deprecated:
616 - plat/xilinx/versal/include
617 - plat/xilinx/versal
618 - plat/versal
619
laurenw-arm7c66fca2022-11-01 14:45:33 -0500620 subsections:
621 - title: Versal NET
622 scope: versal-net
623
624 deprecated:
625 - versal_net
626
Chris Kay82117d72021-12-01 16:34:55 +0000627 - title: ZynqMP
628 scope: zynqmp
629
630 deprecated:
631 - plat/zynqmp
632 - plat/xilinx/zynqmp
633
rutigl@gmail.comdefbeed2023-03-19 09:19:05 +0200634 - title: Nuvoton
635 scope: nuvoton
636
637 subsections:
638 - title: npcm845x
639 scope: npcm845x
640
Chris Kay82117d72021-12-01 16:34:55 +0000641 - title: Bootloader Images
642 scope: bl
643
644 deprecated:
645 - bl_common
646
647 subsections:
648 - title: BL1
649 scope: bl1
650
651 - title: BL2
652 scope: bl2
653
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100654 - title: BL31
655 scope: bl31
656
Shruti Guptac31beb62022-08-09 10:46:07 +0100657 - title: BL32
658 scope: bl32
659
660 subsections:
661 - title: TSP
662 scope: tsp
663
Chris Kay82117d72021-12-01 16:34:55 +0000664 - title: Services
665 scope: services
666
667 subsections:
668 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000669 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000670
671 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000672 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000673
674 - title: RME
675 scope: rme
676
laurenw-arm7c66fca2022-11-01 14:45:33 -0500677 deprecated:
678 - rme/fid
679
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100680 subsections:
681 - title: TRP
682 scope: trp
683
Javier Almansa Sobrino7176a772021-11-24 18:37:37 +0000684 - title: RMMD
685 scope: rmmd
686
Juan Pablo Conde52487492023-05-15 22:17:17 -0500687 - title: RMM
688 scope: rmm
689
Chris Kay82117d72021-12-01 16:34:55 +0000690 - title: SPM
691 scope: spm
692
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100693 subsections:
694 - title: EL3 SPMC
695 scope: el3-spmc
696
laurenw-arm7c66fca2022-11-01 14:45:33 -0500697 deprecated:
698 - spmc
699
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100700 - title: SPMD
701 scope: spmd
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000702
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100703 - title: SPM MM
704 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000705
Manish V Badarkhe478d3ee2022-06-27 09:21:14 +0100706 - title: DRTM
707 scope: drtm
708
Jayanth Dodderi Chidanand7c7faff2022-10-11 17:16:07 +0100709 - title: TRNG
710 scope: trng
711
Sona Mathew7fe03522022-11-18 18:05:38 -0600712 - title: ERRATA_ABI
713 scope: errata_abi
714
Chris Kay82117d72021-12-01 16:34:55 +0000715 - title: Libraries
716
717 subsections:
718 - title: CPU Support
719 scope: cpus
720
721 deprecated:
722 - cpu
723 - errata
724 - errata_report
725
726 - title: EL3 Runtime
727 scope: el3-runtime
728
729 deprecated:
730 - el3_runtime
731
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100732 subsections:
733 - title: Context Management
734 scope: cm
735
laurenw-arm7c66fca2022-11-01 14:45:33 -0500736 - title: RAS
737 scope: ras
738
Chris Kay82117d72021-12-01 16:34:55 +0000739 - title: FCONF
740 scope: fconf
741
742 - title: MPMM
743 scope: mpmm
744
745 - title: OP-TEE
746 scope: optee
747
748 deprecated:
749 - lib/optee
750
751 - title: PSCI
752 scope: psci
753
754 - title: GPT
755 scope: gpt
756
757 deprecated:
758 - gpt_rme
759
760 - title: SMCCC
761 scope: smccc
762
763 - title: Translation Tables
764 scope: xlat
765
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100766 - title: C Standard Library
767 scope: libc
768
769 - title: Locks
770 scope: locks
771
772 - title: PSA
773 scope: psa
774
laurenw-arm7c66fca2022-11-01 14:45:33 -0500775 deprecated:
776 - lib/psa
777
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500778 - title: Context Management
Chris Kaye76be0a2022-10-10 16:57:45 +0100779 scope: context-mgmt
780
781 deprecated:
782 - context mgmt
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500783
Manish V Badarkhede920262022-09-26 15:06:56 +0100784 - title: Semihosting
785 scope: semihosting
786
Chris Kay82117d72021-12-01 16:34:55 +0000787 - title: Drivers
788
789 subsections:
790 - title: Authentication
791 scope: auth
792
793 deprecated:
794 - driver/auth
795
796 subsections:
797 - title: CryptoCell-713
798 scope: cc-713
799
Manish V Badarkhe8d91e982022-09-22 21:41:55 +0100800 - title: Crypto
801 scope: crypto
802
803 - title: mbedTLS
804 scope: mbedtls
805
Yann Gautier1832d662023-01-06 17:05:48 +0100806 - title: Console
807 scope: console
808
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100809 - title: Generic Clock
810 scope: clk
811
Chris Kay82117d72021-12-01 16:34:55 +0000812 - title: FWU
813 scope: fwu
814
815 deprecated:
816 - fwu_metadata
817
818 - title: I/O
819 scope: io
820
821 subsections:
822 - title: MTD
823 scope: mtd
824
825 deprecated:
826 - io_mtd
827
828 - title: Measured Boot
829 scope: measured-boot
830
831 deprecated:
832 - measured boot
833 - measured_boot
834
835 - title: MMC
836 scope: mmc
837
838 deprecated:
839 - drivers/mmc
840
841 - title: MTD
842 scope: mtd
843
844 deprecated:
845 - drivers/mtd
846
847 subsections:
848 - title: NAND
849 scope: nand
850
851 subsections:
852 - title: SPI NAND
853 scope: spi-nand
854
855 deprecated:
856 - spi_nand
857
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100858 - title: GUID Partition Tables Support
859 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530860
Juan Pablo Conde52487492023-05-15 22:17:17 -0500861 deprecated:
862 - partition
863
Chris Kay82117d72021-12-01 16:34:55 +0000864 - title: SCMI
865 scope: scmi
866
867 deprecated:
868 - scmi_common
869 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -0500870 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +0000871
872 - title: UFS
873 scope: ufs
874
875 - title: Arm
876 scope: arm-drivers
877
878 subsections:
879 - title: Ethos-N
880 scope: ethos-n
881
882 deprecated:
883 - drivers/arm/ethosn
884
885 - title: GIC
886 scope: gic
887
888 subsections:
889 - title: GICv3
890 scope: gicv3
891
laurenw-arm7c66fca2022-11-01 14:45:33 -0500892 deprecated:
893 - gicv3/multichip
894
Chris Kay82117d72021-12-01 16:34:55 +0000895 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500896 - title: GIC-600
897 scope: gic600
898
Chris Kay82117d72021-12-01 16:34:55 +0000899 - title: GIC-600AE
900 scope: gic600ae
901
Manish V Badarkhebcaeb672022-03-24 18:23:37 +0000902 - title: SMMU
903 scope: smmu
904
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100905 - title: MHU
906 scope: mhu
907
908 deprecated:
909 - drivers/arm/mhu
910
911 - title: RSS
912 scope: rss
913
914 deprecated:
915 - drivers/arm/rss
916
Chris Kay82117d72021-12-01 16:34:55 +0000917 - title: TZC
918 scope: tzc
919
920 subsections:
921 - title: TZC-400
922 scope: tzc400
923
924 deprecated:
925 - drivers/tzc400
926
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100927 - title: TZC-380
928 scope: tzc380
929
930 deprecated:
931 - drivers/tzc380
932
Madhukar Pappireddy4c3de562023-03-22 15:27:22 -0500933 - title: SBSA
934 scope: sbsa
935
Chris Kay82117d72021-12-01 16:34:55 +0000936 - title: Marvell
937 scope: marvell-drivers
938
939 subsections:
940 - title: COMPHY
941 scope: marvell-comphy
942
943 deprecated:
944 - drivers/marvell/comphy
945
946 subsections:
947 - title: Armada 3700
948 scope: marvell-comphy-3700
949
950 deprecated:
951 - drivers/marvell/comphy-3700
952
953 - title: CP110
954 scope: marvell-comphy-cp110
955
956 deprecated:
957 - drivers/marvell/comphy-cp110
958
959 - title: UART
960 scope: marvell-uart
961
962 deprecated:
963 - plat/marvell/uart
964
965 - title: Armada
966 scope: armada-drivers
967
968 subsections:
969 - title: A3K
970 scope: a3k-drivers
971
972 subsections:
973 - title: A3720
974 scope: a3720-uart
975
976 deprecated:
977 - plat/marvell/a3720/uart
978
979 - title: MediaTek
980 scope: mediatek-drivers
981
982 subsections:
983 - title: APU
984 scope: mediatek-apu
985
986 deprecated:
987 - plat/mediatek/apu
988
989 - title: EMI MPU
990 scope: mediatek-emi-mpu
991
992 deprecated:
993 - plat/mediatek/mpu
994
995 - title: PMIC Wrapper
996 scope: mediatek-pmic-wrapper
997
998 deprecated:
999 - plat/mediatek/pmic_wrap
1000
1001 - title: MT8192
1002 scope: mt8192-drivers
1003
1004 subsections:
1005 - title: SPM
1006 scope: mt8192-spm
1007
1008 deprecated:
1009 - mediatek/mt8192/spm
1010
1011 - title: NXP
1012 scope: nxp-drivers
1013
1014 subsections:
1015 - title: DCFG
1016 scope: nxp-dcfg
1017
1018 deprecated:
1019 - driver/nxp/dcfg
1020
1021 - title: FLEXSPI
1022 scope: flexspi
1023
1024 deprecated:
1025 - include/drivers/flexspi
1026 - driver/nxp/xspi
1027
1028 - title: SCFG
1029 scope: nxp-scfg
1030
1031 deprecated:
1032 - nxp/scfg
1033
1034 - title: SFP
1035 scope: nxp-sfp
1036
1037 deprecated:
1038 - drivers/nxp/sfp
1039
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001040 - title: QSPI
1041 scope: nxp-qspi
1042
Jiafei Pan94450412022-02-18 12:02:04 +08001043 - title: NXP Crypto
1044 scope: nxp-crypto
1045
Jiafei Panfa3f7612022-02-22 11:05:00 +08001046 - title: DDR
1047 scope: nxp-ddr
1048
1049 - title: GIC
1050 scope: nxp-gic
1051
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001052 - title: CSU
1053 scope: nxp-csu
1054
1055 - title: IFC NAND
1056 scope: nxp-ifc-nand
1057
1058 - title: IFC NOR
1059 scope: nxp-ifc-nor
1060
1061 - title: TZC-380
1062 scope: nxp-tzc380
1063
Jacky Bai9dc47d52023-06-14 15:24:00 +08001064 - title: TRDC
1065 scope: imx-trdc
1066
Chris Kay82117d72021-12-01 16:34:55 +00001067 - title: Renesas
1068 scope: renesas-drivers
1069
1070 subsections:
1071 - title: R-Car3
1072 scope: rcar3-drivers
1073
1074 deprecated:
1075 - drivers/rcar3
1076
1077 - title: ST
1078 scope: st-drivers
1079
1080 deprecated:
1081 - drivers/st
1082
1083 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +01001084 - title: BSEC
1085 scope: st-bsec
1086
Chris Kay82117d72021-12-01 16:34:55 +00001087 - title: Clock
1088 scope: st-clock
1089
1090 deprecated:
1091 - stm32mp_clk
1092 - drivers/st/clk
1093 - stm32mp1_clk
1094
Yann Gautier9f359fd2022-01-27 09:25:47 +01001095 - title: Crypto
1096 scope: st-crypto
1097
1098 - title: DDR
1099 scope: st-ddr
1100
Chris Kay82117d72021-12-01 16:34:55 +00001101 - title: I/O
1102 scope: st-io-drivers
1103
1104 subsections:
1105 - title: STM32 Image
1106 scope: st-io-stm32image
1107
1108 deprecated:
1109 - io-stm32image
1110 - io_stm32image
1111
Yann Gautier9f359fd2022-01-27 09:25:47 +01001112 - title: I2C
1113 scope: st-i2c
1114
1115 - title: FMC
1116 scope: st-fmc
1117
1118 - title: GPIO
1119 scope: st-gpio
1120
Chris Kay82117d72021-12-01 16:34:55 +00001121 - title: SDMMC2
1122 scope: st-sdmmc2
1123
1124 deprecated:
1125 - stm32_sdmmc2
1126
1127 - title: ST PMIC
1128 scope: st-pmic
1129
1130 deprecated:
1131 - drivers/st/pmic
1132
1133 - title: STPMIC1
1134 scope: stpmic1
1135
Yann Gautier9f359fd2022-01-27 09:25:47 +01001136 - title: Regulator
1137 scope: st-regulator
1138
1139 - title: Reset
1140 scope: st-reset
1141
1142 - title: SPI
1143 scope: st-spi
1144
Chris Kay82117d72021-12-01 16:34:55 +00001145 - title: UART
1146 scope: st-uart
1147
1148 subsections:
1149 - title: STM32 Console
1150 scope: stm32-console
1151
1152 deprecated:
1153 - stm32_console
1154
1155 - title: USB
1156 scope: st-usb
1157
1158 deprecated:
1159 - drivers/st/usb
1160
Yann Gautier9f359fd2022-01-27 09:25:47 +01001161 - title: Watchdog
1162 scope: st-iwdg
1163
Chris Kay82117d72021-12-01 16:34:55 +00001164 - title: USB
1165 scope: usb
1166
1167 deprecated:
1168 - drivers/usb
1169
1170 - title: Miscellaneous
1171
1172 subsections:
1173 - title: AArch64
1174 scope: aarch64
1175
1176 - title: Debug
1177 scope: debug
1178
1179 deprecated:
1180 - common/debug
1181
1182 - title: CRC32
1183 scope: crc32
1184
1185 subsections:
1186 - title: Hardware CRC32
1187 scope: hw-crc32
1188
1189 deprecated:
1190 - hw_crc
1191 - hw_crc32
1192
1193 - title: Software CRC32
1194 scope: sw-crc32
1195
1196 deprecated:
1197 - sw_crc32
1198
1199 - title: DT Bindings
1200 scope: dt-bindings
1201
1202 - title: FDT Wrappers
1203 scope: fdt-wrappers
1204
1205 - title: FDTs
1206 scope: fdts
1207
1208 deprecated:
1209 - fdt
1210
1211 subsections:
1212 - title: Morello
1213 scope: morello-fdts
1214
1215 deprecated:
1216 - fdts/morello
1217
1218 - title: STM32MP1
1219 scope: stm32mp1-fdts
1220
1221 deprecated:
1222 - fdts stm32mp1
1223
Yann Gautier2c962252022-07-08 15:55:14 +02001224 subsections:
1225 - title: STM32MP13
1226 scope: stm32mp13-fdts
1227
1228 - title: STM32MP15
1229 scope: stm32mp15-fdts
1230
Yann Gautier1123f662022-12-16 15:32:25 +01001231 - title: STM32MP2
1232 scope: stm32mp2-fdts
1233
Chris Kay82117d72021-12-01 16:34:55 +00001234 - title: PIE
1235 scope: pie
1236
Juan Pablo Conde52487492023-05-15 22:17:17 -05001237 - title: PIE/POR
1238 scope: pie/por
1239
Chris Kay82117d72021-12-01 16:34:55 +00001240 - title: Security
1241 scope: security
1242
1243 - title: SDEI
1244 scope: sdei
1245
1246 - title: TBBR
1247 scope: tbbr
1248
1249 - title: NXP
1250
1251 subsections:
1252 - title: OCRAM
1253 scope: nxp-ocram
1254
1255 deprecated:
1256 - nxp/common/ocram
1257
1258 - title: PSCI
1259 scope: nxp-psci
1260
1261 deprecated:
1262 - plat/nxp/common/psci
1263
Chris Kayd04a4762023-04-13 17:24:20 +01001264 - title: UUID
1265 scope: uuid
1266
Chris Kay82117d72021-12-01 16:34:55 +00001267 - title: Documentation
1268 scope: docs
1269
1270 deprecated:
1271 - doc
1272
1273 subsections:
1274 - title: Changelog
1275 scope: changelog
1276
1277 - title: Commit Style
1278 scope: commit-style
1279
1280 - title: Contribution Guidelines
1281 scope: contributing
1282
1283 deprecated:
1284 - contribution-guidelines
1285 - docs-contributing.rst
1286
1287 - title: Maintainers
1288 scope: maintainers
1289
1290 - title: Prerequisites
1291 scope: prerequisites
1292
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001293 - title: Threat Model
1294 scope: threat-model
1295
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001296 - title: Porting Guide
1297 scope: porting
1298
Chris Kay82117d72021-12-01 16:34:55 +00001299 - title: Build System
1300 scope: build
1301
1302 deprecated:
1303 - makefile
1304 - Makefile
1305
1306 subsections:
1307 - title: Git Hooks
1308 scope: hooks
1309
Juan Pablo Conde52487492023-05-15 22:17:17 -05001310 deprecated:
1311 - git-hooks
1312
Chris Kay82117d72021-12-01 16:34:55 +00001313 - title: Tools
1314
1315 subsections:
1316 - title: STM32 Image
1317 scope: stm32image
1318
1319 deprecated:
1320 - tools/stm32image
1321
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001322 - title: NXP Tools
1323 scope: nxp-tools
1324
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001325 - title: Firmware Image Package Tool
1326 scope: fiptool
1327
1328 - title: Secure Partition Tool
1329 scope: sptool
1330
1331 - title: Certificate Creation Tool
1332 scope: cert-create
1333
Harrison Mutai372b8802023-02-23 11:30:17 +00001334 - title: Memory Mapping Tool
1335 scope: memmap
1336
laurenw-arm7c66fca2022-11-01 14:45:33 -05001337 deprecated:
1338 - cert_create
1339
Chris Kay82117d72021-12-01 16:34:55 +00001340 - title: Dependencies
1341 scope: deps
1342
1343 subsections:
1344 - title: checkpatch
1345 scope: checkpatch
1346
1347 - title: commitlint
1348 scope: commitlint
1349
Daniel Boulbyc550e702022-10-05 11:03:44 +01001350 - title: Compiler runtime libraries
1351 scope: compiler-rt
1352
Chris Kay82117d72021-12-01 16:34:55 +00001353 - title: libfdt
1354 scope: libfdt
1355
1356 - title: Node Package Manager (NPM)
1357 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001358
dependabot[bot]dba1b532023-09-06 09:55:17 +00001359 - title: Poetry
1360 scope: poetry
1361
Daniel Boulbyc550e702022-10-05 11:03:44 +01001362 - title: zlib
1363 scope: zlib