From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.120, mailfrom: chasel.chiu@intel.com) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by groups.io with SMTP; Mon, 03 Jun 2019 20:04:11 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jun 2019 20:04:10 -0700 X-ExtLoop1: 1 Received: from cchiu4-mobl1.gar.corp.intel.com ([10.5.240.40]) by orsmga007.jf.intel.com with ESMTP; 03 Jun 2019 20:04:08 -0700 From: "Chiu, Chasel" To: devel@edk2.groups.io Cc: Michael Kubacki , Nate DeSimone , Liming Gao Subject: [PATCH 0/2] Switch to FSP Dispatch mode. Date: Tue, 4 Jun 2019 11:03:57 +0800 Message-Id: <20190604030359.4296-1-chasel.chiu@intel.com> X-Mailer: git-send-email 2.13.3.windows.1 KabylakeOpenBoardPkg is switched to build Dispatch mode as default. For building API mode: "py -2 build_bios.py --platform KabylakeRvp3 --fspapi" 0001-Platform/Intel: Separate FspBinPkg support. 0002-KabylakeOpenBoardPkg: Switch to dispatch mode. Cc: Michael Kubacki Cc: Nate DeSimone Cc: Liming Gao Signed-off-by: Chasel Chiu Chasel Chiu (2): Platform/Intel: Switch to FSP Dispatch mode. KabylakeOpenBoardPkg: Switch to FSP Dispatch mode. Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.dsc | 2 +- Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/build_config.cfg | 5 +++-- Platform/Intel/build_bios.py | 10 ++++++++++ 3 files changed, 14 insertions(+), 3 deletions(-) -- 2.13.3.windows.1