summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-stm32mp
Commit message (Expand)AuthorAgeFilesLines
* bsec: update after MISC u-class updatePatrick Delaunay2019-08-271-14/+16
* stm32mp1: Makefile cleanupPatrick Delaunay2019-08-271-1/+2
* stm32mp1: configs: add spi load support in splPatrick Delaunay2019-08-271-0/+1
* stm32mp1: configs: add condition to activate WATCHDOG in SPLPatrick Delaunay2019-08-271-1/+1
* stm32mp1: configs: Activate DISABLE_CONSOLEPatrick Delaunay2019-08-271-0/+1
* stm32mp1: configs: select CONFIG_STM32_SERIALPatrick Delaunay2019-08-271-0/+1
* stm32mp1: configs: activate PRE_CONSOLE_BUFFERPatrick Delaunay2019-08-271-0/+8
* stm32mp1: configs: activate CONFIG_SILENT_CONSOLEPatrick Delaunay2019-08-271-0/+1
* stpmic1: program pmic to keep only the debug unit onPatrick Delaunay2019-08-271-0/+1
* sysreset: move stm32mp sysreset poweroff implementation to sysreset uclassUrja Rannikko2019-08-192-27/+0
* sysreset: switch to using SYSRESET_POWER_OFF for poweroffUrja Rannikko2019-08-191-1/+1
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* psci: Fix warnings when compiling with W=1Patrick Delaunay2019-07-241-9/+9
* stm32mp1: bsec: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-6/+8
* stm32mp1: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-1/+1
* stm32mp1: activate OF_BOARD_SETUP and FDT_FIXUP_PARTITIONSPatrick Delaunay2019-07-121-0/+1
* stm32mp1: add configuration op-teePatrick Delaunay2019-07-121-1/+11
* stm32mp1: key: add stm32key commandPatrick Delaunay2019-07-123-0/+110
* stm32mp1: update device tree with ETZPC statusPatrick Delaunay2019-07-122-0/+185
* stm32mp1: update package information in device treePatrick Delaunay2019-07-122-0/+46
* stm32mp1: export get_cpu_package functionPatrick Delaunay2019-07-122-6/+10
* stm32mp1: syscon: remove stgenPatrick Delaunay2019-07-122-2/+1
* stm32mp1: syscon: remove etzpc supportPatrick Delaunay2019-07-122-2/+0
* watchdog: stm32mp: Add watchdog driverPatrice Chotard2019-06-061-0/+1
* stm32mp1: Increase ENV_SIZEPatrice Chotard2019-06-061-1/+1
* arm: mach-stm32mp: Add newline to the MAC error messageManivannan Sadhasivam2019-06-061-1/+1
* stm32mp1: ram: add support for LPDDR2/LPDDR3Patrick Delaunay2019-05-231-1/+8
* stm32mp1: add bootstage supportPatrick Delaunay2019-05-231-0/+7
* stm32mp1: add bootcount supportPatrick Delaunay2019-05-232-0/+12
* stm32mp1: psci: add synchronization with ROM codePatrick Delaunay2019-05-231-4/+18
* stm32mp1: cosmetic: bsec: reorder include filesPatrick Delaunay2019-05-231-1/+1
* stm32mp1: Move ENV_SIZE and ENV_OFFSET to KconfigPatrick Delaunay2019-05-231-0/+3
* stm32mp1: Move config SYS_MALLOC_LEN to KconfigPatrick Delaunay2019-05-231-0/+3
* stm32mp1: add command poweroffPatrick Delaunay2019-04-122-0/+27
* stm32mp1: Replace OTP read by SHADOW readPatrick Delaunay2019-04-121-2/+2
* stm32mp1: bsec: shadow all the upper OTP (no secure) during bootPatrick Delaunay2019-04-121-1/+19
* stm32mp1: bsec: use device tree new compatiblePatrick Delaunay2019-04-122-12/+1
* stm32mp1: basic boot: SPL enable access to GPIOZ bankPatrick Delaunay2019-04-121-0/+8
* stm32mp1: align serial number on bootromPatrick Delaunay2019-04-121-1/+1
* stm32mp1: add some syscon drivers for syscfg and etpzcPatrick Delaunay2019-04-122-5/+8
* stm32mp1: support forced boot modePatrick Delaunay2019-04-122-3/+44
* stm32mp1: spl: hang with trace when DDR init failedPatrick Delaunay2019-04-121-2/+2
* stm32mp1: cosmetic: add comment on psci_migrate_info_type return valuePatrick Delaunay2019-04-121-1/+7
* stm32mp1: cosmetic cleanup KconfigPatrick Delaunay2019-04-121-4/+7
* stm32mp1: spl: add spl_display_printPatrick Delaunay2019-04-122-0/+18
* stm32mp1: update print_cpuinfo()Patrick Delaunay2019-04-122-8/+104
* stm32mp1: update boot mode managementPatrick Delaunay2019-04-124-16/+64
* stm32mp1: display board informationPatrick Delaunay2019-04-121-0/+4
* stm32mp1: bsec: access with SMC for trusted bootPatrick Delaunay2019-04-122-0/+92