blob: 3f7979e40ddca7a96e458fbde6ea5970a9c6144c [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 Mathew5100bec2023-09-20 12:55:32 -0500712 - title: ERRATA ABI
713 scope: errata-abi
714
715 deprecated:
716 - errata_abi
Sona Mathew7fe03522022-11-18 18:05:38 -0600717
Chris Kay82117d72021-12-01 16:34:55 +0000718 - title: Libraries
719
720 subsections:
721 - title: CPU Support
722 scope: cpus
723
724 deprecated:
725 - cpu
726 - errata
727 - errata_report
728
729 - title: EL3 Runtime
730 scope: el3-runtime
731
732 deprecated:
733 - el3_runtime
734
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100735 subsections:
736 - title: Context Management
737 scope: cm
738
laurenw-arm7c66fca2022-11-01 14:45:33 -0500739 - title: RAS
740 scope: ras
741
Chris Kay82117d72021-12-01 16:34:55 +0000742 - title: FCONF
743 scope: fconf
744
745 - title: MPMM
746 scope: mpmm
747
748 - title: OP-TEE
749 scope: optee
750
751 deprecated:
752 - lib/optee
753
754 - title: PSCI
755 scope: psci
756
757 - title: GPT
758 scope: gpt
759
760 deprecated:
761 - gpt_rme
762
763 - title: SMCCC
764 scope: smccc
765
766 - title: Translation Tables
767 scope: xlat
768
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100769 - title: C Standard Library
770 scope: libc
771
772 - title: Locks
773 scope: locks
774
775 - title: PSA
776 scope: psa
777
laurenw-arm7c66fca2022-11-01 14:45:33 -0500778 deprecated:
779 - lib/psa
780
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500781 - title: Context Management
Chris Kaye76be0a2022-10-10 16:57:45 +0100782 scope: context-mgmt
783
784 deprecated:
785 - context mgmt
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500786
Manish V Badarkhede920262022-09-26 15:06:56 +0100787 - title: Semihosting
788 scope: semihosting
789
Raymond Mao98983392023-07-25 07:53:35 -0700790 - title: Firmware Handoff
791 scope: handoff
792
Chris Kay82117d72021-12-01 16:34:55 +0000793 - title: Drivers
794
795 subsections:
796 - title: Authentication
797 scope: auth
798
799 deprecated:
800 - driver/auth
801
802 subsections:
803 - title: CryptoCell-713
804 scope: cc-713
805
Manish V Badarkhe8d91e982022-09-22 21:41:55 +0100806 - title: Crypto
807 scope: crypto
808
809 - title: mbedTLS
810 scope: mbedtls
811
Yann Gautier1832d662023-01-06 17:05:48 +0100812 - title: Console
813 scope: console
814
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100815 - title: Generic Clock
816 scope: clk
817
Chris Kay82117d72021-12-01 16:34:55 +0000818 - title: FWU
819 scope: fwu
820
821 deprecated:
822 - fwu_metadata
823
824 - title: I/O
825 scope: io
826
827 subsections:
828 - title: MTD
829 scope: mtd
830
831 deprecated:
832 - io_mtd
833
834 - title: Measured Boot
835 scope: measured-boot
836
837 deprecated:
838 - measured boot
839 - measured_boot
840
841 - title: MMC
842 scope: mmc
843
844 deprecated:
845 - drivers/mmc
846
847 - title: MTD
848 scope: mtd
849
850 deprecated:
851 - drivers/mtd
852
853 subsections:
854 - title: NAND
855 scope: nand
856
857 subsections:
858 - title: SPI NAND
859 scope: spi-nand
860
861 deprecated:
862 - spi_nand
863
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100864 - title: GUID Partition Tables Support
865 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530866
Juan Pablo Conde52487492023-05-15 22:17:17 -0500867 deprecated:
868 - partition
869
Chris Kay82117d72021-12-01 16:34:55 +0000870 - title: SCMI
871 scope: scmi
872
873 deprecated:
874 - scmi_common
875 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -0500876 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +0000877
878 - title: UFS
879 scope: ufs
880
881 - title: Arm
882 scope: arm-drivers
883
884 subsections:
885 - title: Ethos-N
886 scope: ethos-n
887
888 deprecated:
889 - drivers/arm/ethosn
890
891 - title: GIC
892 scope: gic
893
894 subsections:
895 - title: GICv3
896 scope: gicv3
897
laurenw-arm7c66fca2022-11-01 14:45:33 -0500898 deprecated:
899 - gicv3/multichip
900
Chris Kay82117d72021-12-01 16:34:55 +0000901 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500902 - title: GIC-600
903 scope: gic600
904
Chris Kay82117d72021-12-01 16:34:55 +0000905 - title: GIC-600AE
906 scope: gic600ae
907
Madhukar Pappireddydc4b8c62023-08-03 12:13:27 -0500908 - title: GICv2
909 scope: gicv2
910
Manish V Badarkhebcaeb672022-03-24 18:23:37 +0000911 - title: SMMU
912 scope: smmu
913
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100914 - title: MHU
915 scope: mhu
916
917 deprecated:
918 - drivers/arm/mhu
919
920 - title: RSS
921 scope: rss
922
923 deprecated:
924 - drivers/arm/rss
925
Chris Kay82117d72021-12-01 16:34:55 +0000926 - title: TZC
927 scope: tzc
928
929 subsections:
930 - title: TZC-400
931 scope: tzc400
932
933 deprecated:
934 - drivers/tzc400
935
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100936 - title: TZC-380
937 scope: tzc380
938
939 deprecated:
940 - drivers/tzc380
941
Madhukar Pappireddy4c3de562023-03-22 15:27:22 -0500942 - title: SBSA
943 scope: sbsa
944
Chris Kay82117d72021-12-01 16:34:55 +0000945 - title: Marvell
946 scope: marvell-drivers
947
948 subsections:
949 - title: COMPHY
950 scope: marvell-comphy
951
952 deprecated:
953 - drivers/marvell/comphy
954
955 subsections:
956 - title: Armada 3700
957 scope: marvell-comphy-3700
958
959 deprecated:
960 - drivers/marvell/comphy-3700
961
962 - title: CP110
963 scope: marvell-comphy-cp110
964
965 deprecated:
966 - drivers/marvell/comphy-cp110
967
968 - title: UART
969 scope: marvell-uart
970
971 deprecated:
972 - plat/marvell/uart
973
974 - title: Armada
975 scope: armada-drivers
976
977 subsections:
978 - title: A3K
979 scope: a3k-drivers
980
981 subsections:
982 - title: A3720
983 scope: a3720-uart
984
985 deprecated:
986 - plat/marvell/a3720/uart
987
988 - title: MediaTek
989 scope: mediatek-drivers
990
991 subsections:
992 - title: APU
993 scope: mediatek-apu
994
995 deprecated:
996 - plat/mediatek/apu
997
998 - title: EMI MPU
999 scope: mediatek-emi-mpu
1000
1001 deprecated:
1002 - plat/mediatek/mpu
1003
1004 - title: PMIC Wrapper
1005 scope: mediatek-pmic-wrapper
1006
1007 deprecated:
1008 - plat/mediatek/pmic_wrap
1009
1010 - title: MT8192
1011 scope: mt8192-drivers
1012
1013 subsections:
1014 - title: SPM
1015 scope: mt8192-spm
1016
1017 deprecated:
1018 - mediatek/mt8192/spm
1019
1020 - title: NXP
1021 scope: nxp-drivers
1022
1023 subsections:
1024 - title: DCFG
1025 scope: nxp-dcfg
1026
1027 deprecated:
1028 - driver/nxp/dcfg
1029
1030 - title: FLEXSPI
1031 scope: flexspi
1032
1033 deprecated:
1034 - include/drivers/flexspi
1035 - driver/nxp/xspi
1036
1037 - title: SCFG
1038 scope: nxp-scfg
1039
1040 deprecated:
1041 - nxp/scfg
1042
1043 - title: SFP
1044 scope: nxp-sfp
1045
1046 deprecated:
1047 - drivers/nxp/sfp
1048
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001049 - title: QSPI
1050 scope: nxp-qspi
1051
Jiafei Pan94450412022-02-18 12:02:04 +08001052 - title: NXP Crypto
1053 scope: nxp-crypto
1054
Jiafei Panfa3f7612022-02-22 11:05:00 +08001055 - title: DDR
1056 scope: nxp-ddr
1057
1058 - title: GIC
1059 scope: nxp-gic
1060
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001061 - title: CSU
1062 scope: nxp-csu
1063
1064 - title: IFC NAND
1065 scope: nxp-ifc-nand
1066
1067 - title: IFC NOR
1068 scope: nxp-ifc-nor
1069
1070 - title: TZC-380
1071 scope: nxp-tzc380
1072
Jacky Bai9dc47d52023-06-14 15:24:00 +08001073 - title: TRDC
1074 scope: imx-trdc
1075
Chris Kay82117d72021-12-01 16:34:55 +00001076 - title: Renesas
1077 scope: renesas-drivers
1078
1079 subsections:
1080 - title: R-Car3
1081 scope: rcar3-drivers
1082
1083 deprecated:
1084 - drivers/rcar3
1085
1086 - title: ST
1087 scope: st-drivers
1088
1089 deprecated:
1090 - drivers/st
1091
1092 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +01001093 - title: BSEC
1094 scope: st-bsec
1095
Chris Kay82117d72021-12-01 16:34:55 +00001096 - title: Clock
1097 scope: st-clock
1098
1099 deprecated:
1100 - stm32mp_clk
1101 - drivers/st/clk
1102 - stm32mp1_clk
1103
Yann Gautier9f359fd2022-01-27 09:25:47 +01001104 - title: Crypto
1105 scope: st-crypto
1106
1107 - title: DDR
1108 scope: st-ddr
1109
Chris Kay82117d72021-12-01 16:34:55 +00001110 - title: I/O
1111 scope: st-io-drivers
1112
1113 subsections:
1114 - title: STM32 Image
1115 scope: st-io-stm32image
1116
1117 deprecated:
1118 - io-stm32image
1119 - io_stm32image
1120
Yann Gautier9f359fd2022-01-27 09:25:47 +01001121 - title: I2C
1122 scope: st-i2c
1123
1124 - title: FMC
1125 scope: st-fmc
1126
1127 - title: GPIO
1128 scope: st-gpio
1129
Chris Kay82117d72021-12-01 16:34:55 +00001130 - title: SDMMC2
1131 scope: st-sdmmc2
1132
1133 deprecated:
1134 - stm32_sdmmc2
1135
1136 - title: ST PMIC
1137 scope: st-pmic
1138
1139 deprecated:
1140 - drivers/st/pmic
1141
1142 - title: STPMIC1
1143 scope: stpmic1
1144
Yann Gautier9f359fd2022-01-27 09:25:47 +01001145 - title: Regulator
1146 scope: st-regulator
1147
1148 - title: Reset
1149 scope: st-reset
1150
1151 - title: SPI
1152 scope: st-spi
1153
Chris Kay82117d72021-12-01 16:34:55 +00001154 - title: UART
1155 scope: st-uart
1156
1157 subsections:
1158 - title: STM32 Console
1159 scope: stm32-console
1160
1161 deprecated:
1162 - stm32_console
1163
1164 - title: USB
1165 scope: st-usb
1166
1167 deprecated:
1168 - drivers/st/usb
1169
Yann Gautier9f359fd2022-01-27 09:25:47 +01001170 - title: Watchdog
1171 scope: st-iwdg
1172
Chris Kay82117d72021-12-01 16:34:55 +00001173 - title: USB
1174 scope: usb
1175
1176 deprecated:
1177 - drivers/usb
1178
1179 - title: Miscellaneous
1180
1181 subsections:
1182 - title: AArch64
1183 scope: aarch64
1184
1185 - title: Debug
1186 scope: debug
1187
1188 deprecated:
1189 - common/debug
1190
1191 - title: CRC32
1192 scope: crc32
1193
1194 subsections:
1195 - title: Hardware CRC32
1196 scope: hw-crc32
1197
1198 deprecated:
1199 - hw_crc
1200 - hw_crc32
1201
1202 - title: Software CRC32
1203 scope: sw-crc32
1204
1205 deprecated:
1206 - sw_crc32
1207
1208 - title: DT Bindings
1209 scope: dt-bindings
1210
1211 - title: FDT Wrappers
1212 scope: fdt-wrappers
1213
1214 - title: FDTs
1215 scope: fdts
1216
1217 deprecated:
1218 - fdt
1219
1220 subsections:
1221 - title: Morello
1222 scope: morello-fdts
1223
1224 deprecated:
1225 - fdts/morello
1226
1227 - title: STM32MP1
1228 scope: stm32mp1-fdts
1229
1230 deprecated:
1231 - fdts stm32mp1
1232
Yann Gautier2c962252022-07-08 15:55:14 +02001233 subsections:
1234 - title: STM32MP13
1235 scope: stm32mp13-fdts
1236
1237 - title: STM32MP15
1238 scope: stm32mp15-fdts
1239
Yann Gautier1123f662022-12-16 15:32:25 +01001240 - title: STM32MP2
1241 scope: stm32mp2-fdts
1242
Chris Kay82117d72021-12-01 16:34:55 +00001243 - title: PIE
1244 scope: pie
1245
Juan Pablo Conde52487492023-05-15 22:17:17 -05001246 - title: PIE/POR
1247 scope: pie/por
1248
Chris Kay82117d72021-12-01 16:34:55 +00001249 - title: Security
1250 scope: security
1251
1252 - title: SDEI
1253 scope: sdei
1254
1255 - title: TBBR
1256 scope: tbbr
1257
1258 - title: NXP
1259
1260 subsections:
1261 - title: OCRAM
1262 scope: nxp-ocram
1263
1264 deprecated:
1265 - nxp/common/ocram
1266
1267 - title: PSCI
1268 scope: nxp-psci
1269
1270 deprecated:
1271 - plat/nxp/common/psci
1272
Chris Kayd04a4762023-04-13 17:24:20 +01001273 - title: UUID
1274 scope: uuid
1275
Chris Kay82117d72021-12-01 16:34:55 +00001276 - title: Documentation
1277 scope: docs
1278
1279 deprecated:
1280 - doc
1281
1282 subsections:
1283 - title: Changelog
1284 scope: changelog
1285
1286 - title: Commit Style
1287 scope: commit-style
1288
1289 - title: Contribution Guidelines
1290 scope: contributing
1291
1292 deprecated:
1293 - contribution-guidelines
1294 - docs-contributing.rst
1295
1296 - title: Maintainers
1297 scope: maintainers
1298
1299 - title: Prerequisites
1300 scope: prerequisites
1301
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001302 - title: Threat Model
1303 scope: threat-model
1304
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001305 - title: Porting Guide
1306 scope: porting
1307
Chris Kay82117d72021-12-01 16:34:55 +00001308 - title: Build System
1309 scope: build
1310
1311 deprecated:
1312 - makefile
1313 - Makefile
1314
1315 subsections:
1316 - title: Git Hooks
1317 scope: hooks
1318
Juan Pablo Conde52487492023-05-15 22:17:17 -05001319 deprecated:
1320 - git-hooks
1321
Chris Kay82117d72021-12-01 16:34:55 +00001322 - title: Tools
1323
1324 subsections:
1325 - title: STM32 Image
1326 scope: stm32image
1327
1328 deprecated:
1329 - tools/stm32image
1330
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001331 - title: NXP Tools
1332 scope: nxp-tools
1333
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001334 - title: Firmware Image Package Tool
1335 scope: fiptool
1336
1337 - title: Secure Partition Tool
1338 scope: sptool
1339
1340 - title: Certificate Creation Tool
1341 scope: cert-create
1342
Harrison Mutai372b8802023-02-23 11:30:17 +00001343 - title: Memory Mapping Tool
1344 scope: memmap
1345
laurenw-arm7c66fca2022-11-01 14:45:33 -05001346 deprecated:
1347 - cert_create
1348
Chris Kay82117d72021-12-01 16:34:55 +00001349 - title: Dependencies
1350 scope: deps
1351
1352 subsections:
1353 - title: checkpatch
1354 scope: checkpatch
1355
1356 - title: commitlint
1357 scope: commitlint
1358
Daniel Boulbyc550e702022-10-05 11:03:44 +01001359 - title: Compiler runtime libraries
1360 scope: compiler-rt
1361
Chris Kay82117d72021-12-01 16:34:55 +00001362 - title: libfdt
1363 scope: libfdt
1364
1365 - title: Node Package Manager (NPM)
1366 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001367
dependabot[bot]dba1b532023-09-06 09:55:17 +00001368 - title: Poetry
1369 scope: poetry
1370
Daniel Boulbyc550e702022-10-05 11:03:44 +01001371 - title: zlib
1372 scope: zlib