blob: 2d6986b775dcf591f1c9ff7b4315dc5e17d424e1 [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
Manish V Badarkhe538d5922023-09-22 17:54:59 +0100812 - title: mbedTLS-PSA
813 scope: mbedtls-psa
814
Yann Gautier1832d662023-01-06 17:05:48 +0100815 - title: Console
816 scope: console
817
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100818 - title: Generic Clock
819 scope: clk
820
Chris Kay82117d72021-12-01 16:34:55 +0000821 - title: FWU
822 scope: fwu
823
824 deprecated:
825 - fwu_metadata
826
827 - title: I/O
828 scope: io
829
830 subsections:
831 - title: MTD
832 scope: mtd
833
834 deprecated:
835 - io_mtd
836
837 - title: Measured Boot
838 scope: measured-boot
839
840 deprecated:
841 - measured boot
842 - measured_boot
843
844 - title: MMC
845 scope: mmc
846
847 deprecated:
848 - drivers/mmc
849
850 - title: MTD
851 scope: mtd
852
853 deprecated:
854 - drivers/mtd
855
856 subsections:
857 - title: NAND
858 scope: nand
859
860 subsections:
861 - title: SPI NAND
862 scope: spi-nand
863
864 deprecated:
865 - spi_nand
866
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100867 - title: GUID Partition Tables Support
868 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530869
Juan Pablo Conde52487492023-05-15 22:17:17 -0500870 deprecated:
871 - partition
872
Chris Kay82117d72021-12-01 16:34:55 +0000873 - title: SCMI
874 scope: scmi
875
876 deprecated:
877 - scmi_common
878 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -0500879 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +0000880
881 - title: UFS
882 scope: ufs
883
884 - title: Arm
885 scope: arm-drivers
886
887 subsections:
888 - title: Ethos-N
889 scope: ethos-n
890
891 deprecated:
892 - drivers/arm/ethosn
893
894 - title: GIC
895 scope: gic
896
897 subsections:
898 - title: GICv3
899 scope: gicv3
900
laurenw-arm7c66fca2022-11-01 14:45:33 -0500901 deprecated:
902 - gicv3/multichip
903
Chris Kay82117d72021-12-01 16:34:55 +0000904 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500905 - title: GIC-600
906 scope: gic600
907
Chris Kay82117d72021-12-01 16:34:55 +0000908 - title: GIC-600AE
909 scope: gic600ae
910
Madhukar Pappireddydc4b8c62023-08-03 12:13:27 -0500911 - title: GICv2
912 scope: gicv2
913
Manish V Badarkhebcaeb672022-03-24 18:23:37 +0000914 - title: SMMU
915 scope: smmu
916
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100917 - title: MHU
918 scope: mhu
919
920 deprecated:
921 - drivers/arm/mhu
922
923 - title: RSS
924 scope: rss
925
926 deprecated:
927 - drivers/arm/rss
928
Chris Kay82117d72021-12-01 16:34:55 +0000929 - title: TZC
930 scope: tzc
931
932 subsections:
933 - title: TZC-400
934 scope: tzc400
935
936 deprecated:
937 - drivers/tzc400
938
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100939 - title: TZC-380
940 scope: tzc380
941
942 deprecated:
943 - drivers/tzc380
944
Madhukar Pappireddy4c3de562023-03-22 15:27:22 -0500945 - title: SBSA
946 scope: sbsa
947
Chris Kay82117d72021-12-01 16:34:55 +0000948 - title: Marvell
949 scope: marvell-drivers
950
951 subsections:
952 - title: COMPHY
953 scope: marvell-comphy
954
955 deprecated:
956 - drivers/marvell/comphy
957
958 subsections:
959 - title: Armada 3700
960 scope: marvell-comphy-3700
961
962 deprecated:
963 - drivers/marvell/comphy-3700
964
965 - title: CP110
966 scope: marvell-comphy-cp110
967
968 deprecated:
969 - drivers/marvell/comphy-cp110
970
971 - title: UART
972 scope: marvell-uart
973
974 deprecated:
975 - plat/marvell/uart
976
977 - title: Armada
978 scope: armada-drivers
979
980 subsections:
981 - title: A3K
982 scope: a3k-drivers
983
984 subsections:
985 - title: A3720
986 scope: a3720-uart
987
988 deprecated:
989 - plat/marvell/a3720/uart
990
991 - title: MediaTek
992 scope: mediatek-drivers
993
994 subsections:
995 - title: APU
996 scope: mediatek-apu
997
998 deprecated:
999 - plat/mediatek/apu
1000
1001 - title: EMI MPU
1002 scope: mediatek-emi-mpu
1003
1004 deprecated:
1005 - plat/mediatek/mpu
1006
1007 - title: PMIC Wrapper
1008 scope: mediatek-pmic-wrapper
1009
1010 deprecated:
1011 - plat/mediatek/pmic_wrap
1012
1013 - title: MT8192
1014 scope: mt8192-drivers
1015
1016 subsections:
1017 - title: SPM
1018 scope: mt8192-spm
1019
1020 deprecated:
1021 - mediatek/mt8192/spm
1022
1023 - title: NXP
1024 scope: nxp-drivers
1025
1026 subsections:
1027 - title: DCFG
1028 scope: nxp-dcfg
1029
1030 deprecated:
1031 - driver/nxp/dcfg
1032
1033 - title: FLEXSPI
1034 scope: flexspi
1035
1036 deprecated:
1037 - include/drivers/flexspi
1038 - driver/nxp/xspi
1039
1040 - title: SCFG
1041 scope: nxp-scfg
1042
1043 deprecated:
1044 - nxp/scfg
1045
1046 - title: SFP
1047 scope: nxp-sfp
1048
1049 deprecated:
1050 - drivers/nxp/sfp
1051
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001052 - title: QSPI
1053 scope: nxp-qspi
1054
Jiafei Pan94450412022-02-18 12:02:04 +08001055 - title: NXP Crypto
1056 scope: nxp-crypto
1057
Jiafei Panfa3f7612022-02-22 11:05:00 +08001058 - title: DDR
1059 scope: nxp-ddr
1060
1061 - title: GIC
1062 scope: nxp-gic
1063
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001064 - title: CSU
1065 scope: nxp-csu
1066
1067 - title: IFC NAND
1068 scope: nxp-ifc-nand
1069
1070 - title: IFC NOR
1071 scope: nxp-ifc-nor
1072
1073 - title: TZC-380
1074 scope: nxp-tzc380
1075
Jacky Bai9dc47d52023-06-14 15:24:00 +08001076 - title: TRDC
1077 scope: imx-trdc
1078
Chris Kay82117d72021-12-01 16:34:55 +00001079 - title: Renesas
1080 scope: renesas-drivers
1081
1082 subsections:
1083 - title: R-Car3
1084 scope: rcar3-drivers
1085
1086 deprecated:
1087 - drivers/rcar3
1088
1089 - title: ST
1090 scope: st-drivers
1091
1092 deprecated:
1093 - drivers/st
1094
1095 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +01001096 - title: BSEC
1097 scope: st-bsec
1098
Chris Kay82117d72021-12-01 16:34:55 +00001099 - title: Clock
1100 scope: st-clock
1101
1102 deprecated:
1103 - stm32mp_clk
1104 - drivers/st/clk
1105 - stm32mp1_clk
1106
Yann Gautier9f359fd2022-01-27 09:25:47 +01001107 - title: Crypto
1108 scope: st-crypto
1109
1110 - title: DDR
1111 scope: st-ddr
1112
Chris Kay82117d72021-12-01 16:34:55 +00001113 - title: I/O
1114 scope: st-io-drivers
1115
1116 subsections:
1117 - title: STM32 Image
1118 scope: st-io-stm32image
1119
1120 deprecated:
1121 - io-stm32image
1122 - io_stm32image
1123
Yann Gautier9f359fd2022-01-27 09:25:47 +01001124 - title: I2C
1125 scope: st-i2c
1126
1127 - title: FMC
1128 scope: st-fmc
1129
1130 - title: GPIO
1131 scope: st-gpio
1132
Chris Kay82117d72021-12-01 16:34:55 +00001133 - title: SDMMC2
1134 scope: st-sdmmc2
1135
1136 deprecated:
1137 - stm32_sdmmc2
1138
1139 - title: ST PMIC
1140 scope: st-pmic
1141
1142 deprecated:
1143 - drivers/st/pmic
1144
1145 - title: STPMIC1
1146 scope: stpmic1
1147
Yann Gautier9f359fd2022-01-27 09:25:47 +01001148 - title: Regulator
1149 scope: st-regulator
1150
1151 - title: Reset
1152 scope: st-reset
1153
1154 - title: SPI
1155 scope: st-spi
1156
Chris Kay82117d72021-12-01 16:34:55 +00001157 - title: UART
1158 scope: st-uart
1159
1160 subsections:
1161 - title: STM32 Console
1162 scope: stm32-console
1163
1164 deprecated:
1165 - stm32_console
1166
1167 - title: USB
1168 scope: st-usb
1169
1170 deprecated:
1171 - drivers/st/usb
1172
Yann Gautier9f359fd2022-01-27 09:25:47 +01001173 - title: Watchdog
1174 scope: st-iwdg
1175
Chris Kay82117d72021-12-01 16:34:55 +00001176 - title: USB
1177 scope: usb
1178
1179 deprecated:
1180 - drivers/usb
1181
1182 - title: Miscellaneous
1183
1184 subsections:
1185 - title: AArch64
1186 scope: aarch64
1187
1188 - title: Debug
1189 scope: debug
1190
1191 deprecated:
1192 - common/debug
1193
1194 - title: CRC32
1195 scope: crc32
1196
1197 subsections:
1198 - title: Hardware CRC32
1199 scope: hw-crc32
1200
1201 deprecated:
1202 - hw_crc
1203 - hw_crc32
1204
1205 - title: Software CRC32
1206 scope: sw-crc32
1207
1208 deprecated:
1209 - sw_crc32
1210
1211 - title: DT Bindings
1212 scope: dt-bindings
1213
1214 - title: FDT Wrappers
1215 scope: fdt-wrappers
1216
1217 - title: FDTs
1218 scope: fdts
1219
1220 deprecated:
1221 - fdt
1222
1223 subsections:
1224 - title: Morello
1225 scope: morello-fdts
1226
1227 deprecated:
1228 - fdts/morello
1229
1230 - title: STM32MP1
1231 scope: stm32mp1-fdts
1232
1233 deprecated:
1234 - fdts stm32mp1
1235
Yann Gautier2c962252022-07-08 15:55:14 +02001236 subsections:
1237 - title: STM32MP13
1238 scope: stm32mp13-fdts
1239
1240 - title: STM32MP15
1241 scope: stm32mp15-fdts
1242
Yann Gautier1123f662022-12-16 15:32:25 +01001243 - title: STM32MP2
1244 scope: stm32mp2-fdts
1245
Chris Kay82117d72021-12-01 16:34:55 +00001246 - title: PIE
1247 scope: pie
1248
Juan Pablo Conde52487492023-05-15 22:17:17 -05001249 - title: PIE/POR
1250 scope: pie/por
1251
Chris Kay82117d72021-12-01 16:34:55 +00001252 - title: Security
1253 scope: security
1254
1255 - title: SDEI
1256 scope: sdei
1257
1258 - title: TBBR
1259 scope: tbbr
1260
1261 - title: NXP
1262
1263 subsections:
1264 - title: OCRAM
1265 scope: nxp-ocram
1266
1267 deprecated:
1268 - nxp/common/ocram
1269
1270 - title: PSCI
1271 scope: nxp-psci
1272
1273 deprecated:
1274 - plat/nxp/common/psci
1275
Chris Kayd04a4762023-04-13 17:24:20 +01001276 - title: UUID
1277 scope: uuid
1278
Chris Kay82117d72021-12-01 16:34:55 +00001279 - title: Documentation
1280 scope: docs
1281
1282 deprecated:
1283 - doc
1284
1285 subsections:
1286 - title: Changelog
1287 scope: changelog
1288
1289 - title: Commit Style
1290 scope: commit-style
1291
1292 - title: Contribution Guidelines
1293 scope: contributing
1294
1295 deprecated:
1296 - contribution-guidelines
1297 - docs-contributing.rst
1298
1299 - title: Maintainers
1300 scope: maintainers
1301
1302 - title: Prerequisites
1303 scope: prerequisites
1304
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001305 - title: Threat Model
1306 scope: threat-model
1307
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001308 - title: Porting Guide
1309 scope: porting
1310
Chris Kay82117d72021-12-01 16:34:55 +00001311 - title: Build System
1312 scope: build
1313
1314 deprecated:
1315 - makefile
1316 - Makefile
1317
1318 subsections:
1319 - title: Git Hooks
1320 scope: hooks
1321
Juan Pablo Conde52487492023-05-15 22:17:17 -05001322 deprecated:
1323 - git-hooks
1324
Chris Kay82117d72021-12-01 16:34:55 +00001325 - title: Tools
1326
1327 subsections:
1328 - title: STM32 Image
1329 scope: stm32image
1330
1331 deprecated:
1332 - tools/stm32image
1333
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001334 - title: NXP Tools
1335 scope: nxp-tools
1336
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001337 - title: Firmware Image Package Tool
1338 scope: fiptool
1339
1340 - title: Secure Partition Tool
1341 scope: sptool
1342
1343 - title: Certificate Creation Tool
1344 scope: cert-create
1345
Harrison Mutai372b8802023-02-23 11:30:17 +00001346 - title: Memory Mapping Tool
1347 scope: memmap
1348
laurenw-arm7c66fca2022-11-01 14:45:33 -05001349 deprecated:
1350 - cert_create
1351
Chris Kay82117d72021-12-01 16:34:55 +00001352 - title: Dependencies
1353 scope: deps
1354
1355 subsections:
1356 - title: checkpatch
1357 scope: checkpatch
1358
1359 - title: commitlint
1360 scope: commitlint
1361
Daniel Boulbyc550e702022-10-05 11:03:44 +01001362 - title: Compiler runtime libraries
1363 scope: compiler-rt
1364
Chris Kay82117d72021-12-01 16:34:55 +00001365 - title: libfdt
1366 scope: libfdt
1367
1368 - title: Node Package Manager (NPM)
1369 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001370
dependabot[bot]dba1b532023-09-06 09:55:17 +00001371 - title: Poetry
1372 scope: poetry
1373
Daniel Boulbyc550e702022-10-05 11:03:44 +01001374 - title: zlib
1375 scope: zlib