blob: ad9c9b5d3826d857a9875dad4cca006fe3ca5fe0 [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:
Rohit Mathewf5f44032024-04-16 17:31:54 +0100222 - title: SGI-575
223 scope: sgi575
224
Rohit Mathew56d91972024-04-22 14:23:59 +0100225 - title: RD-N1-Edge
Juan Pablo Conde52487492023-05-15 22:17:17 -0500226 scope: rdn1edge
227
Rohit Mathewe94dd972024-04-16 17:35:05 +0100228 - title: RD-V1
229 scope: rdv1
230
Rohit Mathew6edab642024-04-16 17:36:19 +0100231 - title: RD-V1-MC
232 scope: rdv1mc
233
Chris Kay82117d72021-12-01 16:34:55 +0000234 - title: RD-N2
235 scope: rdn2
236
237 deprecated:
238 - board/rdn2
239
Chris Kay82117d72021-12-01 16:34:55 +0000240 - title: TC
241 scope: tc
242
Juan Pablo Conde52487492023-05-15 22:17:17 -0500243 deprecated:
244 - plat/tc
245
Chris Kay82117d72021-12-01 16:34:55 +0000246 subsections:
247 - title: TC0
248 scope: tc0
249
250 deprecated:
251 - plat/tc0
252
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100253 - title: Corstone-1000
254 scope: corstone-1000
255
Chia-Wei Wanga7556d82022-11-02 17:50:21 +0800256 - title: Aspeed
257 scope: aspeed
258
259 subsections:
260 - title: AST2700
261 scope: ast2700
262
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100263 - title: Broadcom
264 scope: brcm
265
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000266 - title: Cadence
267 scope: cadence
268
laurenw-arm7c66fca2022-11-01 14:45:33 -0500269 - title: HiSilicon
270 scope: hisilicon
271
272 subsections:
273 - title: HiKey
274 scope: hikey
275
276 - title: HiKey960
277 scope: hikey960
278
Sieu Mun Tang9f3a13c2022-02-22 14:14:26 +0800279 - title: Intel
280 scope: intel
281
282 subsections:
283 - title: SoC
284 scope: soc
285
Chris Kay82117d72021-12-01 16:34:55 +0000286 - title: Marvell
287 scope: marvell
288
289 deprecated:
290 - plat/marvell
291
292 subsections:
293 - title: Armada
294 scope: armada
295
296 deprecated:
297 - plat/marvell/armada
298
299 subsections:
300 - title: A3K
301 scope: a3k
302
303 deprecated:
304 - plat/marvell/a3k
305
306 - title: A8K
307 scope: a8k
308
309 deprecated:
310 - plat/marvell/a8k
311
312 - title: MediaTek
313 scope: mediatek
314
315 deprecated:
316 - plat/mediatek/common
317 - plat/mediatek
318
319 subsections:
320 - title: MT8183
321 scope: mt8183
322
323 deprecated:
324 - plat/mediatek/mt8183
325
laurenw-arm7c66fca2022-11-01 14:45:33 -0500326 - title: MT8186
327 scope: mt8186
328
329 deprecated:
330 - plat/mediatek/mt8186
331 - mt8186-emi-mpu
332
333 - title: MT8188
334 scope: mt8188
335
Chris Kay82117d72021-12-01 16:34:55 +0000336 - title: MT8192
337 scope: mt8192
338
339 deprecated:
340 - plat/mdeiatek/mt8192
341
342 - title: MT8195
343 scope: mt8195
344
345 deprecated:
346 - plat/mediatek/me8195
347 - plat/mediatek/mt8195
348 - plat/mdeiatek/mt8195
349
350 - title: NVIDIA
351 scope: nvidia
352
353 subsections:
354 - title: Tegra
355 scope: tegra
356
357 deprecated:
358 - plat/tegra
359
360 subsections:
361 - title: Tegra 132
362 scope: tegra132
363
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100364 - title: Tegra 194
365 scope: tegra194
366
Juan Pablo Conde52487492023-05-15 22:17:17 -0500367 - title: Tegra 210
368 scope: tegra210
369
Chris Kay82117d72021-12-01 16:34:55 +0000370 - title: NXP
371 scope: nxp
372
373 deprecated:
374 - plat/nxp
375 - plat/nxp/common
376
377 subsections:
378 - title: i.MX
379 scope: imx
380
381 deprecated:
382 - plat/imx
383 - plat/imx/imx
384
385 subsections:
386 - title: i.MX 8M
387 scope: imx8m
388
389 deprecated:
390 - plat/imx8m
391 - plat/imx/imx8m
392
393 subsections:
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100394 - title: i.MX 8M Nano
395 scope: imx8mn
396
397 deprecated:
398 - plat/imx/imx8m/imx8mn
399
Chris Kay82117d72021-12-01 16:34:55 +0000400 - title: i.MX 8M Mini
401 scope: imx8mm
402
403 deprecated:
404 - plat/imx/imx8m/imx8mm
405
406 - title: i.MX 8M Plus
407 scope: imx8mp
408
409 deprecated:
410 - plat/imx/imx8m/imx8mp
411
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100412 - title: i.MX 8Q
413 scope: imx8mq
414
415 deprecated:
416 - plat/imx/imx8m/imx8mq
417
Juan Pablo Conde52487492023-05-15 22:17:17 -0500418 - title: i.MX 8
419 scope: imx8
420
Jacky Bai4e214e42023-10-08 17:52:24 +0800421 - title: i.MX 8ULP
422 scope: imx8ulp
423
Jacky Bai9dc47d52023-06-14 15:24:00 +0800424 - title: i.MX 9
425 scope: imx9
426
427 subsections:
428 - title: i.MX93
429 scope: imx93
430
Chris Kay82117d72021-12-01 16:34:55 +0000431 - title: Layerscape
432 scope: layerscape
433
434 deprecated:
435 - docs/nxp/layerscape
436
437 subsections:
438 - title: LS1028A
439 scope: ls1028a
440
441 deprecated:
442 - plat/nxp/ls1028a
443
444 subsections:
445 - title: LS1028ARDB
446 scope: ls1028ardb
447
448 deprecated:
449 - plat/nxp/ls1028ardb
450
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100451 - title: LS1043A
452 scope: ls1043a
453
454 deprecated:
455 - plat/nxp/ls1043a
456
457 subsections:
458 - title: LS1043ARDB
459 scope: ls1043ardb
460
461 deprecated:
462 - plat/nxp/ls1043ardb
463
Chris Kay82117d72021-12-01 16:34:55 +0000464 - title: LX2
465 scope: lx2
466
467 deprecated:
468 - plat/nxp/lx2
469
470 subsections:
471 - title: LX216
472 scope: lx216
473
474 deprecated:
475 - plat/nxp/lx216x
476
477 subsections:
478 - title: LX2160
479 scope: lx2160
480
481 deprecated:
482 - plat/soc-lx2160
483
Jiafei Pan18ba9e42022-02-10 10:39:56 +0800484 - title: LS1046A
485 scope: ls1046a
486
487 subsections:
488 - title: LS1046ARDB
489 scope: ls1046ardb
490
491 - title: LS1046AFRWY
492 scope: ls1046afrwy
493
494 - title: LS1046AQDS
495 scope: ls1046aqds
496
Jiafei Pan290bf6f2022-02-24 16:00:35 +0800497 - title: LS1088A
498 scope: ls1088a
499
500 subsections:
501 - title: LS1088ARDB
502 scope: ls1088ardb
503
504 - title: LS1088AQDS
505 scope: ls1088aqds
506
Ghennadi Procopciuca9fee052024-01-30 16:19:47 +0200507 - title: S32G274A
508 scope: s32g274a
509
510 subsections:
511 - title: S32G274ARDB
512 scope: s32g274ardb
513
Chris Kay82117d72021-12-01 16:34:55 +0000514 - title: QEMU
515 scope: qemu
516
517 deprecated:
518 - plat/qemu
519
Juan Pablo Conde52487492023-05-15 22:17:17 -0500520 subsections:
521 - title: SBSA
522 scope: qemu-sbsa
523
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000524 deprecated:
525 - qemu_sbsa
526
Chris Kay82117d72021-12-01 16:34:55 +0000527 - title: QTI
528 scope: qti
529
laurenw-arm7c66fca2022-11-01 14:45:33 -0500530 deprecated:
531 - plat/qti
532
Chris Kay82117d72021-12-01 16:34:55 +0000533 subsections:
534 - title: SC1780
535 scope: sc7180
536
537 deprecated:
538 - plat/qti/sc7180
539
540 - title: SC7280
541 scope: sc7280
542
543 deprecated:
544 - plat/qti/sc7280
545
Stephan Gerholdd0d0bf42021-12-01 20:00:00 +0100546 - title: MSM8916
547 scope: msm8916
548
Chris Kay82117d72021-12-01 16:34:55 +0000549 - title: Raspberry Pi
550 scope: rpi
551
552 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500553 - title: Raspberry Pi 3
554 scope: rpi3
555
Chris Kay82117d72021-12-01 16:34:55 +0000556 - title: Raspberry Pi 4
557 scope: rpi4
558
Mario Bălănicăc883ce02023-12-02 03:08:02 +0200559 - title: Raspberry Pi 5
560 scope: rpi5
561
Chris Kay82117d72021-12-01 16:34:55 +0000562 - title: Renesas
563 scope: renesas
564
565 subsections:
566 - title: R-Car
567 scope: rcar
568
569 deprecated:
570 - plat/rcar
571
572 subsections:
573 - title: R-Car 3
574 scope: rcar3
575
576 deprecated:
577 - plat/rcar3
578
579 - title: Rockchip
580 scope: rockchip
581
582 subsections:
583 - title: RK3399
584 scope: rk3399
585
586 deprecated:
587 - rockchip/rk3399
588 - rk3399/suspend
589
Diederik de Haas6a9c7312023-11-27 10:21:37 +0100590 - title: RK3328
591 scope: rk3328
592
Chris Kay82117d72021-12-01 16:34:55 +0000593 - title: Socionext
594 scope: socionext
595
596 subsections:
597 - title: Synquacer
598 scope: synquacer
599
600 deprecated:
601 - plat/synquacer
602
603 - title: ST
604 scope: st
605
606 deprecated:
607 - plat/st
608
609 subsections:
Yann Gautier14b32e82022-06-01 18:17:43 +0200610 - title: STM32MP1
Chris Kay82117d72021-12-01 16:34:55 +0000611 scope: stm32mp1
612
613 deprecated:
614 - plat/st/stm32mp1
615
Yann Gautier14b32e82022-06-01 18:17:43 +0200616 subsections:
617 - title: STM32MP13
618 scope: stm32mp13
619
620 - title: STM32MP15
621 scope: stm32mp15
622
Yann Gautier1123f662022-12-16 15:32:25 +0100623 - title: STM32MP2
624 scope: stm32mp2
625
Dave Gerlach74c19f92022-03-22 11:02:52 -0500626 - title: Texas Instruments
627 scope: ti
628
629 subsections:
630 - title: K3
631 scope: k3
632
laurenw-arm7c66fca2022-11-01 14:45:33 -0500633 deprecated:
634 - ti-k3
635
Chris Kay82117d72021-12-01 16:34:55 +0000636 - title: Xilinx
637 scope: xilinx
638
639 deprecated:
640 - plat/xilinx
641
642 subsections:
Michal Simek38d5d4d2023-09-18 10:22:48 +0200643 - title: DCC (Debug Communication Channel)
644 scope: dcc
645
Chris Kay82117d72021-12-01 16:34:55 +0000646 - title: Versal
647 scope: versal
648
649 deprecated:
650 - plat/xilinx/versal/include
651 - plat/xilinx/versal
652 - plat/versal
653
laurenw-arm7c66fca2022-11-01 14:45:33 -0500654 subsections:
655 - title: Versal NET
656 scope: versal-net
657
658 deprecated:
659 - versal_net
660
Chris Kay82117d72021-12-01 16:34:55 +0000661 - title: ZynqMP
662 scope: zynqmp
663
664 deprecated:
665 - plat/zynqmp
666 - plat/xilinx/zynqmp
667
rutigl@gmail.comdefbeed2023-03-19 09:19:05 +0200668 - title: Nuvoton
669 scope: nuvoton
670
671 subsections:
672 - title: npcm845x
673 scope: npcm845x
674
Chris Kay82117d72021-12-01 16:34:55 +0000675 - title: Bootloader Images
676 scope: bl
677
678 deprecated:
679 - bl_common
680
681 subsections:
682 - title: BL1
683 scope: bl1
684
685 - title: BL2
686 scope: bl2
687
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100688 - title: BL31
689 scope: bl31
690
Shruti Guptac31beb62022-08-09 10:46:07 +0100691 - title: BL32
692 scope: bl32
693
694 subsections:
695 - title: TSP
696 scope: tsp
697
Chris Kay82117d72021-12-01 16:34:55 +0000698 - title: Services
699 scope: services
700
701 subsections:
702 - title: FF-A
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000703 scope: ff-a
Chris Kay82117d72021-12-01 16:34:55 +0000704
705 deprecated:
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000706 - ffa
Chris Kay82117d72021-12-01 16:34:55 +0000707
708 - title: RME
709 scope: rme
710
laurenw-arm7c66fca2022-11-01 14:45:33 -0500711 deprecated:
712 - rme/fid
713
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100714 subsections:
715 - title: TRP
716 scope: trp
717
Javier Almansa Sobrino7176a772021-11-24 18:37:37 +0000718 - title: RMMD
719 scope: rmmd
720
Juan Pablo Conde52487492023-05-15 22:17:17 -0500721 - title: RMM
722 scope: rmm
723
Chris Kay82117d72021-12-01 16:34:55 +0000724 - title: SPM
725 scope: spm
726
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100727 subsections:
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000728 - title: EL3 SPM
729 scope: el3-spm
730
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100731 - title: EL3 SPMC
732 scope: el3-spmc
733
laurenw-arm7c66fca2022-11-01 14:45:33 -0500734 deprecated:
735 - spmc
736
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100737 - title: SPMD
738 scope: spmd
Daniel Boulby8d74d6a2021-12-06 14:44:35 +0000739
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100740 - title: SPM MM
741 scope: spm-mm
Chris Kay82117d72021-12-01 16:34:55 +0000742
Manish V Badarkhe478d3ee2022-06-27 09:21:14 +0100743 - title: DRTM
744 scope: drtm
745
Jayanth Dodderi Chidanand7c7faff2022-10-11 17:16:07 +0100746 - title: TRNG
747 scope: trng
748
Sona Mathew5100bec2023-09-20 12:55:32 -0500749 - title: ERRATA ABI
750 scope: errata-abi
751
752 deprecated:
753 - errata_abi
Sona Mathew7fe03522022-11-18 18:05:38 -0600754
Chris Kay82117d72021-12-01 16:34:55 +0000755 - title: Libraries
Manish V Badarkhe5eeeb0c2023-11-21 14:35:13 +0000756 scope: lib
Chris Kay82117d72021-12-01 16:34:55 +0000757
758 subsections:
759 - title: CPU Support
760 scope: cpus
761
762 deprecated:
763 - cpu
764 - errata
765 - errata_report
766
767 - title: EL3 Runtime
768 scope: el3-runtime
769
770 deprecated:
771 - el3_runtime
772
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100773 subsections:
774 - title: Context Management
775 scope: cm
776
laurenw-arm7c66fca2022-11-01 14:45:33 -0500777 - title: RAS
778 scope: ras
779
Chris Kay82117d72021-12-01 16:34:55 +0000780 - title: FCONF
781 scope: fconf
782
783 - title: MPMM
784 scope: mpmm
785
786 - title: OP-TEE
787 scope: optee
788
789 deprecated:
790 - lib/optee
791
792 - title: PSCI
793 scope: psci
794
Chris Kayc66b9f32024-01-15 18:45:07 +0000795 - title: ROMlib
796 scope: romlib
797
Chris Kay82117d72021-12-01 16:34:55 +0000798 - title: GPT
799 scope: gpt
800
801 deprecated:
802 - gpt_rme
803
804 - title: SMCCC
805 scope: smccc
806
807 - title: Translation Tables
808 scope: xlat
809
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100810 - title: C Standard Library
811 scope: libc
812
813 - title: Locks
814 scope: locks
815
816 - title: PSA
817 scope: psa
818
laurenw-arm7c66fca2022-11-01 14:45:33 -0500819 deprecated:
820 - lib/psa
821
Tamas Ban109a4802024-02-06 11:24:51 +0100822 - title: DICE Protection Environment
823 scope: dice
824
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500825 - title: Context Management
Chris Kaye76be0a2022-10-10 16:57:45 +0100826 scope: context-mgmt
827
828 deprecated:
829 - context mgmt
Zelalem Aweke5362beb2022-04-04 17:42:48 -0500830
Manish V Badarkhede920262022-09-26 15:06:56 +0100831 - title: Semihosting
832 scope: semihosting
833
Raymond Mao98983392023-07-25 07:53:35 -0700834 - title: Firmware Handoff
835 scope: handoff
836
Chris Kay82117d72021-12-01 16:34:55 +0000837 - title: Drivers
838
839 subsections:
840 - title: Authentication
841 scope: auth
842
843 deprecated:
844 - driver/auth
845
846 subsections:
847 - title: CryptoCell-713
848 scope: cc-713
849
Manish V Badarkhe8d91e982022-09-22 21:41:55 +0100850 - title: Crypto
851 scope: crypto
852
853 - title: mbedTLS
854 scope: mbedtls
855
Manish V Badarkhe538d5922023-09-22 17:54:59 +0100856 - title: mbedTLS-PSA
857 scope: mbedtls-psa
858
Yann Gautier1832d662023-01-06 17:05:48 +0100859 - title: Console
860 scope: console
861
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100862 - title: Generic Clock
863 scope: clk
864
Chris Kay82117d72021-12-01 16:34:55 +0000865 - title: FWU
866 scope: fwu
867
868 deprecated:
869 - fwu_metadata
870
871 - title: I/O
872 scope: io
873
874 subsections:
875 - title: MTD
876 scope: mtd
877
878 deprecated:
879 - io_mtd
880
881 - title: Measured Boot
882 scope: measured-boot
883
884 deprecated:
885 - measured boot
886 - measured_boot
887
888 - title: MMC
889 scope: mmc
890
891 deprecated:
892 - drivers/mmc
893
894 - title: MTD
895 scope: mtd
896
897 deprecated:
898 - drivers/mtd
899
900 subsections:
901 - title: NAND
902 scope: nand
903
904 subsections:
905 - title: SPI NAND
906 scope: spi-nand
907
908 deprecated:
909 - spi_nand
910
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100911 - title: GUID Partition Tables Support
912 scope: guid-partition
Sughosh Ganu540e0322022-01-19 11:31:20 +0530913
Juan Pablo Conde52487492023-05-15 22:17:17 -0500914 deprecated:
915 - partition
916
Chris Kay82117d72021-12-01 16:34:55 +0000917 - title: SCMI
918 scope: scmi
919
920 deprecated:
921 - scmi_common
922 - drivers/scmi-msg
laurenw-arm7c66fca2022-11-01 14:45:33 -0500923 - scmi-msg
Chris Kay82117d72021-12-01 16:34:55 +0000924
925 - title: UFS
926 scope: ufs
927
928 - title: Arm
929 scope: arm-drivers
930
931 subsections:
932 - title: Ethos-N
933 scope: ethos-n
934
935 deprecated:
936 - drivers/arm/ethosn
937
938 - title: GIC
939 scope: gic
940
941 subsections:
942 - title: GICv3
943 scope: gicv3
944
laurenw-arm7c66fca2022-11-01 14:45:33 -0500945 deprecated:
946 - gicv3/multichip
947
Chris Kay82117d72021-12-01 16:34:55 +0000948 subsections:
laurenw-arm7c66fca2022-11-01 14:45:33 -0500949 - title: GIC-600
950 scope: gic600
951
Chris Kay82117d72021-12-01 16:34:55 +0000952 - title: GIC-600AE
953 scope: gic600ae
954
Madhukar Pappireddydc4b8c62023-08-03 12:13:27 -0500955 - title: GICv2
956 scope: gicv2
957
Manish V Badarkhebcaeb672022-03-24 18:23:37 +0000958 - title: SMMU
959 scope: smmu
960
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100961 - title: MHU
962 scope: mhu
963
964 deprecated:
965 - drivers/arm/mhu
966
Tamas Bana70e31d2024-04-22 15:41:45 +0200967 - title: RSE
968 scope: rse
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100969
970 deprecated:
971 - drivers/arm/rss
Tamas Bana70e31d2024-04-22 15:41:45 +0200972 - rss
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100973
Chris Kay82117d72021-12-01 16:34:55 +0000974 - title: TZC
975 scope: tzc
976
977 subsections:
978 - title: TZC-400
979 scope: tzc400
980
981 deprecated:
982 - drivers/tzc400
983
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +0100984 - title: TZC-380
985 scope: tzc380
986
987 deprecated:
988 - drivers/tzc380
989
Madhukar Pappireddy4c3de562023-03-22 15:27:22 -0500990 - title: SBSA
991 scope: sbsa
992
Chris Kay82117d72021-12-01 16:34:55 +0000993 - title: Marvell
994 scope: marvell-drivers
995
996 subsections:
997 - title: COMPHY
998 scope: marvell-comphy
999
1000 deprecated:
1001 - drivers/marvell/comphy
1002
1003 subsections:
1004 - title: Armada 3700
1005 scope: marvell-comphy-3700
1006
1007 deprecated:
1008 - drivers/marvell/comphy-3700
1009
1010 - title: CP110
1011 scope: marvell-comphy-cp110
1012
1013 deprecated:
1014 - drivers/marvell/comphy-cp110
1015
1016 - title: UART
1017 scope: marvell-uart
1018
1019 deprecated:
1020 - plat/marvell/uart
1021
1022 - title: Armada
1023 scope: armada-drivers
1024
1025 subsections:
1026 - title: A3K
1027 scope: a3k-drivers
1028
1029 subsections:
1030 - title: A3720
1031 scope: a3720-uart
1032
1033 deprecated:
1034 - plat/marvell/a3720/uart
1035
1036 - title: MediaTek
1037 scope: mediatek-drivers
1038
1039 subsections:
1040 - title: APU
1041 scope: mediatek-apu
1042
1043 deprecated:
1044 - plat/mediatek/apu
1045
1046 - title: EMI MPU
1047 scope: mediatek-emi-mpu
1048
1049 deprecated:
1050 - plat/mediatek/mpu
1051
1052 - title: PMIC Wrapper
1053 scope: mediatek-pmic-wrapper
1054
1055 deprecated:
1056 - plat/mediatek/pmic_wrap
1057
1058 - title: MT8192
1059 scope: mt8192-drivers
1060
1061 subsections:
1062 - title: SPM
1063 scope: mt8192-spm
1064
1065 deprecated:
1066 - mediatek/mt8192/spm
1067
1068 - title: NXP
1069 scope: nxp-drivers
1070
1071 subsections:
1072 - title: DCFG
1073 scope: nxp-dcfg
1074
1075 deprecated:
1076 - driver/nxp/dcfg
1077
1078 - title: FLEXSPI
1079 scope: flexspi
1080
1081 deprecated:
1082 - include/drivers/flexspi
1083 - driver/nxp/xspi
1084
1085 - title: SCFG
1086 scope: nxp-scfg
1087
1088 deprecated:
1089 - nxp/scfg
1090
1091 - title: SFP
1092 scope: nxp-sfp
1093
1094 deprecated:
1095 - drivers/nxp/sfp
1096
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001097 - title: QSPI
1098 scope: nxp-qspi
1099
Jiafei Pan94450412022-02-18 12:02:04 +08001100 - title: NXP Crypto
1101 scope: nxp-crypto
1102
Jiafei Panfa3f7612022-02-22 11:05:00 +08001103 - title: DDR
1104 scope: nxp-ddr
1105
1106 - title: GIC
1107 scope: nxp-gic
1108
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001109 - title: CSU
1110 scope: nxp-csu
1111
1112 - title: IFC NAND
1113 scope: nxp-ifc-nand
1114
1115 - title: IFC NOR
1116 scope: nxp-ifc-nor
1117
1118 - title: TZC-380
1119 scope: nxp-tzc380
1120
Jacky Bai9dc47d52023-06-14 15:24:00 +08001121 - title: TRDC
1122 scope: imx-trdc
1123
Chris Kay82117d72021-12-01 16:34:55 +00001124 - title: Renesas
1125 scope: renesas-drivers
1126
1127 subsections:
1128 - title: R-Car3
1129 scope: rcar3-drivers
1130
1131 deprecated:
1132 - drivers/rcar3
1133
1134 - title: ST
1135 scope: st-drivers
1136
1137 deprecated:
1138 - drivers/st
1139
1140 subsections:
Yann Gautier9f359fd2022-01-27 09:25:47 +01001141 - title: BSEC
1142 scope: st-bsec
1143
Chris Kay82117d72021-12-01 16:34:55 +00001144 - title: Clock
1145 scope: st-clock
1146
1147 deprecated:
1148 - stm32mp_clk
1149 - drivers/st/clk
1150 - stm32mp1_clk
1151
Yann Gautier9f359fd2022-01-27 09:25:47 +01001152 - title: Crypto
1153 scope: st-crypto
1154
1155 - title: DDR
1156 scope: st-ddr
1157
Chris Kay82117d72021-12-01 16:34:55 +00001158 - title: I/O
1159 scope: st-io-drivers
1160
1161 subsections:
1162 - title: STM32 Image
1163 scope: st-io-stm32image
1164
1165 deprecated:
1166 - io-stm32image
1167 - io_stm32image
1168
Yann Gautier9f359fd2022-01-27 09:25:47 +01001169 - title: I2C
1170 scope: st-i2c
1171
1172 - title: FMC
1173 scope: st-fmc
1174
1175 - title: GPIO
1176 scope: st-gpio
1177
Chris Kay82117d72021-12-01 16:34:55 +00001178 - title: SDMMC2
1179 scope: st-sdmmc2
1180
1181 deprecated:
1182 - stm32_sdmmc2
1183
1184 - title: ST PMIC
1185 scope: st-pmic
1186
1187 deprecated:
1188 - drivers/st/pmic
1189
1190 - title: STPMIC1
1191 scope: stpmic1
1192
Yann Gautier9f359fd2022-01-27 09:25:47 +01001193 - title: Regulator
1194 scope: st-regulator
1195
1196 - title: Reset
1197 scope: st-reset
1198
1199 - title: SPI
1200 scope: st-spi
1201
Chris Kay82117d72021-12-01 16:34:55 +00001202 - title: UART
1203 scope: st-uart
1204
1205 subsections:
1206 - title: STM32 Console
1207 scope: stm32-console
1208
1209 deprecated:
1210 - stm32_console
1211
1212 - title: USB
1213 scope: st-usb
1214
1215 deprecated:
1216 - drivers/st/usb
1217
Yann Gautier9f359fd2022-01-27 09:25:47 +01001218 - title: Watchdog
1219 scope: st-iwdg
1220
Chris Kay82117d72021-12-01 16:34:55 +00001221 - title: USB
1222 scope: usb
1223
1224 deprecated:
1225 - drivers/usb
1226
1227 - title: Miscellaneous
1228
1229 subsections:
1230 - title: AArch64
1231 scope: aarch64
1232
1233 - title: Debug
1234 scope: debug
1235
1236 deprecated:
1237 - common/debug
1238
1239 - title: CRC32
1240 scope: crc32
1241
1242 subsections:
1243 - title: Hardware CRC32
1244 scope: hw-crc32
1245
1246 deprecated:
1247 - hw_crc
1248 - hw_crc32
1249
1250 - title: Software CRC32
1251 scope: sw-crc32
1252
1253 deprecated:
1254 - sw_crc32
1255
1256 - title: DT Bindings
1257 scope: dt-bindings
1258
1259 - title: FDT Wrappers
1260 scope: fdt-wrappers
1261
1262 - title: FDTs
1263 scope: fdts
1264
1265 deprecated:
1266 - fdt
1267
1268 subsections:
1269 - title: Morello
1270 scope: morello-fdts
1271
1272 deprecated:
1273 - fdts/morello
1274
1275 - title: STM32MP1
1276 scope: stm32mp1-fdts
1277
1278 deprecated:
1279 - fdts stm32mp1
1280
Yann Gautier2c962252022-07-08 15:55:14 +02001281 subsections:
1282 - title: STM32MP13
1283 scope: stm32mp13-fdts
1284
1285 - title: STM32MP15
1286 scope: stm32mp15-fdts
1287
Yann Gautier1123f662022-12-16 15:32:25 +01001288 - title: STM32MP2
1289 scope: stm32mp2-fdts
1290
Chris Kay82117d72021-12-01 16:34:55 +00001291 - title: PIE
1292 scope: pie
1293
Juan Pablo Conde52487492023-05-15 22:17:17 -05001294 - title: PIE/POR
1295 scope: pie/por
1296
Chris Kay82117d72021-12-01 16:34:55 +00001297 - title: Security
1298 scope: security
1299
1300 - title: SDEI
1301 scope: sdei
1302
1303 - title: TBBR
1304 scope: tbbr
1305
1306 - title: NXP
1307
1308 subsections:
1309 - title: OCRAM
1310 scope: nxp-ocram
1311
1312 deprecated:
1313 - nxp/common/ocram
1314
1315 - title: PSCI
1316 scope: nxp-psci
1317
1318 deprecated:
1319 - plat/nxp/common/psci
1320
Chris Kayd04a4762023-04-13 17:24:20 +01001321 - title: UUID
1322 scope: uuid
1323
Chris Kay82117d72021-12-01 16:34:55 +00001324 - title: Documentation
1325 scope: docs
1326
1327 deprecated:
1328 - doc
1329
1330 subsections:
1331 - title: Changelog
1332 scope: changelog
1333
1334 - title: Commit Style
1335 scope: commit-style
1336
1337 - title: Contribution Guidelines
1338 scope: contributing
1339
1340 deprecated:
1341 - contribution-guidelines
1342 - docs-contributing.rst
1343
1344 - title: Maintainers
1345 scope: maintainers
1346
1347 - title: Prerequisites
1348 scope: prerequisites
1349
Sandrine Bailleux3c8fdf72022-05-10 14:53:44 +02001350 - title: Threat Model
1351 scope: threat-model
1352
Sandrine Bailleuxe67bb122023-02-08 13:58:25 +01001353 - title: Porting Guide
1354 scope: porting
1355
Chris Kay82117d72021-12-01 16:34:55 +00001356 - title: Build System
1357 scope: build
1358
1359 deprecated:
1360 - makefile
1361 - Makefile
1362
1363 subsections:
1364 - title: Git Hooks
1365 scope: hooks
1366
Juan Pablo Conde52487492023-05-15 22:17:17 -05001367 deprecated:
1368 - git-hooks
1369
Chris Kay82117d72021-12-01 16:34:55 +00001370 - title: Tools
1371
1372 subsections:
1373 - title: STM32 Image
1374 scope: stm32image
1375
1376 deprecated:
1377 - tools/stm32image
1378
Jiafei Pan18ba9e42022-02-10 10:39:56 +08001379 - title: NXP Tools
1380 scope: nxp-tools
1381
Jayanth Dodderi Chidanandb16bc302022-05-19 11:03:07 +01001382 - title: Firmware Image Package Tool
1383 scope: fiptool
1384
1385 - title: Secure Partition Tool
1386 scope: sptool
1387
1388 - title: Certificate Creation Tool
1389 scope: cert-create
1390
Harrison Mutai372b8802023-02-23 11:30:17 +00001391 - title: Memory Mapping Tool
1392 scope: memmap
1393
laurenw-arm7c66fca2022-11-01 14:45:33 -05001394 deprecated:
1395 - cert_create
1396
Henrik Nordstromd95745b2023-12-04 10:31:07 +01001397 - title: Marvell Tools
1398 scope: marvell-tools
1399
Chris Kay82117d72021-12-01 16:34:55 +00001400 - title: Dependencies
1401 scope: deps
1402
1403 subsections:
1404 - title: checkpatch
1405 scope: checkpatch
1406
1407 - title: commitlint
1408 scope: commitlint
1409
Daniel Boulbyc550e702022-10-05 11:03:44 +01001410 - title: Compiler runtime libraries
1411 scope: compiler-rt
1412
Chris Kay82117d72021-12-01 16:34:55 +00001413 - title: libfdt
1414 scope: libfdt
1415
1416 - title: Node Package Manager (NPM)
1417 scope: npm
Daniel Boulbyc550e702022-10-05 11:03:44 +01001418
dependabot[bot]dba1b532023-09-06 09:55:17 +00001419 - title: Poetry
1420 scope: poetry
1421
Daniel Boulbyc550e702022-10-05 11:03:44 +01001422 - title: zlib
1423 scope: zlib