Age | Commit message (Expand) | Author | Files | Lines |
2013-08-19 | ArmPkg/ArmLib: Added ConvertSectionAttributesToPageAttributes() | Olivier Martin | 1 | -6/+1 |
2013-08-19 | ArmPkg/CpuDxe: Fixed AArch64 MMU/GCD synchronization | Olivier Martin | 2 | -8/+17 |
2013-08-19 | ArmPkg/CpuDxe: AArch64: Fix wrong comparison of exception type | Girish K S | 1 | -3/+3 |
2013-07-26 | ArmPkg,ArmPlatformPkg: Free memory allocated by Get.*SpaceMap() | Olivier Martin | 2 | -7/+16 |
2013-07-18 | ArmPkg: Added Aarch64 support | Harry Liebel | 5 | -1/+735 |
2013-07-18 | ArmPkg/CpuDxe: Moved memory mapping functions that are not architecture speci... | Olivier Martin | 4 | -246/+276 |
2013-03-12 | ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectory | oliviermartin | 3 | -2/+2 |
2013-01-25 | ARM Packages: Fixed line endings | oliviermartin | 3 | -640/+640 |
2012-09-28 | ARM Packages: Moved ARM assembly files to 'Arm' subdirectory | oliviermartin | 5 | -11/+11 |
2012-09-27 | ARM Packages: Minor typo, mispellings and coding style changes | oliviermartin | 1 | -8/+8 |
2012-07-04 | ARM Packages: Fixed mispellings | oliviermartin | 1 | -1/+1 |
2012-02-14 | ArmPkg: Changed ARM CPU SetMemoryAttributes to always use strongly ordered fo... | oliviermartin | 2 | -15/+4 |
2011-09-27 | ARM Packages: Fixed Build failings/warnings/EDK2 coding convention | oliviermartin | 1 | -1/+1 |
2011-09-27 | ArmPkg/ArmLib: Clean ArmV7Lib | oliviermartin | 1 | -2/+0 |
2011-09-22 | ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platform | oliviermartin | 4 | -1/+129 |
2011-09-22 | Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention | oliviermartin | 2 | -26/+25 |
2011-07-06 | ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor... | oliviermartin | 1 | -295/+295 |
2011-07-04 | ArmPkg/BdsLib: Linux kernel supports either FDT or ATAG | oliviermartin | 1 | -2/+5 |
2011-07-01 | ArmPkg/CpuDxe: ZeroMem the gExceptionHandlers[] array | oliviermartin | 1 | -0/+2 |
2011-06-20 | ArmPkg/CpuDxe: Register a callback for the gIdleLoopEventGuid event | oliviermartin | 2 | -2/+38 |
2011-06-20 | ArmPkg/CpuDxe: Change chain of dependency for CpuDxe and PL390Gic | oliviermartin | 2 | -3/+2 |
2011-06-03 | ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functions | oliviermartin | 1 | -0/+8 |
2011-06-03 | Armkg: Fix EDK2 coding style | oliviermartin | 1 | -46/+46 |
2011-06-03 | ArmPkg: Introduce the PCD PcdDebuggerExceptionSupport | oliviermartin | 2 | -1/+5 |
2011-03-31 | Fix Xcode compile bug. It looks like these two arguments had an extra level o... | andrewfish | 1 | -1/+1 |
2011-03-31 | ArmPkg/CpuDxe: Replace SIZE_4KB by TT_DESCRIPTOR_PAGE_SIZE | oliviermartin | 1 | -5/+5 |
2011-03-31 | ArmPkg/Mmu: Support page size granularity in the initial MMU setting | oliviermartin | 1 | -30/+193 |
2011-02-02 | Fix issue with fixing tabs. | andrewfish | 2 | -10/+10 |
2011-02-02 | Remove tabs from all text files in the package. | andrewfish | 2 | -10/+10 |
2011-02-02 | Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU... | andrewfish | 6 | -282/+176 |
2010-12-15 | Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half... | andrewfish | 1 | -0/+5 |
2010-12-14 | Fix build break on Apple Xcode, caused by fixing normal gcc build break. | andrewfish | 1 | -1/+4 |
2010-12-08 | Add vpush/vpop to the exception handler as we added CopyMem/SetMem that can u... | andrewfish | 2 | -0/+9 |
2010-04-29 | Update the copyright notice format | hhtian | 9 | -19/+19 |
2010-04-13 | Cleanup MMU code to do book required sync. Update exception handler to clear ... | andrewfish | 3 | -22/+57 |
2010-03-17 | Remove hook for debugger. Should be implemented using the new library scheme. | andrewfish | 3 | -320/+17 |
2010-03-05 | Added FIQ interrupt primatives. Update exception handler to disable/reenable ... | andrewfish | 1 | -4/+15 |
2010-03-05 | Make these drivers more compatible with a projected Debug Agent Library imple... | andrewfish | 1 | -11/+21 |
2010-02-25 | Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* | jljusten | 3 | -0/+0 |
2010-02-19 | Sync gcc with armasm. update some memory barriers. | andrewfish | 3 | -2/+285 |
2010-02-16 | Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl... | andrewfish | 1 | -0/+1 |
2010-02-03 | Cleanup to match MdePkg cleanups. More progress on ARM disassembler. | andrewfish | 2 | -0/+2 |
2010-01-27 | Added a library for the default exception handler and started to add a dissas... | andrewfish | 6 | -188/+37 |
2010-01-17 | Fix RVCT compiler warnings, and a bug in the GdbStub | AJFISH | 1 | -0/+2 |
2010-01-17 | Missed a fix in the Cpu Driver. Added some more debug for Execption handling ... | AJFISH | 2 | -14/+24 |
2010-01-15 | Minor update to move array into function to dead strip better on release builds | AJFISH | 1 | -17/+16 |
2010-01-15 | Updated ARM Exception handler to print out text values for CPSR register | AJFISH | 1 | -10/+83 |
2010-01-14 | Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi... | AJFISH | 2 | -50/+9 |
2010-01-14 | Fix GCC build bug and add a debug library to dump load and unload commands in... | AJFISH | 1 | -55/+57 |
2010-01-14 | Added support for L2 (4K) page tables and made the CPU driver change cachabil... | AJFISH | 5 | -61/+445 |