summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7m
Commit message (Expand)AuthorAgeFilesLines
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-051-4/+4
* common: spl: move armv7m-specific code to spl_perform_fixups()Ovidiu Panait2022-01-181-0/+6
* reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-021-1/+1
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-182-0/+2
* 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
* armv7m: cache: add mmu_set_region_dcache_behaviour() stub for compatibilityGiulio Benetti2020-01-141-0/+6
* armv7m: cache: add invalidate_icache_all() stubGiulio Benetti2019-12-031-0/+5
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-022-0/+2
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-181-4/+4
* arm: armv7m: Clean up some thumb / compiler flag optionsTom Rini2018-05-231-1/+1
* arm: v7R: Add support for MPULokesh Vutla2018-05-072-42/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-077-16/+7
* armv7m: disable icache before linux bootingPatrice Chotard2018-04-101-0/+3
* mach-stm32: Use default memory map as background regionPatrice Chotard2018-03-131-5/+6
* stm32: fix STMicroelectronics copyrightPatrice Chotard2017-11-062-4/+4
* armv7m: mpu_config add missing breakxypron.glpk@gmx.de2017-08-131-0/+1
* armv7m: Fix larger buildsPhil Edworthy2017-06-051-1/+3
* armv7m: add MPU configuration supportVikas Manocha2017-05-122-1/+83
* arvm7m: add cleanup before linux bootingVikas Manocha2017-05-121-0/+19
* armv7m: cache: add flush & invalidate all dcacheVikas Manocha2017-05-121-0/+23
* armv7m: add instruction & data cache supportVikas Manocha2017-04-082-2/+337
* armv7m: Add SysTick timer driverPhil Edworthy2017-03-142-0/+118
* stm32: Add SDRAM support for stm32f746 discovery boardToshifumi NISHINAGA2016-07-141-1/+1
* stm32: move stm32 specific code to mach-stm32Vikas Manocha2016-01-2011-1085/+0
* Change e-mail address of Kamil LulkoKamil Lulko2015-12-0513-13/+13
* arm: stm32f4: fix a bug when a random sector gets erasedVadzim Dambrouski2015-11-101-0/+3
* arm: stm32f4: fix a bug when only first sector gets erasedVadzim Dambrouski2015-11-101-1/+1
* stm32f4: add cpu clock option for 180 MHzAntonio Borneo2015-07-271-10/+24
* ARMv7M: add STM32F1 supportMatt Porter2015-05-286-0/+548
* ARMv7M: Add STM32F4 supportrev13@wp.pl2015-04-226-0/+520
* ARM: Add ARMv7-M supportrev13@wp.pl2015-04-224-0/+67