summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers/CpuDxe/Mmu.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-12ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin1-944/+0
2012-09-27ARM Packages: Minor typo, mispellings and coding style changesoliviermartin1-8/+8
2012-07-04ARM Packages: Fixed mispellingsoliviermartin1-1/+1
2012-02-14ArmPkg: Changed ARM CPU SetMemoryAttributes to always use strongly ordered fo...oliviermartin1-14/+4
2011-09-27ArmPkg/ArmLib: Clean ArmV7Liboliviermartin1-2/+0
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin1-21/+22
2011-03-31Fix Xcode compile bug. It looks like these two arguments had an extra level o...andrewfish1-1/+1
2011-03-31ArmPkg/CpuDxe: Replace SIZE_4KB by TT_DESCRIPTOR_PAGE_SIZEoliviermartin1-5/+5
2011-03-31ArmPkg/Mmu: Support page size granularity in the initial MMU settingoliviermartin1-30/+193
2011-02-02Fix issue with fixing tabs.andrewfish1-8/+8
2011-02-02Remove tabs from all text files in the package.andrewfish1-8/+8
2011-02-02Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish1-213/+89
2010-04-29Update the copyright notice formathhtian1-3/+3
2010-04-13Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish1-22/+45
2010-01-27Added a library for the default exception handler and started to add a dissas...andrewfish1-5/+8
2010-01-17Fix RVCT compiler warnings, and a bug in the GdbStubAJFISH1-0/+2
2010-01-17Missed a fix in the Cpu Driver. Added some more debug for Execption handling ...AJFISH1-13/+14
2010-01-14Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH1-17/+9
2010-01-14Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH1-43/+188
2010-01-12Working on adding paging to the CpuDxe driver so it can update cachablity. At...AJFISH1-0/+750