]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg/setvar: Support data format in Shell 2.2 spec
authorChen A Chen <chen.a.chen@intel.com>
Wed, 29 Mar 2017 02:23:09 +0000 (10:23 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Fri, 31 Mar 2017 14:05:21 +0000 (22:05 +0800)
commit47454e238cf9d716af728ca9b85ad314a4adcfc9
tree26b723e6c3cae09a88a9870ede6da66795c6068c
parent12c71010b84ac910972f738eb5fd0dfd7b688413
ShellPkg/setvar: Support data format in Shell 2.2 spec

Shell 2.2 spec defines =0x/=0X, =H/=h, =S, =L and =P for
hex number, hex array, ascii string, unicode string and
device path data.
The patch adds such support.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chen A Chen <chen.a.chen@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Jeff Fan <jeff.fan@intel.com>
ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c