summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp
Commit message (Expand)AuthorAgeFilesLines
* 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
* stm32mp1: add trusted boot with TF-APatrick Delaunay2019-04-123-6/+35
* arm: stm32mp1: deploy spl in root folderPatrick Delaunay2019-01-291-2/+5
* arm: stm32mp1: deploy spl in root folderSean Nyekjær2019-01-251-3/+3
* gpio: stm32f7: Move STM32_GPIOS_PER_BANK into gpio.hPatrice Chotard2018-12-071-0/+2
* gpio: stm32f7: Add gpio bank holes managementPatrice Chotard2018-12-071-0/+4
* misc: Update read() and write() methods to return bytes xferedSimon Glass2018-11-201-2/+2
* arm: stm32mp: Remove DM_FLAG_PRE_RELOC flagBin Meng2018-11-141-1/+0
* stm32mp1: activate MISC support in SPLPatrick Delaunay2018-07-201-0/+1
* misc: stm32: Add STM32MP1 supportPatrick Delaunay2018-07-201-0/+1
* reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESETLey Foon Tan2018-07-091-1/+1
* stm32mp1: use OTP to configure MAC address and serial numberPatrick Delaunay2018-05-261-0/+81
* stm32mp1: add bsec driverPatrick Delaunay2018-05-263-2/+442
* stm32mp1: remove the second TAMP_BOOT_CONTEXT updatePatrick Delaunay2018-05-261-3/+0
* stm32mp1: Allow to activate CONFIG_DEBUG_UARTPatrick Delaunay2018-05-263-1/+40
* stm32mp: regulator: add SoC pwr regulator supportPatrick Delaunay2018-05-084-0/+278
* arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla2018-05-071-1/+1
* arm: stm32mp1: add PSCI supportPatrick Delaunay2018-05-074-0/+186
* SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini2018-05-079-18/+9
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* arm: move SYS_ARCH_TIMER to KConfigAndre Przywara2018-04-281-0/+1
* stm32mp: handle SYSRESETPatrick Delaunay2018-04-062-4/+2
* stm32mp: add syscon for STGENPatrick Delaunay2018-04-063-0/+29
* stm32mp1: select boot device and partitionPatrick Delaunay2018-04-062-0/+38
* stm32mp1: get boot mode from BootRomPatrick Delaunay2018-04-062-0/+145
* stm32mp: add check of cpu identifierPatrick Delaunay2018-04-062-1/+63
* stm32mp: cleanup cpu.cPatrick Delaunay2018-04-061-23/+21
* board: st: add generic board for STM32MP1 familyPatrick Delaunay2018-03-191-0/+2
* ram: stm32mp1: add driverPatrick Delaunay2018-03-191-0/+12
* arm: stm32: add new architecture for STM32MP familyPatrick Delaunay2018-03-198-0/+440