index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ArmPkg
/
Drivers
/
CpuDxe
/
Mmu.c
Age
Commit message (
Expand
)
Author
2013-03-12
ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectory
oliviermartin
2012-09-27
ARM Packages: Minor typo, mispellings and coding style changes
oliviermartin
2012-07-04
ARM Packages: Fixed mispellings
oliviermartin
2012-02-14
ArmPkg: Changed ARM CPU SetMemoryAttributes to always use strongly ordered fo...
oliviermartin
2011-09-27
ArmPkg/ArmLib: Clean ArmV7Lib
oliviermartin
2011-09-22
Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention
oliviermartin
2011-03-31
Fix Xcode compile bug. It looks like these two arguments had an extra level o...
andrewfish
2011-03-31
ArmPkg/CpuDxe: Replace SIZE_4KB by TT_DESCRIPTOR_PAGE_SIZE
oliviermartin
2011-03-31
ArmPkg/Mmu: Support page size granularity in the initial MMU setting
oliviermartin
2011-02-02
Fix issue with fixing tabs.
andrewfish
2011-02-02
Remove tabs from all text files in the package.
andrewfish
2011-02-02
Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...
andrewfish
2010-04-29
Update the copyright notice format
hhtian
2010-04-13
Cleanup MMU code to do book required sync. Update exception handler to clear ...
andrewfish
2010-01-27
Added a library for the default exception handler and started to add a dissas...
andrewfish
2010-01-17
Fix RVCT compiler warnings, and a bug in the GdbStub
AJFISH
2010-01-17
Missed a fix in the Cpu Driver. Added some more debug for Execption handling ...
AJFISH
2010-01-14
Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...
AJFISH
2010-01-14
Added support for L2 (4K) page tables and made the CPU driver change cachabil...
AJFISH
2010-01-12
Working on adding paging to the CpuDxe driver so it can update cachablity. At...
AJFISH