From nobody Wed Apr 24 03:10:54 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+49731+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+49731+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1572504374; cv=none; d=zoho.com; s=zohoarc; b=aKRpB+3mp+mScBEUrVM2BU0YHCCTcrVnY+KAeQclNMZuX89VsgIE0kuj/F3RnT+oTHezT+P/8evmheA91YbcB9OJ6QaVGgxRGn2VHKSjXpxQy4EYNfLxQfkAJLIQXGGCLACktfhsYRUtUG9ETPtUaPQ22xL8uwf01e78lY8c1wk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1572504374; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=pwlBsLmILuYfkhL9m0Ah2bHUqiGqIYp6rW8iMEbR4BM=; b=dSgO60AX32XP0uDyLFa8hCVnwKBNv/RpJq4XiP4pDL1sedAF5o9bDy96+7q9NB1xI7BO3EtKG15+FN/wxW++6Rie8uNHHkmqFQ9yVRNwG2af19iEp1O0+337hBvFCdt4zgIjp2HZ/Ac9JlwjoOEwoFY/ZjK3isN5iOt7q/qv/24= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+49731+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1572504374351729.7056557479002; Wed, 30 Oct 2019 23:46:14 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id pyVTYY1788612xj2DKWwwpwu; Wed, 30 Oct 2019 23:46:13 -0700 X-Received: from mga01.intel.com (mga01.intel.com []) by mx.groups.io with SMTP id smtpd.web11.2637.1572504363643893802 for ; Wed, 30 Oct 2019 23:46:13 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Oct 2019 23:46:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,250,1569308400"; d="scan'208";a="351547530" X-Received: from makuback-desk1.amr.corp.intel.com ([10.7.159.162]) by orsmga004.jf.intel.com with ESMTP; 30 Oct 2019 23:46:13 -0700 From: "Kubacki, Michael A" To: devel@edk2.groups.io Cc: Dandan Bi , Ard Biesheuvel , Eric Dong , Laszlo Ersek , Liming Gao , Michael D Kinney , Ray Ni , Jian J Wang , Hao A Wu , Jiewen Yao Subject: [edk2-devel] [PATCH V6 10/10] MdeModulePkg: Enable variable runtime cache by default Date: Wed, 30 Oct 2019 23:45:10 -0700 Message-Id: <20191031064510.23948-11-michael.a.kubacki@intel.com> In-Reply-To: <20191031064510.23948-1-michael.a.kubacki@intel.com> References: <20191031064510.23948-1-michael.a.kubacki@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,michael.a.kubacki@intel.com X-Gm-Message-State: JX9IbdgJdHbPoeuP7A5rRjDIx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1572504373; bh=fe8Xix3sZ0eQwLNSC+HxIf361sbGI7vmkXEf9t7uXr4=; h=Cc:Date:From:Reply-To:Subject:To; b=P2EJ4OpXxX96t3x8uANaZLlYkxk2+rZgZ+6D5q6+AdePWz9Ri8AVZT1TL3YVxmOdqml s2Bw2ogLQG+ok57Wi5iVTxGDLzml5wj+BKzZQxGCc9vv/yLwqeseSscj0hu1LknLO5K8l KHpuEy94ggYzl4MfAP80DMTbtmM0nYKR9AY= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" This change enables the variable runtime cache by default by setting gEfiMdeModulePkgTokenSpaceGuid.PcdEnableVariableRuntimeCache in MdeModulePkg.dec to TRUE. Cc: Dandan Bi Cc: Ard Biesheuvel Cc: Eric Dong Cc: Laszlo Ersek Cc: Liming Gao Cc: Michael D Kinney Cc: Ray Ni Cc: Jian J Wang Cc: Hao A Wu Cc: Jiewen Yao Signed-off-by: Michael Kubacki --- MdeModulePkg/MdeModulePkg.dec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 3ef8fe7644..1e964f5903 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -651,7 +651,7 @@ # TRUE - The UEFI variable runtime cache is enabled.
# FALSE - The UEFI variable runtime cache is disabled.
# @Prompt Enable the UEFI variable runtime cache. - gEfiMdeModulePkgTokenSpaceGuid.PcdEnableVariableRuntimeCache|FALSE|BOOLE= AN|0x00010039 + gEfiMdeModulePkgTokenSpaceGuid.PcdEnableVariableRuntimeCache|TRUE|BOOLEA= N|0x00010039 =20 ## Indicates if the statistics about variable usage will be collected. T= his information is # stored as a vendor configuration table into the EFI system table. --=20 2.16.2.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#49731): https://edk2.groups.io/g/devel/message/49731 Mute This Topic: https://groups.io/mt/40103035/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-