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....@intel.com> Cc: Yi Qian <yi.q...@intel.com> Signed-off-by: Michael D Kinney <michael.d.kin...@intel.com> --- Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.inf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.inf b/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.inf index 8422985764..c59920db03 100644 --- a/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.inf +++ b/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.inf @@ -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 -# +# + # # # Module Name: @@ -79,6 +81,8 @@ [Pcd] gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile [Depex] + gEfiVariableArchProtocolGuid AND + gEfiVariableWriteArchProtocolGuid AND gEfiAcpiSupportProtocolGuid AND gEfiMpServiceProtocolGuid AND gEfiCpuIoProtocolGuid -- 2.21.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#40249): https://edk2.groups.io/g/devel/message/40249 Mute This Topic: https://groups.io/mt/31551772/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-