From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web08.2685.1626136933872139685 for ; Mon, 12 Jul 2021 17:42:14 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: nathaniel.l.desimone@intel.com) X-IronPort-AV: E=McAfee;i="6200,9189,10043"; a="295723198" X-IronPort-AV: E=Sophos;i="5.84,235,1620716400"; d="scan'208";a="295723198" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2021 17:42:07 -0700 X-IronPort-AV: E=Sophos;i="5.84,235,1620716400"; d="scan'208";a="653423050" Received: from nldesimo-desk1.amr.corp.intel.com ([10.212.211.135]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2021 17:42:06 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Isaac Oram , Mohamed Abbas , Chasel Chiu , Michael D Kinney , Liming Gao , Eric Dong , Michael Kubacki Subject: [edk2-platforms] [PATCH V1 16/17] Readme.md: Add WhitleyOpenBoardPkg Date: Mon, 12 Jul 2021 17:41:30 -0700 Message-Id: <20210713004131.1782-17-nathaniel.l.desimone@intel.com> X-Mailer: git-send-email 2.27.0.windows.1 In-Reply-To: <20210713004131.1782-1-nathaniel.l.desimone@intel.com> References: <20210713004131.1782-1-nathaniel.l.desimone@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Signed-off-by: Nate DeSimone Co-authored-by: Isaac Oram Co-authored-by: Mohamed Abbas Cc: Chasel Chiu Cc: Michael D Kinney Cc: Isaac Oram Cc: Mohamed Abbas Cc: Liming Gao Cc: Eric Dong Cc: Michael Kubacki --- Platform/Intel/Readme.md | 14 ++++++++++++++ Readme.md | 2 ++ 2 files changed, 16 insertions(+) diff --git a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md index 06c5f32b1e..0052538be1 100644 --- a/Platform/Intel/Readme.md +++ b/Platform/Intel/Readme.md @@ -59,6 +59,7 @@ A UEFI firmware implementation using MinPlatformPkg is constructed using the fol * The `WhiskeylakeOpenBoardPkg` contains board implementations for WhiskeyLake systems. * The `CometlakeOpenBoardPkg` contains board implementations for CometLake systems. * The `TigerlakeOpenBoardPkg` contains board implementations for TigerLake systems. +* The `WhitleyOpenBoardPkg` contains board implementations for Ice Lake-SP and Cooper Lake systems. ### **Supported Hardware** @@ -78,6 +79,8 @@ A UEFI firmware implementation using MinPlatformPkg is constructed using the fol | WHL-U DDR4 RVP | WhiskeyLake | WhiskeylakeOpenBoardPkg | WhiskeylakeURvp | | CML-U LPDDR3 RVP | CometLake V1 | CometlakeOpenBoardPkg | CometlakeURvp | | TGL-U DDR4 RVP | TigerLake | TigerlakeOpenBoardPkg | TigerlakeURvp | +| Wilson City RVP | IceLake-SP (Xeon Scalable) | WhitleyOpenBoardPkg | WilsonCityRvp | +| Cooper City RVP | Copper Lake | WhitleyOpenBoardPkg | CooperCityRvp | *Note: RVP = Reference and Validation Platform* @@ -257,6 +260,14 @@ return back to the minimum platform caller. | | | build settings, environment variables. | | | | | |------WhiskeylakeOpenBoardPkg + | | | |------CooperCityRvp + | | | | |---build_config.cfg: CooperCityRvp specific build + | | | | settings environment variables. + | | | |------WilsonCityRvp + | | | |---build_config.cfg: WilsonCityRvp specific build + | | | settings environment variables. + | | | + | | |------WhitleyOpenBoardPkg | | | |------UpXtreme | | | |---build_config.cfg: UpXtreme specific build | | | settings environment variables. @@ -328,6 +339,9 @@ For PurleyOpenBoardPkg 1. This firmware project has been tested booting to Microsoft Windows 10 x64 with AHCI mode and Integrated Graphic Device. 2. This firmware project has been also tested booting to Puppy Linux BionicPup64 8.0 with AHCI mode and Integrated Graphic Device. +**WhitleyOpenBoardPkg** +1. This firmware project has been tested booting to UEFI shell with headless serial console + ### **Package Builds** In some cases, such as BoardModulePkg, a package may provide a set of functionality that is included in other diff --git a/Readme.md b/Readme.md index d8cd211334..62876b4b7d 100644 --- a/Readme.md +++ b/Readme.md @@ -246,6 +246,8 @@ they will be documented with the platform. * [Simics](Platform/Intel/SimicsOpenBoardPkg) * [Whiskey Lake](Platform/Intel/WhiskeylakeOpenBoardPkg) * [Comet Lake](Platform/Intel/CometlakeOpenBoardPkg) +* [Tiger Lake](Platform/Intel/TigerlakeOpenBoardPkg) +* [Whitley/Cedar Island](Platform/Intel/WhitleyOpenBoardPkg) For more information, see the [EDK II Minimum Platform Specification](https://edk2-docs.gitbooks.io/edk-ii-minimum-platform-specification). -- 2.27.0.windows.1