summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-10stm32mp15: tidy up #ifdefs in cpu.cPatrick Delaunay1-19/+15
2021-11-10stm32mp15: replace CONFIG_TFABOOT when it is possiblePatrick Delaunay1-13/+7
2021-11-10arm: stm32mp: bsec: Update OTP shadow registers in SPLPatrick Delaunay1-0/+8
2021-07-27arm: stm32mp1: force boot_device variable for invalid TAMP register valuePatrick Delaunay1-1/+3
2021-07-16stm32mp: use device sequence number in boot_instance variablePatrick Delaunay1-1/+15
2021-06-07stm32mp: don't map the reserved region with no-map propertyPatrick Delaunay1-2/+15
2021-04-09Merge tag 'u-boot-stm32-20210409' of https://source.denx.de/u-boot/custodians...Tom Rini1-57/+58
2021-04-09arm: stm32mp1: Set soc_type, soc_pkg, soc_rev env variablesMarek Vasut1-52/+53
2021-04-09stm32mp: replace printf by log macro in setup_boot_modePatrick Delaunay1-5/+5
2021-04-09stm32mp: update uart number in trace of serial device not foundPatrick Delaunay1-1/+1
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini1-11/+17
2021-03-12arm: stm32mp: Fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCACHE_SYS...Patrice Chotard1-2/+4
2021-03-11stm32mp: stm32prog: replace alias by serial device sequence numberPatrick Delaunay1-7/+4
2021-03-11stm32mp: stm32prog: reactivate console and display serial errorPatrick Delaunay1-4/+10
2021-03-11stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USBPatrick Delaunay1-2/+3
2021-03-02stm32mp: update the mmu configuration for SPL and prerelocPatrick Delaunay1-10/+30
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-13arm: stm32mp: migrate trace to log macroPatrick Delaunay1-8/+10
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-3/+3
2020-11-25arm: stm32mp: correct the ALIGN macro usagePatrick Delaunay1-2/+2
2020-10-21stm32mp: limit size of cacheable DDR in pre-reloc stagePatrick Delaunay1-1/+2
2020-09-09arm: stm32mp: cleanup test on eth_env_set_enetaddr resultPatrick Delaunay1-2/+2
2020-07-28stm32mp1: mmu_set_region_dcache_behaviourPatrick Delaunay1-3/+4
2020-07-28arm: stm32mp: move dbgmcu_init call when DT is readyPatrick Delaunay1-4/+8
2020-07-07arm: stm32mp: protect DBGMCU_IDC access with BSECPatrick Delaunay1-4/+18
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-14arm: stm32mp: activate data cache in SPL and before relocationPatrick Delaunay1-1/+42
2020-05-14stm32mp: add function get_cpu_devPatrick Delaunay1-5/+6
2020-05-14board: stm32mp1: support boot from spi-nandPatrick Delaunay1-0/+4
2020-04-15configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay1-5/+5
2020-03-24stm32mp1: add 800 MHz profile supportPatrick Delaunay1-0/+18
2020-03-24arm: stm32mp: add function get_soc_namePatrick Delaunay1-3/+11
2020-03-24arm: stm32mp: bsec: add permanent lock support in bsec driverPatrick Delaunay1-6/+0
2020-02-13stm32mp1: support of STM32MP15x Rev.ZPatrick Delaunay1-0/+3
2020-01-17ARM: stm32: Allow overriding setup_mac_address()Marek Vasut1-1/+1
2020-01-07stm32mp1: reset coprocessor status at cold bootFabien Dessenne1-0/+7
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+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-12stm32mp1: Fix warnings when compiling with W=1Patrick Delaunay1-1/+1
2019-07-12stm32mp1: export get_cpu_package functionPatrick Delaunay1-6/+1
2019-06-06arm: mach-stm32mp: Add newline to the MAC error messageManivannan Sadhasivam1-1/+1
2019-04-12stm32mp1: Replace OTP read by SHADOW readPatrick Delaunay1-2/+2
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: support forced boot modePatrick Delaunay1-3/+33
2019-04-12stm32mp1: update print_cpuinfo()Patrick Delaunay1-6/+96