Vlv2TbltDevicePkg/AcpiPlatform: Add variable protocols to depex
Add the arch protocols gEfiVariableArchProtocolGuid and gEfiVariableWriteArchProtocolGuid to the dependency expression for the AcpiPlatform module to guarantee that the variables that AcpiPlatform depends upon are set before they are used by this module. Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Zailiang Sun <zailiang.sun@intel.com> Reviewed-by: Yi Qian <yi.qian@intel.com>
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Copyright (c) 1999 - 2018, Intel Corporation. All rights reserved
|
# Copyright (c) 1999 - 2019, Intel Corporation. All rights reserved
|
||||||
#
|
#
|
||||||
|
|
||||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
|
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Module Name:
|
# Module Name:
|
||||||
@@ -79,6 +81,8 @@
|
|||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile
|
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
|
gEfiVariableArchProtocolGuid AND
|
||||||
|
gEfiVariableWriteArchProtocolGuid AND
|
||||||
gEfiAcpiSupportProtocolGuid AND
|
gEfiAcpiSupportProtocolGuid AND
|
||||||
gEfiMpServiceProtocolGuid AND
|
gEfiMpServiceProtocolGuid AND
|
||||||
gEfiCpuIoProtocolGuid
|
gEfiCpuIoProtocolGuid
|
||||||
|
Reference in New Issue
Block a user