summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)Author
2011-06-28ArmPkg/BdsLib: Check if the performance timer is counting down or up in Print...oliviermartin
2011-06-20ArmPkg/CpuDxe: Register a callback for the gIdleLoopEventGuid eventoliviermartin
2011-06-20ArmPkg/CpuPei: Declare the CPU HOBoliviermartin
2011-06-20ArmPkg/CpuPei: Get the System Memory from the Resource Memory HOBoliviermartin
2011-06-20ArmPkg/CpuDxe: Change chain of dependency for CpuDxe and PL390Gicoliviermartin
2011-06-15ArmPlatformPkg/Bds: Fix various bugs in the new BDSoliviermartin
2011-06-15ArmPkg: Fix warnings raised by ARMGCColiviermartin
2011-06-11ArmPlatformPkg: Unify the Secure and Normal FD and FV PCD namingoliviermartin
2011-06-11ArmPkg/BdsLib: Upgrade the library to use natively the Device Patholiviermartin
2011-06-11ArmPkg/PL35xSmc: Split the SMC initialization in multiple Chip Select initial...oliviermartin
2011-06-11ArmPkg: Fix coding style to follow EDK2 coding conventionoliviermartin
2011-06-11ArmPkg/PL180MciDxe: Replace VenHw Device Path GUID by EFI_CALLER_ID_GUIDoliviermartin
2011-06-03ArmPkg: Implement PeiServicesTablePointerLib using TPIDRURW registeroliviermartin
2011-06-03ArmPkg/CompilerIntrinsincsLib: Add div and mullu functions to ARMGCColiviermartin
2011-06-03ArmPkg/PeCoffExtraActionLib: Add the return carriage character after printing...oliviermartin
2011-06-03ArmPkg: Add comments to ArmEnableVFPoliviermartin
2011-06-03ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin
2011-06-03ArmPkg: Renamed PL354SmcSecLib into PL354SmcLiboliviermartin
2011-06-03ArmPkg: Fix the default value of PcdCpuVectorBaseAddressoliviermartin
2011-06-03ArmPkg/PL34xDmc: Remove magic values in PL310L2Cache and clean the codeoliviermartin
2011-06-03ArmPkg/PL310L2Cache: Remove magic values in PL310L2Cache and clean the codeoliviermartin
2011-06-03Armkg: Fix EDK2 coding styleoliviermartin
2011-06-03ArmPkg: Introduce the PCD PcdDebuggerExceptionSupportoliviermartin
2011-06-03EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkgoliviermartin
2011-04-27ArmPkg/PL180Mci: Fix buildoliviermartin
2011-04-26ArmPkg/PL180MciDxe: Use the new flag MMC_CMD_NO_CRC_RESPONSEoliviermartin
2011-04-26ArmPkg/MmcDxe: Introduce MMC_CMD_NO_CRC_RESPONSE flagoliviermartin
2011-03-31Fix Xcode compile bug. It looks like these two arguments had an extra level o...andrewfish
2011-03-31ArmPkg/Arm9Lib: Assert if memory region size is TT_DESCRIPTOR_SECTION_SIZE al...oliviermartin
2011-03-31ArmPkg: Fix ArmPkg.dsc and ArmVExpress-CTA9x4.dsc buildsoliviermartin
2011-03-31ArmPkg: Fix InternalMemCopyMem()oliviermartin
2011-03-31ArmPkg/ArmDisassemblerLib: Fix register listoliviermartin
2011-03-31ArmPlatformPkg/ArmPlatformLib: Move the UEFI memory partionning to MemoryInitPeioliviermartin
2011-03-31ArmPkg/BdsLib: Fix GetSystemMemoryResources()oliviermartin
2011-03-31ArmPkg/BdsLib: Prevent application to hang the platform using watchdogoliviermartin
2011-03-31ArmPlatformPkg: Rename gEmbeddedTokenSpaceGuid.PcdEmbeddedFd* into gArmTokenS...oliviermartin
2011-03-31ArmPkg/ArmLib: Define the macro IS_ARM_MEMORY_REGION_ATTRIBUTES_SECURE()oliviermartin
2011-03-31ArmPkg/ArmV7: Fix TT_DESCRIPTOR_LARGEPAGE_CACHE_POLICY_MASK maskoliviermartin
2011-03-31ArmPkg/PL390GixDxe: Return from the interrupt handler when it is a sporadic i...oliviermartin
2011-03-31ArmPkg/CpuDxe: Replace SIZE_4KB by TT_DESCRIPTOR_PAGE_SIZEoliviermartin
2011-03-31ArmPkg/Mmu: Support page size granularity in the initial MMU settingoliviermartin
2011-03-31ArmPkg/PL180MciDxe: Improve error handlingoliviermartin
2011-03-31ArmPkg/MmcDxe: Fix some returned conditions for MMC/SD commandsoliviermartin
2011-03-31EmbeddedPkg/MmcDxe: Fix protocols uninstallation in Stop() functionoliviermartin
2011-02-03Fixes to get CodeSourcery GCC and RVCT 3.1 compiling.andrewfish
2011-02-02Fix issue with fixing tabs.andrewfish
2011-02-02Remove tabs from all text files in the package.andrewfish
2011-02-02Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish
2011-01-06Fix typo in __switchiu8() to use r0 in place of r3. andrewfish
2010-12-15Fix semihosting on gcc. We need to save lr as svc instruction will change it. andrewfish