summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg
AgeCommit message (Expand)Author
2014-05-08ArmPlatformPkg/Drivers/NorFlashDxe: Directly implement DiskIO protocolBrendan Jackman
2014-05-08ArmPlatformPkg/ArmVExpressSecLibRTSM: Only use extended name of system regist...Brendan Jackman
2014-05-08ArmPlatformPkg/NorFlashDxe: Optimise FVB protocolHarry Liebel
2014-04-24ArmPlatformPkg/ArmVExpress-CTA15-A7.fdf: Increased the size of FV after addin...Olivier Martin
2014-04-24ArmPlatformPkg: Added Lan9118 supportOlivier Martin
2014-04-22ArmPlatformPkg/Bds: Do not print garbage if the command line argument is emptyOlivier Martin
2014-04-16ArmPlatformPkg/Bds: Do not free NULL pointerOlivier Martin
2014-04-14ArmPlatformPkg/ArmVExpressPkg: Update the Runtime Code and Data number of pagesOlivier Martin
2014-04-14ArmPlatformPkg/ArmVExpressLibRTSM: Added support for the additional 6GB memor...Olivier Martin
2014-04-11ArmPlatformPkg/ArmVExpressLibRTSM: Added support for the additional 2GB memor...Olivier Martin
2014-04-11ArmPlatformPkg/ArmVExpressLibRTSM: Removed unused dead codeOlivier Martin
2014-04-11ArmPlatformPkg/Bds: Fix loading Timeout from NV storageHarry Liebel
2014-04-11ArmPlatformPkg/Bds: Do not start all devices when starting an OS loaderOlivier Martin
2014-04-11ArmPlatformPkg/Bds: Allow to update EFI application boot entriesOlivier Martin
2014-04-11ArmPlatformPkg: Print arguments for EFI ApplicationOlivier Martin
2014-04-11ArmPlatformPkg/Bds: Introduced helper function to detect if an Ascii/Unicode ...Olivier Martin
2014-04-11ArmPlatformPkg: Set PcdDefaultBootArgument to an empty unicode stringOlivier Martin
2014-04-11ArmPlatformPkg/Bds: Added support to detect if the binary is a EFI imageOlivier Martin
2014-04-11ArmPlatformPkg/Bds: Added support to pass parameters to EFI applicationsOlivier Martin
2014-04-11ArmPlatformPkg/Bds: Decoupled OptionalData for the EFI application boot entry...Olivier Martin
2014-04-11ArmPlatformPkg/Bds: Add support to handle Unicode parametersOlivier Martin
2014-04-08ArmPlatformPkg/Bds: Check OptionalData is not NULL before accessing itOlivier Martin
2014-04-08ArmPlatformPkg/NorFlashDxe: Fixed driver to support UEFI Runtime modeOlivier Martin
2014-04-08ArmPlatformPkg/NorFlashDxe: Fix coding mistakes that would prevent Runtime modeOlivier Martin
2014-04-08ArmPlatformPkg/NorFlashDxe: Declare the driver as a UEFI Runtime driverOlivier Martin
2014-04-08ArmPlatformPkg/PL031RealTimeClock: Fixed driver to support UEFI Runtime ServicesOlivier Martin
2014-04-03ArmPlatformPkg/PrePi: Use the same calculation to declare the stack size as i...Olivier Martin
2014-04-03ArmPlatformPkg/ArmVExpress-FVP-AArch64: Fixed number of cores and cluster for...Olivier Martin
2014-04-02ArmPlatformPkg: Fixed memory leak after calling GetEnvironmentVariable()Olivier Martin
2014-03-26ArmPlatformPkg/ArmVExpressPkg: Add processor identifiers for Cortex A12/A7Olivier Martin
2014-03-12ArmPlatformPkg/Bds: stop inputting more characters when string is fullRyan Harkin
2014-03-12ArmPlatformPkg/BootMonFs: Added support for new revision of the NOR Flash fil...Olivier Martin
2014-03-05ArmPlatformPkg/ArmVExpressPkg: Added Android FastBoot supportOlivier Martin
2014-03-05ArmPlatformPkg/ArmVExpressPkg: Added Isp1761 USB OTG driverOlivier Martin
2014-03-01ArmPlatformPkg/ArmVExpressDxe: Platform specific driver for ARM VExpress base...Olivier Martin
2014-03-01ArmPkg: Tidy assembler codeOlivier Martin
2014-03-01ArmPkg: Replace single dead loop.Olivier Martin
2014-02-24ARM Packages: Include 'AsmMacroIoLibV8.h' instead of the 32bit versionOlivier Martin
2014-02-18ArmPlatformPkg/ArmRealViewEbPkg: Fixed assertion in RuntimeDxeOlivier Martin
2014-02-18ArmPlatformPkg/ArmRealViewEbPkg: Added MMC supportOlivier Martin
2014-02-17Add flag to make UEFI run from DRAM or FLASH for FVPsOlivier Martin
2014-02-12ARM Packages: CRLF fixupLeif Lindholm
2014-02-12ArmPkg: Removed unused header 'BdsUnixLib.h'Olivier Martin
2014-02-12ArmPlatformPkg/BdsLib: Let the user press enter when inputting booleansOlivier Martin
2014-02-05ArmPlatformPkg/Scripts/Makefile: Update after edksetup.sh changesOlivier Martin
2014-02-05ArmPlatformPkg/ArmVExpress.dsc.inc: Exposed the 2 NOR Flash filesystem to UEFIOlivier Martin
2014-01-23ArmPlatformPkg/ArmVExpress-CTA15-A7.fdf: Move UEFI image above the first 128M...Olivier Martin
2014-01-23ArmPlatformPkg/PrePi: Fixed register corruptionOlivier Martin
2014-01-23ArmPlatformPkg: Removed the hardware floating point build flagsOlivier Martin
2014-01-17Add VOID MigratePeiServicesTablePointer() to fix'Deprecated declaration'.Gao, Liming