summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Bds
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-08ArmPlatformPkg/Bds: Check OptionalData is not NULL before accessing itOlivier Martin1-1/+4
2014-04-02ArmPlatformPkg: Fixed memory leak after calling GetEnvironmentVariable()Olivier Martin1-0/+1
2014-03-12ArmPlatformPkg/Bds: stop inputting more characters when string is fullRyan Harkin1-5/+3
2014-02-12ArmPkg: Removed unused header 'BdsUnixLib.h'Olivier Martin1-2/+1
2014-02-12ArmPlatformPkg/BdsLib: Let the user press enter when inputting booleansOlivier Martin1-2/+4
2013-06-21ArmPlatformPkg/Bds: Make ".EFI" files recognizable as EFI applicationsLeif Lindholm1-1/+2
2013-06-19ArmPlatformPkg/Bds: Moved the PrintLib() after forcing the last character to ...Olivier Martin1-3/+3
2013-05-29ArmPlatformPkg/Bds: Fixed potential overflow in EditHIInputStr()Ryan Harkin1-2/+9
2013-04-14ArmPlatformPkg/Bds: Missing CRC32 updateoliviermartin1-0/+14
2013-03-12ArmPlatformPkg/Bds: Fixed adding support for new boot entry when the generate...oliviermartin3-37/+52
2013-03-12ArmPkg: Introduce GetGlobalEnvironmentVariable() function.oliviermartin3-40/+34
2013-03-12ArmPlatformPkg/BootMenu.c: Print loader type in a more friendly way.oliviermartin1-1/+17