Merge pull request #1466 from Yann-lms/stm32mp1
Add STMicroelectronics STM32MP1 platform support
commit d87d524ee4482c00a15f6d72c6fe5ab02f5f4746
2 parents e16d459 + efb3728
@danh-arm danh-arm authored on 25 Jul 2018
GitHub committed on 25 Jul 2018
Showing 65 changed files
View
.gitignore
View
acknowledgements.rst
View
docs/plat/stm32mp1.rst 0 → 100644
View
drivers/st/clk/stm32mp1_clk.c 0 → 100644
Too large (Show diff)
View
drivers/st/clk/stm32mp1_clkfunc.c 0 → 100644
View
drivers/st/ddr/stm32mp1_ddr.c 0 → 100644
View
drivers/st/ddr/stm32mp1_ddr_helpers.c 0 → 100644
View
drivers/st/ddr/stm32mp1_ram.c 0 → 100644
View
drivers/st/gpio/stm32_gpio.c 0 → 100644
View
drivers/st/pmic/stm32_i2c.c 0 → 100644
View
drivers/st/pmic/stm32mp1_pmic.c 0 → 100644
View
drivers/st/pmic/stpmu1.c 0 → 100644
View
drivers/st/reset/stm32mp1_reset.c 0 → 100644
View
drivers/st/uart/aarch32/stm32_console.S 0 → 100644
View
fdts/stm32mp15-ddr.dtsi 0 → 100644
View
fdts/stm32mp15-ddr3-2x4Gb-1066-binG.dtsi 0 → 100644
View
fdts/stm32mp157-pinctrl.dtsi 0 → 100644
View
fdts/stm32mp157c-ed1.dts 0 → 100644
View
fdts/stm32mp157c-ev1.dts 0 → 100644
View
fdts/stm32mp157c.dtsi 0 → 100644
View
fdts/stm32mp157caa-pinctrl.dtsi 0 → 100644
View
include/drivers/st/stm32_gpio.h 0 → 100644
View
include/drivers/st/stm32_i2c.h 0 → 100644
View
include/drivers/st/stm32mp1_clk.h 0 → 100644
View
include/drivers/st/stm32mp1_clkfunc.h 0 → 100644
View
include/drivers/st/stm32mp1_ddr.h 0 → 100644
View
include/drivers/st/stm32mp1_ddr_helpers.h 0 → 100644
View
include/drivers/st/stm32mp1_ddr_regs.h 0 → 100644
View
include/drivers/st/stm32mp1_pmic.h 0 → 100644
View
include/drivers/st/stm32mp1_pwr.h 0 → 100644
View
include/drivers/st/stm32mp1_ram.h 0 → 100644
View
include/drivers/st/stm32mp1_rcc.h 0 → 100644
View
include/drivers/st/stm32mp1_reset.h 0 → 100644
View
include/drivers/st/stpmu1.h 0 → 100644
View
include/dt-bindings/clock/stm32mp1-clks.h 0 → 100644
View
include/dt-bindings/clock/stm32mp1-clksrc.h 0 → 100644
View
include/dt-bindings/pinctrl/stm32-pinfunc.h 0 → 100644
View
include/dt-bindings/reset/stm32mp1-resets.h 0 → 100644
View
maintainers.rst
View
plat/st/stm32mp1/bl2_io_storage.c 0 → 100644
View
plat/st/stm32mp1/bl2_plat_setup.c 0 → 100644
View
plat/st/stm32mp1/include/boot_api.h 0 → 100644
View
plat/st/stm32mp1/include/platform_def.h 0 → 100644
View
plat/st/stm32mp1/include/stm32mp1_context.h 0 → 100644
View
plat/st/stm32mp1/include/stm32mp1_dt.h 0 → 100644
View
plat/st/stm32mp1/include/stm32mp1_private.h 0 → 100644
View
plat/st/stm32mp1/plat_bl2_mem_params_desc.c 0 → 100644
View
plat/st/stm32mp1/plat_image_load.c 0 → 100644
View
plat/st/stm32mp1/platform.mk 0 → 100644
View
plat/st/stm32mp1/sp_min/sp_min-stm32mp1.mk 0 → 100644
View
plat/st/stm32mp1/sp_min/sp_min_setup.c 0 → 100644
View
plat/st/stm32mp1/stm32mp1.S 0 → 100644
View
plat/st/stm32mp1/stm32mp1.ld.S 0 → 100644
View
plat/st/stm32mp1/stm32mp1_common.c 0 → 100644
View
plat/st/stm32mp1/stm32mp1_context.c 0 → 100644
View
plat/st/stm32mp1/stm32mp1_def.h 0 → 100644
View
plat/st/stm32mp1/stm32mp1_dt.c 0 → 100644
View
plat/st/stm32mp1/stm32mp1_gic.c 0 → 100644
View
plat/st/stm32mp1/stm32mp1_helper.S 0 → 100644
View
plat/st/stm32mp1/stm32mp1_pm.c 0 → 100644
View
plat/st/stm32mp1/stm32mp1_security.c 0 → 100644
View
plat/st/stm32mp1/stm32mp1_stack_protector.c 0 → 100644
View
plat/st/stm32mp1/stm32mp1_topology.c 0 → 100644
View
tools/stm32image/Makefile 0 → 100644
View
tools/stm32image/stm32image.c 0 → 100644