Merge changes from topic "ld/mtd_framework" into integration
* changes:
  doc: stm32mp1: Update build command line
  fdts: stm32mp1: remove second QSPI flash instance
  stm32mp1: Add support for SPI-NOR boot device
  stm32mp1: Add support for SPI-NAND boot device
  spi: stm32_qspi: Add QSPI support
  fdts: stm32mp1: update for FMC2 pin muxing
  stm32mp1: Add support for raw NAND boot device
  fmc: stm32_fmc2_nand: Add FMC2 driver support
  stm32mp1: Reduce MAX_XLAT_TABLES to 4
  io: stm32image: fix device_size type
  stm32mp: add DT helper for reg by name
  stm32mp1: add compilation flags for boot devices
  lib: utils_def: add CLAMP macro
  compiler_rt: Import popcountdi2.c and popcountsi2.c files
  Add SPI-NOR framework
  Add SPI-NAND framework
  Add SPI-MEM framework
  Add raw NAND framework
commit 0a910952f641cac20f9be29276483ee2e8a70d4c
2 parents 45cc606 + ac7764b
@Soby Mathew Soby Mathew authored on 20 Jan 2020
TrustedFirmware Code Review committed on 20 Jan 2020
Showing 34 changed files
View
docs/plat/stm32mp1.rst
View
drivers/io/io_mtd.c 0 → 100644
View
drivers/mtd/nand/core.c 0 → 100644
View
drivers/mtd/nand/raw_nand.c 0 → 100644
View
drivers/mtd/nand/spi_nand.c 0 → 100644
View
drivers/mtd/nor/spi_nor.c 0 → 100644
View
drivers/mtd/spi-mem/spi_mem.c 0 → 100644
View
drivers/st/fmc/stm32_fmc2_nand.c 0 → 100644
View
drivers/st/spi/stm32_qspi.c 0 → 100644
View
fdts/stm32mp157-pinctrl.dtsi
View
fdts/stm32mp157c-ev1.dts
View
include/drivers/io/io_mtd.h 0 → 100644
View
include/drivers/io/io_storage.h
View
include/drivers/nand.h 0 → 100644
View
include/drivers/raw_nand.h 0 → 100644
View
include/drivers/spi_mem.h 0 → 100644
View
include/drivers/spi_nand.h 0 → 100644
View
include/drivers/spi_nor.h 0 → 100644
View
include/drivers/st/io_stm32image.h
View
include/drivers/st/stm32_fmc2_nand.h 0 → 100644
View
include/drivers/st/stm32_qspi.h 0 → 100644
View
include/lib/utils_def.h
View
lib/compiler-rt/builtins/popcountdi2.c 0 → 100644
View
lib/compiler-rt/builtins/popcountsi2.c 0 → 100644
View
lib/compiler-rt/compiler-rt.mk
View
plat/st/common/bl2_io_storage.c
View
plat/st/common/include/stm32mp_dt.h
View
plat/st/common/stm32mp_dt.c
View
plat/st/stm32mp1/include/boot_api.h
View
plat/st/stm32mp1/include/platform_def.h
View
plat/st/stm32mp1/include/stm32mp1_boot_device.h 0 → 100644
View
plat/st/stm32mp1/platform.mk
View
plat/st/stm32mp1/stm32mp1_boot_device.c 0 → 100644
View
plat/st/stm32mp1/stm32mp1_def.h