summaryrefslogtreecommitdiffstats
path: root/ArmPkg
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg: Fix ARM builds for XCode32oliviermartin2011-07-283-110/+104
* ArmPkg/SemiHostingSerialPortLib: Return number of written bytes in SerialPort...oliviermartin2011-07-191-1/+1
* ArmPkg/UncachedMemoryAllocationLib: Use gDS function to set memory attributesoliviermartin2011-07-181-4/+3
* ArmPkg/DebugAgentSymbolsOnlyLib: Add library to print loaded address of the S...oliviermartin2011-07-182-0/+373
* ArmPkg: Minor coding style changesoliviermartin2011-07-065-30/+38
* ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin2011-07-063-311/+310
* ArmPkg/BdsLib: Linux kernel supports either FDT or ATAGoliviermartin2011-07-042-9/+16
* ArmPkg/CpuDxe: ZeroMem the gExceptionHandlers[] arrayoliviermartin2011-07-011-0/+2
* ArmPlatformPkg: Fix buildsoliviermartin2011-07-011-0/+1
* ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Driv...oliviermartin2011-07-0120-2210/+0
* ArmPkg/BdsLib: Check if the performance timer is counting down or up in Print...oliviermartin2011-06-281-2/+8
* 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