From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web08.1419.1614132283886883348 for ; Tue, 23 Feb 2021 18:04:44 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: heng.luo@intel.com) IronPort-SDR: kQ0Voi9aDTl1LttCqDtpOz/TN4eWijFfz8LUv2rZqy7efEIA+l4arF+YhLEjubCry2wjLguNNe 8wO79ZjEJsoQ== X-IronPort-AV: E=McAfee;i="6000,8403,9904"; a="249076353" X-IronPort-AV: E=Sophos;i="5.81,201,1610438400"; d="scan'208";a="249076353" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2021 18:04:43 -0800 IronPort-SDR: clMuoVeFzLKN97XSYqHYC1zWvUTXLaUHr3CKjGNPUWryHIa+FLcK+C2Rn6EPDOq8bYslfKVOs8 tureSmxcQHXg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,201,1610438400"; d="scan'208";a="391348923" Received: from hengluo-dev.ccr.corp.intel.com ([10.239.153.154]) by fmsmga008.fm.intel.com with ESMTP; 23 Feb 2021 18:04:41 -0800 From: "Heng Luo" To: devel@edk2.groups.io Cc: Sai Chaganty , Nate DeSimone Subject: [PATCH] Fix wrong information of TigerLake in Readme.md Date: Wed, 24 Feb 2021 10:04:33 +0800 Message-Id: <20210224020433.777-1-heng.luo@intel.com> X-Mailer: git-send-email 2.24.0.windows.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Machine Name of TigerLake is TGL-U DDR4 RVP but no TGL-U LPDDR4 RVP REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3175 Cc: Sai Chaganty Cc: Nate DeSimone Signed-off-by: Heng Luo --- Platform/Intel/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Intel/Readme.md b/Platform/Intel/Readme.md index b3b15405af..41d39c8582 100644 --- a/Platform/Intel/Readme.md +++ b/Platform/Intel/Readme.md @@ -76,7 +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 +| TGL-U DDR4 RVP | TigerLake = | TigerlakeOpenBoardPkg | TigerlakeURvp |=0D =0D *Note: RVP =3D Reference and Validation Platform*=0D =0D --=20 2.24.0.windows.2