summaryrefslogtreecommitdiffstats
path: root/ArmPkg
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg/CpuDxe: Register a callback for the gIdleLoopEventGuid eventoliviermartin2011-06-202-2/+38
* ArmPkg/CpuPei: Declare the CPU HOBoliviermartin2011-06-202-0/+5
* ArmPkg/CpuPei: Get the System Memory from the Resource Memory HOBoliviermartin2011-06-202-19/+73
* ArmPkg/CpuDxe: Change chain of dependency for CpuDxe and PL390Gicoliviermartin2011-06-204-60/+38
* ArmPlatformPkg/Bds: Fix various bugs in the new BDSoliviermartin2011-06-153-2/+65
* ArmPkg: Fix warnings raised by ARMGCColiviermartin2011-06-154-80/+18
* ArmPlatformPkg: Unify the Secure and Normal FD and FV PCD namingoliviermartin2011-06-111-0/+4
* ArmPkg/BdsLib: Upgrade the library to use natively the Device Patholiviermartin2011-06-1113-1153/+1635
* ArmPkg/PL35xSmc: Split the SMC initialization in multiple Chip Select initial...oliviermartin2011-06-113-134/+169
* ArmPkg: Fix coding style to follow EDK2 coding conventionoliviermartin2011-06-113-65/+65
* ArmPkg/PL180MciDxe: Replace VenHw Device Path GUID by EFI_CALLER_ID_GUIDoliviermartin2011-06-111-1/+1
* ArmPkg: Implement PeiServicesTablePointerLib using TPIDRURW registeroliviermartin2011-06-035-0/+140
* ArmPkg/CompilerIntrinsincsLib: Add div and mullu functions to ARMGCColiviermartin2011-06-033-1/+205
* ArmPkg/PeCoffExtraActionLib: Add the return carriage character after printing...oliviermartin2011-06-032-4/+4
* ArmPkg: Add comments to ArmEnableVFPoliviermartin2011-06-032-8/+14
* ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin2011-06-034-1/+63
* ArmPkg: Renamed PL354SmcSecLib into PL354SmcLiboliviermartin2011-06-032-4/+4
* ArmPkg: Fix the default value of PcdCpuVectorBaseAddressoliviermartin2011-06-031-1/+1
* ArmPkg/PL34xDmc: Remove magic values in PL310L2Cache and clean the codeoliviermartin2011-06-032-364/+474
* ArmPkg/PL310L2Cache: Remove magic values in PL310L2Cache and clean the codeoliviermartin2011-06-034-89/+102
* Armkg: Fix EDK2 coding styleoliviermartin2011-06-036-134/+152
* ArmPkg: Introduce the PCD PcdDebuggerExceptionSupportoliviermartin2011-06-033-1/+8
* EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkgoliviermartin2011-06-0310-1832/+1
* ArmPkg/PL180Mci: Fix buildoliviermartin2011-04-271-4/+4
* ArmPkg/PL180MciDxe: Use the new flag MMC_CMD_NO_CRC_RESPONSEoliviermartin2011-04-261-6/+6
* ArmPkg/MmcDxe: Introduce MMC_CMD_NO_CRC_RESPONSE flagoliviermartin2011-04-261-5/+7
* Fix Xcode compile bug. It looks like these two arguments had an extra level o...andrewfish2011-03-311-1/+1
* ArmPkg/Arm9Lib: Assert if memory region size is TT_DESCRIPTOR_SECTION_SIZE al...oliviermartin2011-03-311-0/+3
* ArmPkg: Fix ArmPkg.dsc and ArmVExpress-CTA9x4.dsc buildsoliviermartin2011-03-312-2/+24
* ArmPkg: Fix InternalMemCopyMem()oliviermartin2011-03-312-94/+212
* ArmPkg/ArmDisassemblerLib: Fix register listoliviermartin2011-03-311-0/+1
* ArmPlatformPkg/ArmPlatformLib: Move the UEFI memory partionning to MemoryInitPeioliviermartin2011-03-311-0/+6
* ArmPkg/BdsLib: Fix GetSystemMemoryResources()oliviermartin2011-03-311-67/+107
* ArmPkg/BdsLib: Prevent application to hang the platform using watchdogoliviermartin2011-03-311-0/+9
* ArmPlatformPkg: Rename gEmbeddedTokenSpaceGuid.PcdEmbeddedFd* into gArmTokenS...oliviermartin2011-03-311-1/+7
* ArmPkg/ArmLib: Define the macro IS_ARM_MEMORY_REGION_ATTRIBUTES_SECURE()oliviermartin2011-03-311-4/+6
* ArmPkg/ArmV7: Fix TT_DESCRIPTOR_LARGEPAGE_CACHE_POLICY_MASK maskoliviermartin2011-03-311-2/+2
* 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-313-40/+353
* ArmPkg/PL180MciDxe: Improve error handlingoliviermartin2011-03-312-289/+435
* ArmPkg/MmcDxe: Fix some returned conditions for MMC/SD commandsoliviermartin2011-03-312-59/+117
* EmbeddedPkg/MmcDxe: Fix protocols uninstallation in Stop() functionoliviermartin2011-03-311-2/+2
* Fixes to get CodeSourcery GCC and RVCT 3.1 compiling.andrewfish2011-02-033-16/+20
* Fix issue with fixing tabs.andrewfish2011-02-0251-1291/+1291
* Remove tabs from all text files in the package.andrewfish2011-02-0251-1293/+1295
* Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish2011-02-02113-964/+7979
* Fix typo in __switchiu8() to use r0 in place of r3. andrewfish2011-01-061-4/+4
* Fix semihosting on gcc. We need to save lr as svc instruction will change it. andrewfish2010-12-151-1/+7
* Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish2010-12-1535-6/+131