From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web11.4940.1582037630088561711 for ; Tue, 18 Feb 2020 06:53:50 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: kathappan.esakkithevar@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Feb 2020 06:53:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,456,1574150400"; d="scan'208";a="268781303" Received: from kesakkit-desk2.gar.corp.intel.com ([10.66.253.115]) by fmsmga002.fm.intel.com with ESMTP; 18 Feb 2020 06:53:48 -0800 From: "Kathappan Esakkithevar" To: devel@edk2.groups.io Subject: [edk2-platforms] [PATCH V1 0/2] Add Cometlake U Silicon support and Enable build Date: Tue, 18 Feb 2020 20:23:41 +0530 Message-Id: <20200218145343.11820-1-kathappan.esakkithevar@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 V1: REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2280 CoffeelakeSiliconPkg: Cometlake V1 U specific support is added as below: * CPU Family Model ID * System Agent Device ID * PCH SKU ID Platform/Intel: * Add global configuration to enable build option for CometlakeURvp. * Also update Cometlake U Rvp details to the Readme.md. Kathappan Esakkithevar (2): CoffeeLakeSiliconPkg: Add Cometlake U Silicon support Enable global build for CometlakeOpenBoardPkg and update Readme.md Platform/Intel/Readme.md | 11 +++++++++++ Platform/Intel/build.cfg | 3 ++- .../Intel/CoffeelakeSiliconPkg/Cpu/Include/CpuRegs.h | 5 ++++- .../PeiDxeSmmCpuPlatformLib/CpuPlatformLibrary.c | 18 +++++++++++++++++- .../Pch/Include/Register/PchRegsLpcCnl.h | 3 ++- .../Pch/Library/PeiDxeSmmPchInfoLib/PchInfoLibCnl.c | 5 ++++- .../SystemAgent/Include/Register/SaRegsHostBridge.h | 5 ++++- .../MemoryInit/Include/Coffeelake/MrcInterface.h | 5 +++-- 8 files changed, 47 insertions(+), 8 deletions(-) -- 2.16.2.windows.1