Merge changes from topic "yg/clk_syscfg_dt" into integration
* changes:
  fdts: stm32mp1: realign device tree files with internal devs
  stm32mp1: increase device tree size to 20kB
  stm32mp1: make dt_get_stdout_node_offset() static
  stm32mp1: use unsigned values for SDMMC defines
  stm32mp1: remove useless LIBFDT_SRCS from PLAT_BL_COMMON_SOURCES
  stm32mp1: update doc for U-Boot compilation
  stm32mp1: add general SYSCFG management
  stm32mp1: move stm32_get_gpio_bank_clock() to private file
  clk: stm32mp1: correctly handle Clock Spreading Generator
  clk: stm32mp1: use defines for mask values in stm32mp1_clk_sel array
  clk: stm32mp1: move oscillator functions to generic file
  arch: add some defines for generic timer registers
commit fc3c382f2ccb910554d0608a7db67c3fbefca4f7
2 parents de3ad4f + f237822
@John Tsichritzis John Tsichritzis authored on 19 Jun 2019
TrustedFirmware Code Review committed on 19 Jun 2019
Showing 26 changed files
View
docs/plat/stm32mp1.rst
View
drivers/st/clk/stm32mp1_clk.c
View
drivers/st/clk/stm32mp1_clkfunc.c 100644 → 0
View
drivers/st/clk/stm32mp_clkfunc.c
View
fdts/stm32mp15-ddr3-1x4Gb-1066-binG.dtsi
View
fdts/stm32mp15-ddr3-2x4Gb-1066-binG.dtsi
View
fdts/stm32mp157-pinctrl.dtsi
View
fdts/stm32mp157a-dk1.dts
View
fdts/stm32mp157c-ed1.dts
View
fdts/stm32mp157c-security.dtsi
View
fdts/stm32mp157c.dtsi
View
include/arch/aarch32/arch.h
View
include/arch/aarch64/arch.h
View
include/drivers/st/stm32mp1_clk.h
View
include/drivers/st/stm32mp1_clkfunc.h 100644 → 0
View
include/drivers/st/stm32mp1_rcc.h
View
include/drivers/st/stm32mp_clkfunc.h
View
plat/st/common/include/stm32mp_dt.h
View
plat/st/common/stm32mp_common.c
View
plat/st/common/stm32mp_dt.c
View
plat/st/stm32mp1/bl2_plat_setup.c
View
plat/st/stm32mp1/include/stm32mp1_private.h
View
plat/st/stm32mp1/platform.mk
View
plat/st/stm32mp1/stm32mp1_def.h
View
plat/st/stm32mp1/stm32mp1_private.c
View
plat/st/stm32mp1/stm32mp1_syscfg.c 0 → 100644