aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm/include/armv7
AgeCommit message (Expand)Author
2021-02-04src: Remove useless comments in "includes" linesElyes HAOUAS
2020-07-07armv7: mmu: Use 'tlbimva' to invalidate TLB entriesSam Lewis
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-03-06src/arch/arm: Convert to SPDX license headerPatrick Georgi
2019-11-28arch/arm/include: Remove unused armv7 types.hJacob Garber
2019-08-26AUTHORS: Move src/arch/arm copyrights into AUTHORS fileMartin Roth
2019-08-20arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04arch/io.h: Separate MMIO and PNP opsKyösti Mälkki
2018-09-19arch/arm/include/armv7/arch: Remove dead codeElyes HAOUAS
2018-07-02src: Get rid of unneeded whitespaceElyes HAOUAS
2017-11-23Constify struct cpu_device_id instancesJonathan Neuschäfer
2017-07-07arch/*: Update Kconfig symbol usageMartin Roth
2017-06-02arch/arm/include/armv7/arch: Correct keyword organization in cpu.hLogan Carlson
2016-09-12src/arch: Improve code formattingElyes HAOUAS
2016-03-23armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/writePaul Kocialkowski
2016-01-26src/arch: Update license headers missing paragraph 2Martin Roth
2016-01-13arch/arm: add missing license headersMartin Roth
2015-11-11armv7: mmu: Make fine grained page tables work across stagesJulius Werner
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-17armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/writePaul Kocialkowski
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-22arch/armv7: Add API to disable MMU pages.Deepa Dinamani
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2015-04-21arm(64): Change write32() argument order to match x86Julius Werner
2015-04-08arm: Dump additional fault registers in abort handlersJulius Werner
2015-04-08armv7: Add fine-grained page table supportJulius Werner
2014-12-17ARM: Use LPAE for Virtual Address TranslationDaisuke Nojiri
2014-11-10arm: Redesign, clarify and clean up cache related codeJulius Werner
2014-09-13arm: Move exception_init() close to console_init()Julius Werner
2014-09-11tegra124/nyan: rougly stable code baseGabe Black
2014-09-08ARM: Generalize armv7 as arm.Gabe Black