blob: f38dd85c04d87013b3436cd235d97568393ffea5 [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
Chris Kay82117d72021-12-01 16:34:55 +0000218 - title: RD
219 scope: rd
220
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
231 - title: SGI
232 scope: sgi
233
234 deprecated:
235 - plat/sgi
236 - plat/arm/sgi
237
238 - title: TC
239 scope: tc
240
Juan Pablo Conde52487492023-05-15 22:17:17 -0500241 deprecated:
242 - plat/tc
243
Chris Kay82117d72021-12-01 16:34:55 +0000244 subsections:
245 - title: TC0
246 scope: tc0
247
248 deprecated:
249 - plat/tc0
250
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100251 - title: Corstone-1000
252 scope: corstone-1000
253
Chia-Wei Wanga7556d82022-11-02 17:50:21 +0800254 - title: Aspeed
255 scope: aspeed
256
257 subsections:
258 - title: AST2700
259 scope: ast2700
260
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100261 - title: Broadcom
262 scope: brcm
263
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000264 - title: Cadence
265 scope: cadence
266
laurenw-arm7c66fca2022-11-01 14:45:33 -0500267 - title: HiSilicon
268 scope: hisilicon
269
270 subsections:
271 - title: HiKey
272 scope: hikey
273
274 - title: HiKey960
275 scope: hikey960
276
Sieu Mun Tang9f3a13c2022-02-22 14:14:26 +0800277 - title: Intel
278 scope: intel
279
280 subsections:
281 - title: SoC
282 scope: soc
283
Chris Kay82117d72021-12-01 16:34:55 +0000284 - title: Marvell
285 scope: marvell
286
287 deprecated:
288 - plat/marvell
289
290 subsections:
291 - title: Armada
292 scope: armada
293
294 deprecated:
295 - plat/marvell/armada
296
297 subsections:
298 - title: A3K
299 scope: a3k
300
301 deprecated:
302 - plat/marvell/a3k
303
304 - title: A8K
305 scope: a8k
306
307 deprecated:
308 - plat/marvell/a8k
309
310 - title: MediaTek
311 scope: mediatek
312
313 deprecated:
314 - plat/mediatek/common
315 - plat/mediatek
316
317 subsections:
318 - title: MT8183
319 scope: mt8183
320
321 deprecated:
322 - plat/mediatek/mt8183
323
laurenw-arm7c66fca2022-11-01 14:45:33 -0500324 - title: MT8186
325 scope: mt8186
326
327 deprecated:
328 - plat/mediatek/mt8186
329 - mt8186-emi-mpu
330
331 - title: MT8188
332 scope: mt8188
333
Chris Kay82117d72021-12-01 16:34:55 +0000334 - title: MT8192
335 scope: mt8192
336
337 deprecated:
338 - plat/mdeiatek/mt8192
339
340 - title: MT8195
341 scope: mt8195
342
343 deprecated:
344 - plat/mediatek/me8195
345 - plat/mediatek/mt8195
346 - plat/mdeiatek/mt8195
347
348 - title: NVIDIA
349 scope: nvidia
350
351 subsections:
352 - title: Tegra
353 scope: tegra
354
355 deprecated:
356 - plat/tegra
357
358 subsections:
359 - title: Tegra 132
360 scope: tegra132
361
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100362 - title: Tegra 194
363 scope: tegra194
364
Juan Pablo Conde52487492023-05-15 22:17:17 -0500365 - title: Tegra 210
366 scope: tegra210
367
Chris Kay82117d72021-12-01 16:34:55 +0000368 - title: NXP
369 scope: nxp
370
371 deprecated:
372 - plat/nxp
373 - plat/nxp/common
374
375 subsections:
376 - title: i.MX
377 scope: imx
378
379 deprecated:
380 - plat/imx
381 - plat/imx/imx
382
383 subsections:
384 - title: i.MX 8M
385 scope: imx8m
386
387 deprecated:
388 - plat/imx8m
389 - plat/imx/imx8m
390
391 subsections:
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100392 - title: i.MX 8M Nano
393 scope: imx8mn
394
395 deprecated:
396 - plat/imx/imx8m/imx8mn
397
Chris Kay82117d72021-12-01 16:34:55 +0000398 - title: i.MX 8M Mini
399 scope: imx8mm
400
401 deprecated:
402 - plat/imx/imx8m/imx8mm
403
404 - title: i.MX 8M Plus
405 scope: imx8mp
406
407 deprecated:
408 - plat/imx/imx8m/imx8mp
409
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100410 - title: i.MX 8Q
411 scope: imx8mq
412
413 deprecated:
414 - plat/imx/imx8m/imx8mq
415
Juan Pablo Conde52487492023-05-15 22:17:17 -0500416 - title: i.MX 8
417 scope: imx8
418
Jacky Bai4e214e42023-10-08 17:52:24 +0800419 - title: i.MX 8ULP
420 scope: imx8ulp
421
Jacky Bai9dc47d52023-06-14 15:24:00 +0800422 - title: i.MX 9
423 scope: imx9
424
425 subsections:
426 - title: i.MX93
427 scope: imx93
428
Chris Kay82117d72021-12-01 16:34:55 +0000429 - title: Layerscape
430 scope: layerscape
431
432 deprecated:
433 - docs/nxp/layerscape
434
435 subsections:
436 - title: LS1028A
437 scope: ls1028a
438
439 deprecated:
440 - plat/nxp/ls1028a
441
442 subsections:
443 - title: LS1028ARDB
444 scope: ls1028ardb
445
446 deprecated:
447 - plat/nxp/ls1028ardb
448
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100449 - title: LS1043A
450 scope: ls1043a
451
452 deprecated:
453 - plat/nxp/ls1043a
454
455 subsections:
456 - title: LS1043ARDB
457 scope: ls1043ardb
458
459 deprecated:
460 - plat/nxp/ls1043ardb
461
Chris Kay82117d72021-12-01 16:34:55 +0000462 - title: LX2
463 scope: lx2
464
465 deprecated:
466 - plat/nxp/lx2
467
468 subsections:
469 - title: LX216
470 scope: lx216
471
472 deprecated:
473 - plat/nxp/lx216x
474
475 subsections:
476 - title: LX2160
477 scope: lx2160
478
479 deprecated:
480 - plat/soc-lx2160
481
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800482 - title: LS1046A
483 scope: ls1046a
484
485 subsections:
486 - title: LS1046ARDB
487 scope: ls1046ardb
488
489 - title: LS1046AFRWY
490 scope: ls1046afrwy
491
492 - title: LS1046AQDS
493 scope: ls1046aqds
494
Jiafei Pan290bf6f2022-02-24 16:00:35 +0800495 - title: LS1088A
496 scope: ls1088a
497
498 subsections:
499 - title: LS1088ARDB
500 scope: ls1088ardb
501
502 - title: LS1088AQDS
503 scope: ls1088aqds
504
Chris Kay82117d72021-12-01 16:34:55 +0000505 - title: QEMU
506 scope: qemu
507
508 deprecated:
509 - plat/qemu
510
Juan Pablo Conde52487492023-05-15 22:17:17 -0500511 subsections:
512 - title: SBSA
513 scope: qemu-sbsa
514
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000515 deprecated:
516 - qemu_sbsa
517
Chris Kay82117d72021-12-01 16:34:55 +0000518 - title: QTI
519 scope: qti
520
laurenw-arm7c66fca2022-11-01 14:45:33 -0500521 deprecated:
522 - plat/qti
523
Chris Kay82117d72021-12-01 16:34:55 +0000524 subsections:
525 - title: SC1780
526 scope: sc7180
527
528 deprecated:
529 - plat/qti/sc7180
530
531 - title: SC7280
532 scope: sc7280
533
534 deprecated:
535 - plat/qti/sc7280
536
Stephan Gerholdd0d0bf42021-12-01 20:00:00 +0100537 - title: MSM8916
538 scope: msm8916
539
Chris Kay82117d72021-12-01 16:34:55 +0000540 - title: Raspberry Pi
541 scope: rpi
542
543 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500544 - title: Raspberry Pi 3
545 scope: rpi3
546
Chris Kay82117d72021-12-01 16:34:55 +0000547 - title: Raspberry Pi 4
548 scope: rpi4
549
Mario Bălănicăc883ce02023-12-02 03:08:02 +0200550 - title: Raspberry Pi 5
551 scope: rpi5
552
Chris Kay82117d72021-12-01 16:34:55 +0000553 - title: Renesas
554 scope: renesas
555
556 subsections:
557 - title: R-Car
558 scope: rcar
559
560 deprecated:
561 - plat/rcar
562
563 subsections:
564 - title: R-Car 3
565 scope: rcar3
566
567 deprecated:
568 - plat/rcar3
569
570 - title: Rockchip
571 scope: rockchip
572
573 subsections:
574 - title: RK3399
575 scope: rk3399
576
577 deprecated:
578 - rockchip/rk3399
579 - rk3399/suspend
580
Diederik de Haas6a9c7312023-11-27 10:21:37 +0100581 - title: RK3328
582 scope: rk3328
583
Chris Kay82117d72021-12-01 16:34:55 +0000584 - title: Socionext
585 scope: socionext
586
587 subsections:
588 - title: Synquacer
589 scope: synquacer
590
591 deprecated:
592 - plat/synquacer
593
594 - title: ST
595 scope: st
596
597 deprecated:
598 - plat/st
599
600 subsections:
Yann Gautier14b32e82022-06-01 18:17:43 +0200601 - title: STM32MP1
Chris Kay82117d72021-12-01 16:34:55 +0000602 scope: stm32mp1
603
604 deprecated:
605 - plat/st/stm32mp1
606
Yann Gautier14b32e82022-06-01 18:17:43 +0200607 subsections:
608 - title: STM32MP13
609 scope: stm32mp13
610
611 - title: STM32MP15
612 scope: stm32mp15
613
Yann Gautier1123f662022-12-16 15:32:25 +0100614 - title: STM32MP2
615 scope: stm32mp2
616
Dave Gerlach74c19f92022-03-22 11:02:52 -0500617 - title: Texas Instruments
618 scope: ti
619
620 subsections:
621 - title: K3
622 scope: k3
623
laurenw-arm7c66fca2022-11-01 14:45:33 -0500624 deprecated:
625 - ti-k3
626
Chris Kay82117d72021-12-01 16:34:55 +0000627 - title: Xilinx
628 scope: xilinx
629
630 deprecated:
631 - plat/xilinx
632
633 subsections:
Michal Simek38d5d4d2023-09-18 10:22:48 +0200634 - title: DCC (Debug Communication Channel)
635 scope: dcc
636
Chris Kay82117d72021-12-01 16:34:55 +0000637 - title: Versal
638 scope: versal
639
640 deprecated:
641 - plat/xilinx/versal/include
642 - plat/xilinx/versal
643 - plat/versal
644
laurenw-arm7c66fca2022-11-01 14:45:33 -0500645 subsections:
646 - title: Versal NET
647 scope: versal-net
648
649 deprecated:
650 - versal_net
651
Chris Kay82117d72021-12-01 16:34:55 +0000652 - title: ZynqMP
653 scope: zynqmp
654
655 deprecated:
656 - plat/zynqmp
657 - plat/xilinx/zynqmp
658
rutigl@gmail.comdefbeed2023-03-19 09:19:05 +0200659 - title: Nuvoton
660 scope: nuvoton
661
662 subsections:
663 - title: npcm845x
664 scope: npcm845x
665
Chris Kay82117d72021-12-01 16:34:55 +0000666 - title: Bootloader Images
667 scope: bl
668
669 deprecated:
670 - bl_common
671
672 subsections:
673 - title: BL1
674 scope: bl1
675
676 - title: BL2
677 scope: bl2
678
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100679 - title: BL31
680 scope: bl31
681
Shruti Guptac31beb62022-08-09 10:46:07 +0100682 - title: BL32
683 scope: bl32
684
685 subsections:
686 - title: TSP
687 scope: tsp
688
Chris Kay82117d72021-12-01 16:34:55 +0000689 - title: Services
690 scope: services
691
692 subsections:
693 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000694 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000695
696 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000697 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000698
699 - title: RME
700 scope: rme
701
laurenw-arm7c66fca2022-11-01 14:45:33 -0500702 deprecated:
703 - rme/fid
704
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100705 subsections:
706 - title: TRP
707 scope: trp
708
Javier Almansa Sobrino7176a772021-11-24 18:37:37 +0000709 - title: RMMD
710 scope: rmmd
711
Juan Pablo Conde52487492023-05-15 22:17:17 -0500712 - title: RMM
713 scope: rmm
714
Chris Kay82117d72021-12-01 16:34:55 +0000715 - title: SPM
716 scope: spm
717
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100718 subsections:
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000719 - title: EL3 SPM
720 scope: el3-spm
721
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100722 - title: EL3 SPMC
723 scope: el3-spmc
724
laurenw-arm7c66fca2022-11-01 14:45:33 -0500725 deprecated:
726 - spmc
727
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100728 - title: SPMD
729 scope: spmd
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000730
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100731 - title: SPM MM
732 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000733
Manish V Badarkhe478d3ee2022-06-27 09:21:14 +0100734 - title: DRTM
735 scope: drtm
736
Jayanth Dodderi Chidanand7c7faff2022-10-11 17:16:07 +0100737 - title: TRNG
738 scope: trng
739
Sona Mathew5100bec2023-09-20 12:55:32 -0500740 - title: ERRATA ABI
741 scope: errata-abi
742
743 deprecated:
744 - errata_abi
Sona Mathew7fe03522022-11-18 18:05:38 -0600745
Chris Kay82117d72021-12-01 16:34:55 +0000746 - title: Libraries
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000747 scope: lib
Chris Kay82117d72021-12-01 16:34:55 +0000748
749 subsections:
750 - title: CPU Support
751 scope: cpus
752
753 deprecated:
754 - cpu
755 - errata
756 - errata_report
757
758 - title: EL3 Runtime
759 scope: el3-runtime
760
761 deprecated:
762 - el3_runtime
763
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100764 subsections:
765 - title: Context Management
766 scope: cm
767
laurenw-arm7c66fca2022-11-01 14:45:33 -0500768 - title: RAS
769 scope: ras
770
Chris Kay82117d72021-12-01 16:34:55 +0000771 - title: FCONF
772 scope: fconf
773
774 - title: MPMM
775 scope: mpmm
776
777 - title: OP-TEE
778 scope: optee
779
780 deprecated:
781 - lib/optee
782
783 - title: PSCI
784 scope: psci
785
Chris Kayc66b9f32024-01-15 18:45:07 +0000786 - title: ROMlib
787 scope: romlib
788
Chris Kay82117d72021-12-01 16:34:55 +0000789 - title: GPT
790 scope: gpt
791
792 deprecated:
793 - gpt_rme
794
795 - title: SMCCC
796 scope: smccc
797
798 - title: Translation Tables
799 scope: xlat
800
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100801 - title: C Standard Library
802 scope: libc
803
804 - title: Locks
805 scope: locks
806
807 - title: PSA
808 scope: psa
809
laurenw-arm7c66fca2022-11-01 14:45:33 -0500810 deprecated:
811 - lib/psa
812
Tamas Ban109a4802024-02-06 11:24:51 +0100813 - title: DICE Protection Environment
814 scope: dice
815
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500816 - title: Context Management
Chris Kaye76be0a2022-10-10 16:57:45 +0100817 scope: context-mgmt
818
819 deprecated:
820 - context mgmt
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500821
Manish V Badarkhede920262022-09-26 15:06:56 +0100822 - title: Semihosting
823 scope: semihosting
824
Raymond Mao98983392023-07-25 07:53:35 -0700825 - title: Firmware Handoff
826 scope: handoff
827
Chris Kay82117d72021-12-01 16:34:55 +0000828 - title: Drivers
829
830 subsections:
831 - title: Authentication
832 scope: auth
833
834 deprecated:
835 - driver/auth
836
837 subsections:
838 - title: CryptoCell-713
839 scope: cc-713
840
Manish V Badarkhe8d91e982022-09-22 21:41:55 +0100841 - title: Crypto
842 scope: crypto
843
844 - title: mbedTLS
845 scope: mbedtls
846
Manish V Badarkhe538d5922023-09-22 17:54:59 +0100847 - title: mbedTLS-PSA
848 scope: mbedtls-psa
849
Yann Gautier1832d662023-01-06 17:05:48 +0100850 - title: Console
851 scope: console
852
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100853 - title: Generic Clock
854 scope: clk
855
Chris Kay82117d72021-12-01 16:34:55 +0000856 - title: FWU
857 scope: fwu
858
859 deprecated:
860 - fwu_metadata
861
862 - title: I/O
863 scope: io
864
865 subsections:
866 - title: MTD
867 scope: mtd
868
869 deprecated:
870 - io_mtd
871
872 - title: Measured Boot
873 scope: measured-boot
874
875 deprecated:
876 - measured boot
877 - measured_boot
878
879 - title: MMC
880 scope: mmc
881
882 deprecated:
883 - drivers/mmc
884
885 - title: MTD
886 scope: mtd
887
888 deprecated:
889 - drivers/mtd
890
891 subsections:
892 - title: NAND
893 scope: nand
894
895 subsections:
896 - title: SPI NAND
897 scope: spi-nand
898
899 deprecated:
900 - spi_nand
901
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100902 - title: GUID Partition Tables Support
903 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530904
Juan Pablo Conde52487492023-05-15 22:17:17 -0500905 deprecated:
906 - partition
907
Chris Kay82117d72021-12-01 16:34:55 +0000908 - title: SCMI
909 scope: scmi
910
911 deprecated:
912 - scmi_common
913 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -0500914 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +0000915
916 - title: UFS
917 scope: ufs
918
919 - title: Arm
920 scope: arm-drivers
921
922 subsections:
923 - title: Ethos-N
924 scope: ethos-n
925
926 deprecated:
927 - drivers/arm/ethosn
928
929 - title: GIC
930 scope: gic
931
932 subsections:
933 - title: GICv3
934 scope: gicv3
935
laurenw-arm7c66fca2022-11-01 14:45:33 -0500936 deprecated:
937 - gicv3/multichip
938
Chris Kay82117d72021-12-01 16:34:55 +0000939 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500940 - title: GIC-600
941 scope: gic600
942
Chris Kay82117d72021-12-01 16:34:55 +0000943 - title: GIC-600AE
944 scope: gic600ae
945
Madhukar Pappireddydc4b8c62023-08-03 12:13:27 -0500946 - title: GICv2
947 scope: gicv2
948
Manish V Badarkhebcaeb672022-03-24 18:23:37 +0000949 - title: SMMU
950 scope: smmu
951
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100952 - title: MHU
953 scope: mhu
954
955 deprecated:
956 - drivers/arm/mhu
957
Tamas Bana70e31d2024-04-22 15:41:45 +0200958 - title: RSE
959 scope: rse
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100960
961 deprecated:
962 - drivers/arm/rss
Tamas Bana70e31d2024-04-22 15:41:45 +0200963 - rss
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100964
Chris Kay82117d72021-12-01 16:34:55 +0000965 - title: TZC
966 scope: tzc
967
968 subsections:
969 - title: TZC-400
970 scope: tzc400
971
972 deprecated:
973 - drivers/tzc400
974
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100975 - title: TZC-380
976 scope: tzc380
977
978 deprecated:
979 - drivers/tzc380
980
Madhukar Pappireddy4c3de562023-03-22 15:27:22 -0500981 - title: SBSA
982 scope: sbsa
983
Chris Kay82117d72021-12-01 16:34:55 +0000984 - title: Marvell
985 scope: marvell-drivers
986
987 subsections:
988 - title: COMPHY
989 scope: marvell-comphy
990
991 deprecated:
992 - drivers/marvell/comphy
993
994 subsections:
995 - title: Armada 3700
996 scope: marvell-comphy-3700
997
998 deprecated:
999 - drivers/marvell/comphy-3700
1000
1001 - title: CP110
1002 scope: marvell-comphy-cp110
1003
1004 deprecated:
1005 - drivers/marvell/comphy-cp110
1006
1007 - title: UART
1008 scope: marvell-uart
1009
1010 deprecated:
1011 - plat/marvell/uart
1012
1013 - title: Armada
1014 scope: armada-drivers
1015
1016 subsections:
1017 - title: A3K
1018 scope: a3k-drivers
1019
1020 subsections:
1021 - title: A3720
1022 scope: a3720-uart
1023
1024 deprecated:
1025 - plat/marvell/a3720/uart
1026
1027 - title: MediaTek
1028 scope: mediatek-drivers
1029
1030 subsections:
1031 - title: APU
1032 scope: mediatek-apu
1033
1034 deprecated:
1035 - plat/mediatek/apu
1036
1037 - title: EMI MPU
1038 scope: mediatek-emi-mpu
1039
1040 deprecated:
1041 - plat/mediatek/mpu
1042
1043 - title: PMIC Wrapper
1044 scope: mediatek-pmic-wrapper
1045
1046 deprecated:
1047 - plat/mediatek/pmic_wrap
1048
1049 - title: MT8192
1050 scope: mt8192-drivers
1051
1052 subsections:
1053 - title: SPM
1054 scope: mt8192-spm
1055
1056 deprecated:
1057 - mediatek/mt8192/spm
1058
1059 - title: NXP
1060 scope: nxp-drivers
1061
1062 subsections:
1063 - title: DCFG
1064 scope: nxp-dcfg
1065
1066 deprecated:
1067 - driver/nxp/dcfg
1068
1069 - title: FLEXSPI
1070 scope: flexspi
1071
1072 deprecated:
1073 - include/drivers/flexspi
1074 - driver/nxp/xspi
1075
1076 - title: SCFG
1077 scope: nxp-scfg
1078
1079 deprecated:
1080 - nxp/scfg
1081
1082 - title: SFP
1083 scope: nxp-sfp
1084
1085 deprecated:
1086 - drivers/nxp/sfp
1087
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001088 - title: QSPI
1089 scope: nxp-qspi
1090
Jiafei Pan94450412022-02-18 12:02:04 +08001091 - title: NXP Crypto
1092 scope: nxp-crypto
1093
Jiafei Panfa3f7612022-02-22 11:05:00 +08001094 - title: DDR
1095 scope: nxp-ddr
1096
1097 - title: GIC
1098 scope: nxp-gic
1099
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001100 - title: CSU
1101 scope: nxp-csu
1102
1103 - title: IFC NAND
1104 scope: nxp-ifc-nand
1105
1106 - title: IFC NOR
1107 scope: nxp-ifc-nor
1108
1109 - title: TZC-380
1110 scope: nxp-tzc380
1111
Jacky Bai9dc47d52023-06-14 15:24:00 +08001112 - title: TRDC
1113 scope: imx-trdc
1114
Chris Kay82117d72021-12-01 16:34:55 +00001115 - title: Renesas
1116 scope: renesas-drivers
1117
1118 subsections:
1119 - title: R-Car3
1120 scope: rcar3-drivers
1121
1122 deprecated:
1123 - drivers/rcar3
1124
1125 - title: ST
1126 scope: st-drivers
1127
1128 deprecated:
1129 - drivers/st
1130
1131 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +01001132 - title: BSEC
1133 scope: st-bsec
1134
Chris Kay82117d72021-12-01 16:34:55 +00001135 - title: Clock
1136 scope: st-clock
1137
1138 deprecated:
1139 - stm32mp_clk
1140 - drivers/st/clk
1141 - stm32mp1_clk
1142
Yann Gautier9f359fd2022-01-27 09:25:47 +01001143 - title: Crypto
1144 scope: st-crypto
1145
1146 - title: DDR
1147 scope: st-ddr
1148
Chris Kay82117d72021-12-01 16:34:55 +00001149 - title: I/O
1150 scope: st-io-drivers
1151
1152 subsections:
1153 - title: STM32 Image
1154 scope: st-io-stm32image
1155
1156 deprecated:
1157 - io-stm32image
1158 - io_stm32image
1159
Yann Gautier9f359fd2022-01-27 09:25:47 +01001160 - title: I2C
1161 scope: st-i2c
1162
1163 - title: FMC
1164 scope: st-fmc
1165
1166 - title: GPIO
1167 scope: st-gpio
1168
Chris Kay82117d72021-12-01 16:34:55 +00001169 - title: SDMMC2
1170 scope: st-sdmmc2
1171
1172 deprecated:
1173 - stm32_sdmmc2
1174
1175 - title: ST PMIC
1176 scope: st-pmic
1177
1178 deprecated:
1179 - drivers/st/pmic
1180
1181 - title: STPMIC1
1182 scope: stpmic1
1183
Yann Gautier9f359fd2022-01-27 09:25:47 +01001184 - title: Regulator
1185 scope: st-regulator
1186
1187 - title: Reset
1188 scope: st-reset
1189
1190 - title: SPI
1191 scope: st-spi
1192
Chris Kay82117d72021-12-01 16:34:55 +00001193 - title: UART
1194 scope: st-uart
1195
1196 subsections:
1197 - title: STM32 Console
1198 scope: stm32-console
1199
1200 deprecated:
1201 - stm32_console
1202
1203 - title: USB
1204 scope: st-usb
1205
1206 deprecated:
1207 - drivers/st/usb
1208
Yann Gautier9f359fd2022-01-27 09:25:47 +01001209 - title: Watchdog
1210 scope: st-iwdg
1211
Chris Kay82117d72021-12-01 16:34:55 +00001212 - title: USB
1213 scope: usb
1214
1215 deprecated:
1216 - drivers/usb
1217
1218 - title: Miscellaneous
1219
1220 subsections:
1221 - title: AArch64
1222 scope: aarch64
1223
1224 - title: Debug
1225 scope: debug
1226
1227 deprecated:
1228 - common/debug
1229
1230 - title: CRC32
1231 scope: crc32
1232
1233 subsections:
1234 - title: Hardware CRC32
1235 scope: hw-crc32
1236
1237 deprecated:
1238 - hw_crc
1239 - hw_crc32
1240
1241 - title: Software CRC32
1242 scope: sw-crc32
1243
1244 deprecated:
1245 - sw_crc32
1246
1247 - title: DT Bindings
1248 scope: dt-bindings
1249
1250 - title: FDT Wrappers
1251 scope: fdt-wrappers
1252
1253 - title: FDTs
1254 scope: fdts
1255
1256 deprecated:
1257 - fdt
1258
1259 subsections:
1260 - title: Morello
1261 scope: morello-fdts
1262
1263 deprecated:
1264 - fdts/morello
1265
1266 - title: STM32MP1
1267 scope: stm32mp1-fdts
1268
1269 deprecated:
1270 - fdts stm32mp1
1271
Yann Gautier2c962252022-07-08 15:55:14 +02001272 subsections:
1273 - title: STM32MP13
1274 scope: stm32mp13-fdts
1275
1276 - title: STM32MP15
1277 scope: stm32mp15-fdts
1278
Yann Gautier1123f662022-12-16 15:32:25 +01001279 - title: STM32MP2
1280 scope: stm32mp2-fdts
1281
Chris Kay82117d72021-12-01 16:34:55 +00001282 - title: PIE
1283 scope: pie
1284
Juan Pablo Conde52487492023-05-15 22:17:17 -05001285 - title: PIE/POR
1286 scope: pie/por
1287
Chris Kay82117d72021-12-01 16:34:55 +00001288 - title: Security
1289 scope: security
1290
1291 - title: SDEI
1292 scope: sdei
1293
1294 - title: TBBR
1295 scope: tbbr
1296
1297 - title: NXP
1298
1299 subsections:
1300 - title: OCRAM
1301 scope: nxp-ocram
1302
1303 deprecated:
1304 - nxp/common/ocram
1305
1306 - title: PSCI
1307 scope: nxp-psci
1308
1309 deprecated:
1310 - plat/nxp/common/psci
1311
Chris Kayd04a4762023-04-13 17:24:20 +01001312 - title: UUID
1313 scope: uuid
1314
Chris Kay82117d72021-12-01 16:34:55 +00001315 - title: Documentation
1316 scope: docs
1317
1318 deprecated:
1319 - doc
1320
1321 subsections:
1322 - title: Changelog
1323 scope: changelog
1324
1325 - title: Commit Style
1326 scope: commit-style
1327
1328 - title: Contribution Guidelines
1329 scope: contributing
1330
1331 deprecated:
1332 - contribution-guidelines
1333 - docs-contributing.rst
1334
1335 - title: Maintainers
1336 scope: maintainers
1337
1338 - title: Prerequisites
1339 scope: prerequisites
1340
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001341 - title: Threat Model
1342 scope: threat-model
1343
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001344 - title: Porting Guide
1345 scope: porting
1346
Chris Kay82117d72021-12-01 16:34:55 +00001347 - title: Build System
1348 scope: build
1349
1350 deprecated:
1351 - makefile
1352 - Makefile
1353
1354 subsections:
1355 - title: Git Hooks
1356 scope: hooks
1357
Juan Pablo Conde52487492023-05-15 22:17:17 -05001358 deprecated:
1359 - git-hooks
1360
Chris Kay82117d72021-12-01 16:34:55 +00001361 - title: Tools
1362
1363 subsections:
1364 - title: STM32 Image
1365 scope: stm32image
1366
1367 deprecated:
1368 - tools/stm32image
1369
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001370 - title: NXP Tools
1371 scope: nxp-tools
1372
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001373 - title: Firmware Image Package Tool
1374 scope: fiptool
1375
1376 - title: Secure Partition Tool
1377 scope: sptool
1378
1379 - title: Certificate Creation Tool
1380 scope: cert-create
1381
Harrison Mutai372b8802023-02-23 11:30:17 +00001382 - title: Memory Mapping Tool
1383 scope: memmap
1384
laurenw-arm7c66fca2022-11-01 14:45:33 -05001385 deprecated:
1386 - cert_create
1387
Henrik Nordstromd95745b2023-12-04 10:31:07 +01001388 - title: Marvell Tools
1389 scope: marvell-tools
1390
Chris Kay82117d72021-12-01 16:34:55 +00001391 - title: Dependencies
1392 scope: deps
1393
1394 subsections:
1395 - title: checkpatch
1396 scope: checkpatch
1397
1398 - title: commitlint
1399 scope: commitlint
1400
Daniel Boulbyc550e702022-10-05 11:03:44 +01001401 - title: Compiler runtime libraries
1402 scope: compiler-rt
1403
Chris Kay82117d72021-12-01 16:34:55 +00001404 - title: libfdt
1405 scope: libfdt
1406
1407 - title: Node Package Manager (NPM)
1408 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001409
dependabot[bot]dba1b532023-09-06 09:55:17 +00001410 - title: Poetry
1411 scope: poetry
1412
Daniel Boulbyc550e702022-10-05 11:03:44 +01001413 - title: zlib
1414 scope: zlib