summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellInstall1CommandsLib
AgeCommit message (Expand)AuthorFilesLines
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-3/+3
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2-13/+2
2018-06-28ShellPkg: Clean up source filesLiming Gao1-2/+2
2016-01-06Revert "ShellPkg : Add UEFI_APPLICATION module type to UefiShellInstall1Comma...Laszlo Ersek1-2/+1
2016-01-05ShellPkg : Add UEFI_APPLICATION module type to UefiShellInstall1CommandsLib.infSamer El-Haj-Mahmoud1-1/+2
2015-01-22ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin1-3/+3
2014-09-10ShellPkg: Use the new library for "bcfg" commandJaben Carsey5-1536/+4
2014-09-04ShellPkg: Update BCFG command for correct use and errors on movingJaben Carsey1-28/+42
2014-08-29Cleanup UefiShellInstall1CommandsLib commands help output string to :Tapan Shah1-0/+0
2014-08-04Update the en-US definition in 'UefiShellInstall1CommandsLib.uni', 'UefiShell...Qiu Shumin1-0/+0
2014-06-26Refine code to make it more safely.Eric Dong1-9/+17
2013-12-18Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the c...Ruiyu Ni1-14/+4
2013-07-30Fix GCC build failure.Ruiyu Ni1-0/+1
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2-3/+2
2013-05-07ShellPkg: Fixed build error 'variable set but not used'jcarsey1-3/+1
2012-10-18Fix a bug that BCFG creates Key#### variable bigger than it should be.niruiyu1-2/+2
2012-08-27Change Bcfg.c to use the new definition of EFI_KEY_OPTION.niruiyu1-4/+14
2012-04-26Enhance code to more safely and follow coding style.ydong102-2/+8
2012-02-24ShellPkg: Fix ICC11 build failure.jcarsey1-6/+10
2012-01-30Fix clang compiler warning.andrewfish1-1/+1
2012-01-30ShellPkg: add more parenthesis to bcfg command.jcarsey1-2/+2
2012-01-27ShellPkg: Add support for adding optional data to the bcfg command.jcarsey2-6/+402
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey1-1/+1
2011-09-21Clean up the private GUID definition in module Level.lgao43-6/+5
2011-09-02Refine comments and two code style.ydong101-2/+3
2011-06-27Clarify that the shared variables of the shell protocols are properly named.jcarsey1-1/+1
2011-05-16add support to easily remove profiles and shell levels. the libraries will n...jcarsey1-1/+1
2011-04-12update Bcfg to correctly remove by option index not variable name and add dri...jcarsey1-46/+143
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey1-1/+1
2011-04-01remove duplicate memory de-allocation.jcarsey1-4/+8
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey1-32/+39
2011-03-25update functionality on Bcfg command.jcarsey4-256/+361
2010-11-16adding "Install1" profile.jcarsey5-0/+1003