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.web11.73046.1673567803410335112 for ; Thu, 12 Jan 2023 15:56:43 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=gK4QRuhH; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: isaac.w.oram@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673567803; x=1705103803; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=wa4+GAw4d0ZrBGUVpiDK3RcPvv38qLXwHKeKxsWHs3M=; b=gK4QRuhH6lhCFXvcjhq9tbGU1WVt6EbUC6efwvlgz1QDFzUdT+nsm5/J 3gQT21rmlEB0LjMroBkSEsK6wId3zXK/9EVWqhE4keK9iTpryFY+Yctrx YMeJUjKRmrimlLsWY2uOGAZbold9ncC39DLEIKlD6qBhPdLADF73DDNr0 QFRnN3PvAFsNxBe5chItz09pkrmhIx20OAIcsCgbgy9CmSDFc+9b0yBoZ W5xFe78tShMwtsmy7eEiseg+m3ZjLeHzDextG/CRNh4bg/p0Ha/fVk/2Z x/3yy5Y/Lf0xU1WGMbN8PZw5YZYjZHK69Wf1YrMZnpPF/uOMW/5HH4FGc A==; X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="410100258" X-IronPort-AV: E=Sophos;i="5.97,212,1669104000"; d="scan'208";a="410100258" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 15:56:42 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="607972186" X-IronPort-AV: E=Sophos;i="5.97,212,1669104000"; d="scan'208";a="607972186" Received: from iworam-desk.amr.corp.intel.com ([10.24.80.243]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 15:56:42 -0800 From: "Isaac Oram" To: devel@edk2.groups.io Cc: Isaac Oram , Nate DeSimone , Chasel Chiu Subject: [edk2-devel][edk2-platforms][PATCH V1 0/2] Update Si support Date: Thu, 12 Jan 2023 15:56:33 -0800 Message-Id: X-Mailer: git-send-email 2.39.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Updates for latest validated FSP, 4.2.0.2A. There are binary incompatible Dispatch mode interface changes necessary. API mode interfaces are unchanged. Cc: Nate DeSimone Cc: Chasel Chiu Isaac Oram (2): WhitleySiliconPkg: Update to Whitley FSP 4.2.0.2A WhitleyOpenBoardPkg: Update to Whitley FSP 4.2.0.2A .../Dxe/PlatformCpuPolicy/PlatformCpuPolicy.c | 2 +- .../AcpiTables/Dsdt/CommonPlatform10nm.asi | 1 + .../Pci/Dxe/PciHostBridge/PciRebalance.c | 243 ++++++++++-------- .../Include/Dsc/BuildOptions.dsc | 2 +- .../Include/Dsc/EnableRichDebugMessages.dsc | 9 + .../Include/Guid/SetupVariable.h | 3 + .../SiliconPolicyUpdateLib.c | 2 +- .../SiliconPolicyUpdateLibFsp.c | 2 +- .../WhitleyOpenBoardPkg/PlatformPkgConfig.dsc | 6 +- .../WhitleyOpenBoardPkg/StructurePcd.dsc | 173 ++++++++++++- .../WhitleyOpenBoardPkg/StructurePcdCpx.dsc | 91 ++++++- Silicon/Intel/WhitleySiliconPkg/CpRcPkg.dec | 23 +- .../Intel/WhitleySiliconPkg/Cpu/CpuRcPkg.dec | 4 +- .../Cpu/Include/CpuPolicyPeiDxeCommon.h | 2 +- .../WhitleySiliconPkg/Include/BdatSchema.h | 16 +- .../Include/Guid/MemoryMapData.h | 4 +- .../Include/Guid/SocketIioVariable.h | 13 +- .../Include/Guid/SocketMemoryVariable.h | 3 + .../Include/Guid/SocketPciResourceData.h | 4 +- .../Guid/SocketPowermanagementVariable.h | 2 + .../Guid/SocketProcessorCoreVariable.h | 2 +- .../WhitleySiliconPkg/Include/IioConfig.h | 11 +- .../Intel/WhitleySiliconPkg/Include/IioRegs.h | 1 - .../Include/Library/EnhancedWarningLogLib.h | 2 - .../Include/PlatformInfoTypes.h | 16 +- .../Include/Ppi/MemoryPolicyPpi.h | 10 + .../Include/Ppi/RasImcS3Data.h | 6 - .../WhitleySiliconPkg/Include/Upi/KtiHost.h | 2 - .../Core/Include/DataTypes.h | 10 +- .../BaseMemoryCoreLib/Core/Include/MemHost.h | 6 +- .../BaseMemoryCoreLib/Platform/PlatformHost.h | 5 - .../Include/Private/Library/PchSpiCommonLib.h | 1 - .../Product/Whitley/SiliconPkg10nmPcds.dsc | 5 + .../SecurityIp/SecurityIpSgxTem1v0_Inputs.h | 2 +- .../SecurityIp/SecurityIpSgxTem1v0_Outputs.h | 2 +- .../Intel/WhitleySiliconPkg/SiliconPkg.dec | 26 +- 36 files changed, 521 insertions(+), 191 deletions(-) -- 2.39.0.windows.1