]> git.proxmox.com Git - mirror_edk2.git/history - ArmPkg/Drivers/CpuDxe
Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsUnixLib...
[mirror_edk2.git] / ArmPkg / Drivers / CpuDxe /
2011-02-02 andrewfishSync up ArmPkg with patch from mailing list. Changed...
2010-12-15 andrewfishUpdate remaining ARM .S files with INTERWORK_FUNC macro...
2010-12-14 andrewfishFix build break on Apple Xcode, caused by fixing normal...
2010-12-08 andrewfishAdd vpush/vpop to the exception handler as we added...
2010-04-29 hhtianUpdate the copyright notice format
2010-04-13 andrewfishCleanup MMU code to do book required sync. Update excep...
2010-03-17 andrewfishRemove hook for debugger. Should be implemented using...
2010-03-05 andrewfishAdded FIQ interrupt primatives. Update exception handle...
2010-03-05 andrewfishMake these drivers more compatible with a projected...
2010-02-25 jljustenRemove svn:executable on *.c, *.h, *.asm, *.S, *.inf...
2010-02-19 andrewfishSync gcc with armasm. update some memory barriers.
2010-02-16 andrewfishFix bug in UncachedMemoryAllocationLib, Assembler,...
2010-02-03 andrewfishCleanup to match MdePkg cleanups. More progress on...
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-12 AJFISHWorking on adding paging to the CpuDxe driver so it...
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.