summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Bds
AgeCommit message (Expand)AuthorFilesLines
2015-07-16ArmPlatformPkg/Bds: Use HandleProtocol to get SNP instanceHeyi Guo1-1/+1
2015-07-14ArmPlatformPkg/Bds: Added support for booting legacy kernel from BDSOlivier Martin5-53/+271
2015-07-14ArmPlatformPkg/Bds: Remove Linux specific boot pathOlivier Martin6-564/+93
2015-07-14ArmPkg/BdsLib: Remove Linux loader from BdsLibOlivier Martin2-32/+7
2015-07-14ArmPkg/BdsLib: Replaced BdsLoadApplication() by LocateEfiApplicationInFv()Olivier Martin2-7/+20
2015-07-06ArmPlatformPkg/Bds: Restore the setting of the FDT device path in the boot ma...Ronald Cron3-1/+151
2015-05-13ArmPlaformPkg: Replaced gArmPlatformTokenSpaceGuid.PcdPlatformBootTimeOutOlivier Martin1-1/+1
2015-05-13ArmPlatformPkg/Bds: Clarify assert message with debug informationOlivier Martin1-2/+6
2015-05-11ArmPkg: update BdsLib to updated definition of EFI_LOAD_OPTIONArd Biesheuvel1-3/+3
2015-03-27ArmPlatformPkg: fix two instances of FreePool () on NULL valueArd Biesheuvel1-1/+1
2015-02-26ArmPlatformPkg/Bds: Remove any use of the "Fdt" UEFI variableRonald Cron3-82/+5
2015-02-26ArmPlatformPkg/ArmJunoPkg : Use FdtPlatformDxe driver to install the FDTRonald Cron2-20/+0
2015-01-06ArmPlatformPkg/Bds: Signal when the variable 'Fdt' has been updatedOlivier Martin4-2/+36
2015-01-06ArmPlatformPkg/Bds: Retrieve the Status when calling RT.SetVariableOlivier Martin1-2/+2
2014-12-12ArmPkg/BdsLib: Rework TFTP bootRonald Cron2-49/+148
2014-12-12ArmPlatformPkg/Bds: Test if OptionalData is NULL before using itOlivier Martin1-1/+5
2014-12-12ArmPlatformPkg/Bds: Fixed memory leakOlivier Martin1-0/+7
2014-10-10ArmPlatformPkg/Bds: Reduce boot device entriesHarry Liebel2-12/+45
2014-09-09ArmPlatformPkg/Bds: Fix delete boot optionHarry Liebel1-1/+12
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/Bds: Fix compiler warningHarry Liebel1-1/+4
2014-08-26ARM Packages: Replace tabs by spaces for indentationRonald Cron1-3/+3
2014-08-26ArmPlatformPkg/Bds: Fixed condition on LOAD_OPTION_CATEGORY_BOOTOlivier Martin1-2/+2
2014-08-19ArmPlatformPkg/Bds: Fixed typo issueOlivier Martin1-1/+1
2014-08-19ARM Packages: Removed trailing spacesRonald Cron2-8/+8
2014-08-19ARM Packages: Corrected non-DOS line endingsRonald Cron1-5/+5
2014-08-01ArmPlatformPkg/Bds: Signal EndOfDxe PI EventOlivier Martin2-1/+39
2014-08-01ArmPlatformPkg: Removed the global ImageHandle when UefiBootServicesTableLib ...Olivier Martin3-11/+4
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-15ArmPlatformPkg/Bds: Getting and editing IP addressesRonald Cron3-23/+75
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-05-08ArmPlatformPkg/Bds: Fix setting kernel command lineOlivier Martin1-1/+1
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-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/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