summaryrefslogtreecommitdiffstats
path: root/ArmPkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for semihosting with GCC. Still needs more testing.andrewfish2010-12-153-1/+59
* Fix build break on Apple Xcode, caused by fixing normal gcc build break.andrewfish2010-12-141-1/+4
* Add vpush/vpop to the exception handler as we added CopyMem/SetMem that can u...andrewfish2010-12-082-0/+9
* update copyright formathhtian2010-09-081-3/+3
* Add a temp BasePeCoffLib that deals with MOVT instruction. At this point we d...andrewfish2010-07-316-0/+2451
* Fix Xcode build break.andrewfish2010-07-292-21/+21
* Fix CodeSourcery 2010q1 link issue by adding missing intrinsicsandrewfish2010-07-254-4/+336
* Fix issue in DmaMap with buffers that are smaller than a cache line. Also mak...andrewfish2010-07-151-3/+6
* Remove ArmEbPkg and replace with ArmRealViewEbPkg. Ported ArmRealViewEbPkg to...andrewfish2010-07-022-0/+170
* Add DMA Lib for generic ARM cache coherency model.andrewfish2010-05-292-0/+319
* Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abst...andrewfish2010-05-291-0/+1
* Set the default compilers arch flags for these packagesandrewfish2010-05-281-4/+18
* Remove obsolete DebugSupport Driverandrewfish2010-05-181-1/+0
* Remove DebugSupport driver for ARM and DebugSupportProtocol. In edk2 you can ...andrewfish2010-05-182-60/+0
* Update the copyright notice formathhtian2010-04-29172-434/+360
* Add some ldm/vldm optimized CopyMem routines. Add performance macros to BDS andrewfish2010-04-2142-0/+3939
* Add a PE/COFF extra action lib that DEBUG prints the debugger command to load...andrewfish2010-04-142-0/+161
* Make sure FIQ debugger stuff can work.andrewfish2010-04-131-1/+1
* Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish2010-04-138-46/+141
* Cleanup Cache an MMU operations.andrewfish2010-04-072-29/+15
* Remove hook for debugger. Should be implemented using the new library scheme.andrewfish2010-03-173-320/+17
* Fix bugandrewfish2010-03-171-3/+2