]> git.proxmox.com Git - mirror_edk2.git/history - ArmPkg
Update the copyright notice format
[mirror_edk2.git] / ArmPkg /
2010-04-29 hhtianUpdate the copyright notice format
2010-04-21 andrewfishAdd some ldm/vldm optimized CopyMem routines. Add perfo...
2010-04-14 andrewfishAdd a PE/COFF extra action lib that DEBUG prints the...
2010-04-13 andrewfishMake sure FIQ debugger stuff can work.
2010-04-13 andrewfishCleanup MMU code to do book required sync. Update excep...
2010-04-07 andrewfishCleanup Cache an MMU operations.
2010-03-17 andrewfishRemove hook for debugger. Should be implemented using...
2010-03-17 andrewfishFix bug
2010-03-17 andrewfishUpdate intrinsics for code sourcery gcc
2010-03-05 andrewfishAdded FIQ interrupt primatives. Update exception handle...
2010-03-05 andrewfishMake these drivers more compatible with a projected...
2010-03-03 andrewfishSyncing GCC and ARMASM assembly. Made chunks of the...
2010-02-25 jljustenRemove svn:executable on *.c, *.h, *.asm, *.S, *.inf...
2010-02-24 andrewfishMove ARMv5 (ARM9) barrier instructions into assembler...
2010-02-24 andrewfishUpdated Hardware Interrupt protocol to add an EOI membe...
2010-02-19 andrewfishClean up some externs
2010-02-19 andrewfishFix typo
2010-02-19 andrewfishSync gcc with armasm. update some memory barriers.
2010-02-18 andrewfishHack in some DSB, ISB syncronization primatives. Need...
2010-02-18 andrewfishChange Cortex-A8 references to ARMv7. Cortex-A8 is...
2010-02-16 andrewfishFix bug in UncachedMemoryAllocationLib, Assembler,...
2010-02-16 andrewfishAfter the ASSERT adjust the PC so you skip the faulting...
2010-02-10 andrewfishClean up UncachedMemoryAllocationLib to use CPU AP.
2010-02-07 andrewfishAdded CWD to EfiFileLib. Fix some X64 warnings.
2010-02-05 andrewfishUpdate input of disasmembler to support IfThen construc...
2010-02-04 andrewfishMore disasm work.
2010-02-04 andrewfishMore updated
2010-02-03 andrewfishFix GCC warnings
2010-02-03 andrewfishCleanup to match MdePkg cleanups. More progress on...
2010-02-03 andrewfishAdded Thumb2 loads and stores to Disassmebler
2010-02-02 andrewfishFix thumb2 Branch instruction in disassembler
2010-02-02 andrewfishMore progress on the disassebler lib
2010-02-01 andrewfishMove ARM disassembler into a library and out of the...
2010-02-01 andrewfishMove ARM disassembler into a library.
2010-01-30 andrewfishRemove out of date comment and fix gcc warning.
2010-01-29 andrewfishUpdate execption handler to print out DFSR & IFSR info.
2010-01-27 andrewfishAdded a library for the default exception handler and...
2010-01-17 AJFISHFix RVCT compiler warnings, and a bug in the GdbStub
2010-01-17 AJFISHMissed a fix in the Cpu Driver. Added some more debug...
2010-01-15 AJFISHMinor update to move array into function to dead strip...
2010-01-15 AJFISHUpdated ARM Exception handler to print out text values...
2010-01-14 AJFISHAdded new PeCoffGetEntryPoint lib function to get size...
2010-01-14 AJFISHFix GCC build bug and add a debug library to dump load...
2010-01-14 AJFISHAdded support for L2 (4K) page tables and made the...
2010-01-13 AJFISHAdding a Debug version of the UncachedMemoryAllocationL...
2010-01-12 AJFISHWorking on adding paging to the CpuDxe driver so it...
2010-01-12 AJFISHOne more header fix
2010-01-12 AJFISHFix some more headers. Add some missing library classes...
2010-01-12 AJFISHUpdating ArmLib.h to add functions needed to turn on...
2010-01-12 AJFISHNeed to add some extra functions to the libraries to...
2010-01-12 AJFISHAdd some missing 64-bit math functions for gcc
2010-01-08 AJFISHFixed a bug in the HardwareInterrupt handler that would...
2010-01-08 AJFISHFix stray charcter in comment.
2010-01-08 AJFISHAdding support for a single stack, GCC check in will...
2009-12-22 AJFISHWorking on having a single stack for all modes. This...
2009-12-06 AJFISHAdding support for BeagleBoard.