]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg/Dp: Make the help info align with code
authorDandan Bi <dandan.bi@intel.com>
Sat, 12 May 2018 13:00:23 +0000 (21:00 +0800)
committerEric Dong <eric.dong@intel.com>
Tue, 12 Jun 2018 07:50:55 +0000 (15:50 +0800)
commit5a56c0493955cf55e7eef96dbba815cfbb067d7d
tree79d7577961c0612c85bf4878438ad712940f1a1e
parentd25cf17cea52ade0ab9e9e551cf8f03792ed1da5
ShellPkg/Dp: Make the help info align with code

Currently in DP, the Trace mode is enabled by default.
And the profile mode is not implemented. but the help info
of DP tool doesn't match current implementation. Which will
make user confused. So now remove the unused source code
related to the profile mode and update the help information
of DP tool.

V2: Remove the unused code related to profile mode.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Jaben Carsey <jaben.carsey@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
ShellPkg/DynamicCommand/DpDynamicCommand/Dp.c
ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h
ShellPkg/DynamicCommand/DpDynamicCommand/Dp.uni
ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.inf
ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf
ShellPkg/DynamicCommand/DpDynamicCommand/DpInternal.h
ShellPkg/DynamicCommand/DpDynamicCommand/DpProfile.c [deleted file]