From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web10.848.1587501644054516741 for ; Tue, 21 Apr 2020 13:40:44 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: nathaniel.l.desimone@intel.com) IronPort-SDR: ndlIJpdX70//sFuIdhroNlD1P+CP9vxA05iMmxiU8pGbqpNjy+JvJQ3rvNLLdjbjMCnGWfa4A6 WwCV+ffhpcvw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2020 13:40:43 -0700 IronPort-SDR: Dr9Ff6cb880Hw94DoSFGvCWtHIiUbsyNW74vQC8xdjqhwN5UPXVEy2Ud+NQj0NOMZYv6uJcaW/ 7xSQoULzAUhA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,411,1580803200"; d="scan'208";a="255411733" Received: from nldesimo-desk1.amr.corp.intel.com ([10.7.159.63]) by orsmga003.jf.intel.com with ESMTP; 21 Apr 2020 13:40:43 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Chasel Chiu , Rangasai V Chaganty , Deepika Kethi Reddy , Kathappan Esakkithevar , Prince Agyeman , Michael Kubacki Subject: [edk2-platforms] [PATCH V1 0/2] Integrate BDS Hook Points into New Platforms Date: Tue, 21 Apr 2020 13:40:26 -0700 Message-Id: <20200421204028.10410-1-nathaniel.l.desimone@intel.com> X-Mailer: git-send-email 2.26.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2336 Since the original BDS Hook Points patch series was filed (https://edk2.groups.io/g/devel/message/52222) there have been two new Minimum Platform BoardPkg implementations added: WhiskeyLakeOpenBoardPkg/UpXtreme and CometlakeOpenBoardPkg. This patch series enables the BDS Hook Points feature on these new platforms. And is required to compile now that BDS Hook Points has been integrated. Signed-off-by: Nate DeSimone Cc: Chasel Chiu Cc: Rangasai V Chaganty Cc: Deepika Kethi Reddy Cc: Kathappan Esakkithevar Cc: Prince Agyeman Cc: Michael Kubacki Nate DeSimone (2): CometlakeOpenBoardPkg: Add BDS Hook Dxe Driver WhiskeylakeOpenBoardPkg/UpXtreme: Add BDS Hook Dxe Driver .../CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc | 4 ++++ .../CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.fdf | 1 + .../Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkg.dsc | 4 ++++ .../Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkg.fdf | 1 + 4 files changed, 10 insertions(+) -- 2.26.0.windows.1