]> git.proxmox.com Git - mirror_edk2.git/commit - ShellPkg/DynamicCommand/DpDynamicCommand/Dp.c
ShellPkg/Dp: Initialize summary date when run DP
authorDandan Bi <dandan.bi@intel.com>
Sat, 12 May 2018 12:57:36 +0000 (20:57 +0800)
committerEric Dong <eric.dong@intel.com>
Tue, 12 Jun 2018 07:50:55 +0000 (15:50 +0800)
commitd25cf17cea52ade0ab9e9e551cf8f03792ed1da5
treed088e2b08af8680f07a41375755b6493a089f806
parent37d533da76e24828dc9b4cf86fa4ef8ec47c22a7
ShellPkg/Dp: Initialize summary date when run DP

Issue:
When run "dp -s" or ("dp -v") command in shell several times,
the summary reuslts are different each time.

The root cause is that the previous global data "SummaryData"
is not cleaned when the dp command is callled next time.
This patch initializes the global data "SummaryData"
when the dp dymanic command is called.

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: Ruiyu Ni <ruiyu.ni@intel.com>
ShellPkg/DynamicCommand/DpDynamicCommand/Dp.c