aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp
AgeCommit message (Expand)AuthorFilesLines
2020-01-17stm32mp1: split board and SOC support for STM32MP15x familyPatrick Delaunay1-8/+24
2020-01-17ARM: stm32: Allow overriding setup_mac_address()Marek Vasut2-1/+3
2020-01-17stm32mp: remove redundant SYS_TEXT_BASE promptThomas Hebb1-5/+0
2020-01-07stm32mp1: reset coprocessor status at cold bootFabien Dessenne1-0/+7
2020-01-07stm32mp1: declare backup registers for coprocessorFabien Dessenne1-0/+9
2019-12-18stm32mp1: remove the imply BOOTSTAGEPatrick Delaunay1-2/+0
2019-12-18stm32mp1: imply CMD_CLSPatrick Delaunay1-0/+1
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-08-27bsec: update after MISC u-class updatePatrick Delaunay1-14/+16
2019-08-27stm32mp1: Makefile cleanupPatrick Delaunay1-1/+2
2019-08-27stm32mp1: configs: add spi load support in splPatrick Delaunay1-0/+1
2019-08-27stm32mp1: configs: add condition to activate WATCHDOG in SPLPatrick Delaunay1-1/+1
2019-08-27stm32mp1: configs: Activate DISABLE_CONSOLEPatrick Delaunay1-0/+1
2019-08-27stm32mp1: configs: select CONFIG_STM32_SERIALPatrick Delaunay1-0/+1
2019-08-27stm32mp1: configs: activate PRE_CONSOLE_BUFFERPatrick Delaunay1-0/+8
2019-08-27stm32mp1: configs: activate CONFIG_SILENT_CONSOLEPatrick Delaunay1-0/+1
2019-08-27stpmic1: program pmic to keep only the debug unit onPatrick Delaunay1-0/+1
2019-08-19sysreset: move stm32mp sysreset poweroff implementation to sysreset uclassUrja Rannikko2-27/+0
2019-08-19sysreset: switch to using SYSRESET_POWER_OFF for poweroffUrja Rannikko1-1/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-07-24psci: Fix warnings when compiling with W=1Patrick Delaunay1-9/+9
2019-07-12stm32mp1: bsec: Fix warnings when compiling with W=1Patrick Delaunay1-6/+8
2019-07-12stm32mp1: Fix warnings when compiling with W=1Patrick Delaunay1-1/+1
2019-07-12stm32mp1: activate OF_BOARD_SETUP and FDT_FIXUP_PARTITIONSPatrick Delaunay1-0/+1
2019-07-12stm32mp1: add configuration op-teePatrick Delaunay1-1/+11
2019-07-12stm32mp1: key: add stm32key commandPatrick Delaunay3-0/+110
2019-07-12stm32mp1: update device tree with ETZPC statusPatrick Delaunay2-0/+185
2019-07-12stm32mp1: update package information in device treePatrick Delaunay2-0/+46
2019-07-12stm32mp1: export get_cpu_package functionPatrick Delaunay2-6/+10
2019-07-12stm32mp1: syscon: remove stgenPatrick Delaunay2-2/+1
2019-07-12stm32mp1: syscon: remove etzpc supportPatrick Delaunay2-2/+0
2019-06-06watchdog: stm32mp: Add watchdog driverPatrice Chotard1-0/+1
2019-06-06stm32mp1: Increase ENV_SIZEPatrice Chotard1-1/+1
2019-06-06arm: mach-stm32mp: Add newline to the MAC error messageManivannan Sadhasivam1-1/+1
2019-05-23stm32mp1: ram: add support for LPDDR2/LPDDR3Patrick Delaunay1-1/+8
2019-05-23stm32mp1: add bootstage supportPatrick Delaunay1-0/+7
2019-05-23stm32mp1: add bootcount supportPatrick Delaunay2-0/+12
2019-05-23stm32mp1: psci: add synchronization with ROM codePatrick Delaunay1-4/+18
2019-05-23stm32mp1: cosmetic: bsec: reorder include filesPatrick Delaunay1-1/+1
2019-05-23stm32mp1: Move ENV_SIZE and ENV_OFFSET to KconfigPatrick Delaunay1-0/+3
2019-05-23stm32mp1: Move config SYS_MALLOC_LEN to KconfigPatrick Delaunay1-0/+3
2019-04-12stm32mp1: add command poweroffPatrick Delaunay2-0/+27
2019-04-12stm32mp1: Replace OTP read by SHADOW readPatrick Delaunay1-2/+2
2019-04-12stm32mp1: bsec: shadow all the upper OTP (no secure) during bootPatrick Delaunay1-1/+19
2019-04-12stm32mp1: bsec: use device tree new compatiblePatrick Delaunay2-12/+1
2019-04-12stm32mp1: basic boot: SPL enable access to GPIOZ bankPatrick Delaunay1-0/+8
2019-04-12stm32mp1: align serial number on bootromPatrick Delaunay1-1/+1
2019-04-12stm32mp1: add some syscon drivers for syscfg and etpzcPatrick Delaunay2-5/+8
2019-04-12stm32mp1: support forced boot modePatrick Delaunay2-3/+44