summaryrefslogtreecommitdiff
path: root/src/arch/arm/include/armv7
Commit message (Expand)AuthorAgeFilesLines
* tree: Drop repeated wordsAlexander Goncharov2023-02-071-1/+1
* device/mmio.h: Move readXp/writeXp helpers to device/mmio.hJianjun Wang2022-03-081-0/+6
* arch/{arm,arm64,ppc64,riscv}: Add noop cpu_relaxRaul E Rangel2021-11-251-0/+2
* arch/{arm,ppc64,riscv}: Remove cpu_infoRaul E Rangel2021-07-261-1/+0
* src: Remove useless comments in "includes" linesElyes HAOUAS2021-02-041-1/+1
* armv7: mmu: Use 'tlbimva' to invalidate TLB entriesSam Lewis2020-07-071-3/+3
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-114-4/+0
* src/arch/arm: Convert to SPDX license headerPatrick Georgi2020-03-064-79/+8
* arch/arm/include: Remove unused armv7 types.hJacob Garber2019-11-281-59/+0
* AUTHORS: Move src/arch/arm copyrights into AUTHORS fileMartin Roth2019-08-263-18/+4
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-201-5/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* arch/io.h: Separate MMIO and PNP opsKyösti Mälkki2019-03-041-3/+4
* arch/arm/include/armv7/arch: Remove dead codeElyes HAOUAS2018-09-191-10/+0
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-07-021-2/+2
* Constify struct cpu_device_id instancesJonathan Neuschäfer2017-11-231-1/+1
* arch/*: Update Kconfig symbol usageMartin Roth2017-07-072-6/+5
* arch/arm/include/armv7/arch: Correct keyword organization in cpu.hLogan Carlson2017-06-021-8/+8
* src/arch: Improve code formattingElyes HAOUAS2016-09-121-3/+3
* armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/writePaul Kocialkowski2016-03-231-15/+6
* src/arch: Update license headers missing paragraph 2Martin Roth2016-01-261-0/+5
* arch/arm: add missing license headersMartin Roth2016-01-131-0/+13
* armv7: mmu: Make fine grained page tables work across stagesJulius Werner2015-11-111-1/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/writePaul Kocialkowski2015-10-171-6/+15
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* arch/armv7: Add API to disable MMU pages.Deepa Dinamani2015-04-221-0/+2
* Unify byte order macros and clrsetbitsJulius Werner2015-04-211-3/+4
* arm(64): Change write32() argument order to match x86Julius Werner2015-04-211-3/+3
* arm: Dump additional fault registers in abort handlersJulius Werner2015-04-081-0/+48
* armv7: Add fine-grained page table supportJulius Werner2015-04-081-3/+8
* ARM: Use LPAE for Virtual Address TranslationDaisuke Nojiri2014-12-171-0/+24
* arm: Redesign, clarify and clean up cache related codeJulius Werner2014-11-101-17/+2
* arm: Move exception_init() close to console_init()Julius Werner2014-09-131-0/+38
* tegra124/nyan: rougly stable code baseGabe Black2014-09-112-0/+5
* ARM: Generalize armv7 as arm.Gabe Black2014-09-084-0/+563