summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Drivers
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg/PL35xSmc: Split the SMC initialization in multiple Chip Select initial...oliviermartin2011-06-112-134/+112
* ArmPkg: Fix coding style to follow EDK2 coding conventionoliviermartin2011-06-112-49/+49
* ArmPkg/PL180MciDxe: Replace VenHw Device Path GUID by EFI_CALLER_ID_GUIDoliviermartin2011-06-111-1/+1
* ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin2011-06-031-0/+8
* ArmPkg: Renamed PL354SmcSecLib into PL354SmcLiboliviermartin2011-06-031-1/+1
* ArmPkg/PL34xDmc: Remove magic values in PL310L2Cache and clean the codeoliviermartin2011-06-031-330/+178
* ArmPkg/PL310L2Cache: Remove magic values in PL310L2Cache and clean the codeoliviermartin2011-06-031-26/+17
* Armkg: Fix EDK2 coding styleoliviermartin2011-06-032-122/+127
* ArmPkg: Introduce the PCD PcdDebuggerExceptionSupportoliviermartin2011-06-032-1/+5
* EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkgoliviermartin2011-06-031-0/+1
* ArmPkg/PL180Mci: Fix buildoliviermartin2011-04-271-4/+4
* ArmPkg/PL180MciDxe: Use the new flag MMC_CMD_NO_CRC_RESPONSEoliviermartin2011-04-261-6/+6
* Fix Xcode compile bug. It looks like these two arguments had an extra level o...andrewfish2011-03-311-1/+1
* ArmPkg/PL390GixDxe: Return from the interrupt handler when it is a sporadic i...oliviermartin2011-03-311-0/+1
* ArmPkg/CpuDxe: Replace SIZE_4KB by TT_DESCRIPTOR_PAGE_SIZEoliviermartin2011-03-311-5/+5
* ArmPkg/Mmu: Support page size granularity in the initial MMU settingoliviermartin2011-03-311-30/+193
* ArmPkg/PL180MciDxe: Improve error handlingoliviermartin2011-03-312-289/+435
* Fix issue with fixing tabs.andrewfish2011-02-025-171/+171
* Remove tabs from all text files in the package.andrewfish2011-02-025-171/+171
* Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish2011-02-0225-445/+2612
* Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish2010-12-151-0/+5
* Fix build break on Apple Xcode, caused by fixing normal gcc build break.andrewfish2010-12-141-1/+4
* Add vpush/vpop to the exception handler as we added CopyMem/SetMem that can u...andrewfish2010-12-082-0/+9
* Remove ArmEbPkg and replace with ArmRealViewEbPkg. Ported ArmRealViewEbPkg to...andrewfish2010-07-022-0/+170
* Update the copyright notice formathhtian2010-04-2911-23/+23
* Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish2010-04-133-22/+57
* Remove hook for debugger. Should be implemented using the new library scheme.andrewfish2010-03-173-320/+17
* Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish2010-03-051-4/+15
* Make these drivers more compatible with a projected Debug Agent Library imple...andrewfish2010-03-051-11/+21
* Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten2010-02-253-0/+0
* Sync gcc with armasm. update some memory barriers.andrewfish2010-02-193-2/+285
* Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl...andrewfish2010-02-161-0/+1
* Cleanup to match MdePkg cleanups. More progress on ARM disassembler.andrewfish2010-02-032-0/+2
* Added a library for the default exception handler and started to add a dissas...andrewfish2010-01-276-188/+37
* 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-172-14/+24
* 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-142-50/+9
* Fix GCC build bug and add a debug library to dump load and unload commands in...AJFISH2010-01-141-55/+57
* Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH2010-01-145-61/+445
* 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
* 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-069-0/+1239