summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* arm: stm32mp: activate data cache in SPL and before relocationPatrick Delaunay2020-05-141-1/+42
* stm32mp: add function get_cpu_devPatrick Delaunay2020-05-141-5/+6
* board: stm32mp1: support boot from spi-nandPatrick Delaunay2020-05-141-0/+4
* configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay2020-04-151-5/+5
* stm32mp1: add 800 MHz profile supportPatrick Delaunay2020-03-241-0/+18
* arm: stm32mp: add function get_soc_namePatrick Delaunay2020-03-241-3/+11
* arm: stm32mp: bsec: add permanent lock support in bsec driverPatrick Delaunay2020-03-241-6/+0
* stm32mp1: support of STM32MP15x Rev.ZPatrick Delaunay2020-02-131-0/+3
* ARM: stm32: Allow overriding setup_mac_address()Marek Vasut2020-01-171-1/+1
* stm32mp1: reset coprocessor status at cold bootFabien Dessenne2020-01-071-0/+7
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+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
* stm32mp1: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-1/+1
* stm32mp1: export get_cpu_package functionPatrick Delaunay2019-07-121-6/+1
* arm: mach-stm32mp: Add newline to the MAC error messageManivannan Sadhasivam2019-06-061-1/+1
* stm32mp1: Replace OTP read by SHADOW readPatrick Delaunay2019-04-121-2/+2
* 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: support forced boot modePatrick Delaunay2019-04-121-3/+33
* stm32mp1: update print_cpuinfo()Patrick Delaunay2019-04-121-6/+96
* stm32mp1: update boot mode managementPatrick Delaunay2019-04-121-11/+46
* stm32mp1: add trusted boot with TF-APatrick Delaunay2019-04-121-2/+7
* misc: Update read() and write() methods to return bytes xferedSimon Glass2018-11-201-2/+2
* stm32mp1: use OTP to configure MAC address and serial numberPatrick Delaunay2018-05-261-0/+81
* stm32mp1: Allow to activate CONFIG_DEBUG_UARTPatrick Delaunay2018-05-261-1/+13
* SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* stm32mp: handle SYSRESETPatrick Delaunay2018-04-061-4/+0
* stm32mp1: get boot mode from BootRomPatrick Delaunay2018-04-061-0/+92
* stm32mp: add check of cpu identifierPatrick Delaunay2018-04-061-1/+47
* stm32mp: cleanup cpu.cPatrick Delaunay2018-04-061-23/+21
* arm: stm32: add new architecture for STM32MP familyPatrick Delaunay2018-03-191-0/+139