aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm/armv7/mmu.c
AgeCommit message (Expand)Author
2020-08-27symbols: Change implementation details of DECLARE_OPTIONAL_REGION()Julius Werner
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-12-19src/arch: Remove unused <stdlib.h>Elyes HAOUAS
2019-07-12arch, include, soc: Use common stdint.hJacob Garber
2019-06-21arch: Add missing #include <commonlib/helpers.h>Elyes HAOUAS
2019-03-25Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2018-11-29src: Remove duplicated round up functionElyes HAOUAS
2018-11-16src: Remove unneeded include <cbmem.h>Elyes HAOUAS
2018-06-14arch/arm/armv7: Fix coding styleElyes HAOUAS
2017-07-21arch/arm/armv7: Correct checkpatch errorsLogan Carlson
2017-07-07arch/*: Update Kconfig symbol usageMartin Roth
2016-12-08buildsystem: Drop explicit (k)config.h includesKyösti Mälkki
2016-09-12src/arch: Improve code formattingElyes HAOUAS
2016-05-09arch/armv7: Fix end index calculation in mmu_config_range_kbVaradarajan Narayanan
2016-02-12timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner
2015-11-11armv7: mmu: Make fine grained page tables work across stagesJulius Werner
2015-04-22arch/armv7: Add API to disable MMU pages.Deepa Dinamani
2015-04-08armv7: Change all memory domains to Client so XN bits workJulius Werner
2015-04-08armv7: Add fine-grained page table supportJulius Werner
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-01-04arm: lpae: Set XN and PXN bits for noncacheable regionsJimmy Zhang
2014-12-17ARM: Use LPAE for Virtual Address TranslationDaisuke Nojiri
2014-11-10arm: Redesign, clarify and clean up cache related codeJulius Werner
2014-09-08ARM: Generalize armv7 as arm.Gabe Black