summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* Fix bugandrewfish2010-03-171-3/+2
* Update intrinsics for code sourcery gccandrewfish2010-03-1721-94/+178
* Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish2010-03-054-0/+86
* Syncing GCC and ARMASM assembly. Made chunks of the ARMASM lowercase to make ...andrewfish2010-03-032-110/+111
* Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten2010-02-251-0/+0
* Move ARMv5 (ARM9) barrier instructions into assembler filesandrewfish2010-02-244-51/+37
* Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...andrewfish2010-02-246-0/+129
* Clean up some externsandrewfish2010-02-192-1/+3
* Fix typoandrewfish2010-02-191-2/+2
* Sync gcc with armasm. update some memory barriers.andrewfish2010-02-197-151/+285
* Hack in some DSB, ISB syncronization primatives. Need to do it a little cleaner.andrewfish2010-02-185-5/+307
* Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation o...andrewfish2010-02-186-20/+20
* Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl...andrewfish2010-02-164-8/+12
* After the ASSERT adjust the PC so you skip the faulting instruction. Lets you...andrewfish2010-02-161-0/+17
* Clean up UncachedMemoryAllocationLib to use CPU AP.andrewfish2010-02-103-165/+168
* Added CWD to EfiFileLib. Fix some X64 warnings.andrewfish2010-02-071-1/+1
* Update input of disasmembler to support IfThen construct. Add prototype dos s...andrewfish2010-02-052-18/+62
* More disasm work.andrewfish2010-02-041-11/+80
* More updatedandrewfish2010-02-041-14/+142
* Fix GCC warningsandrewfish2010-02-031-0/+2
* Cleanup to match MdePkg cleanups. More progress on ARM disassembler.andrewfish2010-02-032-18/+122
* Added Thumb2 loads and stores to Disassmeblerandrewfish2010-02-031-54/+239
* Fix thumb2 Branch instruction in disassemblerandrewfish2010-02-021-25/+25
* More progress on the disassebler libandrewfish2010-02-021-96/+152
* Move ARM disassembler into a library and out of the exception handler. Add a ...andrewfish2010-02-013-8/+35
* Move ARM disassembler into a library.andrewfish2010-02-015-47/+137
* Remove out of date comment and fix gcc warning.andrewfish2010-01-301-1/+1
* Update execption handler to print out DFSR & IFSR info.andrewfish2010-01-291-3/+47
* Added a library for the default exception handler and started to add a dissas...andrewfish2010-01-274-0/+1169
* Missed a fix in the Cpu Driver. Added some more debug for Execption handling ...AJFISH2010-01-172-3/+3
* Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH2010-01-145-47/+82
* Fix GCC build bug and add a debug library to dump load and unload commands in...AJFISH2010-01-142-0/+154
* Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH2010-01-144-16/+12
* Adding a Debug version of the UncachedMemoryAllocationLib that will make the ...AJFISH2010-01-132-0/+701
* Need to add some extra functions to the libraries to support paging in the Cp...AJFISH2010-01-1221-14/+200
* Add some missing 64-bit math functions for gccAJFISH2010-01-124-1/+151
* Adding support for BeagleBoard. AJFISH2009-12-0684-0/+7542