MdeModulePkg VariableInfo: Use fixed buffer for smm comm buffer
Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
#
|
||||
# This application can display statistical information about variable usage for SMM variable
|
||||
# driver and non-SMM variable driver.
|
||||
# Note that if Variable Dxe driver doesn't enable the feature by setting PcdVariableCollectStatistics
|
||||
# Note that if Variable Dxe/Smm driver doesn't enable the feature by setting PcdVariableCollectStatistics
|
||||
# as TRUE, the application will not display variable statistical information.
|
||||
#
|
||||
# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||
# This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
# which accompanies this distribution. The full text of the license may be found at
|
||||
@@ -53,8 +53,9 @@
|
||||
gEfiSmmVariableProtocolGuid
|
||||
|
||||
[Guids]
|
||||
gEfiAuthenticatedVariableGuid ## SOMETIMES_CONSUMES ## SystemTable
|
||||
gEfiVariableGuid ## CONSUMES ## SystemTable
|
||||
gEfiAuthenticatedVariableGuid ## SOMETIMES_CONSUMES ## SystemTable
|
||||
gEfiVariableGuid ## SOMETIMES_CONSUMES ## SystemTable
|
||||
gEdkiiPiSmmCommunicationRegionTableGuid ## SOMETIMES_CONSUMES ## SystemTable
|
||||
|
||||
[UserExtensions.TianoCore."ExtraFiles"]
|
||||
VariableInfoExtra.uni
|
||||
|
Reference in New Issue
Block a user