summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg
AgeCommit message (Expand)AuthorFilesLines
2014-06-03ArmPlatformPkg/ArmVExpressPkg: Set CNTFRQ to 100Mhz for the Fast ModelsOlivier Martin5-15/+15
2014-06-03ArmPlatformPkg/Ds5: Added script to profile EDK2 with ARM DSTREAMOlivier Martin1-0/+316
2014-05-14ArmPlatformPkg/NorFlashDxe: Fixed LBA for FVBOlivier Martin2-6/+5
2014-05-14ArmPlatformPkg/ArmVExpress-CTA15-A7.dsc: Fixed LAN controller nameOlivier Martin1-1/+1
2014-05-08ArmPlatformPkg/BootMonFs: Cache the HW Description addressBrendan Jackman4-28/+22
2014-05-08ArmPlatformPkg/BootMonFs: Fix flushing new filesBrendan Jackman1-2/+2
2014-05-08ArmPlatformPkg/BootMonFs: Fix finding space for new filesBrendan Jackman1-0/+5
2014-05-08ArmPlatformPkg/BootMonFs: Don't write file header to media until FlushBrendan Jackman1-24/+1
2014-05-08ArmPlatformPkg/BootMonFs: Fix permission check in SetFileInfoBrendan Jackman1-18/+27
2014-05-08ArmPlatformPkg/BootMonFs: Use DiskIO to read image descriptionsBrendan Jackman1-43/+42
2014-05-08ArmPlatformPkg/ArmVExpressPkg: Remove the last 16MB of the 32bit DRAM regionOlivier Martin1-2/+2
2014-05-08ARM Packages: Use .8byte instead of .dword for pointersBrendan Jackman3-3/+3
2014-05-08ARM Packages: Use AND instead of BIC instruction with immediateBrendan Jackman2-5/+4
2014-05-08ARM Packages: use GCC_ASM_EXPORT to export functionsBrendan Jackman5-13/+13
2014-05-08ARM Packages: Remove GCC filter for AARCH64 assembly filesBrendan Jackman15-23/+23
2014-05-08ArmPlatformPkg/Bds: Fix setting kernel command lineOlivier Martin1-1/+1
2014-05-08ArmPlatformPkg/Drivers/NorFlashDxe: Directly implement DiskIO protocolBrendan Jackman4-214/+399
2014-05-08ArmPlatformPkg/ArmVExpressSecLibRTSM: Only use extended name of system regist...Brendan Jackman1-0/+2
2014-05-08ArmPlatformPkg/NorFlashDxe: Optimise FVB protocolHarry Liebel3-30/+237
2014-04-24ArmPlatformPkg/ArmVExpress-CTA15-A7.fdf: Increased the size of FV after addin...Olivier Martin1-3/+3
2014-04-24ArmPlatformPkg: Added Lan9118 supportOlivier Martin4-2/+48
2014-04-22ArmPlatformPkg/Bds: Do not print garbage if the command line argument is emptyOlivier Martin1-1/+3
2014-04-16ArmPlatformPkg/Bds: Do not free NULL pointerOlivier Martin1-1/+1
2014-04-14ArmPlatformPkg/ArmVExpressPkg: Update the Runtime Code and Data number of pagesOlivier Martin1-2/+2
2014-04-14ArmPlatformPkg/ArmVExpressLibRTSM: Added support for the additional 6GB memor...Olivier Martin1-3/+32
2014-04-11ArmPlatformPkg/ArmVExpressLibRTSM: Added support for the additional 2GB memor...Olivier Martin3-5/+48
2014-04-11ArmPlatformPkg/ArmVExpressLibRTSM: Removed unused dead codeOlivier Martin1-15/+2
2014-04-11ArmPlatformPkg/Bds: Fix loading Timeout from NV storageHarry Liebel1-2/+5
2014-04-11ArmPlatformPkg/Bds: Do not start all devices when starting an OS loaderOlivier Martin1-2/+9
2014-04-11ArmPlatformPkg/Bds: Allow to update EFI application boot entriesOlivier Martin1-14/+68
2014-04-11ArmPlatformPkg: Print arguments for EFI ApplicationOlivier Martin1-1/+10
2014-04-11ArmPlatformPkg/Bds: Introduced helper function to detect if an Ascii/Unicode ...Olivier Martin2-1/+98
2014-04-11ArmPlatformPkg: Set PcdDefaultBootArgument to an empty unicode stringOlivier Martin7-7/+1
2014-04-11ArmPlatformPkg/Bds: Added support to detect if the binary is a EFI imageOlivier Martin3-89/+130
2014-04-11ArmPlatformPkg/Bds: Added support to pass parameters to EFI applicationsOlivier Martin2-7/+15
2014-04-11ArmPlatformPkg/Bds: Decoupled OptionalData for the EFI application boot entry...Olivier Martin4-32/+57
2014-04-11ArmPlatformPkg/Bds: Add support to handle Unicode parametersOlivier Martin3-7/+75
2014-04-08ArmPlatformPkg/Bds: Check OptionalData is not NULL before accessing itOlivier Martin1-1/+4
2014-04-08ArmPlatformPkg/NorFlashDxe: Fixed driver to support UEFI Runtime modeOlivier Martin4-5/+127
2014-04-08ArmPlatformPkg/NorFlashDxe: Fix coding mistakes that would prevent Runtime modeOlivier Martin4-50/+54
2014-04-08ArmPlatformPkg/NorFlashDxe: Declare the driver as a UEFI Runtime driverOlivier Martin1-2/+2
2014-04-08ArmPlatformPkg/PL031RealTimeClock: Fixed driver to support UEFI Runtime ServicesOlivier Martin3-60/+103
2014-04-03ArmPlatformPkg/PrePi: Use the same calculation to declare the stack size as i...Olivier Martin3-6/+5
2014-04-03ArmPlatformPkg/ArmVExpress-FVP-AArch64: Fixed number of cores and cluster for...Olivier Martin1-1/+7
2014-04-02ArmPlatformPkg: Fixed memory leak after calling GetEnvironmentVariable()Olivier Martin1-0/+1
2014-03-26ArmPlatformPkg/ArmVExpressPkg: Add processor identifiers for Cortex A12/A7Olivier Martin1-1/+3
2014-03-12ArmPlatformPkg/Bds: stop inputting more characters when string is fullRyan Harkin1-5/+3
2014-03-12ArmPlatformPkg/BootMonFs: Added support for new revision of the NOR Flash fil...Olivier Martin3-5/+18
2014-03-05ArmPlatformPkg/ArmVExpressPkg: Added Android FastBoot supportOlivier Martin6-2/+537
2014-03-05ArmPlatformPkg/ArmVExpressPkg: Added Isp1761 USB OTG driverOlivier Martin5-6/+24