From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web11.5249.1576632717106151447 for ; Tue, 17 Dec 2019 17:31:57 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: nathaniel.l.desimone@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Dec 2019 17:31:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,327,1571727600"; d="scan'208";a="390020299" Received: from orsmsx108.amr.corp.intel.com ([10.22.240.6]) by orsmga005.jf.intel.com with ESMTP; 17 Dec 2019 17:31:56 -0800 Received: from orsmsx114.amr.corp.intel.com ([169.254.8.106]) by ORSMSX108.amr.corp.intel.com ([169.254.2.134]) with mapi id 14.03.0439.000; Tue, 17 Dec 2019 17:31:56 -0800 From: "Nate DeSimone" To: "Agyeman, Prince" CC: "devel@edk2.groups.io" , "Kubacki, Michael A" , "Chiu, Chasel" Subject: Re: [edk2-platforms] [PATCH 01/11] MinPlatformPkg: Add BDS Hook Point Guids Thread-Topic: [edk2-platforms] [PATCH 01/11] MinPlatformPkg: Add BDS Hook Point Guids Thread-Index: AQHVsh5gXxIKsQNpOUK7zKlcid9K8qe/p7yA Date: Wed, 18 Dec 2019 01:31:55 +0000 Message-ID: <20191218013155.GC1930@nate-virtualbox> References: <20c55746e3b8e848cfff7b17b41a26207383d7e1.1576282834.git.prince.agyeman@intel.com> In-Reply-To: <20c55746e3b8e848cfff7b17b41a26207383d7e1.1576282834.git.prince.agyeman@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.7.159.63] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-ID: <4AAD045A5935D34C9B19D6FCB1ECE10E@intel.com> Content-Transfer-Encoding: quoted-printable Hi Prince, Reviewed-by: Nate DeSimone Thanks, Nate On Sat, Dec 14, 2019 at 01:32:27AM +0000, Agyeman, Prince wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2336 >=20 > 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. >=20 > These event groups are Before Console After Trusted, > Before Console Before End Of Dxe and After Console Ready > Before BootOption events. >=20 > See https://edk2-docs.gitbooks.io/edk-ii-minimum-platform-specification, > under Appendix A.3 BDS Hook Points, for more details >=20 > Cc: Michael Kubacki > Cc: Chasel Chiu > Cc: Nate DeSimone >=20 > Signed-off-by: Prince Agyeman > --- > Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec b/Platform/= Intel/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, {0x= b2, 0xb7, 0x1c, 0x0d, 0x15, 0xc5, 0xef, 0x43}} > gDefaultDataOptSizeFileGuid =3D {0x003e7b41, 0x98a2, 0x4be2, {0x= b2, 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 > =