blob: f586471b2e4322faba81fc73b35e73ef7a796729 [file] [log] [blame]
Chris Kayf64c5582021-12-01 16:34:55 +00001#
Chris Kaye7be9242025-02-03 11:25:43 +00002# Copyright (c) 2021-2025, Arm Limited. All rights reserved.
Chris Kayf64c5582021-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 Kay833b4ff2022-09-29 16:42:23 +010034 - title: Documentation
Chris Kayf64c5582021-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:
Govindraj Raja9b494c22025-01-28 17:38:14 -060089 - title: CPU feature like FEAT_XXXX / ID register handling in general
Andre Przywara69c17f52022-11-14 15:38:58 +000090 scope: cpufeat
91
Govindraj Raja1e02ce62024-03-19 14:32:20 -050092 deprecated:
Govindraj Raja9b494c22025-01-28 17:38:14 -060093 - amu
94 - brbe
95 - bti
96 - cca
97 - ccidx
98 - d128
99 - debugv8p9
100 - fgt2
101 - gcs
102 - hcx
103 - mpam
Govindraj Raja1e02ce62024-03-19 14:32:20 -0500104 - mte
Govindraj Raja9b494c22025-01-28 17:38:14 -0600105 - mte2
106 - pauth
107 - pmu
108 - rng-trap
109 - sctlr2
110 - feat_sctlr2
111 - sme
112 - spe
113 - sve
114 - sys-reg-trace
Chris Kayf64c5582021-12-01 16:34:55 +0000115 - sys_reg_trace
Govindraj Raja9b494c22025-01-28 17:38:14 -0600116 - tcr2
117 - trbe
118 - trf
119 - the
Chris Kayf64c5582021-12-01 16:34:55 +0000120
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100121 - title: DynamIQ Shared Unit (DSU)
122 scope: dsu
123
Chris Kayf64c5582021-12-01 16:34:55 +0000124 - title: Platforms
Manish V Badarkhe98735802023-11-21 14:35:13 +0000125 scope: platforms
126
127 deprecated:
128 - plat/common
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100129 - plat
Chris Kayf64c5582021-12-01 16:34:55 +0000130
131 subsections:
132 - title: Allwinner
133 scope: allwinner
134
135 deprecated:
136 - plat/allwinner
137
138 - title: Arm
139 scope: arm
140
141 deprecated:
142 - plat/arm
143
144 subsections:
Govindraj Rajae614ba32024-11-19 10:19:37 -0600145 - title: Common
146 scope: common
147
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500148 - title: A5DS
149 scope: a5ds
150
laurenw-arm21cd0662022-11-01 14:45:33 -0500151 - title: CSS
152 scope: css
153
154 deprecated:
155 - plat/arm/css
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500156 - plat/css
laurenw-arm21cd0662022-11-01 14:45:33 -0500157
Chris Kayf64c5582021-12-01 16:34:55 +0000158 - title: FPGA
159 scope: fpga
160
161 deprecated:
162 - arm_fgpa
Chris Kayf64c5582021-12-01 16:34:55 +0000163 - plat/arm_fpga
Manish V Badarkhe98735802023-11-21 14:35:13 +0000164 - arm/fpga
Chris Kayf64c5582021-12-01 16:34:55 +0000165
166 - title: FVP
167 scope: fvp
168
169 deprecated:
170 - plat/fvp
laurenw-arm21cd0662022-11-01 14:45:33 -0500171 - fvp/tsp_manifest
Chris Kayf64c5582021-12-01 16:34:55 +0000172
laurenw-arm21cd0662022-11-01 14:45:33 -0500173 - title: FVP Versatile Express
174 scope: fvp_ve
175
Chris Kayf64c5582021-12-01 16:34:55 +0000176 - title: Juno
177 scope: juno
178
179 - title: Morello
180 scope: morello
181
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100182 - title: N1SDP
183 scope: n1sdp
184
Rohit Mathew682da932024-04-15 17:31:04 +0100185 - title: Neoverse-RD
186 scope: neoverse-rd
Chris Kayf64c5582021-12-01 16:34:55 +0000187
188 subsections:
Rohit Mathew18b50702024-04-16 17:31:54 +0100189 - title: SGI-575
190 scope: sgi575
191
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100192 - title: RD-E1-Edge
193 scope: rde1edge
194
Rohit Mathewd239ede2024-04-22 14:23:59 +0100195 - title: RD-N1-Edge
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500196 scope: rdn1edge
197
Rohit Mathew86a49492024-04-16 17:35:05 +0100198 - title: RD-V1
199 scope: rdv1
200
Rohit Mathew6fb16da2024-04-16 17:36:19 +0100201 - title: RD-V1-MC
202 scope: rdv1mc
203
Chris Kayf64c5582021-12-01 16:34:55 +0000204 - title: RD-N2
205 scope: rdn2
206
Jerry Wang137ab5c2024-07-08 15:17:42 +0100207 - title: RD-V3
208 scope: rdv3
Rohit Mathew84973bb2024-04-15 17:54:16 +0100209
Chris Kayf64c5582021-12-01 16:34:55 +0000210 deprecated:
211 - board/rdn2
Yann Gautier48a59eb2024-11-13 11:29:50 +0100212 - rdfremont
Chris Kayf64c5582021-12-01 16:34:55 +0000213
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100214 deprecated:
215 - neoverse
216
Chris Kayf64c5582021-12-01 16:34:55 +0000217 - title: TC
218 scope: tc
219
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500220 deprecated:
221 - plat/tc
222
Chris Kayf64c5582021-12-01 16:34:55 +0000223 subsections:
224 - title: TC0
225 scope: tc0
226
227 deprecated:
228 - plat/tc0
229
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100230 - title: Corstone-1000
231 scope: corstone-1000
232
Yann Gautier48a59eb2024-11-13 11:29:50 +0100233 deprecated:
234 - corstone1000
235
Peter Hoyesf661c742023-02-20 12:08:43 +0000236 - title: Automotive RD
237 scope: automotive_rd
238
239 subsections:
240 - title: RD-1 AE
241 scope: rd1ae
242
Chia-Wei Wang85f199b2022-11-02 17:50:21 +0800243 - title: Aspeed
244 scope: aspeed
245
246 subsections:
247 - title: AST2700
248 scope: ast2700
249
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100250 - title: Broadcom
251 scope: brcm
252
Manish V Badarkhe98735802023-11-21 14:35:13 +0000253 - title: Cadence
254 scope: cadence
255
laurenw-arm21cd0662022-11-01 14:45:33 -0500256 - title: HiSilicon
257 scope: hisilicon
258
259 subsections:
260 - title: HiKey
261 scope: hikey
262
263 - title: HiKey960
264 scope: hikey960
265
Yann Gautier48a59eb2024-11-13 11:29:50 +0100266 - title: Poplar
267 scope: poplar
268
Sieu Mun Tange5641372022-02-22 14:14:26 +0800269 - title: Intel
270 scope: intel
271
272 subsections:
273 - title: SoC
274 scope: soc
275
Chris Kayf64c5582021-12-01 16:34:55 +0000276 - title: Marvell
277 scope: marvell
278
279 deprecated:
280 - plat/marvell
281
282 subsections:
283 - title: Armada
284 scope: armada
285
286 deprecated:
287 - plat/marvell/armada
288
289 subsections:
290 - title: A3K
291 scope: a3k
292
293 deprecated:
294 - plat/marvell/a3k
295
296 - title: A8K
297 scope: a8k
298
299 deprecated:
300 - plat/marvell/a8k
301
302 - title: MediaTek
303 scope: mediatek
304
305 deprecated:
306 - plat/mediatek/common
307 - plat/mediatek
308
309 subsections:
310 - title: MT8183
311 scope: mt8183
312
313 deprecated:
314 - plat/mediatek/mt8183
315
laurenw-arm21cd0662022-11-01 14:45:33 -0500316 - title: MT8186
317 scope: mt8186
318
319 deprecated:
320 - plat/mediatek/mt8186
321 - mt8186-emi-mpu
322
323 - title: MT8188
324 scope: mt8188
325
Chris Kayf64c5582021-12-01 16:34:55 +0000326 - title: MT8192
327 scope: mt8192
328
329 deprecated:
330 - plat/mdeiatek/mt8192
331
332 - title: MT8195
333 scope: mt8195
334
335 deprecated:
336 - plat/mediatek/me8195
337 - plat/mediatek/mt8195
338 - plat/mdeiatek/mt8195
339
340 - title: NVIDIA
341 scope: nvidia
342
343 subsections:
344 - title: Tegra
345 scope: tegra
346
347 deprecated:
348 - plat/tegra
349
350 subsections:
351 - title: Tegra 132
352 scope: tegra132
353
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100354 - title: Tegra 194
355 scope: tegra194
356
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500357 - title: Tegra 210
358 scope: tegra210
359
Chris Kayf64c5582021-12-01 16:34:55 +0000360 - title: NXP
361 scope: nxp
362
363 deprecated:
364 - plat/nxp
365 - plat/nxp/common
366
367 subsections:
368 - title: i.MX
369 scope: imx
370
371 deprecated:
372 - plat/imx
373 - plat/imx/imx
374
375 subsections:
376 - title: i.MX 8M
377 scope: imx8m
378
379 deprecated:
380 - plat/imx8m
381 - plat/imx/imx8m
382
383 subsections:
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100384 - title: i.MX 8M Nano
385 scope: imx8mn
386
387 deprecated:
388 - plat/imx/imx8m/imx8mn
389
Chris Kayf64c5582021-12-01 16:34:55 +0000390 - title: i.MX 8M Mini
391 scope: imx8mm
392
393 deprecated:
394 - plat/imx/imx8m/imx8mm
395
396 - title: i.MX 8M Plus
397 scope: imx8mp
398
399 deprecated:
400 - plat/imx/imx8m/imx8mp
401
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100402 - title: i.MX 8Q
403 scope: imx8mq
404
405 deprecated:
406 - plat/imx/imx8m/imx8mq
407
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500408 - title: i.MX 8
409 scope: imx8
410
Jacky Bai0d6b4cd2023-10-08 17:52:24 +0800411 - title: i.MX 8ULP
412 scope: imx8ulp
413
Jacky Bai9f38eb82023-06-14 15:24:00 +0800414 - title: i.MX 9
415 scope: imx9
416
417 subsections:
418 - title: i.MX93
419 scope: imx93
420
Chris Kayf64c5582021-12-01 16:34:55 +0000421 - title: Layerscape
422 scope: layerscape
423
424 deprecated:
425 - docs/nxp/layerscape
426
427 subsections:
428 - title: LS1028A
429 scope: ls1028a
430
431 deprecated:
432 - plat/nxp/ls1028a
433
434 subsections:
435 - title: LS1028ARDB
436 scope: ls1028ardb
437
438 deprecated:
439 - plat/nxp/ls1028ardb
440
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100441 - title: LS1043A
442 scope: ls1043a
443
444 deprecated:
445 - plat/nxp/ls1043a
446
447 subsections:
448 - title: LS1043ARDB
449 scope: ls1043ardb
450
451 deprecated:
452 - plat/nxp/ls1043ardb
453
Chris Kayf64c5582021-12-01 16:34:55 +0000454 - title: LX2
455 scope: lx2
456
457 deprecated:
458 - plat/nxp/lx2
459
460 subsections:
461 - title: LX216
462 scope: lx216
463
464 deprecated:
465 - plat/nxp/lx216x
466
467 subsections:
468 - title: LX2160
469 scope: lx2160
470
471 deprecated:
472 - plat/soc-lx2160
473
Jiafei Pan1acfb982022-02-10 10:39:56 +0800474 - title: LS1046A
475 scope: ls1046a
476
477 subsections:
478 - title: LS1046ARDB
479 scope: ls1046ardb
480
481 - title: LS1046AFRWY
482 scope: ls1046afrwy
483
484 - title: LS1046AQDS
485 scope: ls1046aqds
486
Jiafei Panccb71e32022-02-24 16:00:35 +0800487 - title: LS1088A
488 scope: ls1088a
489
490 subsections:
491 - title: LS1088ARDB
492 scope: ls1088ardb
493
494 - title: LS1088AQDS
495 scope: ls1088aqds
496
Ghennadi Procopciuc8b81a392024-01-30 16:19:47 +0200497 - title: S32G274A
498 scope: s32g274a
499
500 subsections:
501 - title: S32G274ARDB
502 scope: s32g274ardb
503
Chris Kayf64c5582021-12-01 16:34:55 +0000504 - title: QEMU
505 scope: qemu
506
507 deprecated:
508 - plat/qemu
509
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500510 subsections:
511 - title: SBSA
512 scope: qemu-sbsa
513
Manish V Badarkhe98735802023-11-21 14:35:13 +0000514 deprecated:
515 - qemu_sbsa
516
Chris Kayf64c5582021-12-01 16:34:55 +0000517 - title: QTI
518 scope: qti
519
laurenw-arm21cd0662022-11-01 14:45:33 -0500520 deprecated:
521 - plat/qti
522
Chris Kayf64c5582021-12-01 16:34:55 +0000523 subsections:
524 - title: SC1780
525 scope: sc7180
526
527 deprecated:
528 - plat/qti/sc7180
529
530 - title: SC7280
531 scope: sc7280
532
533 deprecated:
534 - plat/qti/sc7280
535
Stephan Gerholdfa145392021-12-01 20:00:00 +0100536 - title: MSM8916
537 scope: msm8916
538
Chris Kayf64c5582021-12-01 16:34:55 +0000539 - title: Raspberry Pi
540 scope: rpi
541
542 subsections:
laurenw-arm21cd0662022-11-01 14:45:33 -0500543 - title: Raspberry Pi 3
544 scope: rpi3
545
Chris Kayf64c5582021-12-01 16:34:55 +0000546 - title: Raspberry Pi 4
547 scope: rpi4
548
Mario Bălănicăf834b642023-12-02 03:08:02 +0200549 - title: Raspberry Pi 5
550 scope: rpi5
551
Chris Kayf64c5582021-12-01 16:34:55 +0000552 - title: Renesas
553 scope: renesas
554
555 subsections:
556 - title: R-Car
557 scope: rcar
558
559 deprecated:
560 - plat/rcar
561
562 subsections:
563 - title: R-Car 3
564 scope: rcar3
565
566 deprecated:
567 - plat/rcar3
568
569 - title: Rockchip
570 scope: rockchip
571
572 subsections:
573 - title: RK3399
574 scope: rk3399
575
576 deprecated:
577 - rockchip/rk3399
578 - rk3399/suspend
579
Diederik de Haasdd2c8882023-11-27 10:21:37 +0100580 - title: RK3328
581 scope: rk3328
582
Yann Gautier48a59eb2024-11-13 11:29:50 +0100583 - title: RK3588
584 scope: rk3588
585
Chris Kayf64c5582021-12-01 16:34:55 +0000586 - title: Socionext
587 scope: socionext
588
589 subsections:
590 - title: Synquacer
591 scope: synquacer
592
593 deprecated:
594 - plat/synquacer
595
596 - title: ST
597 scope: st
598
599 deprecated:
600 - plat/st
601
602 subsections:
Yann Gautier96f58612022-06-01 18:17:43 +0200603 - title: STM32MP1
Chris Kayf64c5582021-12-01 16:34:55 +0000604 scope: stm32mp1
605
606 deprecated:
607 - plat/st/stm32mp1
608
Yann Gautier96f58612022-06-01 18:17:43 +0200609 subsections:
610 - title: STM32MP13
611 scope: stm32mp13
612
613 - title: STM32MP15
614 scope: stm32mp15
615
Yann Gautier3f6c16f2022-12-16 15:32:25 +0100616 - title: STM32MP2
617 scope: stm32mp2
618
Yann Gautier10f60d32023-11-23 19:37:21 +0100619 subsections:
620 - title: STM32MP25
621 scope: stm32mp25
622
Dave Gerlach8ba55ec2022-03-22 11:02:52 -0500623 - title: Texas Instruments
624 scope: ti
625
626 subsections:
627 - title: K3
628 scope: k3
629
laurenw-arm21cd0662022-11-01 14:45:33 -0500630 deprecated:
631 - ti-k3
632
Chris Kayf64c5582021-12-01 16:34:55 +0000633 - title: Xilinx
634 scope: xilinx
635
636 deprecated:
637 - plat/xilinx
638
639 subsections:
Michal Simeke311b9b2023-09-18 10:22:48 +0200640 - title: DCC (Debug Communication Channel)
641 scope: dcc
642
Chris Kayf64c5582021-12-01 16:34:55 +0000643 - title: Versal
644 scope: versal
645
646 deprecated:
647 - plat/xilinx/versal/include
648 - plat/xilinx/versal
649 - plat/versal
650
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100651 - title: Versal NET
652 scope: versal-net
laurenw-arm21cd0662022-11-01 14:45:33 -0500653
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100654 deprecated:
655 - versal_net
laurenw-arm21cd0662022-11-01 14:45:33 -0500656
Chris Kayf64c5582021-12-01 16:34:55 +0000657 - title: ZynqMP
658 scope: zynqmp
659
660 deprecated:
661 - plat/zynqmp
662 - plat/xilinx/zynqmp
663
Amit Nagalc97857d2024-06-05 12:32:38 +0530664 - title: AMD
665 scope: amd
666
667 subsections:
668 - title: Versal Gen 2
669 scope: versal2
670
rutigl@gmail.comedcece12023-03-19 09:19:05 +0200671 - title: Nuvoton
672 scope: nuvoton
673
674 subsections:
675 - title: npcm845x
676 scope: npcm845x
677
Chris Kayf64c5582021-12-01 16:34:55 +0000678 - title: Bootloader Images
679 scope: bl
680
681 deprecated:
682 - bl_common
683
684 subsections:
685 - title: BL1
686 scope: bl1
687
688 - title: BL2
689 scope: bl2
690
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100691 - title: BL31
692 scope: bl31
693
Shruti Gupta5b7bd2a2022-08-09 10:46:07 +0100694 - title: BL32
695 scope: bl32
696
697 subsections:
698 - title: TSP
699 scope: tsp
700
Chris Kayf64c5582021-12-01 16:34:55 +0000701 - title: Services
702 scope: services
703
Yann Gautier48a59eb2024-11-13 11:29:50 +0100704 deprecated:
705 - std_svc
706
Chris Kayf64c5582021-12-01 16:34:55 +0000707 subsections:
708 - title: FF-A
Daniel Boulby93a8ce02021-12-06 14:44:35 +0000709 scope: ff-a
Chris Kayf64c5582021-12-01 16:34:55 +0000710
711 deprecated:
Daniel Boulby93a8ce02021-12-06 14:44:35 +0000712 - ffa
Chris Kayf64c5582021-12-01 16:34:55 +0000713
714 - title: RME
715 scope: rme
716
laurenw-arm21cd0662022-11-01 14:45:33 -0500717 deprecated:
718 - rme/fid
719
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100720 subsections:
721 - title: TRP
722 scope: trp
723
Javier Almansa Sobrino8c980a42021-11-24 18:37:37 +0000724 - title: RMMD
725 scope: rmmd
726
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500727 - title: RMM
728 scope: rmm
729
Chris Kayf64c5582021-12-01 16:34:55 +0000730 - title: SPM
731 scope: spm
732
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100733 subsections:
Manish V Badarkhe98735802023-11-21 14:35:13 +0000734 - title: EL3 SPM
735 scope: el3-spm
736
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100737 - title: EL3 SPMC
738 scope: el3-spmc
Daniel Boulby93a8ce02021-12-06 14:44:35 +0000739
laurenw-arm21cd0662022-11-01 14:45:33 -0500740 deprecated:
741 - spmc
742
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100743 - title: SPMD
744 scope: spmd
745
746 - title: SPM MM
747 scope: spm-mm
Chris Kayf64c5582021-12-01 16:34:55 +0000748
Manish V Badarkhe7b224f12022-06-27 09:21:14 +0100749 - title: DRTM
750 scope: drtm
751
Jayanth Dodderi Chidanand0b22e592022-10-11 17:16:07 +0100752 - title: TRNG
753 scope: trng
754
Sona Mathew5c8fcc02023-09-20 12:55:32 -0500755 - title: ERRATA ABI
756 scope: errata-abi
757
758 deprecated:
759 - errata_abi
Sona Mathewffea3842022-11-18 18:05:38 -0600760
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100761 - title: ChromeOS
762 scope: cros
763
Yann Gautier02c580c2024-11-13 13:46:15 +0100764 - title: Secure Payload Dispatcher
765 scope: spd
766
767 subsections:
768 - title: OP-TEE
769 scope: optee
770
771 deprecated:
772 - lib/optee
773
774 - title: ProvenCore
775 scope: pncd
776
777 - title: Trusted Little Kernel
778 scope: tlkd
779
780 - title: Trusty
781 scope: trusty
782
783 - title: TSP
784 scope: tspd
785
Chris Kayf64c5582021-12-01 16:34:55 +0000786 - title: Libraries
Manish V Badarkhe98735802023-11-21 14:35:13 +0000787 scope: lib
Chris Kayf64c5582021-12-01 16:34:55 +0000788
789 subsections:
790 - title: CPU Support
791 scope: cpus
792
793 deprecated:
794 - cpu
795 - errata
796 - errata_report
797
798 - title: EL3 Runtime
799 scope: el3-runtime
800
801 deprecated:
802 - el3_runtime
803
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100804 subsections:
805 - title: Context Management
806 scope: cm
807
laurenw-arm21cd0662022-11-01 14:45:33 -0500808 - title: RAS
809 scope: ras
810
Madhukar Pappireddy841533d2024-06-17 15:12:26 -0500811 - title: SIMD
812 scope: simd
813
Chris Kayf64c5582021-12-01 16:34:55 +0000814 - title: FCONF
815 scope: fconf
816
817 - title: MPMM
818 scope: mpmm
819
Chris Kayf64c5582021-12-01 16:34:55 +0000820 - title: PSCI
821 scope: psci
822
Chris Kay7fc4d772024-01-15 18:45:07 +0000823 - title: ROMlib
824 scope: romlib
825
Chris Kayf64c5582021-12-01 16:34:55 +0000826 - title: GPT
827 scope: gpt
828
829 deprecated:
830 - gpt_rme
831
832 - title: SMCCC
833 scope: smccc
834
835 - title: Translation Tables
836 scope: xlat
837
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100838 - title: C Standard Library
839 scope: libc
840
841 - title: Locks
842 scope: locks
843
844 - title: PSA
845 scope: psa
846
laurenw-arm21cd0662022-11-01 14:45:33 -0500847 deprecated:
848 - lib/psa
849
Tamas Bancb249052024-02-06 11:24:51 +0100850 - title: DICE Protection Environment
851 scope: dice
852
Zelalem Aweked20052f2022-04-04 17:42:48 -0500853 - title: Context Management
Chris Kay24687b72022-10-10 16:57:45 +0100854 scope: context-mgmt
855
856 deprecated:
857 - context mgmt
Zelalem Aweked20052f2022-04-04 17:42:48 -0500858
Manish V Badarkhe7c494382022-09-26 15:06:56 +0100859 - title: Semihosting
860 scope: semihosting
861
Raymond Mao3ba2c152023-07-25 07:53:35 -0700862 - title: Firmware Handoff
863 scope: handoff
864
Manish V Badarkhe669e2b12024-05-17 11:09:28 +0100865 - title: Exception Handling Framework (EHF)
866 scope: ehf
867
Chris Kayf64c5582021-12-01 16:34:55 +0000868 - title: Drivers
869
870 subsections:
871 - title: Authentication
872 scope: auth
873
874 deprecated:
875 - driver/auth
876
877 subsections:
878 - title: CryptoCell-713
879 scope: cc-713
880
Manish V Badarkhe9e0d2ba2022-09-22 21:41:55 +0100881 - title: Crypto
882 scope: crypto
883
884 - title: mbedTLS
885 scope: mbedtls
886
Manish V Badarkhe902e94c2023-09-22 17:54:59 +0100887 - title: mbedTLS-PSA
888 scope: mbedtls-psa
889
Yann Gautier3c788292023-01-06 17:05:48 +0100890 - title: Console
891 scope: console
892
Abhi.Singha6485b22024-08-21 12:55:38 -0500893 - title: Delay Timer
894 scope: delay-timer
895
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100896 - title: Generic Clock
897 scope: clk
898
Chris Kayf64c5582021-12-01 16:34:55 +0000899 - title: FWU
900 scope: fwu
901
902 deprecated:
903 - fwu_metadata
904
905 - title: I/O
906 scope: io
907
908 subsections:
909 - title: MTD
910 scope: mtd
911
912 deprecated:
913 - io_mtd
914
915 - title: Measured Boot
916 scope: measured-boot
917
918 deprecated:
919 - measured boot
920 - measured_boot
921
922 - title: MMC
923 scope: mmc
924
925 deprecated:
926 - drivers/mmc
927
928 - title: MTD
929 scope: mtd
930
931 deprecated:
932 - drivers/mtd
933
934 subsections:
935 - title: NAND
936 scope: nand
937
938 subsections:
939 - title: SPI NAND
940 scope: spi-nand
941
942 deprecated:
943 - spi_nand
944
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100945 - title: GUID Partition Tables Support
946 scope: guid-partition
Sughosh Ganue1157ec2022-01-19 11:31:20 +0530947
Juan Pablo Condeb78ad002023-05-15 22:17:17 -0500948 deprecated:
949 - partition
950
Chris Kayf64c5582021-12-01 16:34:55 +0000951 - title: SCMI
952 scope: scmi
953
954 deprecated:
955 - scmi_common
956 - drivers/scmi-msg
laurenw-arm21cd0662022-11-01 14:45:33 -0500957 - scmi-msg
Chris Kayf64c5582021-12-01 16:34:55 +0000958
Abhi.Singh36e3d872024-08-28 14:17:52 -0500959 - title: TPM
960 scope: tpm
961
Chris Kayf64c5582021-12-01 16:34:55 +0000962 - title: UFS
963 scope: ufs
964
965 - title: Arm
966 scope: arm-drivers
967
968 subsections:
969 - title: Ethos-N
970 scope: ethos-n
971
972 deprecated:
973 - drivers/arm/ethosn
974
975 - title: GIC
976 scope: gic
977
978 subsections:
979 - title: GICv3
980 scope: gicv3
981
laurenw-arm21cd0662022-11-01 14:45:33 -0500982 deprecated:
983 - gicv3/multichip
984
Chris Kayf64c5582021-12-01 16:34:55 +0000985 subsections:
laurenw-arm21cd0662022-11-01 14:45:33 -0500986 - title: GIC-600
987 scope: gic600
988
Chris Kayf64c5582021-12-01 16:34:55 +0000989 - title: GIC-600AE
990 scope: gic600ae
991
Madhukar Pappireddyab80cf32023-08-03 12:13:27 -0500992 - title: GICv2
993 scope: gicv2
994
Manish V Badarkhe0de3eda2022-03-24 18:23:37 +0000995 - title: SMMU
996 scope: smmu
997
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +0100998 - title: MHU
999 scope: mhu
1000
1001 deprecated:
1002 - drivers/arm/mhu
1003
Tamas Banccc71732024-04-22 15:41:45 +02001004 - title: RSE
1005 scope: rse
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +01001006
1007 deprecated:
1008 - drivers/arm/rss
Tamas Banccc71732024-04-22 15:41:45 +02001009 - rss
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +01001010
Chris Kayf64c5582021-12-01 16:34:55 +00001011 - title: TZC
1012 scope: tzc
1013
1014 subsections:
1015 - title: TZC-400
1016 scope: tzc400
1017
1018 deprecated:
1019 - drivers/tzc400
1020
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +01001021 - title: TZC-380
1022 scope: tzc380
1023
1024 deprecated:
1025 - drivers/tzc380
1026
Madhukar Pappireddye8166d32023-03-22 15:27:22 -05001027 - title: SBSA
1028 scope: sbsa
1029
Chris Kayf64c5582021-12-01 16:34:55 +00001030 - title: Marvell
1031 scope: marvell-drivers
1032
1033 subsections:
1034 - title: COMPHY
1035 scope: marvell-comphy
1036
1037 deprecated:
1038 - drivers/marvell/comphy
1039
1040 subsections:
1041 - title: Armada 3700
1042 scope: marvell-comphy-3700
1043
1044 deprecated:
1045 - drivers/marvell/comphy-3700
1046
1047 - title: CP110
1048 scope: marvell-comphy-cp110
1049
1050 deprecated:
1051 - drivers/marvell/comphy-cp110
1052
1053 - title: UART
1054 scope: marvell-uart
1055
1056 deprecated:
1057 - plat/marvell/uart
1058
1059 - title: Armada
1060 scope: armada-drivers
1061
1062 subsections:
1063 - title: A3K
1064 scope: a3k-drivers
1065
1066 subsections:
1067 - title: A3720
1068 scope: a3720-uart
1069
1070 deprecated:
1071 - plat/marvell/a3720/uart
1072
1073 - title: MediaTek
1074 scope: mediatek-drivers
1075
1076 subsections:
1077 - title: APU
1078 scope: mediatek-apu
1079
1080 deprecated:
1081 - plat/mediatek/apu
1082
1083 - title: EMI MPU
1084 scope: mediatek-emi-mpu
1085
1086 deprecated:
1087 - plat/mediatek/mpu
1088
1089 - title: PMIC Wrapper
1090 scope: mediatek-pmic-wrapper
1091
1092 deprecated:
1093 - plat/mediatek/pmic_wrap
1094
1095 - title: MT8192
1096 scope: mt8192-drivers
1097
1098 subsections:
1099 - title: SPM
1100 scope: mt8192-spm
1101
1102 deprecated:
1103 - mediatek/mt8192/spm
1104
1105 - title: NXP
1106 scope: nxp-drivers
1107
1108 subsections:
1109 - title: DCFG
1110 scope: nxp-dcfg
1111
1112 deprecated:
1113 - driver/nxp/dcfg
1114
1115 - title: FLEXSPI
1116 scope: flexspi
1117
1118 deprecated:
1119 - include/drivers/flexspi
1120 - driver/nxp/xspi
1121
1122 - title: SCFG
1123 scope: nxp-scfg
1124
1125 deprecated:
1126 - nxp/scfg
1127
1128 - title: SFP
1129 scope: nxp-sfp
1130
1131 deprecated:
1132 - drivers/nxp/sfp
1133
Jiafei Pan1acfb982022-02-10 10:39:56 +08001134 - title: QSPI
1135 scope: nxp-qspi
1136
Jiafei Pan9dcbeb92022-02-18 12:02:04 +08001137 - title: NXP Crypto
1138 scope: nxp-crypto
1139
Jiafei Pan5ba30c62022-02-22 11:05:00 +08001140 - title: DDR
1141 scope: nxp-ddr
1142
1143 - title: GIC
1144 scope: nxp-gic
1145
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +01001146 - title: CSU
1147 scope: nxp-csu
1148
1149 - title: IFC NAND
1150 scope: nxp-ifc-nand
1151
1152 - title: IFC NOR
1153 scope: nxp-ifc-nor
1154
1155 - title: TZC-380
1156 scope: nxp-tzc380
1157
Jacky Bai9f38eb82023-06-14 15:24:00 +08001158 - title: TRDC
1159 scope: imx-trdc
1160
Ghennadi Procopciuc3a580e92024-06-11 18:39:58 +03001161 - title: Clock
1162 scope: nxp-clk
1163
Chris Kayf64c5582021-12-01 16:34:55 +00001164 - title: Renesas
1165 scope: renesas-drivers
1166
1167 subsections:
1168 - title: R-Car3
1169 scope: rcar3-drivers
1170
1171 deprecated:
1172 - drivers/rcar3
1173
1174 - title: ST
1175 scope: st-drivers
1176
1177 deprecated:
1178 - drivers/st
1179
1180 subsections:
Yann Gautier27254d92022-01-27 09:25:47 +01001181 - title: BSEC
1182 scope: st-bsec
1183
Chris Kayf64c5582021-12-01 16:34:55 +00001184 - title: Clock
1185 scope: st-clock
1186
1187 deprecated:
1188 - stm32mp_clk
1189 - drivers/st/clk
1190 - stm32mp1_clk
1191
Yann Gautier27254d92022-01-27 09:25:47 +01001192 - title: Crypto
1193 scope: st-crypto
1194
1195 - title: DDR
1196 scope: st-ddr
1197
Chris Kayf64c5582021-12-01 16:34:55 +00001198 - title: I/O
1199 scope: st-io-drivers
1200
1201 subsections:
1202 - title: STM32 Image
1203 scope: st-io-stm32image
1204
1205 deprecated:
1206 - io-stm32image
1207 - io_stm32image
1208
Yann Gautier27254d92022-01-27 09:25:47 +01001209 - title: I2C
1210 scope: st-i2c
1211
1212 - title: FMC
1213 scope: st-fmc
1214
1215 - title: GPIO
1216 scope: st-gpio
1217
Chris Kayf64c5582021-12-01 16:34:55 +00001218 - title: SDMMC2
1219 scope: st-sdmmc2
1220
1221 deprecated:
1222 - stm32_sdmmc2
1223
1224 - title: ST PMIC
1225 scope: st-pmic
1226
1227 deprecated:
1228 - drivers/st/pmic
1229
1230 - title: STPMIC1
1231 scope: stpmic1
1232
Yann Gautier27254d92022-01-27 09:25:47 +01001233 - title: Regulator
1234 scope: st-regulator
1235
1236 - title: Reset
1237 scope: st-reset
1238
1239 - title: SPI
1240 scope: st-spi
1241
Chris Kayf64c5582021-12-01 16:34:55 +00001242 - title: UART
1243 scope: st-uart
1244
1245 subsections:
1246 - title: STM32 Console
1247 scope: stm32-console
1248
1249 deprecated:
1250 - stm32_console
1251
1252 - title: USB
1253 scope: st-usb
1254
1255 deprecated:
1256 - drivers/st/usb
1257
Yann Gautier27254d92022-01-27 09:25:47 +01001258 - title: Watchdog
1259 scope: st-iwdg
1260
Chris Kayf64c5582021-12-01 16:34:55 +00001261 - title: USB
1262 scope: usb
1263
1264 deprecated:
1265 - drivers/usb
1266
1267 - title: Miscellaneous
1268
1269 subsections:
1270 - title: AArch64
1271 scope: aarch64
1272
Harrison Mutaiaf61b502024-12-12 18:33:54 +00001273 - title: AArch32
1274 scope: aarch32
1275
Chris Kayf64c5582021-12-01 16:34:55 +00001276 - title: Debug
1277 scope: debug
1278
1279 deprecated:
1280 - common/debug
1281
1282 - title: CRC32
1283 scope: crc32
1284
1285 subsections:
1286 - title: Hardware CRC32
1287 scope: hw-crc32
1288
1289 deprecated:
1290 - hw_crc
1291 - hw_crc32
1292
1293 - title: Software CRC32
1294 scope: sw-crc32
1295
1296 deprecated:
1297 - sw_crc32
1298
1299 - title: DT Bindings
1300 scope: dt-bindings
1301
1302 - title: FDT Wrappers
1303 scope: fdt-wrappers
1304
1305 - title: FDTs
1306 scope: fdts
1307
1308 deprecated:
1309 - fdt
1310
1311 subsections:
1312 - title: Morello
1313 scope: morello-fdts
1314
1315 deprecated:
1316 - fdts/morello
1317
1318 - title: STM32MP1
1319 scope: stm32mp1-fdts
1320
1321 deprecated:
1322 - fdts stm32mp1
1323
Yann Gautier3e35da92022-07-08 15:55:14 +02001324 subsections:
1325 - title: STM32MP13
1326 scope: stm32mp13-fdts
1327
1328 - title: STM32MP15
1329 scope: stm32mp15-fdts
1330
Yann Gautier3f6c16f2022-12-16 15:32:25 +01001331 - title: STM32MP2
1332 scope: stm32mp2-fdts
1333
Yann Gautier10f60d32023-11-23 19:37:21 +01001334 subsections:
1335 - title: STM32MP25
1336 scope: stm32mp25-fdts
1337
Chris Kayf64c5582021-12-01 16:34:55 +00001338 - title: PIE
1339 scope: pie
1340
Juan Pablo Condeb78ad002023-05-15 22:17:17 -05001341 - title: PIE/POR
1342 scope: pie/por
1343
Chris Kayf64c5582021-12-01 16:34:55 +00001344 - title: Security
1345 scope: security
1346
1347 - title: SDEI
1348 scope: sdei
1349
1350 - title: TBBR
1351 scope: tbbr
1352
1353 - title: NXP
1354
1355 subsections:
1356 - title: OCRAM
1357 scope: nxp-ocram
1358
1359 deprecated:
1360 - nxp/common/ocram
1361
1362 - title: PSCI
1363 scope: nxp-psci
1364
1365 deprecated:
1366 - plat/nxp/common/psci
1367
Chris Kay12562af2023-04-13 17:24:20 +01001368 - title: UUID
1369 scope: uuid
1370
Chris Kayf64c5582021-12-01 16:34:55 +00001371 - title: Documentation
1372 scope: docs
1373
1374 deprecated:
1375 - doc
1376
1377 subsections:
1378 - title: Changelog
1379 scope: changelog
1380
1381 - title: Commit Style
1382 scope: commit-style
1383
1384 - title: Contribution Guidelines
1385 scope: contributing
1386
1387 deprecated:
1388 - contribution-guidelines
1389 - docs-contributing.rst
1390
1391 - title: Maintainers
1392 scope: maintainers
1393
1394 - title: Prerequisites
1395 scope: prerequisites
1396
Sandrine Bailleux50075fd2022-05-10 14:53:44 +02001397 - title: Threat Model
1398 scope: threat-model
1399
Sandrine Bailleuxd3171612023-02-08 13:58:25 +01001400 - title: Porting Guide
1401 scope: porting
1402
Chris Kayf64c5582021-12-01 16:34:55 +00001403 - title: Build System
1404 scope: build
1405
1406 deprecated:
1407 - makefile
1408 - Makefile
1409
1410 subsections:
1411 - title: Git Hooks
1412 scope: hooks
1413
Juan Pablo Condeb78ad002023-05-15 22:17:17 -05001414 deprecated:
1415 - git-hooks
1416
Chris Kayf64c5582021-12-01 16:34:55 +00001417 - title: Tools
Manish V Badarkheccbfd012024-07-19 08:31:51 +01001418 scope: tools
Chris Kayf64c5582021-12-01 16:34:55 +00001419
1420 subsections:
Chris Kaye7be9242025-02-03 11:25:43 +00001421 - title: Dependabot
1422 scope: dependabot
1423
Chris Kayf64c5582021-12-01 16:34:55 +00001424 - title: STM32 Image
1425 scope: stm32image
1426
1427 deprecated:
1428 - tools/stm32image
1429
Jiafei Pan1acfb982022-02-10 10:39:56 +08001430 - title: NXP Tools
1431 scope: nxp-tools
1432
Jayanth Dodderi Chidanand24c5d202022-05-19 11:03:07 +01001433 - title: Firmware Image Package Tool
1434 scope: fiptool
1435
1436 - title: Secure Partition Tool
1437 scope: sptool
1438
1439 - title: Certificate Creation Tool
1440 scope: cert-create
1441
Chris Kay415049a2024-06-14 11:31:03 +00001442 - title: Firmware Encryption Tool
1443 scope: encrypt-fw
1444
Harrison Mutaid9d5eb12023-02-23 11:30:17 +00001445 - title: Memory Mapping Tool
1446 scope: memmap
1447
laurenw-arm21cd0662022-11-01 14:45:33 -05001448 deprecated:
1449 - cert_create
1450
Henrik Nordstrom8eb4efe2023-12-04 10:31:07 +01001451 - title: Marvell Tools
1452 scope: marvell-tools
1453
Chris Kayea2c6522024-06-04 11:31:06 +00001454 - title: Renesas Tools
1455 scope: renesas-tools
1456
1457 subsections:
1458 - title: R-Car Layout Tool
1459 scope: rcar-layout
Chris Kay3ed72442024-06-04 11:31:06 +00001460
1461 - title: R/ZG Layout Tool
1462 scope: rzg-layout
1463
Harrison Mutai6ac31f32024-05-10 16:54:29 +00001464 - title: Transfer List Compiler
1465 scope: tlc
1466
Manish V Badarkhee19977d2024-08-27 10:48:38 +01001467 - title: Chain of Trust device tree to C source file
1468 scope: cot-dt2c
1469
Chris Kayf64c5582021-12-01 16:34:55 +00001470 - title: Dependencies
1471 scope: deps
1472
1473 subsections:
1474 - title: checkpatch
1475 scope: checkpatch
1476
1477 - title: commitlint
1478 scope: commitlint
1479
Daniel Boulby98a43d92022-10-05 11:03:44 +01001480 - title: Compiler runtime libraries
1481 scope: compiler-rt
1482
Chris Kaye7be9242025-02-03 11:25:43 +00001483 - title: Development dependencies
1484 scope: dev-deps
1485
Chris Kayf64c5582021-12-01 16:34:55 +00001486 - title: libfdt
1487 scope: libfdt
1488
1489 - title: Node Package Manager (NPM)
1490 scope: npm
Daniel Boulby98a43d92022-10-05 11:03:44 +01001491
dependabot[bot]075a9612023-09-06 09:55:17 +00001492 - title: Poetry
1493 scope: poetry
1494
Daniel Boulby98a43d92022-10-05 11:03:44 +01001495 - title: zlib
1496 scope: zlib