ShellPkg/DpDynamicCommand: Add ResetEnd support in DP command
DP command should be able to parse the FPDT ACPI table and dump the ResetEnd which was logged at the beginning of the firmware image execution. So that DP can calculate SEC phase time duration start from the beginning of firmware image execution. Cc: Ray Ni <ray.ni@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Cc: Star Zeng <star.zeng@intel.com> Signed-off-by: zhenhuay <zhenhua.yang@intel.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
This commit is contained in:
@@ -28,6 +28,7 @@ extern UINT8 *mBootPerformanceTable;
|
||||
extern UINTN mBootPerformanceTableLength;
|
||||
extern MEASUREMENT_RECORD *mMeasurementList;
|
||||
extern UINTN mMeasurementNum;
|
||||
extern UINT64 mResetEnd;
|
||||
|
||||
extern PERF_SUMMARY_DATA SummaryData; ///< Create the SummaryData structure and init. to ZERO.
|
||||
|
||||
|
Reference in New Issue
Block a user