From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: chasel.chiu@intel.com) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by groups.io with SMTP; Tue, 11 Jun 2019 20:29:19 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jun 2019 20:29:18 -0700 X-ExtLoop1: 1 Received: from cchiu4-mobl1.gar.corp.intel.com ([10.5.240.31]) by orsmga002.jf.intel.com with ESMTP; 11 Jun 2019 20:29:16 -0700 From: "Chiu, Chasel" To: devel@edk2.groups.io Cc: Michael Kubacki , Nate DeSimone , Liming Gao Subject: [PATCH 0/2] Update Kabylake build steps. Date: Wed, 12 Jun 2019 11:29:10 +0800 Message-Id: <20190612032912.5336-1-chasel.chiu@intel.com> X-Mailer: git-send-email 2.13.3.windows.1 KabylakeOpenBoardPkg no longer supported batch file build, it only supports build_bios.py. ReadMe.md should be updated and batch files should be removed. Test: both API mode and Dispatch mode can build successfully by build_bios.py Cc: Michael Kubacki Cc: Nate DeSimone Cc: Liming Gao Signed-off-by: Chasel Chiu Chasel Chiu (2): Platform/Intel: Update Kabylake build steps. KabylakeOpenBoardPkg: Update Kabylake build steps. Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/GitEdk2MinKabylake.bat | 79 ------------------------------------------------------------------------------- Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/bld.bat | 159 --------------------------------------------------------------------------------------------------------------------------------------------------------------- Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/cln.bat | 48 ------------------------------------------------ Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/postbuild.bat | 39 --------------------------------------- Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/prebuild.bat | 215 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/prep.bat | 79 ------------------------------------------------------------------------------- Platform/Intel/Readme.md | 14 ++++++-------- 7 files changed, 6 insertions(+), 627 deletions(-) delete mode 100644 Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/GitEdk2MinKabylake.bat delete mode 100644 Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/bld.bat delete mode 100644 Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/cln.bat delete mode 100644 Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/postbuild.bat delete mode 100644 Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/prebuild.bat delete mode 100644 Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/prep.bat -- 2.13.3.windows.1