changelog.yaml 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278
  1. #
  2. # Copyright (c) 2021-2023, Arm Limited. All rights reserved.
  3. #
  4. # SPDX-License-Identifier: BSD-3-Clause
  5. #
  6. #
  7. # The following block describes the top-level sections of the changelog. Commits are categorized
  8. # into these top-level sections based on the commit message "type":
  9. #
  10. # feat(xyz): add the xyz feature
  11. # ^^^^
  12. #
  13. sections:
  14. - title: New Features
  15. description: A new feature
  16. type: feat
  17. - title: Resolved Issues
  18. description: A bug fix
  19. type: fix
  20. - title: Build System
  21. description: Changes that affect the build system or external dependencies
  22. type: build
  23. hidden: true
  24. - title: Continuous Integration
  25. description: Changes to our CI configuration files and scripts
  26. type: ci
  27. hidden: true
  28. - title: Documentation
  29. description: Documentation-only changes
  30. type: docs
  31. hidden: true
  32. - title: Performance Improvements
  33. description: A code change that improves performance
  34. type: perf
  35. hidden: true
  36. - title: Code Refactoring
  37. description: A code change that neither fixes a bug nor adds a feature
  38. type: refactor
  39. hidden: true
  40. - title: Reverted Changes
  41. description: Changes that revert a previous change
  42. type: revert
  43. hidden: true
  44. - title: Style
  45. description: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)
  46. type: style
  47. hidden: true
  48. - title: Tests
  49. description: Adding missing tests or correcting existing tests
  50. type: test
  51. hidden: true
  52. - title: Miscellaneous
  53. description: Any other change
  54. type: chore
  55. hidden: true
  56. #
  57. # The following block describes the sub-sections of the changelog. These sub-sections may appear in
  58. # any of the top-level sections, and describe the individual components that a change may relate to.
  59. #
  60. # Sub-sections have an optional associated commit message "scope":
  61. #
  62. # feat(xyz): add the xyz feature
  63. # ^^^
  64. #
  65. # This file also describes deprecated scopes, which are scopes that were used before we introduced
  66. # scope enforcement. These will not pass CI checks when used, but they will be used to generate the
  67. # changelog.
  68. #
  69. # Please note that new scopes should be kebab-case: https://en.wiktionary.org/wiki/kebab_case
  70. #
  71. subsections:
  72. - title: Architecture
  73. subsections:
  74. - title: Activity Monitors Extension (FEAT_AMU)
  75. scope: amu
  76. - title: Branch Record Buffer Extension (FEAT_BRBE)
  77. scope: brbe
  78. - title: Branch Target Identification Extension
  79. scope: bti
  80. - title: Confidential Compute Architecture (CCA)
  81. scope: cca
  82. - title: Extended Cache Index (FEAT_CCIDX)
  83. scope: ccidx
  84. - title: CPU feature / ID register handling in general
  85. scope: cpufeat
  86. - title: Support for the `HCRX_EL2` register (FEAT_HCX)
  87. scope: hcx
  88. - title: Memory Partitioning and Monitoring (MPAM) Extension (FEAT_MPAM)
  89. scope: mpam
  90. - title: Memory Tagging Extension
  91. scope: mte
  92. - title: Pointer Authentication Extension
  93. scope: pauth
  94. - title: Performance Monitors Extension (FEAT_PMUv3)
  95. scope: pmu
  96. - title: Trapping support for RNDR/RNDRRS (FEAT_RNG_TRAP)
  97. scope: rng-trap
  98. - title: Scalable Matrix Extension (FEAT_SME)
  99. scope: sme
  100. - title: Statistical profiling Extension (FEAT_SPE)
  101. scope: spe
  102. - title: Scalable Vector Extension (FEAT_SVE)
  103. scope: sve
  104. - title: System Register Trace Extensions (FEAT_ETMv4, FEAT_ETE and FEAT_ETEv1.1)
  105. scope: sys-reg-trace
  106. deprecated:
  107. - sys_reg_trace
  108. - title: Trace Buffer Extension (FEAT_TRBE)
  109. scope: trbe
  110. - title: Self-hosted Trace Extensions (FEAT_TRF)
  111. scope: trf
  112. - title: Platforms
  113. subsections:
  114. - title: Allwinner
  115. scope: allwinner
  116. deprecated:
  117. - plat/allwinner
  118. - title: Arm
  119. scope: arm
  120. deprecated:
  121. - plat/arm
  122. subsections:
  123. - title: CSS
  124. scope: css
  125. deprecated:
  126. - plat/arm/css
  127. - title: FPGA
  128. scope: fpga
  129. deprecated:
  130. - arm_fgpa
  131. - arm_fpga
  132. - plat/arm_fpga
  133. - title: FVP
  134. scope: fvp
  135. deprecated:
  136. - plat/fvp
  137. - fvp/tsp_manifest
  138. - title: FVP-R
  139. scope: fvp-r
  140. deprecated:
  141. - fvp_r
  142. - title: FVP Versatile Express
  143. scope: fvp_ve
  144. - title: Juno
  145. scope: juno
  146. - title: Morello
  147. scope: morello
  148. - title: N1SDP
  149. scope: n1sdp
  150. - title: RD
  151. scope: rd
  152. subsections:
  153. - title: RD-N2
  154. scope: rdn2
  155. deprecated:
  156. - board/rdn2
  157. - title: SGI
  158. scope: sgi
  159. deprecated:
  160. - plat/sgi
  161. - plat/arm/sgi
  162. - title: TC
  163. scope: tc
  164. subsections:
  165. - title: TC0
  166. scope: tc0
  167. deprecated:
  168. - plat/tc0
  169. - title: Corstone-1000
  170. scope: corstone-1000
  171. - title: Broadcom
  172. scope: brcm
  173. - title: HiSilicon
  174. scope: hisilicon
  175. subsections:
  176. - title: HiKey
  177. scope: hikey
  178. - title: HiKey960
  179. scope: hikey960
  180. - title: Intel
  181. scope: intel
  182. subsections:
  183. - title: SoC
  184. scope: soc
  185. - title: Marvell
  186. scope: marvell
  187. deprecated:
  188. - plat/marvell
  189. subsections:
  190. - title: Armada
  191. scope: armada
  192. deprecated:
  193. - plat/marvell/armada
  194. subsections:
  195. - title: A3K
  196. scope: a3k
  197. deprecated:
  198. - plat/marvell/a3k
  199. - title: A8K
  200. scope: a8k
  201. deprecated:
  202. - plat/marvell/a8k
  203. - title: MediaTek
  204. scope: mediatek
  205. deprecated:
  206. - plat/mediatek/common
  207. - plat/mediatek
  208. subsections:
  209. - title: MT8183
  210. scope: mt8183
  211. deprecated:
  212. - plat/mediatek/mt8183
  213. - title: MT8186
  214. scope: mt8186
  215. deprecated:
  216. - plat/mediatek/mt8186
  217. - mt8186-emi-mpu
  218. - title: MT8188
  219. scope: mt8188
  220. - title: MT8192
  221. scope: mt8192
  222. deprecated:
  223. - plat/mdeiatek/mt8192
  224. - title: MT8195
  225. scope: mt8195
  226. deprecated:
  227. - plat/mediatek/me8195
  228. - plat/mediatek/mt8195
  229. - plat/mdeiatek/mt8195
  230. - title: NVIDIA
  231. scope: nvidia
  232. subsections:
  233. - title: Tegra
  234. scope: tegra
  235. deprecated:
  236. - plat/tegra
  237. subsections:
  238. - title: Tegra 132
  239. scope: tegra132
  240. - title: Tegra 194
  241. scope: tegra194
  242. - title: NXP
  243. scope: nxp
  244. deprecated:
  245. - plat/nxp
  246. - plat/nxp/common
  247. subsections:
  248. - title: i.MX
  249. scope: imx
  250. deprecated:
  251. - plat/imx
  252. - plat/imx/imx
  253. subsections:
  254. - title: i.MX 8M
  255. scope: imx8m
  256. deprecated:
  257. - plat/imx8m
  258. - plat/imx/imx8m
  259. subsections:
  260. - title: i.MX 8M Nano
  261. scope: imx8mn
  262. deprecated:
  263. - plat/imx/imx8m/imx8mn
  264. - title: i.MX 8M Mini
  265. scope: imx8mm
  266. deprecated:
  267. - plat/imx/imx8m/imx8mm
  268. - title: i.MX 8M Plus
  269. scope: imx8mp
  270. deprecated:
  271. - plat/imx/imx8m/imx8mp
  272. - title: i.MX 8Q
  273. scope: imx8mq
  274. deprecated:
  275. - plat/imx/imx8m/imx8mq
  276. - title: Layerscape
  277. scope: layerscape
  278. deprecated:
  279. - docs/nxp/layerscape
  280. subsections:
  281. - title: LS1028A
  282. scope: ls1028a
  283. deprecated:
  284. - plat/nxp/ls1028a
  285. subsections:
  286. - title: LS1028ARDB
  287. scope: ls1028ardb
  288. deprecated:
  289. - plat/nxp/ls1028ardb
  290. - title: LS1043A
  291. scope: ls1043a
  292. deprecated:
  293. - plat/nxp/ls1043a
  294. subsections:
  295. - title: LS1043ARDB
  296. scope: ls1043ardb
  297. deprecated:
  298. - plat/nxp/ls1043ardb
  299. - title: LX2
  300. scope: lx2
  301. deprecated:
  302. - plat/nxp/lx2
  303. subsections:
  304. - title: LX216
  305. scope: lx216
  306. deprecated:
  307. - plat/nxp/lx216x
  308. subsections:
  309. - title: LX2160
  310. scope: lx2160
  311. deprecated:
  312. - plat/soc-lx2160
  313. - title: LS1046A
  314. scope: ls1046a
  315. subsections:
  316. - title: LS1046ARDB
  317. scope: ls1046ardb
  318. - title: LS1046AFRWY
  319. scope: ls1046afrwy
  320. - title: LS1046AQDS
  321. scope: ls1046aqds
  322. - title: LS1088A
  323. scope: ls1088a
  324. subsections:
  325. - title: LS1088ARDB
  326. scope: ls1088ardb
  327. - title: LS1088AQDS
  328. scope: ls1088aqds
  329. - title: QEMU
  330. scope: qemu
  331. deprecated:
  332. - plat/qemu
  333. - title: QTI
  334. scope: qti
  335. deprecated:
  336. - plat/qti
  337. subsections:
  338. - title: SC1780
  339. scope: sc7180
  340. deprecated:
  341. - plat/qti/sc7180
  342. - title: SC7280
  343. scope: sc7280
  344. deprecated:
  345. - plat/qti/sc7280
  346. - title: MSM8916
  347. scope: msm8916
  348. - title: Raspberry Pi
  349. scope: rpi
  350. subsections:
  351. - title: Raspberry Pi 3
  352. scope: rpi3
  353. - title: Raspberry Pi 4
  354. scope: rpi4
  355. - title: Renesas
  356. scope: renesas
  357. subsections:
  358. - title: R-Car
  359. scope: rcar
  360. deprecated:
  361. - plat/rcar
  362. subsections:
  363. - title: R-Car 3
  364. scope: rcar3
  365. deprecated:
  366. - plat/rcar3
  367. - title: Rockchip
  368. scope: rockchip
  369. subsections:
  370. - title: RK3399
  371. scope: rk3399
  372. deprecated:
  373. - rockchip/rk3399
  374. - rk3399/suspend
  375. - title: Socionext
  376. scope: socionext
  377. subsections:
  378. - title: Synquacer
  379. scope: synquacer
  380. deprecated:
  381. - plat/synquacer
  382. - title: ST
  383. scope: st
  384. deprecated:
  385. - plat/st
  386. subsections:
  387. - title: STM32MP1
  388. scope: stm32mp1
  389. deprecated:
  390. - plat/st/stm32mp1
  391. subsections:
  392. - title: STM32MP13
  393. scope: stm32mp13
  394. - title: STM32MP15
  395. scope: stm32mp15
  396. - title: Texas Instruments
  397. scope: ti
  398. subsections:
  399. - title: K3
  400. scope: k3
  401. deprecated:
  402. - ti-k3
  403. - title: Xilinx
  404. scope: xilinx
  405. deprecated:
  406. - plat/xilinx
  407. subsections:
  408. - title: Versal
  409. scope: versal
  410. deprecated:
  411. - plat/xilinx/versal/include
  412. - plat/xilinx/versal
  413. - plat/versal
  414. subsections:
  415. - title: Versal NET
  416. scope: versal-net
  417. deprecated:
  418. - versal_net
  419. - title: ZynqMP
  420. scope: zynqmp
  421. deprecated:
  422. - plat/zynqmp
  423. - plat/xilinx/zynqmp
  424. - title: Bootloader Images
  425. scope: bl
  426. deprecated:
  427. - bl_common
  428. subsections:
  429. - title: BL1
  430. scope: bl1
  431. - title: BL2
  432. scope: bl2
  433. - title: BL31
  434. scope: bl31
  435. - title: BL32
  436. scope: bl32
  437. subsections:
  438. - title: TSP
  439. scope: tsp
  440. - title: Services
  441. scope: services
  442. subsections:
  443. - title: FF-A
  444. scope: ff-a
  445. deprecated:
  446. - ffa
  447. - title: RME
  448. scope: rme
  449. deprecated:
  450. - rme/fid
  451. subsections:
  452. - title: TRP
  453. scope: trp
  454. - title: RMMD
  455. scope: rmmd
  456. - title: SPM
  457. scope: spm
  458. subsections:
  459. - title: EL3 SPMC
  460. scope: el3-spmc
  461. deprecated:
  462. - spmc
  463. - title: SPMD
  464. scope: spmd
  465. - title: SPM MM
  466. scope: spm-mm
  467. - title: DRTM
  468. scope: drtm
  469. - title: TRNG
  470. scope: trng
  471. - title: Libraries
  472. subsections:
  473. - title: CPU Support
  474. scope: cpus
  475. deprecated:
  476. - cpu
  477. - errata
  478. - errata_report
  479. - title: EL3 Runtime
  480. scope: el3-runtime
  481. deprecated:
  482. - el3_runtime
  483. subsections:
  484. - title: Context Management
  485. scope: cm
  486. - title: RAS
  487. scope: ras
  488. - title: FCONF
  489. scope: fconf
  490. - title: MPMM
  491. scope: mpmm
  492. - title: OP-TEE
  493. scope: optee
  494. deprecated:
  495. - lib/optee
  496. - title: PSCI
  497. scope: psci
  498. - title: GPT
  499. scope: gpt
  500. deprecated:
  501. - gpt_rme
  502. - title: SMCCC
  503. scope: smccc
  504. - title: Translation Tables
  505. scope: xlat
  506. - title: C Standard Library
  507. scope: libc
  508. - title: Locks
  509. scope: locks
  510. - title: PSA
  511. scope: psa
  512. deprecated:
  513. - lib/psa
  514. - title: Context Management
  515. scope: context-mgmt
  516. deprecated:
  517. - context mgmt
  518. - title: Semihosting
  519. scope: semihosting
  520. - title: Drivers
  521. subsections:
  522. - title: Authentication
  523. scope: auth
  524. deprecated:
  525. - driver/auth
  526. subsections:
  527. - title: CryptoCell-713
  528. scope: cc-713
  529. - title: Crypto
  530. scope: crypto
  531. - title: mbedTLS
  532. scope: mbedtls
  533. - title: Console
  534. scope: console
  535. - title: Generic Clock
  536. scope: clk
  537. - title: FWU
  538. scope: fwu
  539. deprecated:
  540. - fwu_metadata
  541. - title: I/O
  542. scope: io
  543. subsections:
  544. - title: MTD
  545. scope: mtd
  546. deprecated:
  547. - io_mtd
  548. - title: Measured Boot
  549. scope: measured-boot
  550. deprecated:
  551. - measured boot
  552. - measured_boot
  553. - title: MMC
  554. scope: mmc
  555. deprecated:
  556. - drivers/mmc
  557. - title: MTD
  558. scope: mtd
  559. deprecated:
  560. - drivers/mtd
  561. subsections:
  562. - title: NAND
  563. scope: nand
  564. subsections:
  565. - title: SPI NAND
  566. scope: spi-nand
  567. deprecated:
  568. - spi_nand
  569. - title: GUID Partition Tables Support
  570. scope: guid-partition
  571. - title: SCMI
  572. scope: scmi
  573. deprecated:
  574. - scmi_common
  575. - drivers/scmi-msg
  576. - scmi-msg
  577. - title: UFS
  578. scope: ufs
  579. - title: Arm
  580. scope: arm-drivers
  581. subsections:
  582. - title: Ethos-N
  583. scope: ethos-n
  584. deprecated:
  585. - drivers/arm/ethosn
  586. - title: GIC
  587. scope: gic
  588. subsections:
  589. - title: GICv3
  590. scope: gicv3
  591. deprecated:
  592. - gicv3/multichip
  593. subsections:
  594. - title: GIC-600
  595. scope: gic600
  596. - title: GIC-600AE
  597. scope: gic600ae
  598. - title: SMMU
  599. scope: smmu
  600. - title: MHU
  601. scope: mhu
  602. deprecated:
  603. - drivers/arm/mhu
  604. - title: RSS
  605. scope: rss
  606. deprecated:
  607. - drivers/arm/rss
  608. - title: TZC
  609. scope: tzc
  610. subsections:
  611. - title: TZC-400
  612. scope: tzc400
  613. deprecated:
  614. - drivers/tzc400
  615. - title: TZC-380
  616. scope: tzc380
  617. deprecated:
  618. - drivers/tzc380
  619. - title: Marvell
  620. scope: marvell-drivers
  621. subsections:
  622. - title: COMPHY
  623. scope: marvell-comphy
  624. deprecated:
  625. - drivers/marvell/comphy
  626. subsections:
  627. - title: Armada 3700
  628. scope: marvell-comphy-3700
  629. deprecated:
  630. - drivers/marvell/comphy-3700
  631. - title: CP110
  632. scope: marvell-comphy-cp110
  633. deprecated:
  634. - drivers/marvell/comphy-cp110
  635. - title: UART
  636. scope: marvell-uart
  637. deprecated:
  638. - plat/marvell/uart
  639. - title: Armada
  640. scope: armada-drivers
  641. subsections:
  642. - title: A3K
  643. scope: a3k-drivers
  644. subsections:
  645. - title: A3720
  646. scope: a3720-uart
  647. deprecated:
  648. - plat/marvell/a3720/uart
  649. - title: MediaTek
  650. scope: mediatek-drivers
  651. subsections:
  652. - title: APU
  653. scope: mediatek-apu
  654. deprecated:
  655. - plat/mediatek/apu
  656. - title: EMI MPU
  657. scope: mediatek-emi-mpu
  658. deprecated:
  659. - plat/mediatek/mpu
  660. - title: PMIC Wrapper
  661. scope: mediatek-pmic-wrapper
  662. deprecated:
  663. - plat/mediatek/pmic_wrap
  664. - title: MT8192
  665. scope: mt8192-drivers
  666. subsections:
  667. - title: SPM
  668. scope: mt8192-spm
  669. deprecated:
  670. - mediatek/mt8192/spm
  671. - title: NXP
  672. scope: nxp-drivers
  673. subsections:
  674. - title: DCFG
  675. scope: nxp-dcfg
  676. deprecated:
  677. - driver/nxp/dcfg
  678. - title: FLEXSPI
  679. scope: flexspi
  680. deprecated:
  681. - include/drivers/flexspi
  682. - driver/nxp/xspi
  683. - title: SCFG
  684. scope: nxp-scfg
  685. deprecated:
  686. - nxp/scfg
  687. - title: SFP
  688. scope: nxp-sfp
  689. deprecated:
  690. - drivers/nxp/sfp
  691. - title: QSPI
  692. scope: nxp-qspi
  693. - title: NXP Crypto
  694. scope: nxp-crypto
  695. - title: DDR
  696. scope: nxp-ddr
  697. - title: GIC
  698. scope: nxp-gic
  699. - title: CSU
  700. scope: nxp-csu
  701. - title: IFC NAND
  702. scope: nxp-ifc-nand
  703. - title: IFC NOR
  704. scope: nxp-ifc-nor
  705. - title: TZC-380
  706. scope: nxp-tzc380
  707. - title: Renesas
  708. scope: renesas-drivers
  709. subsections:
  710. - title: R-Car3
  711. scope: rcar3-drivers
  712. deprecated:
  713. - drivers/rcar3
  714. - title: ST
  715. scope: st-drivers
  716. deprecated:
  717. - drivers/st
  718. subsections:
  719. - title: BSEC
  720. scope: st-bsec
  721. - title: Clock
  722. scope: st-clock
  723. deprecated:
  724. - stm32mp_clk
  725. - drivers/st/clk
  726. - stm32mp1_clk
  727. - title: Crypto
  728. scope: st-crypto
  729. - title: DDR
  730. scope: st-ddr
  731. - title: I/O
  732. scope: st-io-drivers
  733. subsections:
  734. - title: STM32 Image
  735. scope: st-io-stm32image
  736. deprecated:
  737. - io-stm32image
  738. - io_stm32image
  739. - title: I2C
  740. scope: st-i2c
  741. - title: FMC
  742. scope: st-fmc
  743. - title: GPIO
  744. scope: st-gpio
  745. - title: SDMMC2
  746. scope: st-sdmmc2
  747. deprecated:
  748. - stm32_sdmmc2
  749. - title: ST PMIC
  750. scope: st-pmic
  751. deprecated:
  752. - drivers/st/pmic
  753. - title: STPMIC1
  754. scope: stpmic1
  755. - title: Regulator
  756. scope: st-regulator
  757. - title: Reset
  758. scope: st-reset
  759. - title: SPI
  760. scope: st-spi
  761. - title: UART
  762. scope: st-uart
  763. subsections:
  764. - title: STM32 Console
  765. scope: stm32-console
  766. deprecated:
  767. - stm32_console
  768. - title: USB
  769. scope: st-usb
  770. deprecated:
  771. - drivers/st/usb
  772. - title: Watchdog
  773. scope: st-iwdg
  774. - title: USB
  775. scope: usb
  776. deprecated:
  777. - drivers/usb
  778. - title: Miscellaneous
  779. subsections:
  780. - title: AArch64
  781. scope: aarch64
  782. - title: Debug
  783. scope: debug
  784. deprecated:
  785. - common/debug
  786. - title: CRC32
  787. scope: crc32
  788. subsections:
  789. - title: Hardware CRC32
  790. scope: hw-crc32
  791. deprecated:
  792. - hw_crc
  793. - hw_crc32
  794. - title: Software CRC32
  795. scope: sw-crc32
  796. deprecated:
  797. - sw_crc32
  798. - title: DT Bindings
  799. scope: dt-bindings
  800. - title: FDT Wrappers
  801. scope: fdt-wrappers
  802. - title: FDTs
  803. scope: fdts
  804. deprecated:
  805. - fdt
  806. subsections:
  807. - title: Morello
  808. scope: morello-fdts
  809. deprecated:
  810. - fdts/morello
  811. - title: STM32MP1
  812. scope: stm32mp1-fdts
  813. deprecated:
  814. - fdts stm32mp1
  815. subsections:
  816. - title: STM32MP13
  817. scope: stm32mp13-fdts
  818. - title: STM32MP15
  819. scope: stm32mp15-fdts
  820. - title: PIE
  821. scope: pie
  822. - title: Security
  823. scope: security
  824. - title: SDEI
  825. scope: sdei
  826. - title: TBBR
  827. scope: tbbr
  828. - title: NXP
  829. subsections:
  830. - title: OCRAM
  831. scope: nxp-ocram
  832. deprecated:
  833. - nxp/common/ocram
  834. - title: PSCI
  835. scope: nxp-psci
  836. deprecated:
  837. - plat/nxp/common/psci
  838. - title: Documentation
  839. scope: docs
  840. deprecated:
  841. - doc
  842. subsections:
  843. - title: Changelog
  844. scope: changelog
  845. - title: Commit Style
  846. scope: commit-style
  847. - title: Contribution Guidelines
  848. scope: contributing
  849. deprecated:
  850. - contribution-guidelines
  851. - docs-contributing.rst
  852. - title: Maintainers
  853. scope: maintainers
  854. - title: Prerequisites
  855. scope: prerequisites
  856. - title: Threat Model
  857. scope: threat-model
  858. - title: Build System
  859. scope: build
  860. deprecated:
  861. - makefile
  862. - Makefile
  863. subsections:
  864. - title: Git Hooks
  865. scope: hooks
  866. - title: Tools
  867. subsections:
  868. - title: STM32 Image
  869. scope: stm32image
  870. deprecated:
  871. - tools/stm32image
  872. - title: NXP Tools
  873. scope: nxp-tools
  874. - title: Firmware Image Package Tool
  875. scope: fiptool
  876. - title: Secure Partition Tool
  877. scope: sptool
  878. - title: Certificate Creation Tool
  879. scope: cert-create
  880. deprecated:
  881. - cert_create
  882. - title: Dependencies
  883. scope: deps
  884. subsections:
  885. - title: checkpatch
  886. scope: checkpatch
  887. - title: commitlint
  888. scope: commitlint
  889. - title: Compiler runtime libraries
  890. scope: compiler-rt
  891. - title: libfdt
  892. scope: libfdt
  893. - title: Node Package Manager (NPM)
  894. scope: npm
  895. - title: zlib
  896. scope: zlib