summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* ArmPlatformPkg: Use SerialDxe in MdeModulePkg instead of EmbeddedPkgStar Zeng2015-11-303-182/+115
* ArmPlatformPkg/PrePi: Make dynamic the top of the System MemoryOlivier Martin2015-07-062-8/+8
* EmbeddedPkg: Fix Ebl dumpgcd bug with memory type and IO typeHeyi Guo2015-05-271-7/+24
* ArmPlatformPkg: Use the new PCDs defined in MdePkg and MdeModulePkg.Ruiyu Ni2015-05-061-1/+1
* ArmPkg/BdsLib: Exposed ShutdownUefiBootServices() in the BdsLib interfaceOlivier Martin2015-05-052-58/+3
* ArmPlatformPkg: fix two instances of FreePool () on NULL valueArd Biesheuvel2015-03-271-1/+1
* ArmPlatformPkg: allow patchable PCD for FD base addressArd Biesheuvel2015-02-281-1/+1
* ArmPlatformPkg/Bds: Remove any use of the "Fdt" UEFI variableRonald Cron2015-02-262-27/+13
* ArmPlatformPkg: fix undefined reference to memcpyScott Duplichan2014-11-121-1/+1
* ArmPlatformPkg: Increase more ARM address Pcd entries to 64-bit.Leif Lindholm2014-11-114-13/+14
* EmbeddedPkg: Clarify the declaration of SerialPortGetControl()Ronald Cron2014-10-271-7/+25
* EmbeddedPkg: Clarify the declaration of SerialPortSetControl()Ronald Cron2014-10-271-8/+24
* ArmPlatformPkg/ArmShellCmdRunAxf: Added 'runaxf' cmd to shell (..cont)Harry Liebel2014-10-271-0/+0
* ArmPlatformPkg/ArmShellCmdRunAxf: Added 'runaxf' cmd to shellHarry Liebel2014-10-2711-0/+2830
* ArmPlatformPkg/ArmVirtualizationPkg: Added support for Intel BDSOlivier Martin2014-10-133-0/+476
* ArmPlatformPkg: Introduced ArmPlatformSysConfigLib NULL libraryOlivier Martin2014-09-182-0/+113
* ArmPlatformPkg/PL031RealTimeClockLib: use virtual address of runtime servicesArd Biesheuvel2014-09-101-13/+15
* ArmPkg,ArmPlatformPkg: Allow dynamic PCDs for memory base and sizeArd Biesheuvel2014-09-091-3/+4
* ARM Packages: Removed unused PcdArmPrimaryCoreOlivier Martin2014-09-011-4/+1
* ARM Packages: Replace tabs by spaces for indentationRonald Cron2014-08-264-54/+54
* ARM Packages: Removed trailing spacesRonald Cron2014-08-1931-187/+187
* ArmPkg/ArmGic: Returned the InterruptId in ArmGicAcknowledgeInterrupt()Olivier Martin2014-07-041-9/+10
* ArmPkg/ArmGic: Move out the EndOfInterrupt from the interrupt acknowledgementOlivier Martin2014-07-041-1/+7
* ArmPlatformPkg/SP804TimerLib: Checked both Metronome and Performance timers a...Olivier Martin2014-06-201-8/+4
* ARM Packages: Remove GCC filter for AARCH64 assembly filesBrendan Jackman2014-05-084-4/+4
* ArmPlatformPkg/PL031RealTimeClock: Fixed driver to support UEFI Runtime ServicesOlivier Martin2014-04-082-43/+86
* ARM Packages: Include 'AsmMacroIoLibV8.h' instead of the 32bit versionOlivier Martin2014-02-241-2/+2
* Add VOID MigratePeiServicesTablePointer() to fix'Deprecated declaration'.Gao, Liming2014-01-171-0/+1
* ArmPlatformPkg/PeiServicesTablePointerLib: Update PeiServicesTablePointerLib ...Gao, Liming2014-01-151-0/+20
* ArmPkg/ArmPkg.dec: Redefined PcdSystemMemory(Base|Size) as UINT64Olivier Martin2014-01-101-5/+5
* ArmPlatformPkg/ArmPlatformStackLib: Do not directly use PcdArmPrimaryCoreOlivier Martin2013-12-063-26/+54
* ArmPlatformPkg: Fix and Implement ArmPlatformGetPrimaryCoreMpIdOlivier Martin2013-12-062-2/+2
* ARM Packages: Removed 'Chipset/ArmV7.h' inclusion from the non-ARMv7 specific...Olivier Martin2013-11-281-2/+0
* ArmPlatformPkg/PL031RealTimeClockLib: Fixed the conditions in LibSetTime()Olivier Martin2013-10-211-11/+13
* ArmPkg,ArmPlatformPkg: Free memory allocated by Get.*SpaceMap()Olivier Martin2013-07-261-0/+4
* ArmPlatformPkg: Added Aarch64 supportHarry Liebel2013-07-1813-21/+350
* EmbeddedPkg/SerialPortExtLib.h: Changed SerialPortSetAttributes() prototype t...oliviermartin2013-05-152-13/+21
* ArmPlatform/ArmPlatformLib: Introduced ArmPlatformPeiBootAction()oliviermartin2013-05-102-3/+12
* ArmPlatformPkg/ArmPlatformLib: Added ArmPlatformGetPrimaryCoreMpId()oliviermartin2013-05-102-0/+20
* ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()oliviermartin2013-05-106-8/+48
* ArmPlatformPkg: Remove an unused function.oliviermartin2013-04-141-18/+0
* ArmPlatformPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin2013-03-129-7/+10
* ArmPkg: Introduce GetGlobalEnvironmentVariable() function.oliviermartin2013-03-121-10/+10
* ArmPlatformPkg/ArmPlatformLibNull: Fixed buildoliviermartin2013-03-121-0/+1
* EmbeddedPkg: Introduced a separate SerialPortExtLib libraryoliviermartin2013-03-123-79/+146
* ArmPkg: Move ArmSmcLib from ArmPlatformLib to ArmPkgoliviermartin2013-03-063-180/+0
* ArmPlatformPkg/PL031RealTimeClockLib: Set PL031_{TimeZone,Daylight} UEFI vari...oliviermartin2013-01-282-55/+95
* ArmPlatformPkg: Fixed unsigned type to be architecture independentoliviermartin2013-01-283-6/+7
* ArmPlatformPkg/ArmPlatformLibNull: Added template for ArmPlatformGetCorePosit...oliviermartin2013-01-284-0/+113
* ARM Packages: Fixed line endingsoliviermartin2013-01-2512-1211/+1211