blob: 134e72d8a5b5590bd982b14b872ae6aac5c23387 [file] [log] [blame]
Chris Kay82117d72021-12-01 16:34:55 +00001#
Chris Kayc66b9f32024-01-15 18:45:07 +00002# Copyright (c) 2021-2024, 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
Govindraj Raja5bd4bd82024-03-19 14:32:20 -0500119 - title: Memory Tagging Extension2
120 scope: mte2
121
122 deprecated:
123 - mte
laurenw-arm7c66fca2022-11-01 14:45:33 -0500124
125 - title: Pointer Authentication Extension
126 scope: pauth
127
128 - title: Performance Monitors Extension (FEAT_PMUv3)
129 scope: pmu
130
131 - title: Trapping support for RNDR/RNDRRS (FEAT_RNG_TRAP)
132 scope: rng-trap
133
Jayanth Dodderi Chidanandcfe053a2022-11-08 10:31:07 +0000134 - title: Scalable Matrix Extension (FEAT_SME, FEAT_SME2)
Chris Kay82117d72021-12-01 16:34:55 +0000135 scope: sme
136
laurenw-arm7c66fca2022-11-01 14:45:33 -0500137 - title: Statistical profiling Extension (FEAT_SPE)
138 scope: spe
139
Chris Kay82117d72021-12-01 16:34:55 +0000140 - title: Scalable Vector Extension (FEAT_SVE)
141 scope: sve
142
143 - title: System Register Trace Extensions (FEAT_ETMv4, FEAT_ETE and FEAT_ETEv1.1)
144 scope: sys-reg-trace
145
146 deprecated:
147 - sys_reg_trace
148
149 - title: Trace Buffer Extension (FEAT_TRBE)
150 scope: trbe
151
152 - title: Self-hosted Trace Extensions (FEAT_TRF)
153 scope: trf
154
155 - title: Platforms
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000156 scope: platforms
157
158 deprecated:
159 - plat/common
Chris Kay82117d72021-12-01 16:34:55 +0000160
161 subsections:
162 - title: Allwinner
163 scope: allwinner
164
165 deprecated:
166 - plat/allwinner
167
168 - title: Arm
169 scope: arm
170
171 deprecated:
172 - plat/arm
173
174 subsections:
Juan Pablo Conde52487492023-05-15 22:17:17 -0500175 - title: A5DS
176 scope: a5ds
177
laurenw-arm7c66fca2022-11-01 14:45:33 -0500178 - title: CSS
179 scope: css
180
181 deprecated:
182 - plat/arm/css
Juan Pablo Conde52487492023-05-15 22:17:17 -0500183 - plat/css
laurenw-arm7c66fca2022-11-01 14:45:33 -0500184
Chris Kay82117d72021-12-01 16:34:55 +0000185 - title: FPGA
186 scope: fpga
187
188 deprecated:
189 - arm_fgpa
Chris Kay82117d72021-12-01 16:34:55 +0000190 - plat/arm_fpga
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000191 - arm/fpga
Chris Kay82117d72021-12-01 16:34:55 +0000192
193 - title: FVP
194 scope: fvp
195
196 deprecated:
197 - plat/fvp
laurenw-arm7c66fca2022-11-01 14:45:33 -0500198 - fvp/tsp_manifest
Chris Kay82117d72021-12-01 16:34:55 +0000199
200 - title: FVP-R
201 scope: fvp-r
202
203 deprecated:
204 - fvp_r
205
laurenw-arm7c66fca2022-11-01 14:45:33 -0500206 - title: FVP Versatile Express
207 scope: fvp_ve
208
Chris Kay82117d72021-12-01 16:34:55 +0000209 - title: Juno
210 scope: juno
211
212 - title: Morello
213 scope: morello
214
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100215 - title: N1SDP
216 scope: n1sdp
217
Rohit Mathewe191b382024-04-15 17:31:04 +0100218 - title: Neoverse-RD
219 scope: neoverse-rd
Chris Kay82117d72021-12-01 16:34:55 +0000220
221 subsections:
Juan Pablo Conde52487492023-05-15 22:17:17 -0500222 - title: RD-N1 Edge
223 scope: rdn1edge
224
Chris Kay82117d72021-12-01 16:34:55 +0000225 - title: RD-N2
226 scope: rdn2
227
228 deprecated:
229 - board/rdn2
230
Chris Kay82117d72021-12-01 16:34:55 +0000231 - 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
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000257 - title: Cadence
258 scope: cadence
259
laurenw-arm7c66fca2022-11-01 14:45:33 -0500260 - title: HiSilicon
261 scope: hisilicon
262
263 subsections:
264 - title: HiKey
265 scope: hikey
266
267 - title: HiKey960
268 scope: hikey960
269
Sieu Mun Tang9f3a13c2022-02-22 14:14:26 +0800270 - title: Intel
271 scope: intel
272
273 subsections:
274 - title: SoC
275 scope: soc
276
Chris Kay82117d72021-12-01 16:34:55 +0000277 - title: Marvell
278 scope: marvell
279
280 deprecated:
281 - plat/marvell
282
283 subsections:
284 - title: Armada
285 scope: armada
286
287 deprecated:
288 - plat/marvell/armada
289
290 subsections:
291 - title: A3K
292 scope: a3k
293
294 deprecated:
295 - plat/marvell/a3k
296
297 - title: A8K
298 scope: a8k
299
300 deprecated:
301 - plat/marvell/a8k
302
303 - title: MediaTek
304 scope: mediatek
305
306 deprecated:
307 - plat/mediatek/common
308 - plat/mediatek
309
310 subsections:
311 - title: MT8183
312 scope: mt8183
313
314 deprecated:
315 - plat/mediatek/mt8183
316
laurenw-arm7c66fca2022-11-01 14:45:33 -0500317 - title: MT8186
318 scope: mt8186
319
320 deprecated:
321 - plat/mediatek/mt8186
322 - mt8186-emi-mpu
323
324 - title: MT8188
325 scope: mt8188
326
Chris Kay82117d72021-12-01 16:34:55 +0000327 - title: MT8192
328 scope: mt8192
329
330 deprecated:
331 - plat/mdeiatek/mt8192
332
333 - title: MT8195
334 scope: mt8195
335
336 deprecated:
337 - plat/mediatek/me8195
338 - plat/mediatek/mt8195
339 - plat/mdeiatek/mt8195
340
341 - title: NVIDIA
342 scope: nvidia
343
344 subsections:
345 - title: Tegra
346 scope: tegra
347
348 deprecated:
349 - plat/tegra
350
351 subsections:
352 - title: Tegra 132
353 scope: tegra132
354
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100355 - title: Tegra 194
356 scope: tegra194
357
Juan Pablo Conde52487492023-05-15 22:17:17 -0500358 - title: Tegra 210
359 scope: tegra210
360
Chris Kay82117d72021-12-01 16:34:55 +0000361 - title: NXP
362 scope: nxp
363
364 deprecated:
365 - plat/nxp
366 - plat/nxp/common
367
368 subsections:
369 - title: i.MX
370 scope: imx
371
372 deprecated:
373 - plat/imx
374 - plat/imx/imx
375
376 subsections:
377 - title: i.MX 8M
378 scope: imx8m
379
380 deprecated:
381 - plat/imx8m
382 - plat/imx/imx8m
383
384 subsections:
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100385 - title: i.MX 8M Nano
386 scope: imx8mn
387
388 deprecated:
389 - plat/imx/imx8m/imx8mn
390
Chris Kay82117d72021-12-01 16:34:55 +0000391 - title: i.MX 8M Mini
392 scope: imx8mm
393
394 deprecated:
395 - plat/imx/imx8m/imx8mm
396
397 - title: i.MX 8M Plus
398 scope: imx8mp
399
400 deprecated:
401 - plat/imx/imx8m/imx8mp
402
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100403 - title: i.MX 8Q
404 scope: imx8mq
405
406 deprecated:
407 - plat/imx/imx8m/imx8mq
408
Juan Pablo Conde52487492023-05-15 22:17:17 -0500409 - title: i.MX 8
410 scope: imx8
411
Jacky Bai4e214e42023-10-08 17:52:24 +0800412 - title: i.MX 8ULP
413 scope: imx8ulp
414
Jacky Bai9dc47d52023-06-14 15:24:00 +0800415 - title: i.MX 9
416 scope: imx9
417
418 subsections:
419 - title: i.MX93
420 scope: imx93
421
Chris Kay82117d72021-12-01 16:34:55 +0000422 - title: Layerscape
423 scope: layerscape
424
425 deprecated:
426 - docs/nxp/layerscape
427
428 subsections:
429 - title: LS1028A
430 scope: ls1028a
431
432 deprecated:
433 - plat/nxp/ls1028a
434
435 subsections:
436 - title: LS1028ARDB
437 scope: ls1028ardb
438
439 deprecated:
440 - plat/nxp/ls1028ardb
441
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100442 - title: LS1043A
443 scope: ls1043a
444
445 deprecated:
446 - plat/nxp/ls1043a
447
448 subsections:
449 - title: LS1043ARDB
450 scope: ls1043ardb
451
452 deprecated:
453 - plat/nxp/ls1043ardb
454
Chris Kay82117d72021-12-01 16:34:55 +0000455 - title: LX2
456 scope: lx2
457
458 deprecated:
459 - plat/nxp/lx2
460
461 subsections:
462 - title: LX216
463 scope: lx216
464
465 deprecated:
466 - plat/nxp/lx216x
467
468 subsections:
469 - title: LX2160
470 scope: lx2160
471
472 deprecated:
473 - plat/soc-lx2160
474
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800475 - title: LS1046A
476 scope: ls1046a
477
478 subsections:
479 - title: LS1046ARDB
480 scope: ls1046ardb
481
482 - title: LS1046AFRWY
483 scope: ls1046afrwy
484
485 - title: LS1046AQDS
486 scope: ls1046aqds
487
Jiafei Pan290bf6f2022-02-24 16:00:35 +0800488 - title: LS1088A
489 scope: ls1088a
490
491 subsections:
492 - title: LS1088ARDB
493 scope: ls1088ardb
494
495 - title: LS1088AQDS
496 scope: ls1088aqds
497
Chris Kay82117d72021-12-01 16:34:55 +0000498 - title: QEMU
499 scope: qemu
500
501 deprecated:
502 - plat/qemu
503
Juan Pablo Conde52487492023-05-15 22:17:17 -0500504 subsections:
505 - title: SBSA
506 scope: qemu-sbsa
507
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000508 deprecated:
509 - qemu_sbsa
510
Chris Kay82117d72021-12-01 16:34:55 +0000511 - title: QTI
512 scope: qti
513
laurenw-arm7c66fca2022-11-01 14:45:33 -0500514 deprecated:
515 - plat/qti
516
Chris Kay82117d72021-12-01 16:34:55 +0000517 subsections:
518 - title: SC1780
519 scope: sc7180
520
521 deprecated:
522 - plat/qti/sc7180
523
524 - title: SC7280
525 scope: sc7280
526
527 deprecated:
528 - plat/qti/sc7280
529
Stephan Gerholdd0d0bf42021-12-01 20:00:00 +0100530 - title: MSM8916
531 scope: msm8916
532
Chris Kay82117d72021-12-01 16:34:55 +0000533 - title: Raspberry Pi
534 scope: rpi
535
536 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500537 - title: Raspberry Pi 3
538 scope: rpi3
539
Chris Kay82117d72021-12-01 16:34:55 +0000540 - title: Raspberry Pi 4
541 scope: rpi4
542
Mario Bălănicăc883ce02023-12-02 03:08:02 +0200543 - title: Raspberry Pi 5
544 scope: rpi5
545
Chris Kay82117d72021-12-01 16:34:55 +0000546 - title: Renesas
547 scope: renesas
548
549 subsections:
550 - title: R-Car
551 scope: rcar
552
553 deprecated:
554 - plat/rcar
555
556 subsections:
557 - title: R-Car 3
558 scope: rcar3
559
560 deprecated:
561 - plat/rcar3
562
563 - title: Rockchip
564 scope: rockchip
565
566 subsections:
567 - title: RK3399
568 scope: rk3399
569
570 deprecated:
571 - rockchip/rk3399
572 - rk3399/suspend
573
Diederik de Haas6a9c7312023-11-27 10:21:37 +0100574 - title: RK3328
575 scope: rk3328
576
Chris Kay82117d72021-12-01 16:34:55 +0000577 - title: Socionext
578 scope: socionext
579
580 subsections:
581 - title: Synquacer
582 scope: synquacer
583
584 deprecated:
585 - plat/synquacer
586
587 - title: ST
588 scope: st
589
590 deprecated:
591 - plat/st
592
593 subsections:
Yann Gautier14b32e82022-06-01 18:17:43 +0200594 - title: STM32MP1
Chris Kay82117d72021-12-01 16:34:55 +0000595 scope: stm32mp1
596
597 deprecated:
598 - plat/st/stm32mp1
599
Yann Gautier14b32e82022-06-01 18:17:43 +0200600 subsections:
601 - title: STM32MP13
602 scope: stm32mp13
603
604 - title: STM32MP15
605 scope: stm32mp15
606
Yann Gautier1123f662022-12-16 15:32:25 +0100607 - title: STM32MP2
608 scope: stm32mp2
609
Dave Gerlach74c19f92022-03-22 11:02:52 -0500610 - title: Texas Instruments
611 scope: ti
612
613 subsections:
614 - title: K3
615 scope: k3
616
laurenw-arm7c66fca2022-11-01 14:45:33 -0500617 deprecated:
618 - ti-k3
619
Chris Kay82117d72021-12-01 16:34:55 +0000620 - title: Xilinx
621 scope: xilinx
622
623 deprecated:
624 - plat/xilinx
625
626 subsections:
Michal Simek38d5d4d2023-09-18 10:22:48 +0200627 - title: DCC (Debug Communication Channel)
628 scope: dcc
629
Chris Kay82117d72021-12-01 16:34:55 +0000630 - title: Versal
631 scope: versal
632
633 deprecated:
634 - plat/xilinx/versal/include
635 - plat/xilinx/versal
636 - plat/versal
637
laurenw-arm7c66fca2022-11-01 14:45:33 -0500638 subsections:
639 - title: Versal NET
640 scope: versal-net
641
642 deprecated:
643 - versal_net
644
Chris Kay82117d72021-12-01 16:34:55 +0000645 - title: ZynqMP
646 scope: zynqmp
647
648 deprecated:
649 - plat/zynqmp
650 - plat/xilinx/zynqmp
651
rutigl@gmail.comdefbeed2023-03-19 09:19:05 +0200652 - title: Nuvoton
653 scope: nuvoton
654
655 subsections:
656 - title: npcm845x
657 scope: npcm845x
658
Chris Kay82117d72021-12-01 16:34:55 +0000659 - title: Bootloader Images
660 scope: bl
661
662 deprecated:
663 - bl_common
664
665 subsections:
666 - title: BL1
667 scope: bl1
668
669 - title: BL2
670 scope: bl2
671
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100672 - title: BL31
673 scope: bl31
674
Shruti Guptac31beb62022-08-09 10:46:07 +0100675 - title: BL32
676 scope: bl32
677
678 subsections:
679 - title: TSP
680 scope: tsp
681
Chris Kay82117d72021-12-01 16:34:55 +0000682 - title: Services
683 scope: services
684
685 subsections:
686 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000687 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000688
689 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000690 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000691
692 - title: RME
693 scope: rme
694
laurenw-arm7c66fca2022-11-01 14:45:33 -0500695 deprecated:
696 - rme/fid
697
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100698 subsections:
699 - title: TRP
700 scope: trp
701
Javier Almansa Sobrino7176a772021-11-24 18:37:37 +0000702 - title: RMMD
703 scope: rmmd
704
Juan Pablo Conde52487492023-05-15 22:17:17 -0500705 - title: RMM
706 scope: rmm
707
Chris Kay82117d72021-12-01 16:34:55 +0000708 - title: SPM
709 scope: spm
710
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100711 subsections:
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000712 - title: EL3 SPM
713 scope: el3-spm
714
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100715 - title: EL3 SPMC
716 scope: el3-spmc
717
laurenw-arm7c66fca2022-11-01 14:45:33 -0500718 deprecated:
719 - spmc
720
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100721 - title: SPMD
722 scope: spmd
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000723
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100724 - title: SPM MM
725 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000726
Manish V Badarkhe478d3ee2022-06-27 09:21:14 +0100727 - title: DRTM
728 scope: drtm
729
Jayanth Dodderi Chidanand7c7faff2022-10-11 17:16:07 +0100730 - title: TRNG
731 scope: trng
732
Sona Mathew5100bec2023-09-20 12:55:32 -0500733 - title: ERRATA ABI
734 scope: errata-abi
735
736 deprecated:
737 - errata_abi
Sona Mathew7fe03522022-11-18 18:05:38 -0600738
Chris Kay82117d72021-12-01 16:34:55 +0000739 - title: Libraries
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000740 scope: lib
Chris Kay82117d72021-12-01 16:34:55 +0000741
742 subsections:
743 - title: CPU Support
744 scope: cpus
745
746 deprecated:
747 - cpu
748 - errata
749 - errata_report
750
751 - title: EL3 Runtime
752 scope: el3-runtime
753
754 deprecated:
755 - el3_runtime
756
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100757 subsections:
758 - title: Context Management
759 scope: cm
760
laurenw-arm7c66fca2022-11-01 14:45:33 -0500761 - title: RAS
762 scope: ras
763
Chris Kay82117d72021-12-01 16:34:55 +0000764 - title: FCONF
765 scope: fconf
766
767 - title: MPMM
768 scope: mpmm
769
770 - title: OP-TEE
771 scope: optee
772
773 deprecated:
774 - lib/optee
775
776 - title: PSCI
777 scope: psci
778
Chris Kayc66b9f32024-01-15 18:45:07 +0000779 - title: ROMlib
780 scope: romlib
781
Chris Kay82117d72021-12-01 16:34:55 +0000782 - title: GPT
783 scope: gpt
784
785 deprecated:
786 - gpt_rme
787
788 - title: SMCCC
789 scope: smccc
790
791 - title: Translation Tables
792 scope: xlat
793
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100794 - title: C Standard Library
795 scope: libc
796
797 - title: Locks
798 scope: locks
799
800 - title: PSA
801 scope: psa
802
laurenw-arm7c66fca2022-11-01 14:45:33 -0500803 deprecated:
804 - lib/psa
805
Tamas Ban109a4802024-02-06 11:24:51 +0100806 - title: DICE Protection Environment
807 scope: dice
808
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500809 - title: Context Management
Chris Kaye76be0a2022-10-10 16:57:45 +0100810 scope: context-mgmt
811
812 deprecated:
813 - context mgmt
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500814
Manish V Badarkhede920262022-09-26 15:06:56 +0100815 - title: Semihosting
816 scope: semihosting
817
Raymond Mao98983392023-07-25 07:53:35 -0700818 - title: Firmware Handoff
819 scope: handoff
820
Chris Kay82117d72021-12-01 16:34:55 +0000821 - title: Drivers
822
823 subsections:
824 - title: Authentication
825 scope: auth
826
827 deprecated:
828 - driver/auth
829
830 subsections:
831 - title: CryptoCell-713
832 scope: cc-713
833
Manish V Badarkhe8d91e982022-09-22 21:41:55 +0100834 - title: Crypto
835 scope: crypto
836
837 - title: mbedTLS
838 scope: mbedtls
839
Manish V Badarkhe538d5922023-09-22 17:54:59 +0100840 - title: mbedTLS-PSA
841 scope: mbedtls-psa
842
Yann Gautier1832d662023-01-06 17:05:48 +0100843 - title: Console
844 scope: console
845
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100846 - title: Generic Clock
847 scope: clk
848
Chris Kay82117d72021-12-01 16:34:55 +0000849 - title: FWU
850 scope: fwu
851
852 deprecated:
853 - fwu_metadata
854
855 - title: I/O
856 scope: io
857
858 subsections:
859 - title: MTD
860 scope: mtd
861
862 deprecated:
863 - io_mtd
864
865 - title: Measured Boot
866 scope: measured-boot
867
868 deprecated:
869 - measured boot
870 - measured_boot
871
872 - title: MMC
873 scope: mmc
874
875 deprecated:
876 - drivers/mmc
877
878 - title: MTD
879 scope: mtd
880
881 deprecated:
882 - drivers/mtd
883
884 subsections:
885 - title: NAND
886 scope: nand
887
888 subsections:
889 - title: SPI NAND
890 scope: spi-nand
891
892 deprecated:
893 - spi_nand
894
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100895 - title: GUID Partition Tables Support
896 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530897
Juan Pablo Conde52487492023-05-15 22:17:17 -0500898 deprecated:
899 - partition
900
Chris Kay82117d72021-12-01 16:34:55 +0000901 - title: SCMI
902 scope: scmi
903
904 deprecated:
905 - scmi_common
906 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -0500907 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +0000908
909 - title: UFS
910 scope: ufs
911
912 - title: Arm
913 scope: arm-drivers
914
915 subsections:
916 - title: Ethos-N
917 scope: ethos-n
918
919 deprecated:
920 - drivers/arm/ethosn
921
922 - title: GIC
923 scope: gic
924
925 subsections:
926 - title: GICv3
927 scope: gicv3
928
laurenw-arm7c66fca2022-11-01 14:45:33 -0500929 deprecated:
930 - gicv3/multichip
931
Chris Kay82117d72021-12-01 16:34:55 +0000932 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500933 - title: GIC-600
934 scope: gic600
935
Chris Kay82117d72021-12-01 16:34:55 +0000936 - title: GIC-600AE
937 scope: gic600ae
938
Madhukar Pappireddydc4b8c62023-08-03 12:13:27 -0500939 - title: GICv2
940 scope: gicv2
941
Manish V Badarkhebcaeb672022-03-24 18:23:37 +0000942 - title: SMMU
943 scope: smmu
944
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100945 - title: MHU
946 scope: mhu
947
948 deprecated:
949 - drivers/arm/mhu
950
951 - title: RSS
952 scope: rss
953
954 deprecated:
955 - drivers/arm/rss
956
Chris Kay82117d72021-12-01 16:34:55 +0000957 - title: TZC
958 scope: tzc
959
960 subsections:
961 - title: TZC-400
962 scope: tzc400
963
964 deprecated:
965 - drivers/tzc400
966
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100967 - title: TZC-380
968 scope: tzc380
969
970 deprecated:
971 - drivers/tzc380
972
Madhukar Pappireddy4c3de562023-03-22 15:27:22 -0500973 - title: SBSA
974 scope: sbsa
975
Chris Kay82117d72021-12-01 16:34:55 +0000976 - title: Marvell
977 scope: marvell-drivers
978
979 subsections:
980 - title: COMPHY
981 scope: marvell-comphy
982
983 deprecated:
984 - drivers/marvell/comphy
985
986 subsections:
987 - title: Armada 3700
988 scope: marvell-comphy-3700
989
990 deprecated:
991 - drivers/marvell/comphy-3700
992
993 - title: CP110
994 scope: marvell-comphy-cp110
995
996 deprecated:
997 - drivers/marvell/comphy-cp110
998
999 - title: UART
1000 scope: marvell-uart
1001
1002 deprecated:
1003 - plat/marvell/uart
1004
1005 - title: Armada
1006 scope: armada-drivers
1007
1008 subsections:
1009 - title: A3K
1010 scope: a3k-drivers
1011
1012 subsections:
1013 - title: A3720
1014 scope: a3720-uart
1015
1016 deprecated:
1017 - plat/marvell/a3720/uart
1018
1019 - title: MediaTek
1020 scope: mediatek-drivers
1021
1022 subsections:
1023 - title: APU
1024 scope: mediatek-apu
1025
1026 deprecated:
1027 - plat/mediatek/apu
1028
1029 - title: EMI MPU
1030 scope: mediatek-emi-mpu
1031
1032 deprecated:
1033 - plat/mediatek/mpu
1034
1035 - title: PMIC Wrapper
1036 scope: mediatek-pmic-wrapper
1037
1038 deprecated:
1039 - plat/mediatek/pmic_wrap
1040
1041 - title: MT8192
1042 scope: mt8192-drivers
1043
1044 subsections:
1045 - title: SPM
1046 scope: mt8192-spm
1047
1048 deprecated:
1049 - mediatek/mt8192/spm
1050
1051 - title: NXP
1052 scope: nxp-drivers
1053
1054 subsections:
1055 - title: DCFG
1056 scope: nxp-dcfg
1057
1058 deprecated:
1059 - driver/nxp/dcfg
1060
1061 - title: FLEXSPI
1062 scope: flexspi
1063
1064 deprecated:
1065 - include/drivers/flexspi
1066 - driver/nxp/xspi
1067
1068 - title: SCFG
1069 scope: nxp-scfg
1070
1071 deprecated:
1072 - nxp/scfg
1073
1074 - title: SFP
1075 scope: nxp-sfp
1076
1077 deprecated:
1078 - drivers/nxp/sfp
1079
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001080 - title: QSPI
1081 scope: nxp-qspi
1082
Jiafei Pan94450412022-02-18 12:02:04 +08001083 - title: NXP Crypto
1084 scope: nxp-crypto
1085
Jiafei Panfa3f7612022-02-22 11:05:00 +08001086 - title: DDR
1087 scope: nxp-ddr
1088
1089 - title: GIC
1090 scope: nxp-gic
1091
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001092 - title: CSU
1093 scope: nxp-csu
1094
1095 - title: IFC NAND
1096 scope: nxp-ifc-nand
1097
1098 - title: IFC NOR
1099 scope: nxp-ifc-nor
1100
1101 - title: TZC-380
1102 scope: nxp-tzc380
1103
Jacky Bai9dc47d52023-06-14 15:24:00 +08001104 - title: TRDC
1105 scope: imx-trdc
1106
Chris Kay82117d72021-12-01 16:34:55 +00001107 - title: Renesas
1108 scope: renesas-drivers
1109
1110 subsections:
1111 - title: R-Car3
1112 scope: rcar3-drivers
1113
1114 deprecated:
1115 - drivers/rcar3
1116
1117 - title: ST
1118 scope: st-drivers
1119
1120 deprecated:
1121 - drivers/st
1122
1123 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +01001124 - title: BSEC
1125 scope: st-bsec
1126
Chris Kay82117d72021-12-01 16:34:55 +00001127 - title: Clock
1128 scope: st-clock
1129
1130 deprecated:
1131 - stm32mp_clk
1132 - drivers/st/clk
1133 - stm32mp1_clk
1134
Yann Gautier9f359fd2022-01-27 09:25:47 +01001135 - title: Crypto
1136 scope: st-crypto
1137
1138 - title: DDR
1139 scope: st-ddr
1140
Chris Kay82117d72021-12-01 16:34:55 +00001141 - title: I/O
1142 scope: st-io-drivers
1143
1144 subsections:
1145 - title: STM32 Image
1146 scope: st-io-stm32image
1147
1148 deprecated:
1149 - io-stm32image
1150 - io_stm32image
1151
Yann Gautier9f359fd2022-01-27 09:25:47 +01001152 - title: I2C
1153 scope: st-i2c
1154
1155 - title: FMC
1156 scope: st-fmc
1157
1158 - title: GPIO
1159 scope: st-gpio
1160
Chris Kay82117d72021-12-01 16:34:55 +00001161 - title: SDMMC2
1162 scope: st-sdmmc2
1163
1164 deprecated:
1165 - stm32_sdmmc2
1166
1167 - title: ST PMIC
1168 scope: st-pmic
1169
1170 deprecated:
1171 - drivers/st/pmic
1172
1173 - title: STPMIC1
1174 scope: stpmic1
1175
Yann Gautier9f359fd2022-01-27 09:25:47 +01001176 - title: Regulator
1177 scope: st-regulator
1178
1179 - title: Reset
1180 scope: st-reset
1181
1182 - title: SPI
1183 scope: st-spi
1184
Chris Kay82117d72021-12-01 16:34:55 +00001185 - title: UART
1186 scope: st-uart
1187
1188 subsections:
1189 - title: STM32 Console
1190 scope: stm32-console
1191
1192 deprecated:
1193 - stm32_console
1194
1195 - title: USB
1196 scope: st-usb
1197
1198 deprecated:
1199 - drivers/st/usb
1200
Yann Gautier9f359fd2022-01-27 09:25:47 +01001201 - title: Watchdog
1202 scope: st-iwdg
1203
Chris Kay82117d72021-12-01 16:34:55 +00001204 - title: USB
1205 scope: usb
1206
1207 deprecated:
1208 - drivers/usb
1209
1210 - title: Miscellaneous
1211
1212 subsections:
1213 - title: AArch64
1214 scope: aarch64
1215
1216 - title: Debug
1217 scope: debug
1218
1219 deprecated:
1220 - common/debug
1221
1222 - title: CRC32
1223 scope: crc32
1224
1225 subsections:
1226 - title: Hardware CRC32
1227 scope: hw-crc32
1228
1229 deprecated:
1230 - hw_crc
1231 - hw_crc32
1232
1233 - title: Software CRC32
1234 scope: sw-crc32
1235
1236 deprecated:
1237 - sw_crc32
1238
1239 - title: DT Bindings
1240 scope: dt-bindings
1241
1242 - title: FDT Wrappers
1243 scope: fdt-wrappers
1244
1245 - title: FDTs
1246 scope: fdts
1247
1248 deprecated:
1249 - fdt
1250
1251 subsections:
1252 - title: Morello
1253 scope: morello-fdts
1254
1255 deprecated:
1256 - fdts/morello
1257
1258 - title: STM32MP1
1259 scope: stm32mp1-fdts
1260
1261 deprecated:
1262 - fdts stm32mp1
1263
Yann Gautier2c962252022-07-08 15:55:14 +02001264 subsections:
1265 - title: STM32MP13
1266 scope: stm32mp13-fdts
1267
1268 - title: STM32MP15
1269 scope: stm32mp15-fdts
1270
Yann Gautier1123f662022-12-16 15:32:25 +01001271 - title: STM32MP2
1272 scope: stm32mp2-fdts
1273
Chris Kay82117d72021-12-01 16:34:55 +00001274 - title: PIE
1275 scope: pie
1276
Juan Pablo Conde52487492023-05-15 22:17:17 -05001277 - title: PIE/POR
1278 scope: pie/por
1279
Chris Kay82117d72021-12-01 16:34:55 +00001280 - title: Security
1281 scope: security
1282
1283 - title: SDEI
1284 scope: sdei
1285
1286 - title: TBBR
1287 scope: tbbr
1288
1289 - title: NXP
1290
1291 subsections:
1292 - title: OCRAM
1293 scope: nxp-ocram
1294
1295 deprecated:
1296 - nxp/common/ocram
1297
1298 - title: PSCI
1299 scope: nxp-psci
1300
1301 deprecated:
1302 - plat/nxp/common/psci
1303
Chris Kayd04a4762023-04-13 17:24:20 +01001304 - title: UUID
1305 scope: uuid
1306
Chris Kay82117d72021-12-01 16:34:55 +00001307 - title: Documentation
1308 scope: docs
1309
1310 deprecated:
1311 - doc
1312
1313 subsections:
1314 - title: Changelog
1315 scope: changelog
1316
1317 - title: Commit Style
1318 scope: commit-style
1319
1320 - title: Contribution Guidelines
1321 scope: contributing
1322
1323 deprecated:
1324 - contribution-guidelines
1325 - docs-contributing.rst
1326
1327 - title: Maintainers
1328 scope: maintainers
1329
1330 - title: Prerequisites
1331 scope: prerequisites
1332
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001333 - title: Threat Model
1334 scope: threat-model
1335
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001336 - title: Porting Guide
1337 scope: porting
1338
Chris Kay82117d72021-12-01 16:34:55 +00001339 - title: Build System
1340 scope: build
1341
1342 deprecated:
1343 - makefile
1344 - Makefile
1345
1346 subsections:
1347 - title: Git Hooks
1348 scope: hooks
1349
Juan Pablo Conde52487492023-05-15 22:17:17 -05001350 deprecated:
1351 - git-hooks
1352
Chris Kay82117d72021-12-01 16:34:55 +00001353 - title: Tools
1354
1355 subsections:
1356 - title: STM32 Image
1357 scope: stm32image
1358
1359 deprecated:
1360 - tools/stm32image
1361
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001362 - title: NXP Tools
1363 scope: nxp-tools
1364
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001365 - title: Firmware Image Package Tool
1366 scope: fiptool
1367
1368 - title: Secure Partition Tool
1369 scope: sptool
1370
1371 - title: Certificate Creation Tool
1372 scope: cert-create
1373
Harrison Mutai372b8802023-02-23 11:30:17 +00001374 - title: Memory Mapping Tool
1375 scope: memmap
1376
laurenw-arm7c66fca2022-11-01 14:45:33 -05001377 deprecated:
1378 - cert_create
1379
Henrik Nordstromd95745b2023-12-04 10:31:07 +01001380 - title: Marvell Tools
1381 scope: marvell-tools
1382
Chris Kay82117d72021-12-01 16:34:55 +00001383 - title: Dependencies
1384 scope: deps
1385
1386 subsections:
1387 - title: checkpatch
1388 scope: checkpatch
1389
1390 - title: commitlint
1391 scope: commitlint
1392
Daniel Boulbyc550e702022-10-05 11:03:44 +01001393 - title: Compiler runtime libraries
1394 scope: compiler-rt
1395
Chris Kay82117d72021-12-01 16:34:55 +00001396 - title: libfdt
1397 scope: libfdt
1398
1399 - title: Node Package Manager (NPM)
1400 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001401
dependabot[bot]dba1b532023-09-06 09:55:17 +00001402 - title: Poetry
1403 scope: poetry
1404
Daniel Boulbyc550e702022-10-05 11:03:44 +01001405 - title: zlib
1406 scope: zlib