From nobody Tue Nov 26 14:30:33 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+52223+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+52223+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1576287160; cv=none; d=zohomail.com; s=zohoarc; b=FhjhBPCJlVKYmj6lYAl+0XldAe5XX8NPq+0qlD82YD7ALBLIQB0Q+J3p0r6F/7rrzJ4hRfVJwuchnCqVaL5kb8+XIAU8kybOeaqncO5eiRcS86DYdQXPTJhaHpRZCE8ruGMWFzjoxnA7ps41kOIF5hkkIhWRfLHK4S09xoI00Fs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1576287160; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=wbextg31vdIqlc5BmXTWzSfFiNTgrcrByPWk19wUAQI=; b=YGlKO9Wt2AbUSVGFtdS4XoWQqMmCw7xt0Xb7WirqjtKxibGpBiHC5YIFIAAMDEUf6mUsQGd3ghh9yA8+/Ne+g6XZAylwGbnjZkKJIjmQnu3RGWC70UAPwT2oNE0NoSXVeblynweQEIbvEPoiZGS03cozW5PSdkF7Qc7TULIauj0= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+52223+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 1576287160560447.5373101720601; Fri, 13 Dec 2019 17:32:40 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 2g1DYY1788612xXMPIxHxyNV; Fri, 13 Dec 2019 17:32:39 -0800 X-Received: from mga01.intel.com (mga01.intel.com []) by mx.groups.io with SMTP id smtpd.web10.2430.1576287158438932734 for ; Fri, 13 Dec 2019 17:32:38 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Dec 2019 17:32:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,311,1571727600"; d="scan'208";a="297091507" X-Received: from paagyema-desk2.amr.corp.intel.com ([10.24.15.84]) by orsmga001.jf.intel.com with ESMTP; 13 Dec 2019 17:32:37 -0800 From: "Agyeman, Prince" To: devel@edk2.groups.io Cc: Michael Kubacki , Chasel Chiu , Nate DeSimone Subject: [edk2-devel] [edk2-platforms] [PATCH 01/11] MinPlatformPkg: Add BDS Hook Point Guids Date: Fri, 13 Dec 2019 17:32:27 -0800 Message-Id: <20c55746e3b8e848cfff7b17b41a26207383d7e1.1576282834.git.prince.agyeman@intel.com> In-Reply-To: References: MIME-Version: 1.0 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,prince.agyeman@intel.com X-Gm-Message-State: vsaCMpYo5ufqRkSZnjbWMhXTx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1576287159; bh=e4TjAvCNRv99t0WhOmXZjoKTDJew79REsNk5HvIIous=; h=Cc:Date:From:Reply-To:Subject:To; b=IZrP9fFpoQnwY8DAnLCnjb/DGGxW9zCTGE+2M+y7bIWhYzyRgFaC0DA4Rb8nRqd+tRw Qn08ADhsQkl2sfJVH+1MKsR0ybV4zdzrKzGJPWLG8qemEjeMcWlr85s9t1MSh+eNWkeWI 5JC5XD99p4K2qPrL2c4QaCDBtSyW1L1/ip0= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2336 Added BDS hook point guids as defined in the Minimum Platform specification. These GUIDs shall be used in the identification of three of the BDS hook point event groups. These event groups are Before Console After Trusted, Before Console Before End Of Dxe and After Console Ready Before BootOption events. See https://edk2-docs.gitbooks.io/edk-ii-minimum-platform-specification, under Appendix A.3 BDS Hook Points, for more details Cc: Michael Kubacki Cc: Chasel Chiu Cc: Nate DeSimone Signed-off-by: Prince Agyeman Reviewed-by: Chasel Chiu Reviewed-by: Michael Kubacki Reviewed-by: Nate DeSimone --- Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec b/Platform/In= tel/MinPlatformPkg/MinPlatformPkg.dec index 7f74ac9380..5bec4eee3a 100644 --- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec +++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec @@ -46,6 +46,11 @@ gDefaultDataFileGuid =3D {0x1ae42876, 0x008f, 0x4161, {0xb2= , 0xb7, 0x1c, 0x0d, 0x15, 0xc5, 0xef, 0x43}} gDefaultDataOptSizeFileGuid =3D {0x003e7b41, 0x98a2, 0x4be2, {0xb2= , 0x7a, 0x6c, 0x30, 0xc7, 0x65, 0x52, 0x25}} =20 + # BDS Hook point event Guids + gBdsEventBeforeConsoleAfterTrustedConsoleGuid =3D {0x51e49ff5, 0x28a9, = 0x4159, { 0xac, 0x8a, 0xb8, 0xc4, 0x88, 0xa7, 0xfd, 0xee}} + gBdsEventBeforeConsoleBeforeEndOfDxeGuid =3D {0xfcf26e41, 0xbda6, = 0x4633, { 0xb5, 0x73, 0xd4, 0xb8, 0x0e, 0x6d, 0xd0, 0x78}} + gBdsEventAfterConsoleReadyBeforeBootOptionGuid =3D {0x8eb3d5dc, 0xf4e7, = 0x4b57, { 0xa9, 0xe7, 0x27, 0x39, 0x10, 0xf2, 0x18, 0x9f}} + [LibraryClasses] =20 PeiLib|Include/Library/PeiLib.h --=20 2.19.1.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 (#52223): https://edk2.groups.io/g/devel/message/52223 Mute This Topic: https://groups.io/mt/68590722/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-