aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7m
AgeCommit message (Expand)AuthorFilesLines
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-14armv7m: cache: add mmu_set_region_dcache_behaviour() stub for compatibilityGiulio Benetti1-0/+6
2019-12-03armv7m: cache: add invalidate_icache_all() stubGiulio Benetti1-0/+5
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass2-0/+2
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-4/+4
2018-05-23arm: armv7m: Clean up some thumb / compiler flag optionsTom Rini1-1/+1
2018-05-07arm: v7R: Add support for MPULokesh Vutla2-42/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini7-16/+7
2018-04-10armv7m: disable icache before linux bootingPatrice Chotard1-0/+3
2018-03-13mach-stm32: Use default memory map as background regionPatrice Chotard1-5/+6
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard2-4/+4
2017-08-13armv7m: mpu_config add missing breakxypron.glpk@gmx.de1-0/+1
2017-06-05armv7m: Fix larger buildsPhil Edworthy1-1/+3
2017-05-12armv7m: add MPU configuration supportVikas Manocha2-1/+83
2017-05-12arvm7m: add cleanup before linux bootingVikas Manocha1-0/+19
2017-05-12armv7m: cache: add flush & invalidate all dcacheVikas Manocha1-0/+23
2017-04-08armv7m: add instruction & data cache supportVikas Manocha2-2/+337
2017-03-14armv7m: Add SysTick timer driverPhil Edworthy2-0/+118
2016-07-14stm32: Add SDRAM support for stm32f746 discovery boardToshifumi NISHINAGA1-1/+1
2016-01-20stm32: move stm32 specific code to mach-stm32Vikas Manocha11-1085/+0
2015-12-05Change e-mail address of Kamil LulkoKamil Lulko13-13/+13
2015-11-10arm: stm32f4: fix a bug when a random sector gets erasedVadzim Dambrouski1-0/+3
2015-11-10arm: stm32f4: fix a bug when only first sector gets erasedVadzim Dambrouski1-1/+1
2015-07-27stm32f4: add cpu clock option for 180 MHzAntonio Borneo1-10/+24
2015-05-28ARMv7M: add STM32F1 supportMatt Porter6-0/+548
2015-04-22ARMv7M: Add STM32F4 supportrev13@wp.pl6-0/+520
2015-04-22ARM: Add ARMv7-M supportrev13@wp.pl4-0/+67