index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
arm
/
armv7
/
mmu.c
Age
Commit message (
Expand
)
Author
2020-03-06
src/arch/arm: Convert to SPDX license header
Patrick Georgi
2019-12-19
src/arch: Remove unused <stdlib.h>
Elyes HAOUAS
2019-07-12
arch, include, soc: Use common stdint.h
Jacob Garber
2019-06-21
arch: Add missing #include <commonlib/helpers.h>
Elyes HAOUAS
2019-03-25
Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)
Julius Werner
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2018-11-29
src: Remove duplicated round up function
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <cbmem.h>
Elyes HAOUAS
2018-06-14
arch/arm/armv7: Fix coding style
Elyes HAOUAS
2017-07-21
arch/arm/armv7: Correct checkpatch errors
Logan Carlson
2017-07-07
arch/*: Update Kconfig symbol usage
Martin Roth
2016-12-08
buildsystem: Drop explicit (k)config.h includes
Kyösti Mälkki
2016-09-12
src/arch: Improve code formatting
Elyes HAOUAS
2016-05-09
arch/armv7: Fix end index calculation in mmu_config_range_kb
Varadarajan Narayanan
2016-02-12
timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig
Julius Werner
2015-11-11
armv7: mmu: Make fine grained page tables work across stages
Julius Werner
2015-04-22
arch/armv7: Add API to disable MMU pages.
Deepa Dinamani
2015-04-08
armv7: Change all memory domains to Client so XN bits work
Julius Werner
2015-04-08
armv7: Add fine-grained page table support
Julius Werner
2015-04-06
New mechanism to define SRAM/memory map with automatic bounds checking
Julius Werner
2015-01-04
arm: lpae: Set XN and PXN bits for noncacheable regions
Jimmy Zhang
2014-12-17
ARM: Use LPAE for Virtual Address Translation
Daisuke Nojiri
2014-11-10
arm: Redesign, clarify and clean up cache related code
Julius Werner
2014-09-08
ARM: Generalize armv7 as arm.
Gabe Black