summaryrefslogtreecommitdiffstats
path: root/ArmPkg
Commit message (Expand)AuthorAgeFilesLines
* Remove hook for debugger. Should be implemented using the new library scheme.andrewfish2010-03-173-320/+17
* 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-056-4/+118
* Make these drivers more compatible with a projected Debug Agent Library imple...andrewfish2010-03-051-11/+21
* 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-254-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-247-1/+148
* Clean up some externsandrewfish2010-02-192-1/+3
* Fix typoandrewfish2010-02-191-2/+2
* Sync gcc with armasm. update some memory barriers.andrewfish2010-02-1910-153/+570
* 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-188-26/+26
* Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl...andrewfish2010-02-165-8/+13
* 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-053-18/+64
* 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-034-18/+124
* 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-014-8/+37
* Move ARM disassembler into a library.andrewfish2010-02-018-48/+179
* Remove out of date comment and fix gcc warning.andrewfish2010-01-302-13/+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-2714-189/+1247
* Fix RVCT compiler warnings, and a bug in the GdbStubAJFISH2010-01-171-0/+2
* Missed a fix in the Cpu Driver. Added some more debug for Execption handling ...AJFISH2010-01-174-17/+27
* Minor update to move array into function to dead strip better on release buildsAJFISH2010-01-151-17/+16
* Updated ARM Exception handler to print out text values for CPSR registerAJFISH2010-01-151-10/+83
* Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH2010-01-147-97/+91
* Fix GCC build bug and add a debug library to dump load and unload commands in...AJFISH2010-01-144-55/+213
* Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH2010-01-1412-79/+461
* Adding a Debug version of the UncachedMemoryAllocationLib that will make the ...AJFISH2010-01-133-0/+702
* Working on adding paging to the CpuDxe driver so it can update cachablity. At...AJFISH2010-01-121-0/+750
* One more header fixAJFISH2010-01-121-1/+15
* Fix some more headers. Add some missing library classes in .dec file and upda...AJFISH2010-01-123-5/+47
* Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also a...AJFISH2010-01-122-0/+72
* 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
* Fixed a bug in the HardwareInterrupt handler that would blow the stack if you...AJFISH2010-01-082-13/+3
* Fix stray charcter in comment.AJFISH2010-01-081-1/+1
* Adding support for a single stack, GCC check in will followAJFISH2010-01-085-102/+214
* Working on having a single stack for all modes. This code currently has an is...AJFISH2009-12-221-0/+225
* Adding support for BeagleBoard. AJFISH2009-12-06107-0/+11280