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.web09.9057.1630430958657462955 for ; Tue, 31 Aug 2021 10:29:18 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: nathaniel.l.desimone@intel.com) X-IronPort-AV: E=McAfee;i="6200,9189,10093"; a="218249990" X-IronPort-AV: E=Sophos;i="5.84,366,1620716400"; d="scan'208";a="218249990" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2021 10:29:17 -0700 X-IronPort-AV: E=Sophos;i="5.84,366,1620716400"; d="scan'208";a="428259675" Received: from nldesimo-desk1.amr.corp.intel.com ([10.212.163.217]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2021 10:29:17 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Isaac Oram , Chasel Chiu , Michael D Kinney Subject: [edk2-non-osi] [PATCH V1 0/4] Add IFWI Ingredients for Ice Lake-SP and Cooper Lake Boards Date: Tue, 31 Aug 2021 10:27:52 -0700 Message-Id: <20210831172756.3726-1-nathaniel.l.desimone@intel.com> X-Mailer: git-send-email 2.27.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This patch series adds IFWI ingredients for Ice Lake-SP and Cooper Lake boards. This allows the MinPlatform build to produce a full IFWI (Integrated Firmware Image) instead of just the BIOS region. Cc: Isaac Oram Cc: Chasel Chiu Cc: Michael D Kinney Nate DeSimone (4): WhitleyOpenBoardBinPkg: Add IFWI Ingredients for Wilson City WhitleyOpenBoardBinPkg: Add IFWI Ingredients for Cooper City WhitleyOpenBoardBinPkg: Add IFWI Ingredients for Delta Lake Maintainers.txt: Add maintainers for WhitleyOpenBoardBinPkg Maintainers.txt | 5 +++ .../Ifwi/CooperCityRvp/FlashDescriptor.bin | Bin 0 -> 4096 bytes .../Ifwi/CooperCityRvp/License.txt | 37 ++++++++++++++++++ .../Ifwi/CooperCityRvp/Me.bin | Bin 0 -> 50327552 bytes .../Ifwi/DeltaLake/FlashDescriptor.bin | Bin 0 -> 4096 bytes .../Ifwi/DeltaLake/License.txt | 37 ++++++++++++++++++ .../Ifwi/DeltaLake/Me.bin | Bin 0 -> 16773120 bytes .../Ifwi/WilsonCityRvp/FlashDescriptor.bin | Bin 0 -> 4096 bytes .../Ifwi/WilsonCityRvp/License.txt | 37 ++++++++++++++++++ .../Ifwi/WilsonCityRvp/Me.bin | Bin 0 -> 50327552 bytes 10 files changed, 116 insertions(+) create mode 100644 Platform/Intel/WhitleyOpenBoardBinPkg/Ifwi/CooperCityRvp/FlashDescriptor.bin create mode 100644 Platform/Intel/WhitleyOpenBoardBinPkg/Ifwi/CooperCityRvp/License.txt create mode 100644 Platform/Intel/WhitleyOpenBoardBinPkg/Ifwi/CooperCityRvp/Me.bin create mode 100644 Platform/Intel/WhitleyOpenBoardBinPkg/Ifwi/DeltaLake/FlashDescriptor.bin create mode 100644 Platform/Intel/WhitleyOpenBoardBinPkg/Ifwi/DeltaLake/License.txt create mode 100644 Platform/Intel/WhitleyOpenBoardBinPkg/Ifwi/DeltaLake/Me.bin create mode 100644 Platform/Intel/WhitleyOpenBoardBinPkg/Ifwi/WilsonCityRvp/FlashDescriptor.bin create mode 100644 Platform/Intel/WhitleyOpenBoardBinPkg/Ifwi/WilsonCityRvp/License.txt create mode 100644 Platform/Intel/WhitleyOpenBoardBinPkg/Ifwi/WilsonCityRvp/Me.bin -- 2.27.0.windows.1