summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Bds
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-28ArmPlatformPkg/Bds/BootMenu.c: Set "Fdt" UEFI variable as localoliviermartin2-16/+32
2013-01-25ArmPlatformPkg/Bds: Fixed the deletion of boot option entriesoliviermartin1-2/+6
2013-01-25ARM Packages: Fixed line endingsoliviermartin2-392/+392
2012-09-27ArmPlatformPkg/Bds: Replaced 'EBL' by 'UEFI Shell' as the default shell on AR...oliviermartin1-3/+3
2012-09-27ARM Packages: Minor typo, mispellings and coding style changesoliviermartin2-3/+3
2012-08-08ArmPlatformPkg/Bds: Fixed device path of the default error output deviceoliviermartin1-1/+1
2012-05-02ArmPlatformPkg/Bds: Fixed Memory Corruption when updating the path of a Linux...oliviermartin1-4/+7
2012-05-02ARM Packages: Minor changes (fixed mispelling, line endings, incorrect comments)oliviermartin1-0/+1
2012-02-28ArmPlatformPkg/Bds: Fixed the size of the unicode string use to represent hex...oliviermartin1-2/+2
2012-02-28ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, li...oliviermartin3-5/+4
2012-02-09ArmPlatformPkg/Bds: Add support for 'BootCurrent'oliviermartin1-0/+13
2012-02-09ArmPlatformPkg/Bds: Fixed update of boot entriesoliviermartin1-3/+3
2012-02-09ArmPlatformPkg/Bds: Fixed 'BootNext' supportoliviermartin1-8/+33
2012-02-09ArmPlatformPkg/Bds: Fixed memory leakoliviermartin2-2/+25
2011-11-01ArmPlatformPkg/Bds: Fix the Boot Manager option to set the FDT device patholiviermartin2-10/+10
2011-11-01ArmPlatformPkg/Bds: Fixed and Improved initrd support in the ArmPlatformPkg B...oliviermartin3-120/+187
2011-11-01ArmPlatformPkg/Bds: Fix when the default console variables are empty (or null)oliviermartin1-6/+12
2011-11-01ArmPlatformPkg: Coding style (minor changes)oliviermartin2-4/+4
2011-09-28ArmPlatformPkg/Bds: Fix GetConsoleDevicePathFromVariable() when SetVariable h...oliviermartin1-440/+440
2011-09-22ArmPlatformPkg/Bds: Add an option in the Boot Manager to edit the Device Path...oliviermartin1-0/+44
2011-09-22ArmPkg/BdsLib: Use two distinct functions to boot Linux either by Atag or Fdtoliviermartin1-4/+3
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin5-9/+11
2011-09-22ArmPlatformPkg/Bds: Fix menu when no boot entry are present for deletion or u...oliviermartin1-5/+13
2011-09-22ArmPlatformPkg/Bds: Fixed initialization of default Boot Entry with an initrdoliviermartin1-1/+1
2011-09-13ArmPlatformPkg/Bds: Fix the update of existing boot entriesoliviermartin1-9/+11
2011-09-09ArmPlatformPkg/Bds: Minor fixes and coding style changesoliviermartin1-10/+10
2011-09-09ArmPkg/BdsLib: Move some functions used to create/update BDS Boot Entry from ...oliviermartin2-161/+4
2011-09-09ArmPkg/BdsLib: Add support to pass argument to a loaded EFI applicationoliviermartin2-2/+2
2011-09-09ArmPkg/BdsLib: Move the Generic BDS_LOAD_OPTION structure from Armplatform/Pk...oliviermartin3-69/+83