summaryrefslogtreecommitdiff
path: root/ArmPkg/Include
AgeCommit message (Expand)AuthorFilesLines
2010-05-18Remove DebugSupport driver for ARM and DebugSupportProtocol. In edk2 you can ...andrewfish1-59/+0
2010-04-29Update the copyright notice formathhtian12-23/+30
2010-04-13Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish1-1/+3
2010-03-05Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish1-0/+17
2010-02-24Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...andrewfish1-1/+19
2010-02-18Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation o...andrewfish1-3/+3
2010-02-05Update input of disasmembler to support IfThen construct. Add prototype dos s...andrewfish1-0/+2
2010-02-01Move ARM disassembler into a library and out of the exception handler. Add a ...andrewfish1-0/+2
2010-02-01Move ARM disassembler into a library.andrewfish1-0/+39
2010-01-27Added a library for the default exception handler and started to add a dissas...andrewfish2-0/+37
2010-01-14Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH2-2/+3
2010-01-12Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also a...AJFISH2-0/+72
2009-12-06Adding support for BeagleBoard. AJFISH9-0/+1714