From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f174.google.com (mail-pf1-f174.google.com [209.85.210.174]) by mx.groups.io with SMTP id smtpd.web10.544.1615918254065728332 for ; Tue, 16 Mar 2021 11:10:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=h58kD8Ny; spf=pass (domain: gmail.com, ip: 209.85.210.174, mailfrom: kuqin12@gmail.com) Received: by mail-pf1-f174.google.com with SMTP id x21so8066687pfa.3 for ; Tue, 16 Mar 2021 11:10:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=4t8w+S+XNjNDTU6wSZy7Bxrr7uNfW3IHWmcEeTHBqqU=; b=h58kD8NyerNRS3Ud+FXYGMc52lAxV3m0PKbmCKyq/hQVdo0peYcPnMTIPoaJ9dNInW WKSRK5zJyINSsNXIR1kMfHhjm0t6chIKZ8aOWpgH9L1H7ynHSCFirVKbpoaXTurwrUoQ iDB/BibsJkO/+oPfkaE1PygFnObWXyC0lnD6bRD1iNPnXJMkMGYINJ6xRiTWEQ6loR2R VY4zsUh3JsS1/S+m1j9gvRsszuBwavB6FyCtpin4/BnEWaS0qB0V+HQueWNLMa7/Kz5b TNeCFWruJbwaf2uGDQh+yMjGnVujUTVBinj02FlEhqRHbvCGDpgT8ujUFX7N1Wf1p7iP heEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=4t8w+S+XNjNDTU6wSZy7Bxrr7uNfW3IHWmcEeTHBqqU=; b=Hf42c+PAWCWTi4rQhly1giAlTpWhsdEOHf+oY5zFThiJVkRDEGHDtQm624yj/Fw74G 0EpU7tu+FdbNkb2sbNsRSqZBH/b1YDc4tNcu3DgsJSvTrntmKWaABgGb1UGu224Yxbyk BCMJOoS0X5g73QFOJliaAX72METeYsVpRzXSQxwnS8IyBoXY6kJB1xCYt58ea+04z1Zz Qe36MRUFMRToBN/uHRMFSy3P2PpnkD6CUoVpNwM7+jILpJxgt+LP2EaOsBfc1XGfjqAZ HzUwCQ7xMOI2Vhv7RqtilkHzbG9/BdnAQY7SwZ3Jskl3F7aDZUa7MSCaPvqbVaS63yip fPmw== X-Gm-Message-State: AOAM5310TerKm1kxrRjg8vjkj72eRYcreXoZgcwQcvlCJcVLza3KcycJ vfraGhWHE/Xz82ueB/pZFJcBXFnZ0vcWJQ== X-Google-Smtp-Source: ABdhPJx+kaqmJ1NMcG2Y/7pMeK7nhrXF0f7yMx+m4g4YF2zo43x7tpICz5CS3yobECQwEXsHg2aOFg== X-Received: by 2002:a63:fa02:: with SMTP id y2mr793972pgh.412.1615918253224; Tue, 16 Mar 2021 11:10:53 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([50.35.88.161]) by smtp.gmail.com with ESMTPSA id 64sm17346550pfd.174.2021.03.16.11.10.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Mar 2021 11:10:52 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm Subject: [edk2-platforms][PATCH v2 5/5] Socionext: DeveloperBox DSC File: Added library for VariableSmmRuntimeDxe Date: Tue, 16 Mar 2021 11:10:38 -0700 Message-Id: <20210316181038.1413-6-kuqin12@gmail.com> X-Mailer: git-send-email 2.30.0.windows.1 In-Reply-To: <20210316181038.1413-1-kuqin12@gmail.com> References: <20210316181038.1413-1-kuqin12@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3250 This change added NULL MmUnblockMemoryLib instance in DeveloperBox.dsc to resolve new dependency by VariableSmmRuntimeDxe. The library interface is consumed by variable module to better support variable runtime cache feature. Cc: Ard Biesheuvel Cc: Leif Lindholm Signed-off-by: Kun Qin --- Notes: v2: - No review, no change. Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc index 0a11b796cca5..acaa4cd90fc5 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc @@ -49,6 +49,8 @@ [LibraryClasses] TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf !endif + MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf + [LibraryClasses.common.SEC] PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf -- 2.30.0.windows.1