summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDriver1CommandsLib/DrvCfg.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-09ShellPkg/UefiShellDriver1: Extract MainCmdXXX() functionPierre Gondois1-56/+76
2026-04-09ShellPkg/UefiShellDriver1: Return if ShellCommandLineParse() failedPierre Gondois1-178/+176
2025-10-01ShellPkg: Use the newly introduced ShellPrintHiiDefaultEx() aliasPierre Gondois1-216/+75
2025-10-01ShellPkg/DrvCfg: Simplify error handling in ParseBufferConfig()Pierre Gondois1-49/+51
2025-10-01ShellPkg/DrvCfg: Extract a ParseBufferConfig() functionPierre Gondois1-89/+111
2025-01-24command drvcfg ASSERTzhu rui1-6/+0
2024-10-29ShellPkg: CodeQL FixesOliver Smith-Denny1-0/+13
2024-10-29ShellPkg: UefiShellDriver1CommandsLib: CodeQL FixesOliver Smith-Denny1-24/+100
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-519/+592
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-131/+131
2016-10-09ShellPkg/UefiShellDriver1CommandsLib: Remove unnecessary EFIAPIChen A Chen1-7/+0
2016-09-01ShellPkg: Add the check of parameter number in "DrvCfg" commandDandan Bi1-0/+5
2016-07-18ShellPkg/DrvCfg: Handle memory allocation failureRuiyu Ni1-5/+12
2015-08-27ShellPkg: Fix the ASSERT issue in drvcfg command.Qiu Shumin1-0/+1
2015-08-07ShellPkg: Fix build failure in VS2015.Kinney, Michael D1-1/+2
2015-02-05ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-02-03ShellPkg: Update Driver1 profile commands response outputTapan Shah1-36/+47
2014-06-17ShellPkg: Fix duplicate String IDsJaben Carsey1-2/+2
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni1-2/+2
2013-06-12ShellPkg: Fix ARM build errors.jcarsey1-1/+0
2011-09-09ShellPkg: Add 3 missing function declaration comments and change a function s...jcarsey1-0/+26
2011-06-23Add check code to avoid access violation.ydong101-0/+4
2011-06-13Check the buffer allocation result before using it.ydong101-0/+2
2011-05-17added support for -i and -o for HII based configurations.jcarsey1-228/+1179
2011-03-26connect - add comments and add input verification jcarsey1-1/+7
2010-11-12Update return value.jcarsey1-1/+1
2010-11-12Adding Driver1 profile commands to the UEFI Shell 2.0.jcarsey1-0/+406