]> git.proxmox.com Git - mirror_edk2.git/history - ArmPkg/Library
Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsUnixLib...
[mirror_edk2.git] / ArmPkg / Library /
2011-02-02 andrewfishSync up ArmPkg with patch from mailing list. Changed...
2011-01-06 andrewfishFix typo in __switchiu8() to use r0 in place of r3.
2010-12-15 andrewfishFix semihosting on gcc. We need to save lr as svc instr...
2010-12-15 andrewfishUpdate remaining ARM .S files with INTERWORK_FUNC macro...
2010-12-15 andrewfishAdd support for semihosting with GCC. Still needs more...
2010-09-08 hhtianupdate copyright format
2010-07-31 andrewfishAdd a temp BasePeCoffLib that deals with MOVT instructi...
2010-07-29 andrewfishFix Xcode build break.
2010-07-25 andrewfishFix CodeSourcery 2010q1 link issue by adding missing...
2010-07-15 andrewfishFix issue in DmaMap with buffers that are smaller than...
2010-05-29 andrewfishAdd DMA Lib for generic ARM cache coherency model.
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 andrewfishFix bug
2010-03-17 andrewfishUpdate intrinsics for code sourcery gcc
2010-03-05 andrewfishAdded FIQ interrupt primatives. Update exception handle...
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 AJFISHMissed a fix in the Cpu Driver. Added some more debug...
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 AJFISHNeed to add some extra functions to the libraries to...
2010-01-12 AJFISHAdd some missing 64-bit math functions for gcc
2009-12-06 AJFISHAdding support for BeagleBoard.