Age | Commit message (Expand) | Author |
2013-03-12 | ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectory | oliviermartin |
2013-01-25 | ARM Packages: Fixed line endings | oliviermartin |
2012-09-28 | ARM Packages: Moved ARM assembly files to '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 | ARM Packages: Fixed Build failings/warnings/EDK2 coding convention | oliviermartin |
2011-09-27 | ArmPkg/ArmLib: Clean ArmV7Lib | oliviermartin |
2011-09-22 | ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platform | oliviermartin |
2011-09-22 | Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention | oliviermartin |
2011-07-06 | ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor... | oliviermartin |
2011-07-04 | ArmPkg/BdsLib: Linux kernel supports either FDT or ATAG | oliviermartin |
2011-07-01 | ArmPkg/CpuDxe: ZeroMem the gExceptionHandlers[] array | oliviermartin |
2011-06-20 | ArmPkg/CpuDxe: Register a callback for the gIdleLoopEventGuid event | oliviermartin |
2011-06-20 | ArmPkg/CpuDxe: Change chain of dependency for CpuDxe and PL390Gic | oliviermartin |
2011-06-03 | ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functions | oliviermartin |
2011-06-03 | Armkg: Fix EDK2 coding style | oliviermartin |
2011-06-03 | ArmPkg: Introduce the PCD PcdDebuggerExceptionSupport | 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-12-15 | Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half... | andrewfish |
2010-12-14 | Fix build break on Apple Xcode, caused by fixing normal gcc build break. | andrewfish |
2010-12-08 | Add vpush/vpop to the exception handler as we added CopyMem/SetMem that can u... | 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-03-17 | Remove hook for debugger. Should be implemented using the new library scheme. | andrewfish |
2010-03-05 | Added FIQ interrupt primatives. Update exception handler to disable/reenable ... | andrewfish |
2010-03-05 | Make these drivers more compatible with a projected Debug Agent Library imple... | andrewfish |
2010-02-25 | Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* | jljusten |
2010-02-19 | Sync gcc with armasm. update some memory barriers. | andrewfish |
2010-02-16 | Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl... | andrewfish |
2010-02-03 | Cleanup to match MdePkg cleanups. More progress on ARM disassembler. | 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-15 | Minor update to move array into function to dead strip better on release builds | AJFISH |
2010-01-15 | Updated ARM Exception handler to print out text values for CPSR register | AJFISH |
2010-01-14 | Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi... | AJFISH |
2010-01-14 | Fix GCC build bug and add a debug library to dump load and unload commands in... | 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 |
2010-01-08 | Fixed a bug in the HardwareInterrupt handler that would blow the stack if you... | AJFISH |
2010-01-08 | Fix stray charcter in comment. | AJFISH |
2010-01-08 | Adding support for a single stack, GCC check in will follow | AJFISH |
2009-12-22 | Working on having a single stack for all modes. This code currently has an is... | AJFISH |
2009-12-06 | Adding support for BeagleBoard. | AJFISH |