summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08ShellPkg: Fix typosPage Chen1-10/+10
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-614/+685
2020-08-19ShellPkg: Fix spelling mistake for occurredMichael D Kinney1-2/+2
2019-10-09ShellPkg: stop using EFI_HANDLE in place of EFI_HII_HANDLELaszlo Ersek1-1/+1
2019-08-05ShellPkg/UefiShellBcfgCommandLib: Fix '-opt' optionJonathan Watt1-1/+1
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-62/+62
2017-11-08ShellPkg: Fix misuses of AllocateCopyPoolJian J Wang1-2/+5
2017-03-15ShellPkg/UefiShellBcfgCommandLib: Fix VS2012 build failureDandan Bi1-0/+1
2017-03-01ShellPkg/bcfg: Add Shell Spec 2.2 modification functionalityChen A Chen1-2/+350
2016-10-19ShellPkg: Update sources to include MdePkg protocol definitionsRuiyu Ni1-3/+2
2016-10-09ShellPkg/UefiShellBcfgCommandLib: Remove unnecessary EFIAPIChen A Chen1-9/+0
2016-09-01ShellPkg: Add check for "dump" parameter in "bcfg" commandDandan Bi1-0/+4
2016-07-18ShellPkg/UefiShellBcfgCommandLib: Handle memory allocation failureRuiyu Ni1-24/+25
2016-05-20ShellPkg/Bcfg: Add support for 'addp' command.Qiu Shumin1-13/+5
2016-01-26ShellPkg: Refine the code to avoid use a constant number as offset.Qiu Shumin1-1/+1
2016-01-21ShellPkg: BcfgDisplayDump(): print optional data with DumpHex()Laszlo Ersek1-14/+7
2016-01-21ShellPkg: BcfgDisplayDump(): fix ShellPrintEx() call siteLaszlo Ersek1-1/+0
2016-01-21ShellPkg: BcfgDisplayDump(): fix reporting of OptionalDataLaszlo Ersek1-1/+1
2016-01-21ShellPkg: BcfgDisplayDump(): calculate OptionalDataOffset explicitlyLaszlo Ersek1-2/+8
2016-01-21ShellPkg: BcfgDisplayDump(): eliminate FilePathList duplicationLaszlo Ersek1-10/+3
2016-01-21ShellPkg: BcfgDisplayDump(): call Description[Size] by nameLaszlo Ersek1-5/+10
2016-01-21ShellPkg: BcfgDisplayDump(): address FilePathListLength by nameLaszlo Ersek1-5/+6
2016-01-21ShellPkg: BcfgDisplayDump(): enforce minimum size for Boot#### and co.Laszlo Ersek1-0/+19
2016-01-21ShellPkg: BcfgDisplayDump(): accumulate errorsLaszlo Ersek1-2/+7
2016-01-21ShellPkg: BcfgDisplayDump(): hoist NULL-init of DevPath[String]Laszlo Ersek1-6/+4
2016-01-21ShellPkg: BcfgDisplayDump(): update whitespace & layoutLaszlo Ersek1-10/+10
2015-12-16ShellPkg: Fix the 'bcfg' command ASSERT when use some invalid parameters.Qiu Shumin1-2/+2
2015-03-09ShellPkg: Help and Error Messages UpdateTapan Shah1-1/+1
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-02-03ShellPkg: Update bcfg command response outputTapan Shah1-52/+52
2014-09-24ShellPkg: Make the argument type match the function expected parameter type t...Qiu Shumin1-1/+1
2014-09-23ShellPkg: Fix setting hot key for boot option fail.Qiu Shumin1-17/+23
2014-09-17ShellPkg: Use compare operator for non-Boolean comparisons.Qiu Shumin1-1/+1
2014-09-12ShellPkg: Fix ASSERT when bcfg moving boot option with source location = tota...Tapan Shah1-2/+3
2014-09-10ShellPkg: Add a new library for "bcfg" commandJaben Carsey1-0/+1541