summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-12stm32mp1: spl: hang with trace when DDR init failedPatrick Delaunay1-2/+2
2019-04-12stm32mp1: cosmetic: add comment on psci_migrate_info_type return valuePatrick Delaunay1-1/+7
2019-04-12stm32mp1: cosmetic cleanup KconfigPatrick Delaunay1-4/+7
2019-04-12stm32mp1: spl: add spl_display_printPatrick Delaunay2-0/+18
2019-04-12stm32mp1: update print_cpuinfo()Patrick Delaunay2-8/+104
2019-04-12stm32mp1: update boot mode managementPatrick Delaunay4-16/+64
2019-04-12stm32mp1: display board informationPatrick Delaunay1-0/+4
2019-04-12stm32mp1: bsec: access with SMC for trusted bootPatrick Delaunay2-0/+92
2019-04-12stm32mp1: add trusted boot with TF-APatrick Delaunay3-6/+35
2019-01-29arm: stm32mp1: deploy spl in root folderPatrick Delaunay1-2/+5
2019-01-25arm: stm32mp1: deploy spl in root folderSean Nyekjær1-3/+3
2018-12-07gpio: stm32f7: Move STM32_GPIOS_PER_BANK into gpio.hPatrice Chotard1-0/+2
2018-12-07gpio: stm32f7: Add gpio bank holes managementPatrice Chotard1-0/+4
2018-11-21misc: Update read() and write() methods to return bytes xferedSimon Glass1-2/+2
2018-11-14arm: stm32mp: Remove DM_FLAG_PRE_RELOC flagBin Meng1-1/+0
2018-07-20stm32mp1: activate MISC support in SPLPatrick Delaunay1-0/+1
2018-07-20misc: stm32: Add STM32MP1 supportPatrick Delaunay1-0/+1
2018-07-09reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESETLey Foon Tan1-1/+1
2018-05-27stm32mp1: use OTP to configure MAC address and serial numberPatrick Delaunay1-0/+81
2018-05-27stm32mp1: add bsec driverPatrick Delaunay3-2/+442