mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
docs(changelog): add some missing ST drivers
Some of the ST drivers were not listed, and had no scopes. Add BSEC, Crypto, DDR, I2C, FMC, GPIO, Regulator, Reset, SPI and Watchdog. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I4441f160f778d4bf7686e24e7d2d3c8330891327
This commit is contained in:
parent
24ce8d134a
commit
27254d9caf
1 changed files with 31 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (c) 2021, Arm Limited. All rights reserved.
|
||||
# Copyright (c) 2021-2022, Arm Limited. All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
#
|
||||
|
@ -731,6 +731,9 @@ subsections:
|
|||
- drivers/st
|
||||
|
||||
subsections:
|
||||
- title: BSEC
|
||||
scope: st-bsec
|
||||
|
||||
- title: Clock
|
||||
scope: st-clock
|
||||
|
||||
|
@ -739,6 +742,12 @@ subsections:
|
|||
- drivers/st/clk
|
||||
- stm32mp1_clk
|
||||
|
||||
- title: Crypto
|
||||
scope: st-crypto
|
||||
|
||||
- title: DDR
|
||||
scope: st-ddr
|
||||
|
||||
- title: I/O
|
||||
scope: st-io-drivers
|
||||
|
||||
|
@ -753,6 +762,15 @@ subsections:
|
|||
- title: fiptool
|
||||
scope: fiptool
|
||||
|
||||
- title: I2C
|
||||
scope: st-i2c
|
||||
|
||||
- title: FMC
|
||||
scope: st-fmc
|
||||
|
||||
- title: GPIO
|
||||
scope: st-gpio
|
||||
|
||||
- title: SDMMC2
|
||||
scope: st-sdmmc2
|
||||
|
||||
|
@ -768,6 +786,15 @@ subsections:
|
|||
- title: STPMIC1
|
||||
scope: stpmic1
|
||||
|
||||
- title: Regulator
|
||||
scope: st-regulator
|
||||
|
||||
- title: Reset
|
||||
scope: st-reset
|
||||
|
||||
- title: SPI
|
||||
scope: st-spi
|
||||
|
||||
- title: UART
|
||||
scope: st-uart
|
||||
|
||||
|
@ -784,6 +811,9 @@ subsections:
|
|||
deprecated:
|
||||
- drivers/st/usb
|
||||
|
||||
- title: Watchdog
|
||||
scope: st-iwdg
|
||||
|
||||
- title: USB
|
||||
scope: usb
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue