summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)AuthorFilesLines
2011-04-27ArmPkg/PL180Mci: Fix buildoliviermartin1-4/+4
2011-04-26ArmPkg/PL180MciDxe: Use the new flag MMC_CMD_NO_CRC_RESPONSEoliviermartin1-6/+6
2011-04-26ArmPkg/MmcDxe: Introduce MMC_CMD_NO_CRC_RESPONSE flagoliviermartin1-5/+7
2011-03-31Fix Xcode compile bug. It looks like these two arguments had an extra level o...andrewfish1-1/+1
2011-03-31ArmPkg/Arm9Lib: Assert if memory region size is TT_DESCRIPTOR_SECTION_SIZE al...oliviermartin1-0/+3
2011-03-31ArmPkg: Fix ArmPkg.dsc and ArmVExpress-CTA9x4.dsc buildsoliviermartin2-2/+24
2011-03-31ArmPkg: Fix InternalMemCopyMem()oliviermartin2-94/+212
2011-03-31ArmPkg/ArmDisassemblerLib: Fix register listoliviermartin1-0/+1
2011-03-31ArmPlatformPkg/ArmPlatformLib: Move the UEFI memory partionning to MemoryInitPeioliviermartin1-0/+6
2011-03-31ArmPkg/BdsLib: Fix GetSystemMemoryResources()oliviermartin1-67/+107
2011-03-31ArmPkg/BdsLib: Prevent application to hang the platform using watchdogoliviermartin1-0/+9
2011-03-31ArmPlatformPkg: Rename gEmbeddedTokenSpaceGuid.PcdEmbeddedFd* into gArmTokenS...oliviermartin1-1/+7
2011-03-31ArmPkg/ArmLib: Define the macro IS_ARM_MEMORY_REGION_ATTRIBUTES_SECURE()oliviermartin1-4/+6
2011-03-31ArmPkg/ArmV7: Fix TT_DESCRIPTOR_LARGEPAGE_CACHE_POLICY_MASK maskoliviermartin1-2/+2
2011-03-31ArmPkg/PL390GixDxe: Return from the interrupt handler when it is a sporadic i...oliviermartin1-0/+1
2011-03-31ArmPkg/CpuDxe: Replace SIZE_4KB by TT_DESCRIPTOR_PAGE_SIZEoliviermartin1-5/+5
2011-03-31ArmPkg/Mmu: Support page size granularity in the initial MMU settingoliviermartin3-40/+353
2011-03-31ArmPkg/PL180MciDxe: Improve error handlingoliviermartin2-289/+435
2011-03-31ArmPkg/MmcDxe: Fix some returned conditions for MMC/SD commandsoliviermartin2-59/+117
2011-03-31EmbeddedPkg/MmcDxe: Fix protocols uninstallation in Stop() functionoliviermartin1-2/+2
2011-02-03Fixes to get CodeSourcery GCC and RVCT 3.1 compiling.andrewfish3-16/+20
2011-02-02Fix issue with fixing tabs.andrewfish51-1291/+1291
2011-02-02Remove tabs from all text files in the package.andrewfish51-1293/+1295
2011-02-02Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish113-964/+7979
2011-01-06Fix typo in __switchiu8() to use r0 in place of r3. andrewfish1-4/+4
2010-12-15Fix semihosting on gcc. We need to save lr as svc instruction will change it. andrewfish1-1/+7
2010-12-15Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish35-6/+131
2010-12-15Add support for semihosting with GCC. Still needs more testing.andrewfish3-1/+59
2010-12-14Fix build break on Apple Xcode, caused by fixing normal gcc build break.andrewfish1-1/+4
2010-12-08Add vpush/vpop to the exception handler as we added CopyMem/SetMem that can u...andrewfish2-0/+9
2010-09-08update copyright formathhtian1-3/+3
2010-07-31Add a temp BasePeCoffLib that deals with MOVT instruction. At this point we d...andrewfish6-0/+2451
2010-07-29Fix Xcode build break.andrewfish2-21/+21
2010-07-25Fix CodeSourcery 2010q1 link issue by adding missing intrinsicsandrewfish4-4/+336
2010-07-15Fix issue in DmaMap with buffers that are smaller than a cache line. Also mak...andrewfish1-3/+6
2010-07-02Remove ArmEbPkg and replace with ArmRealViewEbPkg. Ported ArmRealViewEbPkg to...andrewfish2-0/+170
2010-05-29Add DMA Lib for generic ARM cache coherency model.andrewfish2-0/+319
2010-05-29Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abst...andrewfish1-0/+1
2010-05-28Set the default compilers arch flags for these packagesandrewfish1-4/+18
2010-05-18Remove obsolete DebugSupport Driverandrewfish1-1/+0
2010-05-18Remove DebugSupport driver for ARM and DebugSupportProtocol. In edk2 you can ...andrewfish2-60/+0
2010-04-29Update the copyright notice formathhtian172-434/+360
2010-04-21Add some ldm/vldm optimized CopyMem routines. Add performance macros to BDS andrewfish42-0/+3939
2010-04-14Add a PE/COFF extra action lib that DEBUG prints the debugger command to load...andrewfish2-0/+161
2010-04-13Make sure FIQ debugger stuff can work.andrewfish1-1/+1
2010-04-13Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish8-46/+141
2010-04-07Cleanup Cache an MMU operations.andrewfish2-29/+15
2010-03-17Remove hook for debugger. Should be implemented using the new library scheme.andrewfish3-320/+17
2010-03-17Fix bugandrewfish1-3/+2
2010-03-17Update intrinsics for code sourcery gccandrewfish21-94/+178