summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg
AgeCommit message (Expand)AuthorFilesLines
2014-09-01ArmPlatformPkg/Bds: Corrected a bug in IsPrintableString()Ronald Cron1-2/+4
2014-09-01ArmPlatformPkg/Bds: Correct copy of an unaligned Unicode stringRonald Cron1-3/+23
2014-08-26ArmPlatformPkg/NorFlashDxe: Clean the driverOlivier Martin2-26/+14
2014-08-26ArmPlatformPkg: Provide mechanism to get BootMonFS file information (cont.)Harry Liebel1-0/+47
2014-08-26ArmPlatformPkg/Bds: Fix compiler warningHarry Liebel1-1/+4
2014-08-26ArmPlatformPkg/BootMonFs: Provide mechanism to get BootMonFS file informationHarry Liebel4-0/+53
2014-08-26ARM Packages: Replace tabs by spaces for indentationRonald Cron28-327/+327
2014-08-26ArmPlatformPkg/Bds: Fixed condition on LOAD_OPTION_CATEGORY_BOOTOlivier Martin1-2/+2
2014-08-25EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen1-0/+14
2014-08-20ARM Packages: Added support for GCC stack protectorOlivier Martin olivier.martin4-7/+13
2014-08-20ARM Packages: Removed malicious trailing spacesOlivier Martin4-20/+20
2014-08-19ArmPlatformPkg/Scripts: Update the profiling script to work on AArch64 with t...Olivier Martin1-4/+22
2014-08-19ArmPlatformPkg/Bds: Fixed typo issueOlivier Martin1-1/+1
2014-08-19ARM Packages: Removed trailing spacesRonald Cron170-1732/+1732
2014-08-19ARM Packages: Corrected non-DOS line endingsRonald Cron16-75/+74
2014-08-01ArmPlatformPkg/Bds: Signal EndOfDxe PI EventOlivier Martin2-1/+39
2014-08-01ArmPlatformPkg: Removed the global ImageHandle when UefiBootServicesTableLib ...Olivier Martin5-23/+12
2014-07-29ArmPlatformPkg/ArmVExpressPkg: Fix armcc warning causing build failureHarry Liebel1-0/+2
2014-07-29ArmPlatformPkg/Bds: Added boot options reorderingRonald Cron2-107/+317
2014-07-29ArmPlatformPkg/Bds: Corrected boot type detectionRonald Cron1-9/+71
2014-07-29ArmPlatformPkg/Bds: Do not ignore the error code in DefineDefaultBootEntries()Olivier Martin1-1/+1
2014-07-29ArmPlatformPkg/Bds: Added TFTP boot option updateRonald Cron1-5/+174
2014-07-29ArmPlatformPkg/Bds: Change the GetHIInput/EditHIInput to always return a vali...Ronald Cron1-24/+35
2014-07-29ArmPlatformPkg/Bds: Got rid of RequestBootType argumentRonald Cron3-53/+38
2014-07-15ArmPkg/ArmLib.h: Removed GET_CORE_POS macroRonald Cron1-9/+14
2014-07-15ArmPlatformPkg/Bds: Getting and editing IP addressesRonald Cron6-30/+91
2014-07-15ARM Packages: Force the SEC modules to be 2K aligned for AArch64Olivier Martin6-27/+42
2014-07-15ArmPkg/BdsLib: Removed PSCI discoverability from the Linux loaderOlivier Martin2-7/+6
2014-07-15ArmPlatformPkg/ArmPlatformLib.h: Added documentation for ArmPlatformPeiBootAc...Olivier Martin1-0/+16
2014-07-15ArmPlatformPkg/Bds: Added update of Pxe boot optionRonald Cron1-2/+22
2014-07-04ArmPlatformPkg/Bds: Added boot timeout settingRonald Cron1-0/+49
2014-07-04ArmPkg/ArmGic: Returned the InterruptId in ArmGicAcknowledgeInterrupt()Olivier Martin3-19/+22
2014-07-04ArmPkg/ArmGic: Introduced helper functions to access the GIC controllerOlivier Martin1-3/+3
2014-07-04ArmPkg/ArmGic: Move out the EndOfInterrupt from the interrupt acknowledgementOlivier Martin3-3/+21
2014-06-20ARM Packages: Fixed missing braces (the warning was disabled by GCC)Olivier Martin4-18/+14
2014-06-20ArmPlatformPkg/SP804TimerLib: Checked both Metronome and Performance timers a...Olivier Martin1-8/+4
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