summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/Bds
Commit message (Expand)AuthorAgeFilesLines
* ArmPlatformPkg/Bds: Early Console InitializationSupreeth Venkatesh2016-02-091-3/+3
* ArmPlatformPkg/Bds: drop bogus ArmGlobalVariable dependenciesArd Biesheuvel2015-11-273-4/+0
* ArmPlatformPkg/Bds: Use HandleProtocol to get SNP instanceHeyi Guo2015-07-161-1/+1
* ArmPlatformPkg/Bds: Added support for booting legacy kernel from BDSOlivier Martin2015-07-145-53/+271
* ArmPlatformPkg/Bds: Remove Linux specific boot pathOlivier Martin2015-07-146-564/+93
* ArmPkg/BdsLib: Remove Linux loader from BdsLibOlivier Martin2015-07-142-32/+7
* ArmPkg/BdsLib: Replaced BdsLoadApplication() by LocateEfiApplicationInFv()Olivier Martin2015-07-142-7/+20
* ArmPlatformPkg/Bds: Restore the setting of the FDT device path in the boot ma...Ronald Cron2015-07-063-1/+151
* ArmPlaformPkg: Replaced gArmPlatformTokenSpaceGuid.PcdPlatformBootTimeOutOlivier Martin2015-05-131-1/+1
* ArmPlatformPkg/Bds: Clarify assert message with debug informationOlivier Martin2015-05-131-2/+6
* ArmPkg: update BdsLib to updated definition of EFI_LOAD_OPTIONArd Biesheuvel2015-05-111-3/+3
* ArmPlatformPkg: fix two instances of FreePool () on NULL valueArd Biesheuvel2015-03-271-1/+1
* ArmPlatformPkg/Bds: Remove any use of the "Fdt" UEFI variableRonald Cron2015-02-263-82/+5
* ArmPlatformPkg/ArmJunoPkg : Use FdtPlatformDxe driver to install the FDTRonald Cron2015-02-262-20/+0
* ArmPlatformPkg/Bds: Signal when the variable 'Fdt' has been updatedOlivier Martin2015-01-064-2/+36
* ArmPlatformPkg/Bds: Retrieve the Status when calling RT.SetVariableOlivier Martin2015-01-061-2/+2
* ArmPkg/BdsLib: Rework TFTP bootRonald Cron2014-12-122-49/+148
* ArmPlatformPkg/Bds: Test if OptionalData is NULL before using itOlivier Martin2014-12-121-1/+5
* ArmPlatformPkg/Bds: Fixed memory leakOlivier Martin2014-12-121-0/+7
* ArmPlatformPkg/Bds: Reduce boot device entriesHarry Liebel2014-10-102-12/+45
* ArmPlatformPkg/Bds: Fix delete boot optionHarry Liebel2014-09-091-1/+12
* ArmPlatformPkg/Bds: Corrected a bug in IsPrintableString()Ronald Cron2014-09-011-2/+4
* ArmPlatformPkg/Bds: Correct copy of an unaligned Unicode stringRonald Cron2014-09-011-3/+23
* ArmPlatformPkg/Bds: Fix compiler warningHarry Liebel2014-08-261-1/+4
* ARM Packages: Replace tabs by spaces for indentationRonald Cron2014-08-261-3/+3
* ArmPlatformPkg/Bds: Fixed condition on LOAD_OPTION_CATEGORY_BOOTOlivier Martin2014-08-261-2/+2
* ArmPlatformPkg/Bds: Fixed typo issueOlivier Martin2014-08-191-1/+1
* ARM Packages: Removed trailing spacesRonald Cron2014-08-192-8/+8
* ARM Packages: Corrected non-DOS line endingsRonald Cron2014-08-191-5/+5
* ArmPlatformPkg/Bds: Signal EndOfDxe PI EventOlivier Martin2014-08-012-1/+39
* ArmPlatformPkg: Removed the global ImageHandle when UefiBootServicesTableLib ...Olivier Martin2014-08-013-11/+4
* ArmPlatformPkg/Bds: Added boot options reorderingRonald Cron2014-07-292-107/+317
* ArmPlatformPkg/Bds: Corrected boot type detectionRonald Cron2014-07-291-9/+71
* ArmPlatformPkg/Bds: Do not ignore the error code in DefineDefaultBootEntries()Olivier Martin2014-07-291-1/+1
* ArmPlatformPkg/Bds: Added TFTP boot option updateRonald Cron2014-07-291-5/+174
* ArmPlatformPkg/Bds: Change the GetHIInput/EditHIInput to always return a vali...Ronald Cron2014-07-291-24/+35
* ArmPlatformPkg/Bds: Got rid of RequestBootType argumentRonald Cron2014-07-293-53/+38
* ArmPlatformPkg/Bds: Getting and editing IP addressesRonald Cron2014-07-153-23/+75
* ArmPlatformPkg/Bds: Added update of Pxe boot optionRonald Cron2014-07-151-2/+22
* ArmPlatformPkg/Bds: Added boot timeout settingRonald Cron2014-07-041-0/+49
* ArmPlatformPkg/Bds: Fix setting kernel command lineOlivier Martin2014-05-081-1/+1
* ArmPlatformPkg/Bds: Do not print garbage if the command line argument is emptyOlivier Martin2014-04-221-1/+3
* ArmPlatformPkg/Bds: Do not free NULL pointerOlivier Martin2014-04-161-1/+1
* ArmPlatformPkg/Bds: Fix loading Timeout from NV storageHarry Liebel2014-04-111-2/+5
* ArmPlatformPkg/Bds: Do not start all devices when starting an OS loaderOlivier Martin2014-04-111-2/+9
* ArmPlatformPkg/Bds: Allow to update EFI application boot entriesOlivier Martin2014-04-111-14/+68
* ArmPlatformPkg: Print arguments for EFI ApplicationOlivier Martin2014-04-111-1/+10
* ArmPlatformPkg/Bds: Introduced helper function to detect if an Ascii/Unicode ...Olivier Martin2014-04-112-1/+98
* ArmPlatformPkg/Bds: Added support to detect if the binary is a EFI imageOlivier Martin2014-04-113-89/+130
* ArmPlatformPkg/Bds: Added support to pass parameters to EFI applicationsOlivier Martin2014-04-112-7/+15