8 commits | 41 files changed | 0 commit comments | 2 contributors |
Jookia | fdts: stm32mp157ca-dk1: Support using PLL4 as Ethernet clock | 75090fd |
Jookia | fdts: stm32mp157ca-dk1: Use STPMIC on I2C2 and eMMC on SDMMC2 | 3cb1193 |
Jookia | include: Fix up conflicting CNTP_CTL definition | a1365c3 |
Yann Gautier | stm32mp1: add low power management | c82367e |
Yann Gautier | ddr: stm32mp1: add DDR self-refresh management | 0f0e7b5 |
Yann Gautier | stm32mp: add function to protect access on PWR registers | f1db2ba |
Yann Gautier | stm32mp1: add RTC driver | c4e62e1 |
Yann Gautier | aarch32: add virtual timer control support | 0c02827 |
drivers/st/clk/stm32mp1_clk.c |
---|
drivers/st/ddr/stm32mp1_ddr.c |
---|
drivers/st/ddr/stm32mp1_ddr_helpers.c |
---|
drivers/st/ddr/stm32mp1_ram.c |
---|
drivers/st/pmic/stm32mp_pmic.c |
---|
drivers/st/pmic/stpmic1.c |
---|
drivers/st/rtc/stm32_rtc.c 0 → 100644 |
---|
fdts/stm32mp157-pinctrl.dtsi |
---|
fdts/stm32mp157a-dk1.dts |
---|
fdts/stm32mp157c-ed1.dts |
---|
fdts/stm32mp157c.dtsi |
---|
include/arch/aarch32/arch.h |
---|
include/arch/aarch32/arch_helpers.h |
---|
include/drivers/st/stm32_rtc.h 0 → 100644 |
---|
include/drivers/st/stm32mp1_clk.h |
---|
include/drivers/st/stm32mp1_ddr.h |
---|
include/drivers/st/stm32mp1_ddr_helpers.h |
---|
include/drivers/st/stm32mp1_pwr.h |
---|
include/drivers/st/stm32mp_pmic.h |
---|
include/drivers/st/stpmic1.h |
---|
include/dt-bindings/power/stm32mp1-power.h 0 → 100644 |
---|
plat/st/common/include/stm32mp_common.h |
---|
plat/st/common/stm32mp_common.c |
---|
plat/st/common/stm32mp_dt.c |
---|
plat/st/stm32mp1/bl2_plat_setup.c |
---|
plat/st/stm32mp1/include/boot_api.h |
---|
plat/st/stm32mp1/include/platform_def.h |
---|
plat/st/stm32mp1/include/stm32mp1_context.h |
---|
plat/st/stm32mp1/include/stm32mp1_low_power.h 0 → 100644 |
---|
plat/st/stm32mp1/include/stm32mp1_power_config.h 0 → 100644 |
---|
plat/st/stm32mp1/include/stm32mp1_private.h |
---|
plat/st/stm32mp1/plat_image_load.c |
---|
plat/st/stm32mp1/platform.mk |
---|
plat/st/stm32mp1/sp_min/sp_min-stm32mp1.mk |
---|
plat/st/stm32mp1/sp_min/sp_min_setup.c |
---|
plat/st/stm32mp1/stm32mp1_context.c |
---|
plat/st/stm32mp1/stm32mp1_def.h |
---|
plat/st/stm32mp1/stm32mp1_low_power.c 0 → 100644 |
---|
plat/st/stm32mp1/stm32mp1_pm.c |
---|
plat/st/stm32mp1/stm32mp1_power_config.c 0 → 100644 |
---|
plat/st/stm32mp1/stm32mp1_private.c |
---|