arm-trusted-firmware/plat/st/common
Nicolas Toromanoff dfbadfd96b feat(stm32mp1): add FWU with boot from NOR-SPI
Refactor the SDCARD/EMMC FWU, to add the NOR-SPI use case.
SPI-NOR FWU won't use a real partition uuid to find the correct FIP,
but the UUID from metadata will correspond with a hardcoded offset in
the NOR.
While at it change some __unused keywords to __maybe_unused to ease
checkpatch.pl analysis.

Signed-off-by: Frank Bodammer <frank.bodammer@siemens.com>
Signed-off-by: Nicolas Toromanoff <nicolas.toromanoff@foss.st.com>
Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: I2fe56ba8534a3c5dfaf8aeb16e7b286909883cc2
2023-06-22 11:37:00 +02:00
..
include refactor(st): move mbedtls config files 2023-03-15 18:08:26 +01:00
bl2_io_storage.c feat(stm32mp1): add FWU with boot from NOR-SPI 2023-06-22 11:37:00 +02:00
common.mk refactor(st): move mbedtls config files 2023-03-15 18:08:26 +01:00
common_rules.mk feat(st): mandate dtc version 1.4.7 2023-03-15 18:08:26 +01:00
stm32cubeprogrammer_uart.c fix(st): flush UART at the end of uart_read() 2023-05-30 15:39:50 +02:00
stm32cubeprogrammer_usb.c fix(st): add missing string.h include 2022-10-03 10:00:03 +02:00
stm32mp_common.c refactor(st): move board info in common code 2023-01-04 16:46:07 +01:00
stm32mp_crypto_lib.c refactor(auth)!: unify REGISTER_CRYPTO_LIB 2023-04-21 09:46:01 +01:00
stm32mp_dt.c fix(st): use Boolean type for tests 2022-12-07 14:20:01 +01:00
stm32mp_fconf_io.c feat(stm32mp1): add FWU with boot from NOR-SPI 2023-06-22 11:37:00 +02:00
stm32mp_gic.c refactor(st): move GIC code to common directory 2023-01-04 16:43:12 +01:00
stm32mp_trusted_boot.c feat(stm32mp1): add the TRUSTED_BOARD_BOOT support 2022-11-14 11:25:01 +01:00
usb_dfu.c feat(plat/st): add a USB DFU stack 2021-10-29 16:43:36 +02:00