From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com []) by mx.groups.io with SMTP id smtpd.web08.17214.1612676320596081476 for ; Sat, 06 Feb 2021 21:38:47 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: heng.luo@intel.com) IronPort-SDR: 9a3+/CgOQx6M1M8dQOGOAzO08ET1hJiqzmr848VnVK7kUsovVy3/k8sNCdvHYAHGdl+AoV+BIT FnQoMG592irg== X-IronPort-AV: E=McAfee;i="6000,8403,9887"; a="160740797" X-IronPort-AV: E=Sophos;i="5.81,158,1610438400"; d="scan'208";a="160740797" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Feb 2021 21:38:47 -0800 IronPort-SDR: v2X/dIj5mdKRK4hOY5EPM+o8dUPsMsiRafDe7fAVr44/G/AmTL7iOZJ0RDcGFLjWKAx6Nf+pYX lwerecI53Xtg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,158,1610438400"; d="scan'208";a="374956069" Received: from hengluo-dev.ccr.corp.intel.com ([10.239.153.154]) by fmsmga008.fm.intel.com with ESMTP; 06 Feb 2021 21:38:46 -0800 From: "Heng Luo" To: devel@edk2.groups.io Cc: Sai Chaganty , Nate DeSimone Subject: [PATCH 7/8] Enable build for TigerlakeOpenBoardPkg Date: Sun, 7 Feb 2021 13:38:33 +0800 Message-Id: <20210207053834.4048-7-heng.luo@intel.com> X-Mailer: git-send-email 2.24.0.windows.2 In-Reply-To: <20210207053834.4048-1-heng.luo@intel.com> References: <20210207053834.4048-1-heng.luo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3175 This change adds the configuration to enable build for TigerlakeURvp. Also it updates Tigerlake U Rvp details to the Readme.md. Cc: Sai Chaganty Cc: Nate DeSimone Signed-off-by: Heng Luo --- Platform/Intel/Readme.md | 11 +++++++++++ Platform/Intel/build.cfg | 1 + 2 files changed, 12 insertions(+) diff --git a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md index f7bfc7aad2..b3b15405af 100644 --- a/Platform/Intel/Readme.md +++ b/Platform/Intel/Readme.md @@ -57,6 +57,7 @@ A UEFI firmware implementation using MinPlatformPkg is co= nstructed using the fol * The `SimicsOpenBoardPkg` contains board implementations for the Simics h= ardware simulator.=0D * The `WhiskeylakeOpenBoardPkg` contains board implementations for Whiskey= Lake systems.=0D * The `CometlakeOpenBoardPkg` contains board implementations for CometLake= systems.=0D +* The `TigerlakeOpenBoardPkg` contains board implementations for TigerLake= systems.=0D =0D ### **Supported Hardware**=0D =0D @@ -75,6 +76,7 @@ A UEFI firmware implementation using MinPlatformPkg is co= nstructed using the fol | RVP 3 | SkyLake, KabyLake, KabyLake Refr= esh | KabylakeOpenBoardPkg | KabylakeRvp3 |=0D | WHL-U DDR4 RVP | WhiskeyLake = | WhiskeylakeOpenBoardPkg | WhiskeylakeURvp |=0D | CML-U LPDDR3 RVP | CometLake V1 = | CometlakeOpenBoardPkg | CometlakeURvp |=0D +| TGL-U LPDDR4 RVP | TigerLake = | TigerlakeOpenBoardPkg | TigerlakeURvp |=0D =0D *Note: RVP =3D Reference and Validation Platform*=0D =0D @@ -253,6 +255,11 @@ return back to the minimum platform caller. | | | |---build_config.cfg: Cometlake= URvp specific build=0D | | | settings = environment variables.=0D | | |=0D + | | |------TigerlakeOpenBoardPkg=0D + | | | |------TigerlakeURvp=0D + | | | |---build_config.cfg: Tigerlake= URvp specific build=0D + | | | settings = environment variables.=0D + | | |=0D |------FSP=0D =0D =0D @@ -283,6 +290,10 @@ return back to the minimum platform caller. 1. This firmware project has been tested booting to Microsoft Windows 10 x= 64 with AHCI mode and External Graphic Device.=0D 2. This firmware project has been also tested booting to Ubuntu 17.10 with= AHCI mode and Integrated Graphic Device.=0D =0D +**TigerlakeOpenBoardPkg**=0D +1. This firmware project has been tested booting to Microsoft Windows 10 x= 64 with AHCI mode and Integrated Graphic Device.=0D +2. This firmware project has been also tested booting to Puppy Linux Bioni= cPup64 8.0 with AHCI mode and Integrated Graphic Device.=0D +=0D ### **Package Builds**=0D =0D In some cases, such as BoardModulePkg, a package may provide a set of func= tionality that is included in other=0D diff --git a/Platform/Intel/build.cfg b/Platform/Intel/build.cfg index 8aa6b22956..97c5c9a290 100644 --- a/Platform/Intel/build.cfg +++ b/Platform/Intel/build.cfg @@ -60,3 +60,4 @@ KabylakeRvp3 =3D KabylakeOpenBoardPkg/KabylakeRvp3/build_= config.cfg UpXtreme =3D WhiskeylakeOpenBoardPkg/UpXtreme/build_config.cfg=0D WhiskeylakeURvp =3D WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/build_config.c= fg=0D CometlakeURvp =3D CometlakeOpenBoardPkg/CometlakeURvp/build_config.cfg=0D +TigerlakeURvp =3D TigerlakeOpenBoardPkg/TigerlakeURvp/build_config.cfg=0D --=20 2.24.0.windows.2