summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)Author
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
2010-12-15Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish
2010-12-15Add support for semihosting with GCC. Still needs more testing.andrewfish
2010-12-14Fix build break on Apple Xcode, caused by fixing normal gcc build break.andrewfish
2010-12-08Add vpush/vpop to the exception handler as we added CopyMem/SetMem that can u...andrewfish
2010-09-08update copyright formathhtian
2010-07-31Add a temp BasePeCoffLib that deals with MOVT instruction. At this point we d...andrewfish
2010-07-29Fix Xcode build break.andrewfish
2010-07-25Fix CodeSourcery 2010q1 link issue by adding missing intrinsicsandrewfish
2010-07-15Fix issue in DmaMap with buffers that are smaller than a cache line. Also mak...andrewfish
2010-07-02Remove ArmEbPkg and replace with ArmRealViewEbPkg. Ported ArmRealViewEbPkg to...andrewfish
2010-05-29Add DMA Lib for generic ARM cache coherency model.andrewfish
2010-05-29Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abst...andrewfish