summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers
AgeCommit message (Expand)AuthorFilesLines
2011-06-03ArmPkg: Renamed PL354SmcSecLib into PL354SmcLiboliviermartin1-1/+1
2011-06-03ArmPkg/PL34xDmc: Remove magic values in PL310L2Cache and clean the codeoliviermartin1-330/+178
2011-06-03ArmPkg/PL310L2Cache: Remove magic values in PL310L2Cache and clean the codeoliviermartin1-26/+17
2011-06-03Armkg: Fix EDK2 coding styleoliviermartin2-122/+127
2011-06-03ArmPkg: Introduce the PCD PcdDebuggerExceptionSupportoliviermartin2-1/+5
2011-06-03EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkgoliviermartin1-0/+1
2011-04-27ArmPkg/PL180Mci: Fix buildoliviermartin1-4/+4
2011-04-26ArmPkg/PL180MciDxe: Use the new flag MMC_CMD_NO_CRC_RESPONSEoliviermartin1-6/+6
2011-03-31Fix Xcode compile bug. It looks like these two arguments had an extra level o...andrewfish1-1/+1
2011-03-31ArmPkg/PL390GixDxe: Return from the interrupt handler when it is a sporadic i...oliviermartin1-0/+1
2011-03-31ArmPkg/CpuDxe: Replace SIZE_4KB by TT_DESCRIPTOR_PAGE_SIZEoliviermartin1-5/+5
2011-03-31ArmPkg/Mmu: Support page size granularity in the initial MMU settingoliviermartin1-30/+193
2011-03-31ArmPkg/PL180MciDxe: Improve error handlingoliviermartin2-289/+435
2011-02-02Fix issue with fixing tabs.andrewfish5-171/+171
2011-02-02Remove tabs from all text files in the package.andrewfish5-171/+171
2011-02-02Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish25-445/+2612
2010-12-15Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish1-0/+5
2010-12-14Fix build break on Apple Xcode, caused by fixing normal gcc build break.andrewfish1-1/+4
2010-12-08Add vpush/vpop to the exception handler as we added CopyMem/SetMem that can u...andrewfish2-0/+9
2010-07-02Remove ArmEbPkg and replace with ArmRealViewEbPkg. Ported ArmRealViewEbPkg to...andrewfish2-0/+170
2010-04-29Update the copyright notice formathhtian11-23/+23
2010-04-13Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish3-22/+57
2010-03-17Remove hook for debugger. Should be implemented using the new library scheme.andrewfish3-320/+17
2010-03-05Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish1-4/+15
2010-03-05Make these drivers more compatible with a projected Debug Agent Library imple...andrewfish1-11/+21
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten3-0/+0
2010-02-19Sync gcc with armasm. update some memory barriers.andrewfish3-2/+285
2010-02-16Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl...andrewfish1-0/+1
2010-02-03Cleanup to match MdePkg cleanups. More progress on ARM disassembler.andrewfish2-0/+2
2010-01-27Added a library for the default exception handler and started to add a dissas...andrewfish6-188/+37
2010-01-17Fix RVCT compiler warnings, and a bug in the GdbStubAJFISH1-0/+2
2010-01-17Missed a fix in the Cpu Driver. Added some more debug for Execption handling ...AJFISH2-14/+24
2010-01-15Minor update to move array into function to dead strip better on release buildsAJFISH1-17/+16
2010-01-15Updated ARM Exception handler to print out text values for CPSR registerAJFISH1-10/+83
2010-01-14Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH2-50/+9
2010-01-14Fix GCC build bug and add a debug library to dump load and unload commands in...AJFISH1-55/+57
2010-01-14Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH5-61/+445
2010-01-12Working on adding paging to the CpuDxe driver so it can update cachablity. At...AJFISH1-0/+750
2010-01-12One more header fixAJFISH1-1/+15
2010-01-08Fixed a bug in the HardwareInterrupt handler that would blow the stack if you...AJFISH2-13/+3
2010-01-08Fix stray charcter in comment.AJFISH1-1/+1
2010-01-08Adding support for a single stack, GCC check in will followAJFISH5-102/+214
2009-12-22Working on having a single stack for all modes. This code currently has an is...AJFISH1-0/+225
2009-12-06Adding support for BeagleBoard. AJFISH9-0/+1239