Age | Commit message (Expand) | Author |
2010-03-17 | Fix bug | andrewfish |
2010-03-17 | Update intrinsics for code sourcery gcc | andrewfish |
2010-03-05 | Added FIQ interrupt primatives. Update exception handler to disable/reenable ... | andrewfish |
2010-03-03 | Syncing GCC and ARMASM assembly. Made chunks of the ARMASM lowercase to make ... | andrewfish |
2010-02-25 | Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* | jljusten |
2010-02-24 | Move ARMv5 (ARM9) barrier instructions into assembler files | andrewfish |
2010-02-24 | Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst... | andrewfish |
2010-02-19 | Clean up some externs | andrewfish |
2010-02-19 | Fix typo | andrewfish |
2010-02-19 | Sync gcc with armasm. update some memory barriers. | andrewfish |
2010-02-18 | Hack in some DSB, ISB syncronization primatives. Need to do it a little cleaner. | andrewfish |
2010-02-18 | Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation o... | andrewfish |
2010-02-16 | Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl... | andrewfish |
2010-02-16 | After the ASSERT adjust the PC so you skip the faulting instruction. Lets you... | andrewfish |
2010-02-10 | Clean up UncachedMemoryAllocationLib to use CPU AP. | andrewfish |
2010-02-07 | Added CWD to EfiFileLib. Fix some X64 warnings. | andrewfish |
2010-02-05 | Update input of disasmembler to support IfThen construct. Add prototype dos s... | andrewfish |
2010-02-04 | More disasm work. | andrewfish |
2010-02-04 | More updated | andrewfish |
2010-02-03 | Fix GCC warnings | andrewfish |
2010-02-03 | Cleanup to match MdePkg cleanups. More progress on ARM disassembler. | andrewfish |
2010-02-03 | Added Thumb2 loads and stores to Disassmebler | andrewfish |
2010-02-02 | Fix thumb2 Branch instruction in disassembler | andrewfish |
2010-02-02 | More progress on the disassebler lib | andrewfish |
2010-02-01 | Move ARM disassembler into a library and out of the exception handler. Add a ... | andrewfish |
2010-02-01 | Move ARM disassembler into a library. | andrewfish |
2010-01-30 | Remove out of date comment and fix gcc warning. | andrewfish |
2010-01-29 | Update execption handler to print out DFSR & IFSR info. | andrewfish |
2010-01-27 | Added a library for the default exception handler and started to add a dissas... | andrewfish |
2010-01-17 | Missed a fix in the Cpu Driver. Added some more debug for Execption handling ... | 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-13 | Adding a Debug version of the UncachedMemoryAllocationLib that will make the ... | AJFISH |
2010-01-12 | Need to add some extra functions to the libraries to support paging in the Cp... | AJFISH |
2010-01-12 | Add some missing 64-bit math functions for gcc | AJFISH |
2009-12-06 | Adding support for BeagleBoard. | AJFISH |