From nobody Wed Apr 24 07:44:06 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+89559+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+89559+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1651884539; cv=none; d=zohomail.com; s=zohoarc; b=g6BmgO2J11wEGPQbrFwKXNo5U7CaltFxuHTAeWQrcX5lZW4wkbhh6mLgr8m0lNZqQbxGAUEsGvShuULrt0R5Xk3IfEWnJY8fyL5wHDpSekUCTkKYWL1ho4R/g8n2JHyaeRVgDz2lbVtEkQgabH9nad/E4BgBxAdeb0usASR3EgI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1651884539; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=RMQt9S/D0MegAcTix+NkNMW9ELOrX5JK2JWjwp4YyyU=; b=KiCPVIkYJhp0ZSg6lJ3klfa+TBB0XQEp6xQJHKmh5Pe6X5pBpEuvlQIejtwnDuvO2tAUB0OhssuBUwMd5d2zL8MEz2fPHCSUR/6dYzaLIQxAWgsb1kyV0ZQXsZtek5cm4OyL3xjjTkpW1Ew962oCtRsHld2Zj4Jrm4VUUNPlwvo= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+89559+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 16518845393403.815413141408385; Fri, 6 May 2022 17:48:59 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id GospYY1788612xbe4yuH7YVc; Fri, 06 May 2022 17:48:58 -0700 X-Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web12.5296.1651884535345111175 for ; Fri, 06 May 2022 17:48:58 -0700 X-IronPort-AV: E=McAfee;i="6400,9594,10339"; a="329163196" X-IronPort-AV: E=Sophos;i="5.91,205,1647327600"; d="scan'208";a="329163196" X-Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 May 2022 17:48:55 -0700 X-IronPort-AV: E=Sophos;i="5.91,205,1647327600"; d="scan'208";a="892078653" X-Received: from gdong1-mobl1.amr.corp.intel.com ([10.212.1.139]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 May 2022 17:48:54 -0700 From: "Guo Dong" To: devel@edk2.groups.io Cc: Guo Dong , Michael D Kinney , Ray Ni , Sean Rhodes , Isaac Oram Subject: [edk2-devel][edk2-platforms][PATCH V2 1/1] Features/Intel/PlatformPayloadPkg: add platform payload FV Date: Fri, 6 May 2022 17:48:40 -0700 Message-Id: <20220507004840.153-2-guo.dong@intel.com> In-Reply-To: <20220507004840.153-1-guo.dong@intel.com> References: <20220507004840.153-1-guo.dong@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,guo.dong@intel.com X-Gm-Message-State: OAMaTkX7RuzgzdVmbZhFpDvGx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1651884538; bh=vOyNKg+VSVdHxGo8nPnDRFooHaZpTQTKlF0QhsRZzW0=; h=Cc:Date:From:Reply-To:Subject:To; b=W+IO7WA03pXa71wOvnrSKaZ2wpbiEvQfoEcZ6BXz7ny/Yuzl3xDpW0GLYPpwAZ0ICjz gBWC79TVomCfvYj6cLMBYbo3nmHmCRAASlG4drfxDeYdpSTOBQzzgJQSAmhqxdnN7PHRC 89Z7eAYjH0bVfbjMRkyXc+sBY2HYVyiu5Qc= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1651884541503100007 Content-Type: text/plain; charset="utf-8" From: Guo Dong UefiPayloadPkg in EDK2 repo was added SMM variable support for Intel platform with SPI flash. But some of the modules for SMM variable are Intel PCH specific (e.g. SPI library, SMM PCH module), so move these modules into edk2-platforms repo. A platform payload FV could be built from PlatformPayloadPkg which works on Intel platforms (e.g.. ICX, APL, CML, CFL, KBL, TGL, ADL, etc.) with SMM variable. This platform payload FV could be added into universal UEFI payload built from EDK2 UefiPayloadPkg. The steps to build a complete payload (use windows host as example): set WORKSPACE=3Dc:\payload set PACKAGES_PATH=3DC:\payload\edk2;C:\payload\edk2-platforms\Platform\Inte= l; C:\payload\edk2-platforms\Features\Intel; edk2\edksetup.bat python edk2\UefiPayloadPkg\UniversalPayloadBuild.py -t VS2019 -D SMM_SUPPORT=3DTRUE -DVARIABLE_SUPPORT=3DNONE python edk2-platforms\Features\Intel\PlatformPayloadPkg\PlatformPayloadPkg.= py -t VS2019 -D SMM_VARIABLE=3DTRUE -s The final UEFI payload generated at Build\UefiPayloadPkgX64\UniversalPayloa= d.elf if build success. Cc: Michael D Kinney Cc: Ray Ni Cc: Sean Rhodes Signed-off-by: Guo Dong Signed-off-by: Isaac Oram Reviewed-by: Sai Chaganty --- Features/Intel/AdvancedFeaturePkg/AdvancedFeaturePkg.dsc = | 5 +++++ Features/Intel/AdvancedFeaturePkg/Include/AdvancedFeatures.dsc = | 7 ++++++ Features/Intel/AdvancedFeaturePkg/Include/AdvancedFeaturesPcd.dsc = | 7 ++++++ Features/Intel/AdvancedFeaturePkg/Include/PostMemory.fdf = | 7 ++++++ Features/Intel/AdvancedFeaturePkg/Include/PreMemory.fdf = | 7 ++++++ Features/Intel/PlatformPayloadPkg/Fvb/FvbInfo.c = | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/Fvb/FvbService.c = | 1088 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= ++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/Fvb/FvbService.h = | 185 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++ Features/Intel/PlatformPayloadPkg/Fvb/FvbServiceSmm.c = | 139 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/Fvb/FvbSmm.inf = | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/Fvb/FvbSmmCommon.h = | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/Include/Guid/NvVariableInfoGuid.h = | 24 +++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/Include/Guid/SpiFlashInfoGuid.h = | 38 ++++++++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/Include/Library/FlashDeviceLib.h = | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= ++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/Include/Library/SpiFlashLib.h = | 213 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= ++++++++++++++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/Include/PlatformPayloadFeature.dsc = | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/Include/PostMemory.fdf = | 20 +++++++++++++++++ Features/Intel/PlatformPayloadPkg/Include/PreMemory.fdf = | 8 +++++++ Features/Intel/PlatformPayloadPkg/Library/FlashDeviceLib/FlashDeviceLib.c = | 160 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/Library/FlashDeviceLib/FlashDeviceLib.in= f | 38 ++++++++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/Library/PcdInitLib/PcdInitLib.c = | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++ Features/Intel/PlatformPayloadPkg/Library/PcdInitLib/PcdInitLib.inf = | 50 +++++++++++++++++++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/PchSpi.c = | 170 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= ++ Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/RegsSpi.h = | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/SpiCommon.h = | 203 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= ++++++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/SpiFlashLib.c = | 874 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/SpiFlashLib.inf = | 48 +++++++++++++++++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/PchSmiDispatchSmm/PchSmiDispatchSmm.c = | 455 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++ Features/Intel/PlatformPayloadPkg/PchSmiDispatchSmm/PchSmiDispatchSmm.h = | 36 +++++++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/PchSmiDispatchSmm/PchSmiDispatchSmm.inf = | 51 +++++++++++++++++++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/PlatformPayloadPkg.dec = | 49 ++++++++++++++++++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/PlatformPayloadPkg.dsc = | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/PlatformPayloadPkg.fdf = | 50 +++++++++++++++++++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/PlatformPayloadPkg.py = | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++ Features/Intel/PlatformPayloadPkg/Readme.md = | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++ 35 files changed, 4887 insertions(+) diff --git a/Features/Intel/AdvancedFeaturePkg/AdvancedFeaturePkg.dsc b/Fea= tures/Intel/AdvancedFeaturePkg/AdvancedFeaturePkg.dsc index 28530b8c67..17cc3224b7 100644 --- a/Features/Intel/AdvancedFeaturePkg/AdvancedFeaturePkg.dsc +++ b/Features/Intel/AdvancedFeaturePkg/AdvancedFeaturePkg.dsc @@ -80,6 +80,11 @@ gUserAuthFeaturePkgTokenSpaceGuid.PcdUserAuthenticationFeatureEnable = |TRUE gVirtualKeyboardFeaturePkgTokenSpaceGuid.PcdVirtualKeyboardFeatureEnable= |TRUE =20 + # + # Individual features + # + gPlatformPayloadPkgTokenSpaceGuid.PcdPayloadPackageFeatureEnable = |TRUE + # # PCD that are required to be set by the build target should be configured= here for test purposes # These settings are only for the purposes of buildings, boards should fol= low instructions in Readme files. diff --git a/Features/Intel/AdvancedFeaturePkg/Include/AdvancedFeatures.dsc= b/Features/Intel/AdvancedFeaturePkg/Include/AdvancedFeatures.dsc index 2b36938df6..2a93ca1ec7 100644 --- a/Features/Intel/AdvancedFeaturePkg/Include/AdvancedFeatures.dsc +++ b/Features/Intel/AdvancedFeaturePkg/Include/AdvancedFeatures.dsc @@ -75,3 +75,10 @@ !if gVirtualKeyboardFeaturePkgTokenSpaceGuid.PcdVirtualKeyboardFeatureEnab= le =3D=3D TRUE !include VirtualKeyboardFeaturePkg/Include/VirtualKeyboardFeature.dsc !endif + +# +# Individual features +# +!if gPlatformPayloadPkgTokenSpaceGuid.PcdPayloadPackageFeatureEnable =3D= =3D TRUE + !include PlatformPayloadPkg/Include/PlatformPayloadFeature.dsc +!endif diff --git a/Features/Intel/AdvancedFeaturePkg/Include/AdvancedFeaturesPcd.= dsc b/Features/Intel/AdvancedFeaturePkg/Include/AdvancedFeaturesPcd.dsc index e214175eda..8e98154f3e 100644 --- a/Features/Intel/AdvancedFeaturePkg/Include/AdvancedFeaturesPcd.dsc +++ b/Features/Intel/AdvancedFeaturePkg/Include/AdvancedFeaturesPcd.dsc @@ -53,6 +53,11 @@ UserAuthFeaturePkg/UserAuthFeaturePkg.dec VirtualKeyboardFeaturePkg/VirtualKeyboardFeaturePkg.dec =20 + # + # Individual features + # + PlatformPayloadPkg/PlatformPayloadPkg.dec + # # The section below sets all PCDs to FALSE in this DSC file so the feature= is not enabled by default. # Board can set PCDs to TRUE in its DSC file to enable a subset of advance= d features @@ -76,6 +81,8 @@ gUserAuthFeaturePkgTokenSpaceGuid.PcdUserAuthenticationFeatureEnable = |FALSE gVirtualKeyboardFeaturePkgTokenSpaceGuid.PcdVirtualKeyboardFeatureEnable= |FALSE =20 + gPlatformPayloadPkgTokenSpaceGuid.PcdPayloadPackageFeatureEnable = |FALSE + # # There seems to be some build parsing odd behavior that requires this PCD= to be specified even though # the *.fdf that consumes it is dependent on the feature flag. diff --git a/Features/Intel/AdvancedFeaturePkg/Include/PostMemory.fdf b/Fea= tures/Intel/AdvancedFeaturePkg/Include/PostMemory.fdf index 99089f9a7b..a0975d4d43 100644 --- a/Features/Intel/AdvancedFeaturePkg/Include/PostMemory.fdf +++ b/Features/Intel/AdvancedFeaturePkg/Include/PostMemory.fdf @@ -76,3 +76,10 @@ !if gVirtualKeyboardFeaturePkgTokenSpaceGuid.PcdVirtualKeyboardFeatureEnab= le =3D=3D TRUE !include VirtualKeyboardFeaturePkg/Include/PostMemory.fdf !endif + +# +# Individual features +# +!if gPlatformPayloadPkgTokenSpaceGuid.PcdPayloadPackageFeatureEnable =3D= =3D TRUE + !include PlatformPayloadPkg/Include/PostMemory.fdf +!endif diff --git a/Features/Intel/AdvancedFeaturePkg/Include/PreMemory.fdf b/Feat= ures/Intel/AdvancedFeaturePkg/Include/PreMemory.fdf index 1db258446a..b2b821c9c4 100644 --- a/Features/Intel/AdvancedFeaturePkg/Include/PreMemory.fdf +++ b/Features/Intel/AdvancedFeaturePkg/Include/PreMemory.fdf @@ -76,3 +76,10 @@ !if gVirtualKeyboardFeaturePkgTokenSpaceGuid.PcdVirtualKeyboardFeatureEnab= le =3D=3D TRUE !include VirtualKeyboardFeaturePkg/Include/PreMemory.fdf !endif + +# +# Individual features +# +!if gPlatformPayloadPkgTokenSpaceGuid.PcdPayloadPackageFeatureEnable =3D= =3D TRUE + !include PlatformPayloadPkg/Include/PreMemory.fdf +!endif diff --git a/Features/Intel/PlatformPayloadPkg/Fvb/FvbInfo.c b/Features/Int= el/PlatformPayloadPkg/Fvb/FvbInfo.c new file mode 100644 index 0000000000..d6dcfeb4e1 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Fvb/FvbInfo.c @@ -0,0 +1,77 @@ +/** @file + + Copyright (c) 2014 - 2021, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#include +#include +#include +#include +#include +#include +#include + +#define FVB_MEDIA_BLOCK_SIZE 0x1000 + +typedef struct { + EFI_FIRMWARE_VOLUME_HEADER FvInfo; + EFI_FV_BLOCK_MAP_ENTRY End[1]; +} EFI_FVB2_MEDIA_INFO; + +// +// This data structure contains a template of FV header which is used to r= estore +// Fv header if it's corrupted. +// +EFI_FVB2_MEDIA_INFO mFvbMediaInfo =3D { + { + { 0, }, // ZeroVector[16] + EFI_SYSTEM_NV_DATA_FV_GUID, + 0, + EFI_FVH_SIGNATURE, + 0x0004feff, // check PiFirmwareVolume.h for details on EFI_FVB_ATT= RIBUTES_2 + sizeof (EFI_FIRMWARE_VOLUME_HEADER) + sizeof (EFI_FV_BLOCK_MAP_ENTRY), + 0, // CheckSum which will be calucated dynamically. + 0, // ExtHeaderOffset + { 0, }, + EFI_FVH_REVISION, + { + { + 0, + FVB_MEDIA_BLOCK_SIZE, + } + } + }, + { + { + 0, + 0 + } + } +}; + + +/** + Get a heathy FV header used for variable store recovery + + @retval The FV header. + +**/ +EFI_FIRMWARE_VOLUME_HEADER * +GetFvHeaderTemplate ( + VOID + ) +{ + EFI_FIRMWARE_VOLUME_HEADER *FvHeader; + UINTN FvSize; + + FvSize =3D PcdGet32 (PcdFlashNvStorageFtwSpareS= ize) * 2; + FvHeader =3D &mFvbMediaInfo.FvInfo; + FvHeader->FvLength =3D FvSize; + FvHeader->BlockMap[0].NumBlocks =3D (UINT32)(FvSize / FvHeader->BlockMap= [0].Length); + FvHeader->Checksum =3D 0; + FvHeader->Checksum =3D CalculateCheckSum16 ((UINT16 *)FvHea= der, FvHeader->HeaderLength); + + return FvHeader; +} diff --git a/Features/Intel/PlatformPayloadPkg/Fvb/FvbService.c b/Features/= Intel/PlatformPayloadPkg/Fvb/FvbService.c new file mode 100644 index 0000000000..1d19f3726b --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Fvb/FvbService.c @@ -0,0 +1,1088 @@ +/** @file +Firmware Volume Block Driver to provide FVB service. + + Copyright (c) 2014 - 2021, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#include "FvbService.h" + +// +// Global variable for this FVB driver which contains +// the private data of all firmware volume block instances +// +FWB_GLOBAL mFvbModuleGlobal; + +FV_MEMMAP_DEVICE_PATH mFvMemmapDevicePathTemplate =3D { + { + { + HARDWARE_DEVICE_PATH, + HW_MEMMAP_DP, + { + (UINT8)(sizeof (MEMMAP_DEVICE_PATH)), + (UINT8)(sizeof (MEMMAP_DEVICE_PATH) >> 8) + } + }, + EfiMemoryMappedIO, + (EFI_PHYSICAL_ADDRESS)0, + (EFI_PHYSICAL_ADDRESS)0, + }, + { + END_DEVICE_PATH_TYPE, + END_ENTIRE_DEVICE_PATH_SUBTYPE, + { + END_DEVICE_PATH_LENGTH, + 0 + } + } +}; + +FV_PIWG_DEVICE_PATH mFvPIWGDevicePathTemplate =3D { + { + { + MEDIA_DEVICE_PATH, + MEDIA_PIWG_FW_VOL_DP, + { + (UINT8)(sizeof (MEDIA_FW_VOL_DEVICE_PATH)), + (UINT8)(sizeof (MEDIA_FW_VOL_DEVICE_PATH) >> 8) + } + }, + { 0 } + }, + { + END_DEVICE_PATH_TYPE, + END_ENTIRE_DEVICE_PATH_SUBTYPE, + { + END_DEVICE_PATH_LENGTH, + 0 + } + } +}; + +EFI_FW_VOL_BLOCK_DEVICE mFvbDeviceTemplate =3D { + FVB_DEVICE_SIGNATURE, + NULL, + 0, // Instance + { + FvbProtocolGetAttributes, + FvbProtocolSetAttributes, + FvbProtocolGetPhysicalAddress, + FvbProtocolGetBlockSize, + FvbProtocolRead, + FvbProtocolWrite, + FvbProtocolEraseBlocks, + NULL + } // FwVolBlockInstance +}; + +/** + Get the pointer to EFI_FW_VOL_INSTANCE from the buffer pointed + by mFvbModuleGlobal.FvInstance based on a index. + Each EFI_FW_VOL_INSTANCE is with variable length as + we have a block map at the end of the EFI_FIRMWARE_VOLUME_HEADER. + + @param[in] Instance The index of the EFI_FW_VOL_INSTANCE. + + @return A pointer to EFI_FW_VOL_INSTANCE. + +**/ +EFI_FW_VOL_INSTANCE * +GetFvbInstance ( + IN UINTN Instance + ) +{ + EFI_FW_VOL_INSTANCE *FwhRecord; + + if ( Instance >=3D mFvbModuleGlobal.NumFv ) { + ASSERT_EFI_ERROR (EFI_INVALID_PARAMETER); + return NULL; + } + + // + // Find the right instance of the FVB private data + // + FwhRecord =3D mFvbModuleGlobal.FvInstance; + while ( Instance > 0 ) { + FwhRecord =3D (EFI_FW_VOL_INSTANCE *)((UINTN)((UINT8 *)FwhRecord) + + FwhRecord->VolumeHeader.HeaderLeng= th + + (sizeof (EFI_FW_VOL_INSTANCE) - si= zeof (EFI_FIRMWARE_VOLUME_HEADER))); + Instance--; + } + + return FwhRecord; +} + +/** + Get the EFI_FVB_ATTRIBUTES_2 of a FV. + + @param[in] Instance The index of the EFI_FW_VOL_INSTANCE. + + @retval EFI_FVB_ATTRIBUTES_2 of the FV identified by Instance. + +**/ +STATIC +EFI_FVB_ATTRIBUTES_2 +FvbGetVolumeAttributes ( + IN UINTN Instance + ) +{ + EFI_FW_VOL_INSTANCE *FwInstance; + + FwInstance =3D GetFvbInstance (Instance); + ASSERT (FwInstance !=3D NULL); + + if (FwInstance =3D=3D NULL) { + return 0; + } + + return FwInstance->VolumeHeader.Attributes; +} + +/** + Retrieves the starting address of an LBA in an FV. It also + return a few other attribut of the FV. + + @param[in] Instance The index of the EFI_FW_VOL_INSTANCE. + @param[in] Lba The logical block address + @param[out] LbaAddress On output, contains the physical starting ad= dress + of the Lba + @param[out] LbaLength On output, contains the length of the block + @param[out] NumOfBlocks A pointer to a caller allocated UINTN in whi= ch the + number of consecutive blocks starting with L= ba is + returned. All blocks in this range have a si= ze of + BlockSize + + @retval EFI_SUCCESS Successfully returns + @retval EFI_INVALID_PARAMETER Instance not found + +**/ +STATIC +EFI_STATUS +FvbGetLbaAddress ( + IN UINTN Instance, + IN EFI_LBA Lba, + OUT UINTN *LbaAddress, + OUT UINTN *LbaLength, + OUT UINTN *NumOfBlocks + ) +{ + UINT32 NumBlocks; + UINT32 BlockLength; + UINTN Offset; + EFI_LBA StartLba; + EFI_LBA NextLba; + EFI_FW_VOL_INSTANCE *FwhInstance; + EFI_FV_BLOCK_MAP_ENTRY *BlockMap; + + // + // Find the right instance of the FVB private data + // + FwhInstance =3D GetFvbInstance (Instance); + if (FwhInstance =3D=3D NULL) { + return EFI_INVALID_PARAMETER; + } + + StartLba =3D 0; + Offset =3D 0; + BlockMap =3D &FwhInstance->VolumeHeader.BlockMap[0]; + ASSERT (BlockMap !=3D NULL); + + // + // Parse the blockmap of the FV to find which map entry the Lba belongs = to + // + while (TRUE) { + if ( BlockMap !=3D NULL) { + NumBlocks =3D BlockMap->NumBlocks; + BlockLength =3D BlockMap->Length; + } + + if ((NumBlocks =3D=3D 0) || (BlockLength =3D=3D 0)) { + return EFI_INVALID_PARAMETER; + } + + NextLba =3D StartLba + NumBlocks; + + // + // The map entry found + // + if ((Lba >=3D StartLba) && (Lba < NextLba)) { + Offset =3D Offset + (UINTN)MultU64x32 ((Lba - StartLba), BlockLength= ); + if (LbaAddress !=3D NULL) { + *LbaAddress =3D FwhInstance->FvBase + Offset; + } + + if (LbaLength !=3D NULL) { + *LbaLength =3D BlockLength; + } + + if (NumOfBlocks !=3D NULL) { + *NumOfBlocks =3D (UINTN)(NextLba - Lba); + } + + return EFI_SUCCESS; + } + + StartLba =3D NextLba; + Offset =3D Offset + NumBlocks * BlockLength; + BlockMap++; + } +} + +/** + Reads specified number of bytes into a buffer from the specified block + + @param[in] Instance The FV instance to be read from + @param[in] Lba The logical block address to be read from + @param[in] BlockOffset Offset into the block at which to begin = reading + @param[in, out] NumBytes Pointer that on input contains the total= size of + the buffer. On output, it contains the t= otal number + of bytes read + @param[in] Buffer Pointer to a caller allocated buffer tha= t will be + used to hold the data read + + + @retval EFI_SUCCESS The firmware volume was read success= fully and + contents are in Buffer + @retval EFI_BAD_BUFFER_SIZE Read attempted across a LBA boundary= . On output, + NumBytes contains the total number o= f bytes returned + in Buffer + @retval EFI_ACCESS_DENIED The firmware volume is in the ReadDi= sabled state + @retval EFI_DEVICE_ERROR The block device is not functioning = correctly and + could not be read + @retval EFI_INVALID_PARAMETER Instance not found, or NumBytes, B= uffer are NULL + +**/ +STATIC +EFI_STATUS +FvbReadBlock ( + IN UINTN Instance, + IN EFI_LBA Lba, + IN UINTN BlockOffset, + IN OUT UINTN *NumBytes, + IN UINT8 *Buffer + ) +{ + EFI_FVB_ATTRIBUTES_2 Attributes; + UINTN LbaAddress; + UINTN LbaLength; + EFI_STATUS Status; + EFI_STATUS ReadStatus; + + if ((NumBytes =3D=3D NULL) || (Buffer =3D=3D NULL)) { + return (EFI_INVALID_PARAMETER); + } + + if (*NumBytes =3D=3D 0) { + return (EFI_INVALID_PARAMETER); + } + + Status =3D FvbGetLbaAddress (Instance, Lba, &LbaAddress, &LbaLength, NUL= L); + if (EFI_ERROR (Status)) { + return Status; + } + + Attributes =3D FvbGetVolumeAttributes (Instance); + + if ((Attributes & EFI_FVB2_READ_STATUS) =3D=3D 0) { + return (EFI_ACCESS_DENIED); + } + + if (BlockOffset > LbaLength) { + return (EFI_INVALID_PARAMETER); + } + + if (LbaLength < (*NumBytes + BlockOffset)) { + *NumBytes =3D (UINT32)(LbaLength - BlockOffset); + Status =3D EFI_BAD_BUFFER_SIZE; + } + + ReadStatus =3D LibFvbFlashDeviceRead (LbaAddress + BlockOffset, NumBytes= , Buffer); + if (EFI_ERROR (ReadStatus)) { + return ReadStatus; + } + + return Status; +} + +/** + Writes specified number of bytes from the input buffer to the block + + @param[in] Instance The FV instance to be written to + @param[in] Lba The starting logical block index to write = to + @param[in] BlockOffset Offset into the block at which to begin wr= iting + @param[in, out] NumBytes Pointer that on input contains the total s= ize of + the buffer. On output, it contains the to= tal number + of bytes actually written + @param[in] Buffer Pointer to a caller allocated buffer that = contains + the source for the write + @retval EFI_SUCCESS The firmware volume was written successf= ully + @retval EFI_BAD_BUFFER_SIZE Write attempted across a LBA boundary. O= n output, + NumBytes contains the total number of by= tes + actually written + @retval EFI_ACCESS_DENIED The firmware volume is in the WriteDisab= led state + @retval EFI_DEVICE_ERROR The block device is not functioning corr= ectly and + could not be written + @retval EFI_INVALID_PARAMETER Instance not found, or NumBytes, Buffe= r are NULL + +**/ +EFI_STATUS +FvbWriteBlock ( + IN UINTN Instance, + IN EFI_LBA Lba, + IN UINTN BlockOffset, + IN OUT UINTN *NumBytes, + IN UINT8 *Buffer + ) +{ + EFI_FVB_ATTRIBUTES_2 Attributes; + UINTN LbaAddress; + UINTN LbaLength; + EFI_STATUS Status; + + if ((NumBytes =3D=3D NULL) || (Buffer =3D=3D NULL)) { + return (EFI_INVALID_PARAMETER); + } + + if (*NumBytes =3D=3D 0) { + return (EFI_INVALID_PARAMETER); + } + + Status =3D FvbGetLbaAddress (Instance, Lba, &LbaAddress, &LbaLength, NUL= L); + if (EFI_ERROR (Status)) { + return Status; + } + + // + // Check if the FV is write enabled + // + Attributes =3D FvbGetVolumeAttributes (Instance); + if ((Attributes & EFI_FVB2_WRITE_STATUS) =3D=3D 0) { + return EFI_ACCESS_DENIED; + } + + // + // Perform boundary checks and adjust NumBytes + // + if (BlockOffset > LbaLength) { + return EFI_INVALID_PARAMETER; + } + + if ( LbaLength < (*NumBytes + BlockOffset)) { + DEBUG (( + DEBUG_ERROR, + "FvWriteBlock: Reducing Numbytes from 0x%x to 0x%x\n", + *NumBytes, + (UINT32)(LbaLength - BlockOffset) + )); + *NumBytes =3D (UINT32)(LbaLength - BlockOffset); + return EFI_BAD_BUFFER_SIZE; + } + + LibFvbFlashDeviceBlockLock (LbaAddress, LbaLength, FALSE); + Status =3D LibFvbFlashDeviceWrite (LbaAddress + BlockOffset, NumBytes, B= uffer); + + LibFvbFlashDeviceBlockLock (LbaAddress, LbaLength, TRUE); + WriteBackInvalidateDataCacheRange ((VOID *)(LbaAddress + BlockOffset), *= NumBytes); + return Status; +} + +/** + Erases and initializes a firmware volume block + + @param[in] Instance The FV instance to be erased + @param[in] Lba The logical block index to be erased + + @retval EFI_SUCCESS The erase request was successfully completed + @retval EFI_ACCESS_DENIED The firmware volume is in the WriteDisabled = state + @retval EFI_DEVICE_ERROR The block device is not functioning correctl= y and + could not be written. Firmware device may ha= ve been + partially erased + @retval EFI_INVALID_PARAMETER Instance not found + +**/ +EFI_STATUS +FvbEraseBlock ( + IN UINTN Instance, + IN EFI_LBA Lba + ) +{ + EFI_FVB_ATTRIBUTES_2 Attributes; + UINTN LbaAddress; + UINTN LbaLength; + EFI_STATUS Status; + + // + // Check if the FV is write enabled + // + Attributes =3D FvbGetVolumeAttributes (Instance); + + if ((Attributes & EFI_FVB2_WRITE_STATUS) =3D=3D 0) { + return (EFI_ACCESS_DENIED); + } + + // + // Get the starting address of the block for erase. + // + Status =3D FvbGetLbaAddress (Instance, Lba, &LbaAddress, &LbaLength, NUL= L); + if (EFI_ERROR (Status)) { + return Status; + } + + LibFvbFlashDeviceBlockLock (LbaAddress, LbaLength, FALSE); + + Status =3D LibFvbFlashDeviceBlockErase (LbaAddress, LbaLength); + + LibFvbFlashDeviceBlockLock (LbaAddress, LbaLength, TRUE); + + WriteBackInvalidateDataCacheRange ((VOID *)LbaAddress, LbaLength); + + return Status; +} + +/** + Modifies the current settings of the firmware volume according to the + input parameter, and returns the new setting of the volume + + @param[in] Instance The FV instance whose attributes is go= ing to be + modified + @param[in, out] Attributes On input, it is a pointer to EFI_FVB_A= TTRIBUTES_2 + containing the desired firmware volume= settings. + On successful return, it contains the = new settings + of the firmware volume + + @retval EFI_SUCCESS Successfully returns + @retval EFI_ACCESS_DENIED The volume setting is locked and canno= t be modified + @retval EFI_INVALID_PARAMETER Instance not found, or The attributes = requested are + in conflict with the capabilities as d= eclared in the + firmware volume header + +**/ +STATIC +EFI_STATUS +FvbSetVolumeAttributes ( + IN UINTN Instance, + IN OUT EFI_FVB_ATTRIBUTES_2 *Attributes + ) +{ + EFI_FW_VOL_INSTANCE *FwhInstance; + EFI_FVB_ATTRIBUTES_2 OldAttributes; + EFI_FVB_ATTRIBUTES_2 *AttribPtr; + EFI_FVB_ATTRIBUTES_2 UnchangedAttributes; + UINT32 Capabilities; + UINT32 OldStatus; + UINT32 NewStatus; + + // + // Find the right instance of the FVB private data + // + FwhInstance =3D GetFvbInstance (Instance); + if (FwhInstance =3D=3D NULL) { + return EFI_INVALID_PARAMETER; + } + + AttribPtr =3D (EFI_FVB_ATTRIBUTES_2 *)&(FwhInstance->VolumeHeader.Attrib= utes); + ASSERT (AttribPtr !=3D NULL); + if ( AttribPtr =3D=3D NULL) { + return EFI_INVALID_PARAMETER; + } + + OldAttributes =3D *AttribPtr; + Capabilities =3D OldAttributes & EFI_FVB2_CAPABILITIES; + OldStatus =3D OldAttributes & EFI_FVB2_STATUS; + NewStatus =3D *Attributes & EFI_FVB2_STATUS; + + UnchangedAttributes =3D EFI_FVB2_READ_DISABLED_CAP | \ + EFI_FVB2_READ_ENABLED_CAP | \ + EFI_FVB2_WRITE_DISABLED_CAP | \ + EFI_FVB2_WRITE_ENABLED_CAP | \ + EFI_FVB2_LOCK_CAP | \ + EFI_FVB2_STICKY_WRITE | \ + EFI_FVB2_MEMORY_MAPPED | \ + EFI_FVB2_ERASE_POLARITY | \ + EFI_FVB2_READ_LOCK_CAP | \ + EFI_FVB2_WRITE_LOCK_CAP | \ + EFI_FVB2_ALIGNMENT; + + // + // Some attributes of FV is read only can *not* be set + // + if ((OldAttributes & UnchangedAttributes) ^ (*Attributes & UnchangedAttr= ibutes)) { + return EFI_INVALID_PARAMETER; + } + + // + // If firmware volume is locked, no status bit can be updated + // + if ((OldAttributes & EFI_FVB2_LOCK_STATUS) !=3D 0) { + if ((OldStatus ^ NewStatus) !=3D 0) { + return EFI_ACCESS_DENIED; + } + } + + // + // Test read disable + // + if ((Capabilities & EFI_FVB2_READ_DISABLED_CAP) =3D=3D 0) { + if ((NewStatus & EFI_FVB2_READ_STATUS) =3D=3D 0) { + return EFI_INVALID_PARAMETER; + } + } + + // + // Test read enable + // + if ((Capabilities & EFI_FVB2_READ_ENABLED_CAP) =3D=3D 0) { + if ((NewStatus & EFI_FVB2_READ_STATUS) !=3D 0) { + return EFI_INVALID_PARAMETER; + } + } + + // + // Test write disable + // + if ((Capabilities & EFI_FVB2_WRITE_DISABLED_CAP) =3D=3D 0) { + if ((NewStatus & EFI_FVB2_WRITE_STATUS) =3D=3D 0) { + return EFI_INVALID_PARAMETER; + } + } + + // + // Test write enable + // + if ((Capabilities & EFI_FVB2_WRITE_ENABLED_CAP) =3D=3D 0) { + if ((NewStatus & EFI_FVB2_WRITE_STATUS) !=3D 0) { + return EFI_INVALID_PARAMETER; + } + } + + // + // Test lock + // + if ((Capabilities & EFI_FVB2_LOCK_CAP) =3D=3D 0) { + if ((NewStatus & EFI_FVB2_LOCK_STATUS) !=3D 0) { + return EFI_INVALID_PARAMETER; + } + } + + *AttribPtr =3D (*AttribPtr) & (0xFFFFFFFF & (~EFI_FVB2_STATUS)); + *AttribPtr =3D (*AttribPtr) | NewStatus; + *Attributes =3D *AttribPtr; + + return EFI_SUCCESS; +} + +/** + Retrieves the physical address of the device. + + @param[in] This A pointer to EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL. + @param[out] Address Output buffer containing the address. + + @retval EFI_SUCCESS The function always return successfully. + @retval EFI_INVALID_PARAMETER Instance not found. + +**/ +EFI_STATUS +EFIAPI +FvbProtocolGetPhysicalAddress ( + IN CONST EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *This, + OUT EFI_PHYSICAL_ADDRESS *Address + ) +{ + EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; + EFI_FW_VOL_INSTANCE *FwhInstance; + + FvbDevice =3D FVB_DEVICE_FROM_THIS (This); + FwhInstance =3D GetFvbInstance (FvbDevice->Instance); + if (FwhInstance =3D=3D NULL) { + return EFI_INVALID_PARAMETER; + } + + *Address =3D FwhInstance->FvBase; + return EFI_SUCCESS; +} + +/** + Retrieve the size of a logical block + + @param[in] This Calling context + @param[in] Lba Indicates which block to return the size for. + @param[out] BlockSize A pointer to a caller allocated UINTN in which + the size of the block is returned + @param[out] NumOfBlocks A pointer to a caller allocated UINTN in which t= he + number of consecutive blocks starting with Lba is + returned. All blocks in this range have a size of + BlockSize + + @retval EFI_SUCCESS The function always return successfully. + +**/ +EFI_STATUS +EFIAPI +FvbProtocolGetBlockSize ( + IN CONST EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *This, + IN EFI_LBA Lba, + OUT UINTN *BlockSize, + OUT UINTN *NumOfBlocks + ) +{ + EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; + + FvbDevice =3D FVB_DEVICE_FROM_THIS (This); + return FvbGetLbaAddress (FvbDevice->Instance, Lba, NULL, BlockSize, NumO= fBlocks); +} + +/** + Retrieves Volume attributes. No polarity translations are done. + + @param[in] This Calling context + @param[out] Attributes Output buffer which contains attributes + + @retval EFI_SUCCESS The function always return successfully. + +**/ +EFI_STATUS +EFIAPI +FvbProtocolGetAttributes ( + IN CONST EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *This, + OUT EFI_FVB_ATTRIBUTES_2 *Attributes + ) +{ + EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; + + FvbDevice =3D FVB_DEVICE_FROM_THIS (This); + *Attributes =3D FvbGetVolumeAttributes (FvbDevice->Instance); + + return EFI_SUCCESS; +} + +/** + Sets Volume attributes. No polarity translations are done. + + @param[in] This Calling context + @param[in, out] Attributes Output buffer which contains attributes + + @retval EFI_SUCCESS The function always return successfully. + +**/ +EFI_STATUS +EFIAPI +FvbProtocolSetAttributes ( + IN CONST EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *This, + IN OUT EFI_FVB_ATTRIBUTES_2 *Attributes + ) +{ + EFI_STATUS Status; + EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; + + FvbDevice =3D FVB_DEVICE_FROM_THIS (This); + Status =3D FvbSetVolumeAttributes (FvbDevice->Instance, Attributes); + return Status; +} + +/** + This function erases one or more blocks as denoted by the + variable argument list. The entire parameter list of blocks must be veri= fied + prior to erasing any blocks. If a block is requested that does not exist + within the associated firmware volume (it has a larger index than the la= st + block of the firmware volume), the EraseBlock() function must return + EFI_INVALID_PARAMETER without modifying the contents of the firmware vol= ume. + + @param[in] This Calling context + @param[in] ... Starting LBA followed by Number of Lba to erase. + a -1 to terminate the list. + + @retval EFI_SUCCESS The erase request was successfully completed + @retval EFI_ACCESS_DENIED The firmware volume is in the WriteDisabled st= ate + @retval EFI_DEVICE_ERROR The block device is not functioning correctly = and + could not be written. Firmware device may have= been + partially erased + +**/ +EFI_STATUS +EFIAPI +FvbProtocolEraseBlocks ( + IN CONST EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *This, + ... + ) +{ + EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; + EFI_FW_VOL_INSTANCE *FwhInstance; + UINTN NumOfBlocks; + VA_LIST args; + EFI_LBA StartingLba; + UINTN NumOfLba; + EFI_STATUS Status; + + FvbDevice =3D FVB_DEVICE_FROM_THIS (This); + FwhInstance =3D GetFvbInstance (FvbDevice->Instance); + if (FwhInstance =3D=3D NULL) { + return EFI_OUT_OF_RESOURCES; + } + + NumOfBlocks =3D FwhInstance->NumOfBlocks; + VA_START (args, This); + + do { + StartingLba =3D VA_ARG (args, EFI_LBA); + if ( StartingLba =3D=3D EFI_LBA_LIST_TERMINATOR ) { + break; + } + + NumOfLba =3D VA_ARG (args, UINT32); + + // + // Check input parameters + // + if (NumOfLba =3D=3D 0) { + VA_END (args); + return EFI_INVALID_PARAMETER; + } + + if ((StartingLba + NumOfLba) > NumOfBlocks ) { + return EFI_INVALID_PARAMETER; + } + } while (1); + + VA_END (args); + + VA_START (args, This); + do { + StartingLba =3D VA_ARG (args, EFI_LBA); + if (StartingLba =3D=3D EFI_LBA_LIST_TERMINATOR) { + break; + } + + NumOfLba =3D VA_ARG (args, UINT32); + + while ( NumOfLba > 0 ) { + Status =3D FvbEraseBlock (FvbDevice->Instance, StartingLba); + if ( EFI_ERROR (Status)) { + VA_END (args); + return Status; + } + + StartingLba++; + NumOfLba--; + } + } while (1); + + VA_END (args); + + return EFI_SUCCESS; +} + +/** + Writes data beginning at Lba:Offset from FV. The write terminates either + when *NumBytes of data have been written, or when a block boundary is + reached. *NumBytes is updated to reflect the actual number of bytes + written. The write opertion does not include erase. This routine will + attempt to write only the specified bytes. If the writes do not stick, + it will return an error. + + @param[in] This Calling context + @param[in] Lba Block in which to begin write + @param[in] Offset Offset in the block at which to begin write + @param[in,out] NumBytes On input, indicates the requested write size. = On + output, indicates the actual number of bytes w= ritten + @param[in] Buffer Buffer containing source data for the write. + + @retval EFI_SUCCESS The firmware volume was written successful= ly + @retval EFI_BAD_BUFFER_SIZE Write attempted across a LBA boundary. On = output, + NumBytes contains the total number of bytes + actually written + @retval EFI_ACCESS_DENIED The firmware volume is in the WriteDisable= d state + @retval EFI_DEVICE_ERROR The block device is not functioning correc= tly and + could not be written + @retval EFI_INVALID_PARAMETER NumBytes or Buffer are NULL + +**/ +EFI_STATUS +EFIAPI +FvbProtocolWrite ( + IN CONST EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *This, + IN EFI_LBA Lba, + IN UINTN Offset, + IN OUT UINTN *NumBytes, + IN UINT8 *Buffer + ) +{ + EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; + EFI_STATUS Status; + + FvbDevice =3D FVB_DEVICE_FROM_THIS (This); + Status =3D FvbWriteBlock (FvbDevice->Instance, Lba, Offset, NumBytes,= Buffer); + DEBUG (( + DEBUG_VERBOSE, + "FvbWrite: Lba: 0x%lx Offset: 0x%x NumBytes: 0x%x, Buffer: 0x%x Status= :%r\n", + Lba, + Offset, + *NumBytes, + Buffer, + Status + )); + + return Status; +} + +/** + Reads data beginning at Lba:Offset from FV. The Read terminates either + when *NumBytes of data have been read, or when a block boundary is + reached. *NumBytes is updated to reflect the actual number of bytes + written. The write opertion does not include erase. This routine will + attempt to write only the specified bytes. If the writes do not stick, + it will return an error. + + @param[in] This Calling context + @param[in] Lba Block in which to begin write + @param[in] Offset Offset in the block at which to begin write + @param[in,out] NumBytes On input, indicates the requested write size. = On + output, indicates the actual number of bytes w= ritten + @param[out] Buffer Buffer containing source data for the write. + + +Returns: + @retval EFI_SUCCESS The firmware volume was read successfully = and + contents are in Buffer + @retval EFI_BAD_BUFFER_SIZE Read attempted across a LBA boundary. On o= utput, + NumBytes contains the total number of byte= s returned + in Buffer + @retval EFI_ACCESS_DENIED The firmware volume is in the ReadDisabled= state + @retval EFI_DEVICE_ERROR The block device is not functioning correc= tly and + could not be read + @retval EFI_INVALID_PARAMETER NumBytes or Buffer are NULL + +**/ +EFI_STATUS +EFIAPI +FvbProtocolRead ( + IN CONST EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *This, + IN EFI_LBA Lba, + IN UINTN Offset, + IN OUT UINTN *NumBytes, + OUT UINT8 *Buffer + ) +{ + EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; + EFI_STATUS Status; + + FvbDevice =3D FVB_DEVICE_FROM_THIS (This); + Status =3D FvbReadBlock (FvbDevice->Instance, Lba, Offset, NumBytes, = Buffer); + DEBUG (( + DEBUG_VERBOSE, + "FvbRead: Lba: 0x%lx Offset: 0x%x NumBytes: 0x%x, Buffer: 0x%x, Status= :%r\n", + Lba, + Offset, + *NumBytes, + Buffer, + Status + )); + + return Status; +} + +/** + Check the integrity of firmware volume header in FvBase + + @param[in] FvBase A pointer to firmware volume base address. + + @retval TRUE The firmware volume is consistent + @retval FALSE The firmware volume has corrupted. + +**/ +BOOLEAN +IsFvHeaderValid ( + IN EFI_PHYSICAL_ADDRESS FvBase + ) +{ + UINT16 Sum; + EFI_FIRMWARE_VOLUME_HEADER *FwVolHeader; + + FwVolHeader =3D (EFI_FIRMWARE_VOLUME_HEADER *)(UINTN)FvBase; + if (FvBase =3D=3D PcdGet32 (PcdFlashNvStorageVariableBase)) { + if (CompareMem (&FwVolHeader->FileSystemGuid, &gEfiSystemNvDataFvGuid,= sizeof (EFI_GUID)) !=3D 0 ) { + DEBUG ((DEBUG_INFO, " --FileSystemGuid not match: %g\n", &FwVolHead= er->FileSystemGuid)); + return FALSE; + } + } else { + if (CompareMem (&FwVolHeader->FileSystemGuid, &gEfiFirmwareFileSystem2= Guid, sizeof (EFI_GUID)) !=3D 0 ) { + DEBUG ((DEBUG_INFO, " --not expected guid.\n")); + return FALSE; + } + } + + if ((FwVolHeader->Revision !=3D EFI_FVH_REVISION) || + (FwVolHeader->Signature !=3D EFI_FVH_SIGNATURE) || + (FwVolHeader->FvLength =3D=3D ((UINTN)-1)) || + ((FwVolHeader->HeaderLength & 0x01) !=3D 0)) + { + DEBUG ((DEBUG_INFO, " -- >Revision =3D 0x%x, Signature =3D 0x%x\n", F= wVolHeader->Revision, FwVolHeader->Signature)); + DEBUG ((DEBUG_INFO, " -- >FvLength =3D 0x%lx, HeaderLength =3D 0x%x\n= ", FwVolHeader->FvLength, FwVolHeader->HeaderLength)); + return FALSE; + } + + Sum =3D CalculateSum16 ((UINT16 *)FwVolHeader, FwVolHeader->HeaderLength= ); + if (Sum !=3D 0) { + DEBUG ((DEBUG_INFO, "error: checksum: 0x%04X (expect 0x0)\n", Sum)); + return FALSE; + } + + return TRUE; +} + +/** + Get intial variable data. + + @param[out] VarData Valid variable data. + @param[out] VarSize Valid variable size. + + @retval RETURN_SUCCESS Successfully found initial variable data. + @retval RETURN_NOT_FOUND Failed to find the variable data file from= FV. + @retval EFI_INVALID_PARAMETER VarData or VarSize is null. + +**/ +EFI_STATUS +GetInitialVariableData ( + OUT VOID **VarData, + OUT UINTN *VarSize + ) +{ + EFI_STATUS Status; + VOID *ImageData; + UINTN ImageSize; + EFI_FIRMWARE_VOLUME_HEADER *FvHeader; + VARIABLE_STORE_HEADER *VariableStore; + AUTHENTICATED_VARIABLE_HEADER *Variable; + UINTN VariableSize; + UINTN VarEndAddr; + + if ((VarData =3D=3D NULL) || (VarSize =3D=3D NULL)) { + return EFI_INVALID_PARAMETER; + } + + Status =3D GetSectionFromAnyFv (PcdGetPtr (PcdNvsDataFile), EFI_SECTION_= RAW, 0, &ImageData, &ImageSize); + if (EFI_ERROR (Status)) { + return Status; + } + + FvHeader =3D (EFI_FIRMWARE_VOLUME_HEADER *)ImageData; + VariableStore =3D (VARIABLE_STORE_HEADER *)((UINT8 *)ImageData + FvHeade= r->HeaderLength); + VarEndAddr =3D (UINTN)VariableStore + VariableStore->Size; + Variable =3D (AUTHENTICATED_VARIABLE_HEADER *)HEADER_ALIGN (Variabl= eStore + 1); + *VarData =3D (VOID *)Variable; + while (((UINTN)Variable < VarEndAddr)) { + if (Variable->StartId !=3D VARIABLE_DATA) { + break; + } + + VariableSize =3D sizeof (AUTHENTICATED_VARIABLE_HEADER) + Variable->Da= taSize + Variable->NameSize; + Variable =3D (AUTHENTICATED_VARIABLE_HEADER *)HEADER_ALIGN ((UINTN= )Variable + VariableSize); + } + + *VarSize =3D (UINTN)Variable - HEADER_ALIGN (VariableStore + 1); + + return EFI_SUCCESS; +} + +/** + The function does the necessary initialization work for + Firmware Volume Block Driver. + + @retval EFI_SUCCESS This funtion always return EFI_SUCCESS. + It will ASSERT on errors. + +**/ +EFI_STATUS +FvbInitialize ( + VOID + ) +{ + EFI_FW_VOL_INSTANCE *FwVolInstance; + EFI_FIRMWARE_VOLUME_HEADER *FvHeader; + EFI_FV_BLOCK_MAP_ENTRY *BlockMap; + EFI_PHYSICAL_ADDRESS BaseAddress; + UINTN WriteAddr; + EFI_STATUS Status; + UINTN BufferSize; + UINTN Length; + VARIABLE_STORE_HEADER VariableStore; + VOID *VarData; + + BaseAddress =3D PcdGet32 (PcdFlashNvStorageVariableBase); + FvHeader =3D (EFI_FIRMWARE_VOLUME_HEADER *)(UINTN)BaseAddress; + + // + // Check FV header and variable store header + // + if (!IsFvHeaderValid (BaseAddress)) { + // + // Write back a healthy FV header + // + DEBUG ((DEBUG_ERROR, "Fvb: Writing back a healthy FV header: 0x%lx\n",= BaseAddress)); + FvHeader =3D GetFvHeaderTemplate (); + LibFvbFlashDeviceBlockLock ((UINTN)BaseAddress, FvHeader->BlockMap->Le= ngth, FALSE); + + Status =3D LibFvbFlashDeviceBlockErase ((UINTN)BaseAddress, FvHeader->= BlockMap->Length); + ASSERT_EFI_ERROR (Status); + + Length =3D FvHeader->HeaderLength; + WriteAddr =3D (UINTN)BaseAddress; + Status =3D LibFvbFlashDeviceWrite (WriteAddr, &Length, (UINT8 *)Fv= Header); + WriteAddr +=3D Length; + ASSERT_EFI_ERROR (Status); + + // + // Write back variable store header + // + VariableStore.Size =3D PcdGet32 (PcdFlashNvStorageVariableSize) - Fv= Header->HeaderLength; + VariableStore.Format =3D VARIABLE_STORE_FORMATTED; + VariableStore.State =3D VARIABLE_STORE_HEALTHY; + CopyGuid (&VariableStore.Signature, &gEfiAuthenticatedVariableGuid); + BufferSize =3D sizeof (VARIABLE_STORE_HEADER); + Status =3D LibFvbFlashDeviceWrite (WriteAddr, &BufferSize, (UINT8 = *)&VariableStore); + WriteAddr +=3D BufferSize; + ASSERT_EFI_ERROR (Status); + + // + // Write initial variable data if found + // + Status =3D GetInitialVariableData (&VarData, &Length); + if (!EFI_ERROR (Status)) { + Status =3D LibFvbFlashDeviceWrite (WriteAddr, &Length, (UINT8 *)VarD= ata); + ASSERT_EFI_ERROR (Status); + } + + LibFvbFlashDeviceBlockLock ((UINTN)BaseAddress, FvHeader->BlockMap->Le= ngth, TRUE); + WriteBackInvalidateDataCacheRange ((VOID *)(UINTN)BaseAddress, FvHeade= r->BlockMap->Length); + } + + // + // Create a new FW volume instance for NVS variable + // + BufferSize =3D FvHeader->HeaderLength + sizeof (EFI_FW_VOL_INSTANCE) = - sizeof (EFI_FIRMWARE_VOLUME_HEADER); + FwVolInstance =3D (EFI_FW_VOL_INSTANCE *)AllocateRuntimeZeroPool (Buffer= Size); + if (FwVolInstance =3D=3D NULL) { + return EFI_OUT_OF_RESOURCES; + } + + FwVolInstance->FvBase =3D (UINTN)BaseAddress; + CopyMem (&FwVolInstance->VolumeHeader, FvHeader, FvHeader->HeaderLength); + + // + // Process the block map for each FV. Assume it has same block size. + // + FwVolInstance->NumOfBlocks =3D 0; + FvHeader =3D &FwVolInstance->VolumeHeader; + for (BlockMap =3D FvHeader->BlockMap; BlockMap->NumBlocks !=3D 0; BlockM= ap++) { + FwVolInstance->NumOfBlocks +=3D BlockMap->NumBlocks; + } + + // + // Add a FVB Protocol Instance + // + Status =3D InstallFvbProtocol (FwVolInstance, mFvbModuleGlobal.NumFv); + mFvbModuleGlobal.NumFv++; + mFvbModuleGlobal.FvInstance =3D FwVolInstance; + + return Status; +} diff --git a/Features/Intel/PlatformPayloadPkg/Fvb/FvbService.h b/Features/= Intel/PlatformPayloadPkg/Fvb/FvbService.h new file mode 100644 index 0000000000..54428d8391 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Fvb/FvbService.h @@ -0,0 +1,185 @@ +/** @file +The header file for Firmware volume block driver. + +Copyright (c) 2014 - 2021, Intel Corporation. All rights reserved.
+SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#ifndef FW_BLOCK_SERVICE_H_ +#define FW_BLOCK_SERVICE_H_ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +// +// Define two helper macro to extract the Capability field or Status field= in FVB +// bit fields +// +#define EFI_FVB2_CAPABILITIES (EFI_FVB2_READ_DISABLED_CAP |\ + EFI_FVB2_READ_ENABLED_CAP | \ + EFI_FVB2_WRITE_DISABLED_CAP | \ + EFI_FVB2_WRITE_ENABLED_CAP | \ + EFI_FVB2_LOCK_CAP \ + ) + +#define EFI_FVB2_STATUS (EFI_FVB2_READ_STATUS | EFI_FVB2_WRITE_STATUS | E= FI_FVB2_LOCK_STATUS) + +typedef struct { + UINTN FvBase; + UINTN NumOfBlocks; + // + // Note!!!: VolumeHeader must be the last element + // of the structure. + // + EFI_FIRMWARE_VOLUME_HEADER VolumeHeader; +} EFI_FW_VOL_INSTANCE; + +typedef struct { + EFI_FW_VOL_INSTANCE *FvInstance; + UINT32 NumFv; + UINT32 Flags; +} FWB_GLOBAL; + +// +// Fvb Protocol instance data +// +#define FVB_DEVICE_FROM_THIS(a) CR(a, EFI_FW_VOL_BLOCK_DEVICE, FwV= olBlockInstance, FVB_DEVICE_SIGNATURE) +#define FVB_EXTEND_DEVICE_FROM_THIS(a) CR(a, EFI_FW_VOL_BLOCK_DEVICE, Fvb= Extension, FVB_DEVICE_SIGNATURE) +#define FVB_DEVICE_SIGNATURE SIGNATURE_32('F','V','B','C') + +typedef struct { + MEDIA_FW_VOL_DEVICE_PATH FvDevPath; + EFI_DEVICE_PATH_PROTOCOL EndDevPath; +} FV_PIWG_DEVICE_PATH; + +typedef struct { + MEMMAP_DEVICE_PATH MemMapDevPath; + EFI_DEVICE_PATH_PROTOCOL EndDevPath; +} FV_MEMMAP_DEVICE_PATH; + +typedef struct { + UINT32 Signature; + EFI_DEVICE_PATH_PROTOCOL *DevicePath; + UINTN Instance; + EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL FwVolBlockInstance; +} EFI_FW_VOL_BLOCK_DEVICE; + +/** + Get a heathy FV header used for variable store recovery + + @retval The FV header. + +**/ +EFI_FIRMWARE_VOLUME_HEADER * +GetFvHeaderTemplate ( + VOID + ); + +EFI_STATUS +InitVariableStore ( + VOID + ); + +// +// Protocol APIs +// +EFI_STATUS +EFIAPI +FvbProtocolGetAttributes ( + IN CONST EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *This, + OUT EFI_FVB_ATTRIBUTES_2 *Attributes + ); + +EFI_STATUS +EFIAPI +FvbProtocolSetAttributes ( + IN CONST EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *This, + IN OUT EFI_FVB_ATTRIBUTES_2 *Attributes + ); + +EFI_STATUS +EFIAPI +FvbProtocolGetPhysicalAddress ( + IN CONST EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *This, + OUT EFI_PHYSICAL_ADDRESS *Address + ); + +EFI_STATUS +EFIAPI +FvbProtocolGetBlockSize ( + IN CONST EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *This, + IN EFI_LBA Lba, + OUT UINTN *BlockSize, + OUT UINTN *NumOfBlocks + ); + +EFI_STATUS +EFIAPI +FvbProtocolRead ( + IN CONST EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *This, + IN EFI_LBA Lba, + IN UINTN Offset, + IN OUT UINTN *NumBytes, + OUT UINT8 *Buffer + ); + +EFI_STATUS +EFIAPI +FvbProtocolWrite ( + IN CONST EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *This, + IN EFI_LBA Lba, + IN UINTN Offset, + IN OUT UINTN *NumBytes, + IN UINT8 *Buffer + ); + +EFI_STATUS +EFIAPI +FvbProtocolEraseBlocks ( + IN CONST EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *This, + ... + ); + +EFI_FW_VOL_INSTANCE * +GetFvbInstance ( + IN UINTN Instance + ); + +EFI_STATUS +InstallFvbProtocol ( + IN EFI_FW_VOL_INSTANCE *FwhInstance, + IN UINTN InstanceNum + ); + +EFI_STATUS +FvbInitialize ( + VOID + ); + +extern FWB_GLOBAL mFvbModuleGlobal; +extern EFI_FW_VOL_BLOCK_DEVICE mFvbDeviceTemplate; +extern FV_MEMMAP_DEVICE_PATH mFvMemmapDevicePathTemplate; +extern FV_PIWG_DEVICE_PATH mFvPIWGDevicePathTemplate; + +#endif diff --git a/Features/Intel/PlatformPayloadPkg/Fvb/FvbServiceSmm.c b/Featur= es/Intel/PlatformPayloadPkg/Fvb/FvbServiceSmm.c new file mode 100644 index 0000000000..e2b87a74d2 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Fvb/FvbServiceSmm.c @@ -0,0 +1,139 @@ +/** @file + SMM Firmware Volume Block Driver. + + Copyright (c) 2014 - 2021, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#include +#include +#include "FvbSmmCommon.h" +#include "FvbService.h" + +/** + The function installs EFI_SMM_FIRMWARE_VOLUME_BLOCK protocol + for each FV in the system. + + @param[in] FwhInstance The pointer to a FW volume instance structure, + which contains the information about one FV. + @param[in] InstanceNum The instance number which can be used as a ID + to locate this FwhInstance in other functions. + + @retval EFI_SUCESS Installed successfully. + @retval Else Did not install successfully. + +**/ +EFI_STATUS +InstallFvbProtocol ( + IN EFI_FW_VOL_INSTANCE *FwhInstance, + IN UINTN InstanceNum + ) +{ + EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; + EFI_FIRMWARE_VOLUME_HEADER *FwVolHeader; + EFI_STATUS Status; + EFI_HANDLE FvbHandle; + FV_MEMMAP_DEVICE_PATH *FvDevicePath; + VOID *TempPtr; + + FvbDevice =3D (EFI_FW_VOL_BLOCK_DEVICE *)AllocateRuntimeCopyPool ( + sizeof (EFI_FW_VOL_BLOCK_DEVICE= ), + &mFvbDeviceTemplate + ); + if (FvbDevice =3D=3D NULL) { + return EFI_OUT_OF_RESOURCES; + } + + FvbDevice->Instance =3D InstanceNum; + FwVolHeader =3D &FwhInstance->VolumeHeader; + + // + // Set up the devicepath + // + if (FwVolHeader->ExtHeaderOffset =3D=3D 0) { + // + // FV does not contains extension header, then produce MEMMAP_DEVICE_P= ATH + // + TempPtr =3D AllocateRuntimeCopyPool (sizeof (FV_MEMMAP_D= EVICE_PATH), &mFvMemmapDevicePathTemplate); + FvbDevice->DevicePath =3D (EFI_DEVICE_PATH_PROTOCOL *)TempPtr; + if (FvbDevice->DevicePath =3D=3D NULL) { + ASSERT (FALSE); + return EFI_OUT_OF_RESOURCES; + } + + FvDevicePath =3D (FV_MEMMAP_DEVICE_PATH= *)FvbDevice->DevicePath; + FvDevicePath->MemMapDevPath.StartingAddress =3D FwhInstance->FvBase; + FvDevicePath->MemMapDevPath.EndingAddress =3D FwhInstance->FvBase + = FwVolHeader->FvLength - 1; + } else { + TempPtr =3D AllocateRuntimeCopyPool (sizeof (FV_PIWG_DEV= ICE_PATH), &mFvPIWGDevicePathTemplate); + FvbDevice->DevicePath =3D (EFI_DEVICE_PATH_PROTOCOL *)TempPtr; + if (FvbDevice->DevicePath =3D=3D NULL) { + ASSERT (FALSE); + return EFI_OUT_OF_RESOURCES; + } + + CopyGuid ( + &((FV_PIWG_DEVICE_PATH *)FvbDevice->DevicePath)->FvDevPath.FvName, + (GUID *)(UINTN)(FwhInstance->FvBase + FwVolHeader->ExtHeaderOffset) + ); + } + + // + // Install the SMM Firmware Volume Block Protocol and Device Path Protoc= ol + // + FvbHandle =3D NULL; + Status =3D gSmst->SmmInstallProtocolInterface ( + &FvbHandle, + &gEfiSmmFirmwareVolumeBlockProtocolGuid, + EFI_NATIVE_INTERFACE, + &FvbDevice->FwVolBlockInstance + ); + ASSERT_EFI_ERROR (Status); + + Status =3D gSmst->SmmInstallProtocolInterface ( + &FvbHandle, + &gEfiDevicePathProtocolGuid, + EFI_NATIVE_INTERFACE, + FvbDevice->DevicePath + ); + ASSERT_EFI_ERROR (Status); + + // + // Notify the Fvb wrapper driver SMM fvb is ready + // + FvbHandle =3D NULL; + Status =3D gBS->InstallProtocolInterface ( + &FvbHandle, + &gEfiSmmFirmwareVolumeBlockProtocolGuid, + EFI_NATIVE_INTERFACE, + &FvbDevice->FwVolBlockInstance + ); + + return Status; +} + +/** + The driver entry point for SMM Firmware Volume Block Driver. + + The function does the necessary initialization work + Firmware Volume Block Driver. + + @param[in] ImageHandle The firmware allocated handle for the UEFI= image. + @param[in] SystemTable A pointer to the EFI system table. + + @retval EFI_SUCCESS This funtion always return EFI_SUCCESS. + It will ASSERT on errors. + +**/ +EFI_STATUS +EFIAPI +FvbSmmInitialize ( + IN EFI_HANDLE ImageHandle, + IN EFI_SYSTEM_TABLE *SystemTable + ) +{ + FvbInitialize (); + + return EFI_SUCCESS; +} diff --git a/Features/Intel/PlatformPayloadPkg/Fvb/FvbSmm.inf b/Features/In= tel/PlatformPayloadPkg/Fvb/FvbSmm.inf new file mode 100644 index 0000000000..a56654ba09 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Fvb/FvbSmm.inf @@ -0,0 +1,66 @@ +## @file +# This driver installs the EFI_SMM_FIRMWARE_VOLUMEN_PROTOCOL. +# +# +# Copyright (c) 2014 - 2021, Intel Corporation. All rights reserved.
+# +# SPDX-License-Identifier: BSD-2-Clause-Patent +# +## + +[Defines] + INF_VERSION =3D 0x00010005 + BASE_NAME =3D FvbSmm + FILE_GUID =3D A4EC8ADB-B7A8-47d1-8E52-EC820D0ACF6F + MODULE_TYPE =3D DXE_SMM_DRIVER + VERSION_STRING =3D 1.0 + PI_SPECIFICATION_VERSION =3D 0x0001000A + ENTRY_POINT =3D FvbSmmInitialize + +[Sources] + FvbInfo.c + FvbService.h + FvbService.c + FvbServiceSmm.c + FvbSmmCommon.h + +[Packages] + MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec + UefiCpuPkg/UefiCpuPkg.dec + PlatformPayloadPkg/PlatformPayloadPkg.dec + +[LibraryClasses] + FlashDeviceLib + PcdLib + MemoryAllocationLib + CacheMaintenanceLib + IoLib + BaseMemoryLib + DebugLib + BaseLib + UefiLib + SmmServicesTableLib + UefiBootServicesTableLib + UefiDriverEntryPoint + HobLib + DxeServicesLib + +[Guids] + gEfiFirmwareFileSystem2Guid # ALWAYS_CONSUMED + gEfiSystemNvDataFvGuid # ALWAYS_CONSUMED + gEfiAuthenticatedVariableGuid + gNvVariableInfoGuid + + [Protocols] + gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_PRODUCED + gEfiSmmFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_PRODUCED + +[Pcd] + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize + gPlatformPayloadPkgTokenSpaceGuid.PcdNvsDataFile + +[Depex] + TRUE diff --git a/Features/Intel/PlatformPayloadPkg/Fvb/FvbSmmCommon.h b/Feature= s/Intel/PlatformPayloadPkg/Fvb/FvbSmmCommon.h new file mode 100644 index 0000000000..0eadabe13f --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Fvb/FvbSmmCommon.h @@ -0,0 +1,68 @@ +/** @file + The common header file for SMM FVB module. + +Copyright (c) 2014 - 2021, Intel Corporation. All rights reserved.
+SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#ifndef SMM_FVB_COMMON_H_ +#define SMM_FVB_COMMON_H_ + +#include + +#define EFI_FUNCTION_GET_ATTRIBUTES 1 +#define EFI_FUNCTION_SET_ATTRIBUTES 2 +#define EFI_FUNCTION_GET_PHYSICAL_ADDRESS 3 +#define EFI_FUNCTION_GET_BLOCK_SIZE 4 +#define EFI_FUNCTION_READ 5 +#define EFI_FUNCTION_WRITE 6 +#define EFI_FUNCTION_ERASE_BLOCKS 7 + +typedef struct { + UINTN Function; + EFI_STATUS ReturnStatus; + UINT8 Data[1]; +} SMM_FVB_COMMUNICATE_FUNCTION_HEADER; + +/// +/// Size of SMM communicate header, without including the payload. +/// +#define SMM_COMMUNICATE_HEADER_SIZE (OFFSET_OF (EFI_SMM_COMMUNICATE_HEADE= R, Data)) + +/// +/// Size of SMM FVB communicate function header, without including the pay= load. +/// +#define SMM_FVB_COMMUNICATE_HEADER_SIZE (OFFSET_OF (SMM_FVB_COMMUNICATE_F= UNCTION_HEADER, Data)) + +typedef struct { + EFI_SMM_FIRMWARE_VOLUME_BLOCK_PROTOCOL *SmmFvb; + EFI_FVB_ATTRIBUTES_2 Attributes; +} SMM_FVB_ATTRIBUTES_HEADER; + +typedef struct { + EFI_SMM_FIRMWARE_VOLUME_BLOCK_PROTOCOL *SmmFvb; + EFI_PHYSICAL_ADDRESS Address; +} SMM_FVB_PHYSICAL_ADDRESS_HEADER; + +typedef struct { + EFI_SMM_FIRMWARE_VOLUME_BLOCK_PROTOCOL *SmmFvb; + EFI_LBA Lba; + UINTN BlockSize; + UINTN NumOfBlocks; +} SMM_FVB_BLOCK_SIZE_HEADER; + +typedef struct { + EFI_SMM_FIRMWARE_VOLUME_BLOCK_PROTOCOL *SmmFvb; + EFI_LBA Lba; + UINTN Offset; + UINTN NumBytes; +} SMM_FVB_READ_WRITE_HEADER; + +typedef struct { + EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *SmmFvb; + EFI_LBA StartLba; + UINTN NumOfLba; +} SMM_FVB_BLOCKS_HEADER; + +#endif diff --git a/Features/Intel/PlatformPayloadPkg/Include/Guid/NvVariableInfoG= uid.h b/Features/Intel/PlatformPayloadPkg/Include/Guid/NvVariableInfoGuid.h new file mode 100644 index 0000000000..fd0bd73529 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Include/Guid/NvVariableInfoGuid.h @@ -0,0 +1,24 @@ +/** @file + This file defines the hob structure for the SPI flash variable info. + + Copyright (c) 2021, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#ifndef NV_VARIABLE_INFO_GUID_H_ +#define NV_VARIABLE_INFO_GUID_H_ + +// +// NV variable hob info GUID +// +extern EFI_GUID gNvVariableInfoGuid; + +typedef struct { + UINT8 Revision; + UINT8 Reserved[3]; + UINT32 VariableStoreBase; + UINT32 VariableStoreSize; +} NV_VARIABLE_INFO; + +#endif diff --git a/Features/Intel/PlatformPayloadPkg/Include/Guid/SpiFlashInfoGui= d.h b/Features/Intel/PlatformPayloadPkg/Include/Guid/SpiFlashInfoGuid.h new file mode 100644 index 0000000000..59b81851d5 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Include/Guid/SpiFlashInfoGuid.h @@ -0,0 +1,38 @@ +/** @file + This file defines the hob structure for the SPI flash variable info. + + Copyright (c) 2017 - 2021, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#ifndef SPI_FLASH_INFO_GUID_H_ +#define SPI_FLASH_INFO_GUID_H_ + +#include +// +// SPI Flash infor hob GUID +// +extern EFI_GUID gSpiFlashInfoGuid; + +// +// Set this bit if platform need disable SMM write protection when writing= flash +// in SMM mode using this method: -- AsmWriteMsr32 (0x1FE, MmioRead32 (0x= FED30880) | BIT0); +// +#define FLAGS_SPI_DISABLE_SMM_WRITE_PROTECT BIT0 + +// +// Reuse ACPI definition +// +typedef EFI_ACPI_3_0_GENERIC_ADDRESS_STRUCTURE PLD_GENERIC_ADDRESS; +#define SPACE_ID_PCI_CONFIGURATION EFI_ACPI_3_0_PCI_CONFIGURATION_SPACE +#define REGISTER_BIT_WIDTH_DWORD EFI_ACPI_3_0_DWORD + +typedef struct { + UINT8 Revision; + UINT8 Reserved; + UINT16 Flags; + PLD_GENERIC_ADDRESS SpiAddress; +} SPI_FLASH_INFO; + +#endif diff --git a/Features/Intel/PlatformPayloadPkg/Include/Library/FlashDeviceL= ib.h b/Features/Intel/PlatformPayloadPkg/Include/Library/FlashDeviceLib.h new file mode 100644 index 0000000000..b5e8be225e --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Include/Library/FlashDeviceLib.h @@ -0,0 +1,104 @@ +/** @file + Flash device library class header file. + + Copyright (c) 2017 - 2021, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#ifndef FLASHDEVICE_LIB_H_ +#define FLASHDEVICE_LIB_H_ + +/** + Read NumBytes bytes of data from the address specified by + PAddress into Buffer. + + @param[in] PAddress The starting physical address of the read. + @param[in,out] NumBytes On input, the number of bytes to read. On ou= tput, the number + of bytes actually read. + @param[out] Buffer The destination data buffer for the read. + + @retval EFI_SUCCESS. Opertion is successful. + @retval EFI_DEVICE_ERROR If there is any device errors. + +**/ +EFI_STATUS +EFIAPI +LibFvbFlashDeviceRead ( + IN UINTN PAddress, + IN OUT UINTN *NumBytes, + OUT UINT8 *Buffer + ); + +/** + Write NumBytes bytes of data from Buffer to the address specified by + PAddresss. + + @param[in] PAddress The starting physical address of the write. + @param[in,out] NumBytes On input, the number of bytes to write. On outp= ut, + the actual number of bytes written. + @param[in] Buffer The source data buffer for the write. + + @retval EFI_SUCCESS. Opertion is successful. + @retval EFI_DEVICE_ERROR If there is any device errors. + +**/ +EFI_STATUS +EFIAPI +LibFvbFlashDeviceWrite ( + IN UINTN PAddress, + IN OUT UINTN *NumBytes, + IN UINT8 *Buffer + ); + +/** + Erase the block starting at PAddress. + + @param[in] PAddress The starting physical address of the region to be e= rased. + @param[in] LbaLength The length of the region to be erased. This para= meter is necessary + as the physical block size on a flash device could = be different than + the logical block size of Firmware Volume Block pro= tocol. Erase on + flash chip is always performed block by block. Ther= efore, the ERASE + operation to a logical block is converted a number = of ERASE operation + (or a partial erase) on the hardware. + + @retval EFI_SUCCESS. Opertion is successful. + @retval EFI_DEVICE_ERROR If there is any device errors. + +**/ +EFI_STATUS +EFIAPI +LibFvbFlashDeviceBlockErase ( + IN UINTN PAddress, + IN UINTN LbaLength + ); + +/** + Lock or unlock the block starting at PAddress. + + @param[in] PAddress The starting physical address of region to be (un)l= ocked. + @param[in] LbaLength The length of the region to be (un)locked. This = parameter is necessary + as the physical block size on a flash device could = be different than + the logical block size of Firmware Volume Block pro= tocol. (Un)Lock on + flash chip is always performed block by block. Ther= efore, the (Un)Lock + operation to a logical block is converted a number = of (Un)Lock operation + (or a partial erase) on the hardware. + @param[in] Lock TRUE to lock. FALSE to unlock. + + @retval EFI_SUCCESS. Opertion is successful. + +**/ +EFI_STATUS +EFIAPI +LibFvbFlashDeviceBlockLock ( + IN UINTN PAddress, + IN UINTN LbaLength, + IN BOOLEAN Lock + ); + +PHYSICAL_ADDRESS +EFIAPI +LibFvbFlashDeviceMemoryMap ( + ); + +#endif diff --git a/Features/Intel/PlatformPayloadPkg/Include/Library/SpiFlashLib.= h b/Features/Intel/PlatformPayloadPkg/Include/Library/SpiFlashLib.h new file mode 100644 index 0000000000..07f40502f2 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Include/Library/SpiFlashLib.h @@ -0,0 +1,213 @@ +/** @file + PCH SPI Common Driver implements the SPI Host Controller Compatibility I= nterface. + + Copyright (c) 2017 - 2021, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#ifndef SPI_FLASH_LIB_H_ +#define SPI_FLASH_LIB_H_ + +/** + Flash Region Type +**/ +typedef enum { + FlashRegionDescriptor, + FlashRegionBios, + FlashRegionMe, + FlashRegionGbE, + FlashRegionPlatformData, + FlashRegionDer, + FlashRegionAll, + FlashRegionMax +} FLASH_REGION_TYPE; + +/** + Read SFDP data from the flash part. + + @param[in] ComponentNumber The Component Number for chip select + @param[in] ByteCount Number of bytes in SFDP data portion of = the SPI cycle, the max number is 64 + @param[out] SfdpData The Pointer to caller-allocated buffer c= ontaining the SFDP data received + It is the caller's responsibility to mak= e sure Buffer is large enough for the total number of bytes read. + + @retval EFI_SUCCESS Command succeed. + @retval EFI_INVALID_PARAMETER The parameters specified are not valid. + @retval EFI_DEVICE_ERROR Device error, command aborts abnormally. +**/ +EFI_STATUS +EFIAPI +SpiFlashReadSfdp ( + IN UINT8 ComponentNumber, + IN UINT32 ByteCount, + OUT UINT8 *SfdpData + ); + +/** + Read Jedec Id from the flash part. + + @param[in] ComponentNumber The Component Number for chip select + @param[in] ByteCount Number of bytes in JedecId data portion = of the SPI cycle, the data size is 3 typically + @param[out] JedecId The Pointer to caller-allocated buffer c= ontaining JEDEC ID received + It is the caller's responsibility to mak= e sure Buffer is large enough for the total number of bytes read. + + @retval EFI_SUCCESS Command succeed. + @retval EFI_INVALID_PARAMETER The parameters specified are not valid. + @retval EFI_DEVICE_ERROR Device error, command aborts abnormally. +**/ +EFI_STATUS +EFIAPI +SpiFlashReadJedecId ( + IN UINT8 ComponentNumber, + IN UINT32 ByteCount, + OUT UINT8 *JedecId + ); + +/** + Write the status register in the flash part. + + @param[in] ByteCount Number of bytes in Status data portion o= f the SPI cycle, the data size is 1 typically + @param[in] StatusValue The Pointer to caller-allocated buffer c= ontaining the value of Status register writing + + @retval EFI_SUCCESS Command succeed. + @retval EFI_INVALID_PARAMETER The parameters specified are not valid. + @retval EFI_DEVICE_ERROR Device error, command aborts abnormally. +**/ +EFI_STATUS +EFIAPI +SpiFlashWriteStatus ( + IN UINT32 ByteCount, + IN UINT8 *StatusValue + ); + +/** + Read status register in the flash part. + + @param[in] ByteCount Number of bytes in Status data portion o= f the SPI cycle, the data size is 1 typically + @param[out] StatusValue The Pointer to caller-allocated buffer c= ontaining the value of Status register received. + + @retval EFI_SUCCESS Command succeed. + @retval EFI_INVALID_PARAMETER The parameters specified are not valid. + @retval EFI_DEVICE_ERROR Device error, command aborts abnormally. +**/ +EFI_STATUS +EFIAPI +SpiFlashReadStatus ( + IN UINT32 ByteCount, + OUT UINT8 *StatusValue + ); + +/** + Read SC Soft Strap Values + + @param[in] SoftStrapAddr SC Soft Strap address offset from FPSBA. + @param[in] ByteCount Number of bytes in SoftStrap data portio= n of the SPI cycle + @param[out] SoftStrapValue The Pointer to caller-allocated buffer c= ontaining SC Soft Strap Value. + It is the caller's responsibility to mak= e sure Buffer is large enough for the total number of bytes read. + + @retval EFI_SUCCESS Command succeed. + @retval EFI_INVALID_PARAMETER The parameters specified are not valid. + @retval EFI_DEVICE_ERROR Device error, command aborts abnormally. +**/ +EFI_STATUS +EFIAPI +SpiReadPchSoftStrap ( + IN UINT32 SoftStrapAddr, + IN UINT32 ByteCount, + OUT UINT8 *SoftStrapValue + ); + +/** + Read data from the flash part. + + @param[in] FlashRegionType The Flash Region type for flash cycle wh= ich is listed in the Descriptor. + @param[in] Address The Flash Linear Address must fall withi= n a region for which BIOS has access permissions. + @param[in] ByteCount Number of bytes in the data portion of t= he SPI cycle. + @param[out] Buffer The Pointer to caller-allocated buffer c= ontaining the dada received. + It is the caller's responsibility to mak= e sure Buffer is large enough for the total number of bytes read. + + @retval EFI_SUCCESS Command succeed. + @retval EFI_INVALID_PARAMETER The parameters specified are not valid. + @retval EFI_DEVICE_ERROR Device error, command aborts abnormally. +**/ +EFI_STATUS +EFIAPI +SpiFlashRead ( + IN FLASH_REGION_TYPE FlashRegionType, + IN UINT32 Address, + IN UINT32 ByteCount, + OUT UINT8 *Buffer + ); + +/** + Erase some area on the flash part. + + @param[in] FlashRegionType The Flash Region type for flash cycle wh= ich is listed in the Descriptor. + @param[in] Address The Flash Linear Address must fall withi= n a region for which BIOS has access permissions. + @param[in] ByteCount Number of bytes in the data portion of t= he SPI cycle. + + @retval EFI_SUCCESS Command succeed. + @retval EFI_INVALID_PARAMETER The parameters specified are not valid. + @retval EFI_DEVICE_ERROR Device error, command aborts abnormally. +**/ +EFI_STATUS +EFIAPI +SpiFlashErase ( + IN FLASH_REGION_TYPE FlashRegionType, + IN UINT32 Address, + IN UINT32 ByteCount + ); + +/** + Write data to the flash part. + + @param[in] FlashRegionType The Flash Region type for flash cycle wh= ich is listed in the Descriptor. + @param[in] Address The Flash Linear Address must fall withi= n a region for which BIOS has access permissions. + @param[in] ByteCount Number of bytes in the data portion of t= he SPI cycle. + @param[in] Buffer Pointer to caller-allocated buffer conta= ining the data sent during the SPI cycle. + + @retval EFI_SUCCESS Command succeed. + @retval EFI_INVALID_PARAMETER The parameters specified are not valid. + @retval EFI_DEVICE_ERROR Device error, command aborts abnormally. +**/ +EFI_STATUS +EFIAPI +SpiFlashWrite ( + IN FLASH_REGION_TYPE FlashRegionType, + IN UINT32 Address, + IN UINT32 ByteCount, + IN UINT8 *Buffer + ); + +/** + Initialize an SPI library. + + @retval EFI_SUCCESS The protocol instance was properly initi= alized + @retval EFI_NOT_FOUND The expected SPI info could not be found +**/ +EFI_STATUS +EFIAPI +SpiConstructor ( + VOID + ); + +/** + Get the SPI region base and size, based on the enum type + + @param[in] FlashRegionType The Flash Region type for for the base a= ddress which is listed in the Descriptor. + @param[out] BaseAddress The Flash Linear Address for the Region = 'n' Base + @param[out] RegionSize The size for the Region 'n' + + @retval EFI_SUCCESS Read success + @retval EFI_INVALID_PARAMETER Invalid region type given + @retval EFI_DEVICE_ERROR The region is not used +**/ +EFI_STATUS +EFIAPI +SpiGetRegionAddress ( + IN FLASH_REGION_TYPE FlashRegionType, + OUT UINT32 *BaseAddress OPTIONAL, + OUT UINT32 *RegionSize OPTIONAL + ); + +#endif diff --git a/Features/Intel/PlatformPayloadPkg/Include/PlatformPayloadFeatu= re.dsc b/Features/Intel/PlatformPayloadPkg/Include/PlatformPayloadFeature.d= sc new file mode 100644 index 0000000000..3003c563c9 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Include/PlatformPayloadFeature.dsc @@ -0,0 +1,112 @@ +## @file +# This is a build description file for the Payload Platform advanced featu= re. +# This file should be included into another package DSC file to build this= feature. +# +# Copyright (c) 2022, Intel Corporation. All rights reserved.
+# +# SPDX-License-Identifier: BSD-2-Clause-Patent +# +## + +##########################################################################= ###### +# +# Defines Section - statements that will be processed to create a Makefile. +# +##########################################################################= ###### + +[Defines] + !ifndef $(DXE_ARCH) + !error "DXE_ARCH must be specified to build this feature!" + !endif + + DEFINE SMM_VARIABLE =3D TRUE + + +##########################################################################= ###### +# +# PCD definitions section - list of all PCD definitions needed by this Pla= tform. +# +##########################################################################= ###### + +[PcdsPatchableInModule.X64] +!if $(SMM_VARIABLE) =3D=3D TRUE + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0 + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0 + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase |0 + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize |0 + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0 + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize |0 + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase |0 +!endif + +##########################################################################= ###### +# +# Library Class section - list of all Library Classes needed by this featu= re. +# +##########################################################################= ###### + +[LibraryClasses] + !if $(SMM_VARIABLE) =3D=3D TRUE + PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf + PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf + # (Optional for variable modules debug output + PlatformHookLib|UefiPayloadPkg/Library/PlatformHookLib/PlatformHookLib= .inf + DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/Bas= eDebugPrintErrorLevelLib.inf + PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf + DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.= inf + !endif + +[LibraryClasses.common.DXE_SMM_DRIVER,LibraryClasses.common.DXE_RUNTIME_DR= IVER] + !if $(SMM_VARIABLE) =3D=3D TRUE + SpiFlashLib|PlatformPayloadPkg/Library/SpiFlashLib/SpiFlashLib.inf + FlashDeviceLib|PlatformPayloadPkg/Library/FlashDeviceLib/FlashDeviceLi= b.inf + DxeHobListLib|UefiPayloadPkg/Library/DxeHobListLib/DxeHobListLib.inf + HobLib|UefiPayloadPkg/Library/DxeHobLib/DxeHobLib.inf + TimerLib|UefiCpuPkg/Library/CpuTimerLib/BaseCpuTimerLib.inf + !endif + +##########################################################################= ###### +# +# Component section - list of all components that need built for this feat= ure. +# +# Note: The EDK II DSC file is not used to specify how compiled binary ima= ges get placed +# into firmware volume images. This section is just a list of module= s to compile from +# source into UEFI-compliant binaries. +# It is the FDF file that contains information on combining binary f= iles into firmware +# volume images, whose concept is beyond UEFI and is described in PI= specification. +# There may also be modules listed in this section that are not requ= ired in the FDF file, +# When a module listed here is excluded from FDF file, then UEFI-com= pliant binary will be +# generated for it, but the binary will not be put into any firmware= volume. +# +##########################################################################= ###### +# +# Feature DXE Components +# + +# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzi= lla.tianocore.org/show_bug.cgi?id=3D2308 +# is completed. +[Components.X64] + # + # SMM Variable Support + # + !if $(SMM_VARIABLE) =3D=3D TRUE + PlatformPayloadPkg/PchSmiDispatchSmm/PchSmiDispatchSmm.inf + PlatformPayloadPkg/Fvb/FvbSmm.inf { + + NULL|PlatformPayloadPkg/Library/PcdInitLib/PcdInitLib.inf + } + MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf { + + NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf + NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf + NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf + NULL|MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf + NULL|PlatformPayloadPkg/Library/PcdInitLib/PcdInitLib.inf + } + + MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf= { + + NULL|PlatformPayloadPkg/Library/PcdInitLib/PcdInitLib.inf + } + MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf + !endif diff --git a/Features/Intel/PlatformPayloadPkg/Include/PostMemory.fdf b/Fea= tures/Intel/PlatformPayloadPkg/Include/PostMemory.fdf new file mode 100644 index 0000000000..54800b972c --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Include/PostMemory.fdf @@ -0,0 +1,20 @@ +## @file +# FDF file for post-memory ACPI Debug advanced feature modules. +# +# Copyright (c) 2022, Intel Corporation. All rights reserved.
+# +# SPDX-License-Identifier: BSD-2-Clause-Patent +# +## + +# +# SMM Support +# +!if $(SMM_VARIABLE) =3D=3D TRUE + INF PlatformPayloadPkg/PchSmiDispatchSmm/PchSmiDispatchSmm.inf + INF PlatformPayloadPkg/Fvb/FvbSmm.inf + INF MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.i= nf + INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf + INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf + +!endif diff --git a/Features/Intel/PlatformPayloadPkg/Include/PreMemory.fdf b/Feat= ures/Intel/PlatformPayloadPkg/Include/PreMemory.fdf new file mode 100644 index 0000000000..003b7a3e56 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Include/PreMemory.fdf @@ -0,0 +1,8 @@ +## @file +# FDF file for pre-memory payload platform advanced feature modules. +# +# Copyright (c) 2022, Intel Corporation. All rights reserved.
+# +# SPDX-License-Identifier: BSD-2-Clause-Patent +# +## diff --git a/Features/Intel/PlatformPayloadPkg/Library/FlashDeviceLib/Flash= DeviceLib.c b/Features/Intel/PlatformPayloadPkg/Library/FlashDeviceLib/Flas= hDeviceLib.c new file mode 100644 index 0000000000..5a27043285 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Library/FlashDeviceLib/FlashDeviceL= ib.c @@ -0,0 +1,160 @@ +/** @file + Flash Device Library based on SPI Flash library. + +Copyright (c) 2018 - 2021, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#include +#include +#include +#include + +/** + Initialize spi flash device. + + @retval EFI_SUCCESS The tested spi flash device is supporte= d. + @retval EFI_UNSUPPORTED The tested spi flash device is not supp= orted. + +**/ +EFI_STATUS +EFIAPI +LibFvbFlashDeviceInit ( + VOID + ) +{ + return SpiConstructor (); +} + +/** + Read NumBytes bytes of data from the address specified by + PAddress into Buffer. + + @param[in] PAddress The starting physical address of the read. + @param[in,out] NumBytes On input, the number of bytes to read. On = output, the number + of bytes actually read. + @param[out] Buffer The destination data buffer for the read. + + @retval EFI_SUCCESS. Opertion is successful. + @retval EFI_DEVICE_ERROR If there is any device errors. + +**/ +EFI_STATUS +EFIAPI +LibFvbFlashDeviceRead ( + IN UINTN PAddress, + IN OUT UINTN *NumBytes, + OUT UINT8 *Buffer + ) +{ + EFI_STATUS Status; + UINT32 ByteCount; + UINT32 RgnSize; + UINT32 AddrOffset; + + Status =3D SpiGetRegionAddress (FlashRegionBios, NULL, &RgnSize); + if (EFI_ERROR (Status)) { + return Status; + } + + // BIOS region offset can be calculated by (PAddress - (0x100000000 - Rg= nSize)) + // which equal (PAddress + RgnSize) here. + AddrOffset =3D (UINT32)((UINT32)PAddress + RgnSize); + ByteCount =3D (UINT32)*NumBytes; + return SpiFlashRead (FlashRegionBios, AddrOffset, ByteCount, Buffer); +} + +/** + Write NumBytes bytes of data from Buffer to the address specified by + PAddresss. + + @param[in] PAddress The starting physical address of the wri= te. + @param[in,out] NumBytes On input, the number of bytes to write. = On output, + the actual number of bytes written. + @param[in] Buffer The source data buffer for the write. + + @retval EFI_SUCCESS. Opertion is successful. + @retval EFI_DEVICE_ERROR If there is any device errors. + +**/ +EFI_STATUS +EFIAPI +LibFvbFlashDeviceWrite ( + IN UINTN PAddress, + IN OUT UINTN *NumBytes, + IN UINT8 *Buffer + ) +{ + EFI_STATUS Status; + UINT32 ByteCount; + UINT32 RgnSize; + UINT32 AddrOffset; + + Status =3D SpiGetRegionAddress (FlashRegionBios, NULL, &RgnSize); + if (EFI_ERROR (Status)) { + return Status; + } + + // BIOS region offset can be calculated by (PAddress - (0x100000000 - Rg= nSize)) + // which equal (PAddress + RgnSize) here. + AddrOffset =3D (UINT32)((UINT32)PAddress + RgnSize); + ByteCount =3D (UINT32)*NumBytes; + return SpiFlashWrite (FlashRegionBios, AddrOffset, ByteCount, Buffer); +} + +/** + Erase the block starting at PAddress. + + @param[in] PAddress The starting physical address of the block t= o be erased. + This library assume that caller garantee tha= t the PAddress + is at the starting address of this block. + @param[in] LbaLength The length of the logical block to be erased. + + @retval EFI_SUCCESS. Opertion is successful. + @retval EFI_DEVICE_ERROR If there is any device errors. + +**/ +EFI_STATUS +EFIAPI +LibFvbFlashDeviceBlockErase ( + IN UINTN PAddress, + IN UINTN LbaLength + ) +{ + EFI_STATUS Status; + UINT32 RgnSize; + UINT32 AddrOffset; + + Status =3D SpiGetRegionAddress (FlashRegionBios, NULL, &RgnSize); + if (EFI_ERROR (Status)) { + return Status; + } + + // BIOS region offset can be calculated by (PAddress - (0x100000000 - Rg= nSize)) + // which equal (PAddress + RgnSize) here. + AddrOffset =3D (UINT32)((UINT32)PAddress + RgnSize); + return SpiFlashErase (FlashRegionBios, AddrOffset, (UINT32)LbaLength); +} + +/** + Lock or unlock the block starting at PAddress. + + @param[in] PAddress The starting physical address of region to b= e (un)locked. + @param[in] LbaLength The length of the logical block to be erased. + @param[in] Lock TRUE to lock. FALSE to unlock. + + @retval EFI_SUCCESS. Opertion is successful. + @retval EFI_DEVICE_ERROR If there is any device errors. + +**/ +EFI_STATUS +EFIAPI +LibFvbFlashDeviceBlockLock ( + IN UINTN PAddress, + IN UINTN LbaLength, + IN BOOLEAN Lock + ) +{ + return EFI_SUCCESS; +} diff --git a/Features/Intel/PlatformPayloadPkg/Library/FlashDeviceLib/Flash= DeviceLib.inf b/Features/Intel/PlatformPayloadPkg/Library/FlashDeviceLib/Fl= ashDeviceLib.inf new file mode 100644 index 0000000000..7285a37944 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Library/FlashDeviceLib/FlashDeviceL= ib.inf @@ -0,0 +1,38 @@ +## @file +# Library instace of Flash Device Library Class +# +# This library implement the flash device library class for the lakeport p= latform. +#@copyright +# Copyright (c) 2014 - 2021 Intel Corporation. All rights reserved +# SPDX-License-Identifier: BSD-2-Clause-Patent +# +## + +[Defines] + INF_VERSION =3D 0x00010005 + BASE_NAME =3D FlashDeviceLib + FILE_GUID =3D BA7CA537-1C65-4a90-9379-622A24A08141 + MODULE_TYPE =3D DXE_DRIVER + VERSION_STRING =3D 1.0 + LIBRARY_CLASS =3D FlashDeviceLib | DXE_SMM_DRIVER DXE_R= UNTIME_DRIVER + + +# +# The following information is for reference only and not required by the = build tools. +# +# VALID_ARCHITECTURES =3D IA32 X64 +# + +[Sources] + FlashDeviceLib.c + +[Packages] + MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec + PlatformPayloadPkg/PlatformPayloadPkg.dec + +[LibraryClasses] + DebugLib + BaseMemoryLib + SpiFlashLib + diff --git a/Features/Intel/PlatformPayloadPkg/Library/PcdInitLib/PcdInitLi= b.c b/Features/Intel/PlatformPayloadPkg/Library/PcdInitLib/PcdInitLib.c new file mode 100644 index 0000000000..4ea89582f3 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Library/PcdInitLib/PcdInitLib.c @@ -0,0 +1,89 @@ +/** @file + + Copyright (c) 2022, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#include +#include +#include +#include +#include +#include +#include + + +/** + Initialize the variable store + + @retval EFI_SUCCESS if initialize the store success. + +**/ +EFI_STATUS +PcdInitConstructor ( + VOID + ) +{ + EFI_STATUS Status; + UINT32 NvStorageBase; + UINT32 NvStorageSize; + UINT32 NvVariableSize; + UINT32 FtwWorkingSize; + UINT32 FtwSpareSize; + EFI_HOB_GUID_TYPE *GuidHob; + NV_VARIABLE_INFO *NvVariableInfo; + + // + // Find SPI flash variable hob + // + GuidHob =3D GetFirstGuidHob (&gNvVariableInfoGuid); + if (GuidHob =3D=3D NULL) { + ASSERT (FALSE); + return EFI_NOT_FOUND; + } + + NvVariableInfo =3D (NV_VARIABLE_INFO *)GET_GUID_HOB_DATA (GuidHob); + + // + // Get variable region base and size. + // + NvStorageSize =3D NvVariableInfo->VariableStoreSize; + NvStorageBase =3D NvVariableInfo->VariableStoreBase; + + // + // NvStorageBase needs to be 4KB aligned, NvStorageSize needs to be 8KB = * n + // + if (((NvStorageBase & (SIZE_4KB - 1)) !=3D 0) || ((NvStorageSize & (SIZE= _8KB - 1)) !=3D 0)) { + return EFI_INVALID_PARAMETER; + } + + FtwSpareSize =3D NvStorageSize / 2; + FtwWorkingSize =3D 0x2000; + NvVariableSize =3D NvStorageSize / 2 - FtwWorkingSize; + DEBUG ((DEBUG_INFO, "NvStorageBase:0x%x, NvStorageSize:0x%x\n", NvStorag= eBase, NvStorageSize)); + + if (NvVariableSize >=3D 0x80000000) { + return EFI_INVALID_PARAMETER; + } + + Status =3D PcdSet32S (PcdFlashNvStorageVariableSize, NvVariableSize); + ASSERT_EFI_ERROR (Status); + Status =3D PcdSet32S (PcdFlashNvStorageVariableBase, NvStorageBase); + ASSERT_EFI_ERROR (Status); + Status =3D PcdSet64S (PcdFlashNvStorageVariableBase64, NvStorageBase); + ASSERT_EFI_ERROR (Status); + + Status =3D PcdSet32S (PcdFlashNvStorageFtwWorkingSize, FtwWorkingSize); + ASSERT_EFI_ERROR (Status); + Status =3D PcdSet32S (PcdFlashNvStorageFtwWorkingBase, NvStorageBase + N= vVariableSize); + ASSERT_EFI_ERROR (Status); + + Status =3D PcdSet32S (PcdFlashNvStorageFtwSpareSize, FtwSpareSize); + ASSERT_EFI_ERROR (Status); + Status =3D PcdSet32S (PcdFlashNvStorageFtwSpareBase, NvStorageBase + Ftw= SpareSize); + ASSERT_EFI_ERROR (Status); + + return EFI_SUCCESS; +} + diff --git a/Features/Intel/PlatformPayloadPkg/Library/PcdInitLib/PcdInitLi= b.inf b/Features/Intel/PlatformPayloadPkg/Library/PcdInitLib/PcdInitLib.inf new file mode 100644 index 0000000000..05411b00d8 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Library/PcdInitLib/PcdInitLib.inf @@ -0,0 +1,50 @@ +## @file +# Initialize patchable PCDs using HOB info +# +# Copyright (c) 2022, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent +# +## + +[Defines] + INF_VERSION =3D 0x00010005 + BASE_NAME =3D PcdInitLib + FILE_GUID =3D 2C4A8902-B55A-472E-9845-3B931CE68071 + MODULE_TYPE =3D BASE + VERSION_STRING =3D 1.0 + LIBRARY_CLASS =3D NULL + CONSTRUCTOR =3D PcdInitConstructor + +# +# The following information is for reference only and not required by the = build tools. +# +# VALID_ARCHITECTURES =3D IA32 X64 +# + +[Sources] + PcdInitLib.c + +[Packages] + MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec + PlatformPayloadPkg/PlatformPayloadPkg.dec + +[LibraryClasses] + BaseLib + PcdLib + PciLib + HobLib + BaseLib + +[Guids] + gNvVariableInfoGuid + +[Pcd] + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64 + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase + gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase + diff --git a/Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/PchSpi.c= b/Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/PchSpi.c new file mode 100644 index 0000000000..18f4a0ba3f --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/PchSpi.c @@ -0,0 +1,170 @@ +/** @file + + Copyright (c) 2017-2021, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ +#include "SpiCommon.h" + +/** + Acquire SPI MMIO BAR. + + @param[in] PchSpiBase PCH SPI PCI Base Address + + @retval Return SPI BAR Address + +**/ +UINT32 +AcquireSpiBar0 ( + IN UINTN PchSpiBase + ) +{ + return MmioRead32 (PchSpiBase + R_SPI_BASE) & ~(B_SPI_BAR0_MASK); +} + +/** + Release SPI MMIO BAR. Do nothing. + + @param[in] PchSpiBase PCH SPI PCI Base Address + +**/ +VOID +ReleaseSpiBar0 ( + IN UINTN PchSpiBase + ) +{ +} + +/** + This function is to enable/disable BIOS Write Protect in SMM phase. + + @param[in] EnableSmmSts Flag to Enable/disable Bios write protect + +**/ +VOID +CpuSmmDisableBiosWriteProtect ( + IN BOOLEAN EnableSmmSts + ) +{ + UINT32 Data32; + + if (EnableSmmSts) { + // + // Disable BIOS Write Protect in SMM phase. + // + Data32 =3D MmioRead32 ((UINTN)(0xFED30880)) | (UINT32)(BIT0); + AsmWriteMsr32 (0x000001FE, Data32); + } else { + // + // Enable BIOS Write Protect in SMM phase + // + Data32 =3D MmioRead32 ((UINTN)(0xFED30880)) & (UINT32)(~BIT0); + AsmWriteMsr32 (0x000001FE, Data32); + } + + // + // Read FED30880h back to ensure the setting went through. + // + Data32 =3D MmioRead32 (0xFED30880); +} + +/** + This function is a hook for Spi to disable BIOS Write Protect. + + @param[in] PchSpiBase PCH SPI PCI Base Address + @param[in] CpuSmmBwp Need to disable CPU SMM Bios write prote= ction or not + + @retval EFI_SUCCESS The protocol instance was properly initi= alized + @retval EFI_ACCESS_DENIED The BIOS Region can only be updated in S= MM phase + +**/ +EFI_STATUS +EFIAPI +DisableBiosWriteProtect ( + IN UINTN PchSpiBase, + IN UINT8 CpuSmmBwp + ) +{ + // + // Write clear BC_SYNC_SS prior to change WPD from 0 to 1. + // + MmioOr8 (PchSpiBase + R_SPI_BCR + 1, (B_SPI_BCR_SYNC_SS >> 8)); + + // + // Enable the access to the BIOS space for both read and write cycles + // + MmioOr8 (PchSpiBase + R_SPI_BCR, B_SPI_BCR_BIOSWE); + + if (CpuSmmBwp !=3D 0) { + CpuSmmDisableBiosWriteProtect (TRUE); + } + + return EFI_SUCCESS; +} + +/** + This function is a hook for Spi to enable BIOS Write Protect. + + @param[in] PchSpiBase PCH SPI PCI Base Address + @param[in] CpuSmmBwp Need to disable CPU SMM Bios write prote= ction or not + +**/ +VOID +EFIAPI +EnableBiosWriteProtect ( + IN UINTN PchSpiBase, + IN UINT8 CpuSmmBwp + ) +{ + // + // Disable the access to the BIOS space for write cycles + // + MmioAnd8 (PchSpiBase + R_SPI_BCR, (UINT8)(~B_SPI_BCR_BIOSWE)); + + if (CpuSmmBwp !=3D 0) { + CpuSmmDisableBiosWriteProtect (FALSE); + } +} + +/** + This function disables SPI Prefetching and caching, + and returns previous BIOS Control Register value before disabling. + + @param[in] PchSpiBase PCH SPI PCI Base Address + + @retval Previous BIOS Control Register value + +**/ +UINT8 +SaveAndDisableSpiPrefetchCache ( + IN UINTN PchSpiBase + ) +{ + UINT8 BiosCtlSave; + + BiosCtlSave =3D MmioRead8 (PchSpiBase + R_SPI_BCR) & B_SPI_BCR_SRC; + + MmioAndThenOr32 ( + PchSpiBase + R_SPI_BCR, \ + (UINT32)(~B_SPI_BCR_SRC), \ + (UINT32)(V_SPI_BCR_SRC_PREF_DIS_CACHE_DIS << B_SPI_BCR_SRC) + ); + + return BiosCtlSave; +} + +/** + This function updates BIOS Control Register with the given value. + + @param[in] PchSpiBase PCH SPI PCI Base Address + @param[in] BiosCtlValue BIOS Control Register Value to be updated + +**/ +VOID +SetSpiBiosControlRegister ( + IN UINTN PchSpiBase, + IN UINT8 BiosCtlValue + ) +{ + MmioAndThenOr8 (PchSpiBase + R_SPI_BCR, (UINT8) ~B_SPI_BCR_SRC, BiosCtlV= alue); +} diff --git a/Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/RegsSpi.= h b/Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/RegsSpi.h new file mode 100644 index 0000000000..b741904143 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/RegsSpi.h @@ -0,0 +1,120 @@ +/** @file + Register names for SPI device. + + Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#ifndef REGS_SPI_H_ +#define REGS_SPI_H_ + +#define R_SPI_BASE 0x10 ///< 32-bit Memory = Base Address Register +#define B_SPI_BAR0_MASK 0x0FFF +#define R_SPI_BCR 0xDC ///< BIOS Control = Register +#define B_SPI_BCR_SRC (BIT3 | BIT2) ///< SPI Read Conf= iguration (SRC) +#define V_SPI_BCR_SRC_PREF_DIS_CACHE_DIS 0x04 ///< Prefetch Disa= ble, Cache Disable +#define B_SPI_BCR_SYNC_SS BIT8 +#define B_SPI_BCR_BIOSWE BIT0 ///< Write Protect = Disable (WPD) + +/// +/// SPI Host Interface Registers +#define R_SPI_HSFS 0x04 ///< Hardware Seque= ncing Flash Status and Control Register(32bits) +#define B_SPI_HSFS_FDBC_MASK 0x3F000000 ///< Flash Data Byt= e Count ( <=3D 64), Count =3D (Value in this field) + 1. +#define N_SPI_HSFS_FDBC 24 +#define B_SPI_HSFS_CYCLE_MASK 0x001E0000 ///< Flash Cycle. +#define N_SPI_HSFS_CYCLE 17 +#define V_SPI_HSFS_CYCLE_READ 0 ///< Flash Cycle Re= ad +#define V_SPI_HSFS_CYCLE_WRITE 2 ///< Flash Cycle Wr= ite +#define V_SPI_HSFS_CYCLE_4K_ERASE 3 ///< Flash Cycle 4K= Block Erase +#define V_SPI_HSFS_CYCLE_64K_ERASE 4 ///< Flash Cycle 64= K Sector Erase +#define V_SPI_HSFS_CYCLE_READ_SFDP 5 ///< Flash Cycle Re= ad SFDP +#define V_SPI_HSFS_CYCLE_READ_JEDEC_ID 6 ///< Flash Cycle Re= ad JEDEC ID +#define V_SPI_HSFS_CYCLE_WRITE_STATUS 7 ///< Flash Cycle Wr= ite Status +#define V_SPI_HSFS_CYCLE_READ_STATUS 8 ///< Flash Cycle Re= ad Status +#define B_SPI_HSFS_CYCLE_FGO BIT16 ///< Flash Cycle Go. +#define B_SPI_HSFS_FDV BIT14 ///< Flash Descript= or Valid +#define B_SPI_HSFS_SCIP BIT5 ///< SPI Cycle in P= rogress +#define B_SPI_HSFS_FCERR BIT1 ///< Flash Cycle Er= ror +#define B_SPI_HSFS_FDONE BIT0 ///< Flash Cycle Do= ne + +#define R_SPI_FADDR 0x08 ///< SPI Flash Address +#define B_SPI_FADDR_MASK 0x07FFFFFF ///< SPI Flash Address Mas= k (0~26bit) + +#define R_SPI_FDATA00 0x10 ///< SPI Data 00 (32 bits) + +#define R_SPI_FRAP 0x50 ///< SPI Flash Regions Acce= ss Permissions Register +#define B_SPI_FRAP_BRWA_PLATFORM BIT12 // < Region write access fo= r Region4 PlatformData +#define B_SPI_FRAP_BRWA_GBE BIT11 // < Region write access fo= r Region3 GbE +#define B_SPI_FRAP_BRWA_SEC BIT10 ///< Region Write Access fo= r Region2 SEC +#define B_SPI_FRAP_BRWA_BIOS BIT9 ///< Region Write Access fo= r Region1 BIOS +#define B_SPI_FRAP_BRWA_FLASHD BIT8 ///< Region Write Access fo= r Region0 Flash Descriptor +#define B_SPI_FRAP_BRRA_PLATFORM BIT4 ///< Region read access for= Region4 PlatformData +#define B_SPI_FRAP_BRRA_GBE BIT3 ///< Region read access for= Region3 GbE +#define B_SPI_FRAP_BRRA_SEC BIT2 ///< Region Read Access for= Region2 SEC +#define B_SPI_FRAP_BRRA_BIOS BIT1 ///< Region Read Access for= Region1 BIOS +#define B_SPI_FRAP_BRRA_FLASHD BIT0 ///< Region Read Access for= Region0 Flash Descriptor + +#define R_SPI_FREG0_FLASHD 0x54 ///< Flash Region 0 (F= lash Descriptor) (32bits) +#define B_SPI_FREG0_LIMIT_MASK 0x7FFF0000 ///< Size, [30:16] her= e represents limit[26:12] +#define N_SPI_FREG0_LIMIT 4 ///< Bit 30:16 identif= ies address bits [26:12] +#define B_SPI_FREG0_BASE_MASK 0x00007FFF ///< Base, [14:0] her= e represents base [26:12] +#define N_SPI_FREG0_BASE 12 ///< Bit 14:0 identifi= es address bits [26:2] + +#define R_SPI_FREG1_BIOS 0x58 ///< Flash Region 1 (B= IOS) (32bits) +#define B_SPI_FREG1_LIMIT_MASK 0x7FFF0000 ///< Size, [30:16] her= e represents limit[26:12] +#define N_SPI_FREG1_LIMIT 4 ///< Bit 30:16 identif= ies address bits [26:12] +#define B_SPI_FREG1_BASE_MASK 0x00007FFF ///< Base, [14:0] her= e represents base [26:12] +#define N_SPI_FREG1_BASE 12 ///< Bit 14:0 identifi= es address bits [26:2] + +#define R_SPI_FREG2_SEC 0x5C ///< Flash Region 2 (S= EC) (32bits) +#define B_SPI_FREG2_LIMIT_MASK 0x7FFF0000 ///< Size, [30:16] her= e represents limit[26:12] +#define N_SPI_FREG2_LIMIT 4 // < Bit 30:16 identif= ies address bits [26:12] +#define B_SPI_FREG2_BASE_MASK 0x00007FFF ///< Base, [14:0] her= e represents base [26:12] +#define N_SPI_FREG2_BASE 12 // < Bit 14:0 identifi= es address bits [26:2] + +#define R_SPI_FREG3_GBE 0x60 // < Flash Region 3(Gb= E)(32bits) +#define B_SPI_FREG3_LIMIT_MASK 0x7FFF0000 ///< Size, [30:16] her= e represents limit[26:12] +#define N_SPI_FREG3_LIMIT 4 // < Bit 30:16 identif= ies address bits [26:12] +#define B_SPI_FREG3_BASE_MASK 0x00007FFF ///< Base, [14:0] her= e represents base [26:12] +#define N_SPI_FREG3_BASE 12 // < Bit 14:0 identifi= es address bits [26:2] + +#define R_SPI_FREG4_PLATFORM_DATA 0x64 ///< Flash Region 4 (P= latform Data) (32bits) +#define B_SPI_FREG4_LIMIT_MASK 0x7FFF0000 ///< Size, [30:16] her= e represents limit[26:12] +#define N_SPI_FREG4_LIMIT 4 ///< Bit 30:16 identif= ies address bits [26:12] +#define B_SPI_FREG4_BASE_MASK 0x00007FFF ///< Base, [14:0] her= e represents base [26:12] +#define N_SPI_FREG4_BASE 12 ///< Bit 14:0 identifi= es address bits [26:2] + +#define S_SPI_FREGX 4 ///< Size of Flash Reg= ion register +#define B_SPI_FREGX_LIMIT_MASK 0x7FFF0000 ///< Flash Region Limi= t [30:16] represents [26:12], [11:0] are assumed to be FFFh +#define N_SPI_FREGX_LIMIT 16 ///< Region limit bit = position +#define N_SPI_FREGX_LIMIT_REPR 12 ///< Region limit bit = represents position +#define B_SPI_FREGX_BASE_MASK 0x00007FFF ///< Flash Region Base= , [14:0] represents [26:12] + +#define R_SPI_FDOC 0xB4 ///< Flash Descripto= r Observability Control Register (32 bits) +#define B_SPI_FDOC_FDSS_MASK (BIT14 | BIT13 | BIT12) ///< Flash Descripto= r Section Select +#define V_SPI_FDOC_FDSS_FSDM 0x0000 ///< Flash Signature= and Descriptor Map +#define V_SPI_FDOC_FDSS_COMP 0x1000 ///< Component +#define B_SPI_FDOC_FDSI_MASK 0x0FFC ///< Flash Descripto= r Section Index + +#define R_SPI_FDOD 0xB8 ///< Flash Descriptor Obser= vability Data Register (32 bits) + +#define R_SPI_LVSCC 0xC4 ///< Vendor Specific Compon= ent Capabilities for Component 0 (32 bits) +#define B_SPI_LVSCC_EO_64K BIT29 ///< < 64k Erase valid (EO_= 64k_valid) + +#define R_SPI_UVSCC 0xC8 ///< Vendor Specific Compon= ent Capabilities for Component 1 (32 bits) + +#define R_SPI_FDBAR_FLASH_MAP0 0x14 ///< Flash MAP 0 +#define N_SPI_FDBAR_NC 8 ///< < Number Of Components +#define B_SPI_FDBAR_NC 0x00000300 ///< Number Of Components + +#define R_SPI_FDBAR_FLASH_MAP1 0x18 ///< Flash MAP 1 +#define B_SPI_FDBAR_FPSBA 0x00FF0000 ///< Flash Strap Base Addre= ss + +// +// Flash Component Base Address (FCBA) from Flash Region 0 +// +#define R_SPI_FCBA_FLCOMP 0x00 ///< Flash Components Regis= ter +#define B_SPI_FLCOMP_COMP1_MASK 0x0F ///< Flash Component 1 Dens= ity + +#endif diff --git a/Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/SpiCommo= n.h b/Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/SpiCommon.h new file mode 100644 index 0000000000..95e9b9b1e7 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/SpiCommon.h @@ -0,0 +1,203 @@ +/** @file + Header file for the SPI flash module. + + Copyright (c) 2017 - 2021, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#ifndef SPI_COMMON_LIB_H_ +#define SPI_COMMON_LIB_H_ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include "RegsSpi.h" + +/// +/// Maximum time allowed while waiting the SPI cycle to complete +/// Wait Time =3D 6 seconds =3D 6000000 microseconds +/// Wait Period =3D 10 microseconds +/// +#define WAIT_TIME 6000000 ///< Wait Time =3D 6 seconds =3D 6000000 m= icroseconds +#define WAIT_PERIOD 10 ///< Wait Period =3D 10 microseconds + +/// +/// Flash cycle Type +/// +typedef enum { + FlashCycleRead, + FlashCycleWrite, + FlashCycleErase, + FlashCycleReadSfdp, + FlashCycleReadJedecId, + FlashCycleWriteStatus, + FlashCycleReadStatus, + FlashCycleMax +} FLASH_CYCLE_TYPE; + +/// +/// Flash Component Number +/// +typedef enum { + FlashComponent0, + FlashComponent1, + FlashComponentMax +} FLASH_COMPONENT_NUM; + +/// +/// Private data structure definitions for the driver +/// +#define SC_SPI_PRIVATE_DATA_SIGNATURE SIGNATURE_32 ('P', 'S', 'P', 'I') + +typedef struct { + UINTN Signature; + EFI_HANDLE Handle; + UINT32 AcpiTmrReg; + UINTN PchSpiBase; + UINT16 RegionPermission; + UINT32 SfdpVscc0Value; + UINT32 SfdpVscc1Value; + UINT32 StrapBaseAddress; + UINT8 NumberOfComponents; + UINT16 Flags; + UINT32 Component1StartAddr; +} SPI_INSTANCE; + +/** + Acquire SPI MMIO BAR + + @param[in] PchSpiBase PCH SPI PCI Base Address + + @retval Return SPI BAR Address + +**/ +UINT32 +AcquireSpiBar0 ( + IN UINTN PchSpiBase + ); + +/** + Release SPI MMIO BAR. Do nothing. + + @param[in] PchSpiBase PCH SPI PCI Base Address + + @retval None + +**/ +VOID +ReleaseSpiBar0 ( + IN UINTN PchSpiBase + ); + +/** + This function is a hook for Spi to disable BIOS Write Protect + + @param[in] PchSpiBase PCH SPI PCI Base Address + @param[in] CpuSmmBwp Need to disable CPU SMM Bios write prote= ction or not + + @retval EFI_SUCCESS The protocol instance was properly initi= alized + @retval EFI_ACCESS_DENIED The BIOS Region can only be updated in S= MM phase + +**/ +EFI_STATUS +EFIAPI +DisableBiosWriteProtect ( + IN UINTN PchSpiBase, + IN UINT8 CpuSmmBwp + ); + +/** + This function is a hook for Spi to enable BIOS Write Protect + + @param[in] PchSpiBase PCH SPI PCI Base Address + @param[in] CpuSmmBwp Need to disable CPU SMM Bios write prote= ction or not + + @retval None + +**/ +VOID +EFIAPI +EnableBiosWriteProtect ( + IN UINTN PchSpiBase, + IN UINT8 CpuSmmBwp + ); + +/** + This function disables SPI Prefetching and caching, + and returns previous BIOS Control Register value before disabling. + + @param[in] PchSpiBase PCH SPI PCI Base Address + + @retval Previous BIOS Control Register value + +**/ +UINT8 +SaveAndDisableSpiPrefetchCache ( + IN UINTN PchSpiBase + ); + +/** + This function updates BIOS Control Register with the given value. + + @param[in] PchSpiBase PCH SPI PCI Base Address + @param[in] BiosCtlValue BIOS Control Register Value to be updated + + @retval None + +**/ +VOID +SetSpiBiosControlRegister ( + IN UINTN PchSpiBase, + IN UINT8 BiosCtlValue + ); + +/** + This function sends the programmed SPI command to the slave device. + + @param[in] SpiRegionType The SPI Region type for flash cycle whic= h is listed in the Descriptor + @param[in] FlashCycleType The Flash SPI cycle type list in HSFC (H= ardware Sequencing Flash Control Register) register + @param[in] Address The Flash Linear Address must fall withi= n a region for which BIOS has access permissions. + @param[in] ByteCount Number of bytes in the data portion of t= he SPI cycle. + @param[in,out] Buffer Pointer to caller-allocated buffer conta= ining the data received or sent during the SPI cycle. + + @retval EFI_SUCCESS SPI command completes successfully. + @retval EFI_DEVICE_ERROR Device error, the command aborts abnorma= lly. + @retval EFI_ACCESS_DENIED Some unrecognized command encountered in= hardware sequencing mode + @retval EFI_INVALID_PARAMETER The parameters specified are not valid. +**/ +EFI_STATUS +SendSpiCmd ( + IN FLASH_REGION_TYPE FlashRegionType, + IN FLASH_CYCLE_TYPE FlashCycleType, + IN UINT32 Address, + IN UINT32 ByteCount, + IN OUT UINT8 *Buffer + ); + +/** + Wait execution cycle to complete on the SPI interface. + + @param[in] PchSpiBar0 Spi MMIO base address + @param[in] ErrorCheck TRUE if the SpiCycle needs to do the err= or check + + @retval TRUE SPI cycle completed on the interface. + @retval FALSE Time out while waiting the SPI cycle to = complete. + It's not safe to program the next comman= d on the SPI interface. +**/ +BOOLEAN +WaitForSpiCycleComplete ( + IN UINT32 PchSpiBar0, + IN BOOLEAN ErrorCheck + ); + +#endif diff --git a/Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/SpiFlash= Lib.c b/Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/SpiFlashLib.c new file mode 100644 index 0000000000..22639a748c --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/SpiFlashLib.c @@ -0,0 +1,874 @@ +/** @file + Generic driver using Hardware Sequencing registers. + + Copyright (c) 2017-2021, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ +#include "SpiCommon.h" + +SPI_INSTANCE *mSpiInstance =3D NULL; + +/** + Get SPI Instance from library global data.. + + @retval SpiInstance Return SPI instance +**/ +SPI_INSTANCE * +GetSpiInstance ( + VOID + ) +{ + if (mSpiInstance =3D=3D NULL) { + mSpiInstance =3D AllocatePool (sizeof (SPI_INSTANCE)); + if (mSpiInstance =3D=3D NULL) { + return NULL; + } + + ZeroMem (mSpiInstance, sizeof (SPI_INSTANCE)); + } + + return mSpiInstance; +} + +/** + Initialize an SPI library. + + @retval EFI_SUCCESS The protocol instance was properly initi= alized + @retval EFI_NOT_FOUND The expected SPI info could not be found +**/ +EFI_STATUS +EFIAPI +SpiConstructor ( + VOID + ) +{ + UINT32 ScSpiBar0; + UINT8 Comp0Density; + SPI_INSTANCE *SpiInstance; + EFI_HOB_GUID_TYPE *GuidHob; + SPI_FLASH_INFO *SpiFlashInfo; + + // + // Find SPI flash hob + // + GuidHob =3D GetFirstGuidHob (&gSpiFlashInfoGuid); + if (GuidHob =3D=3D NULL) { + ASSERT (FALSE); + return EFI_NOT_FOUND; + } + + SpiFlashInfo =3D (SPI_FLASH_INFO *)GET_GUID_HOB_DATA (GuidHob); + + // + // Initialize the SPI instance + // + SpiInstance =3D GetSpiInstance (); + if (SpiInstance =3D=3D NULL) { + return EFI_NOT_FOUND; + } + + DEBUG ((DEBUG_INFO, "SpiInstance =3D %08X\n", SpiInstance)); + + SpiInstance->Signature =3D SC_SPI_PRIVATE_DATA_SIGNATURE; + SpiInstance->Handle =3D NULL; + + // + // Check the SPI address + // + if ((SpiFlashInfo->SpiAddress.AddressSpaceId !=3D EFI_ACPI_3_0_PCI_CONF= IGURATION_SPACE) || + (SpiFlashInfo->SpiAddress.RegisterBitWidth !=3D 32) || + (SpiFlashInfo->SpiAddress.RegisterBitOffset !=3D 0) || + (SpiFlashInfo->SpiAddress.AccessSize !=3D EFI_ACPI_3_0_DWORD)) + { + DEBUG ((DEBUG_ERROR, "SPI FLASH HOB is not expected. need check the ho= b or enhance SPI flash driver.\n")); + } + + SpiInstance->PchSpiBase =3D (UINT32)(UINTN)SpiFlashInfo->SpiAddress.Addr= ess; + SpiInstance->Flags =3D SpiFlashInfo->Flags; + DEBUG ((DEBUG_INFO, "PchSpiBase at 0x%x\n", SpiInstance->PchSpiBase)); + + ScSpiBar0 =3D AcquireSpiBar0 (SpiInstance->PchSpiBase); + DEBUG ((DEBUG_INFO, "ScSpiBar0 at 0x%08X\n", ScSpiBar0)); + + if (ScSpiBar0 =3D=3D 0) { + ASSERT (FALSE); + } + + if ((MmioRead32 (ScSpiBar0 + R_SPI_HSFS) & B_SPI_HSFS_FDV) =3D=3D 0) { + DEBUG ((DEBUG_ERROR, "SPI Flash descriptor invalid, cannot use Hardwar= e Sequencing registers!\n")); + ASSERT (FALSE); + } + + MmioOr32 (SpiInstance->PchSpiBase + PCI_COMMAND_OFFSET, EFI_PCI_COMMAND_= MEMORY_SPACE); + SpiInstance->RegionPermission =3D MmioRead16 (ScSpiBar0 + R_SPI_FRAP); + SpiInstance->SfdpVscc0Value =3D MmioRead32 (ScSpiBar0 + R_SPI_LVSCC); + SpiInstance->SfdpVscc1Value =3D MmioRead32 (ScSpiBar0 + R_SPI_UVSCC); + + // + // Select to Flash Map 0 Register to get the number of flash Component + // + MmioAndThenOr32 ( + ScSpiBar0 + R_SPI_FDOC, + (UINT32)(~(B_SPI_FDOC_FDSS_MASK | B_SPI_FDOC_FDSI_MASK)), + (UINT32)(V_SPI_FDOC_FDSS_FSDM | R_SPI_FDBAR_FLASH_MAP0) + ); + + // + // Copy Zero based Number Of Components + // + SpiInstance->NumberOfComponents =3D (UINT8)((MmioRead16 (ScSpiBar0 + R_S= PI_FDOD) & B_SPI_FDBAR_NC) >> N_SPI_FDBAR_NC); + + MmioAndThenOr32 ( + ScSpiBar0 + R_SPI_FDOC, + (UINT32)(~(B_SPI_FDOC_FDSS_MASK | B_SPI_FDOC_FDSI_MASK)), + (UINT32)(V_SPI_FDOC_FDSS_COMP | R_SPI_FCBA_FLCOMP) + ); + + // + // Copy Component 0 Density + // + Comp0Density =3D (UINT8)MmioRead32 (ScSpiBar0 + R_SP= I_FDOD) & B_SPI_FLCOMP_COMP1_MASK; + SpiInstance->Component1StartAddr =3D (UINT32)(SIZE_512KB << Comp0Density= ); + + // + // Select FLASH_MAP1 to get Flash SC Strap Base Address + // + MmioAndThenOr32 ( + (ScSpiBar0 + R_SPI_FDOC), + (UINT32)(~(B_SPI_FDOC_FDSS_MASK | B_SPI_FDOC_FDSI_MASK)), + (UINT32)(V_SPI_FDOC_FDSS_FSDM | R_SPI_FDBAR_FLASH_MAP1) + ); + + SpiInstance->StrapBaseAddress =3D MmioRead32 (ScSpiBar0 + R_SPI_FDOD) & = B_SPI_FDBAR_FPSBA; + + // + // Align FPSBA with address bits for the SC Strap portion of flash descr= iptor + // + SpiInstance->StrapBaseAddress &=3D B_SPI_FDBAR_FPSBA; + + return EFI_SUCCESS; +} + +/** + Read data from the flash part. + + @param[in] FlashRegionType The Flash Region type for flash cycle wh= ich is listed in the Descriptor. + @param[in] Address The Flash Linear Address must fall withi= n a region for which BIOS has access permissions. + @param[in] ByteCount Number of bytes in the data portion of t= he SPI cycle. + @param[out] Buffer The Pointer to caller-allocated buffer c= ontaining the data received. + It is the caller's responsibility to mak= e sure Buffer is large enough for the total number of bytes read. + + @retval EFI_SUCCESS Command succeed. + @retval EFI_INVALID_PARAMETER The parameters specified are not valid. + @retval EFI_DEVICE_ERROR Device error, command aborts abnormally. +**/ +EFI_STATUS +EFIAPI +SpiFlashRead ( + IN FLASH_REGION_TYPE FlashRegionType, + IN UINT32 Address, + IN UINT32 ByteCount, + OUT UINT8 *Buffer + ) +{ + EFI_STATUS Status; + + Status =3D SendSpiCmd (FlashRegionType, FlashCycleRead, Address, ByteCou= nt, Buffer); + return Status; +} + +/** + Write data to the flash part. + + @param[in] FlashRegionType The Flash Region type for flash cycle wh= ich is listed in the Descriptor. + @param[in] Address The Flash Linear Address must fall withi= n a region for which BIOS has access permissions. + @param[in] ByteCount Number of bytes in the data portion of t= he SPI cycle. + @param[in] Buffer Pointer to caller-allocated buffer conta= ining the data sent during the SPI cycle. + + @retval EFI_SUCCESS Command succeed. + @retval EFI_INVALID_PARAMETER The parameters specified are not valid. + @retval EFI_DEVICE_ERROR Device error, command aborts abnormally. +**/ +EFI_STATUS +EFIAPI +SpiFlashWrite ( + IN FLASH_REGION_TYPE FlashRegionType, + IN UINT32 Address, + IN UINT32 ByteCount, + IN UINT8 *Buffer + ) +{ + EFI_STATUS Status; + + Status =3D SendSpiCmd (FlashRegionType, FlashCycleWrite, Address, ByteCo= unt, Buffer); + return Status; +} + +/** + Erase some area on the flash part. + + @param[in] FlashRegionType The Flash Region type for flash cycle wh= ich is listed in the Descriptor. + @param[in] Address The Flash Linear Address must fall withi= n a region for which BIOS has access permissions. + @param[in] ByteCount Number of bytes in the data portion of t= he SPI cycle. + + @retval EFI_SUCCESS Command succeed. + @retval EFI_INVALID_PARAMETER The parameters specified are not valid. + @retval EFI_DEVICE_ERROR Device error, command aborts abnormally. +**/ +EFI_STATUS +EFIAPI +SpiFlashErase ( + IN FLASH_REGION_TYPE FlashRegionType, + IN UINT32 Address, + IN UINT32 ByteCount + ) +{ + EFI_STATUS Status; + + Status =3D SendSpiCmd (FlashRegionType, FlashCycleErase, Address, ByteCo= unt, NULL); + return Status; +} + +/** + Read SFDP data from the flash part. + + @param[in] ComponentNumber The Component Number for chip select + @param[in] ByteCount Number of bytes in SFDP data portion of = the SPI cycle, the max number is 64 + @param[out] SfdpData The Pointer to caller-allocated buffer c= ontaining the SFDP data received + It is the caller's responsibility to mak= e sure Buffer is large enough for the total number of bytes read. + + @retval EFI_SUCCESS Command succeed. + @retval EFI_INVALID_PARAMETER The parameters specified are not valid. + @retval EFI_DEVICE_ERROR Device error, command aborts abnormally. +**/ +EFI_STATUS +EFIAPI +SpiFlashReadSfdp ( + IN UINT8 ComponentNumber, + IN UINT32 ByteCount, + OUT UINT8 *SfdpData + ) +{ + EFI_STATUS Status; + UINT32 Address; + SPI_INSTANCE *SpiInstance; + + SpiInstance =3D GetSpiInstance (); + if (SpiInstance =3D=3D NULL) { + return EFI_DEVICE_ERROR; + } + + if ((ByteCount > 64) || (ComponentNumber > SpiInstance->NumberOfComponen= ts)) { + ASSERT (FALSE); + return EFI_INVALID_PARAMETER; + } + + Address =3D 0; + if (ComponentNumber =3D=3D FlashComponent1) { + Address =3D SpiInstance->Component1StartAddr; + } + + Status =3D SendSpiCmd (0, FlashCycleReadSfdp, Address, ByteCount, SfdpDa= ta); + return Status; +} + +/** + Read Jedec Id from the flash part. + + @param[in] ComponentNumber The Component Number for chip select + @param[in] ByteCount Number of bytes in JedecId data portion = of the SPI cycle, the data size is 3 typically + @param[out] JedecId The Pointer to caller-allocated buffer c= ontaining JEDEC ID received + It is the caller's responsibility to mak= e sure Buffer is large enough for the total number of bytes read. + + @retval EFI_SUCCESS Command succeed. + @retval EFI_INVALID_PARAMETER The parameters specified are not valid. + @retval EFI_DEVICE_ERROR Device error, command aborts abnormally. +**/ +EFI_STATUS +EFIAPI +SpiFlashReadJedecId ( + IN UINT8 ComponentNumber, + IN UINT32 ByteCount, + OUT UINT8 *JedecId + ) +{ + EFI_STATUS Status; + UINT32 Address; + SPI_INSTANCE *SpiInstance; + + SpiInstance =3D GetSpiInstance (); + if (SpiInstance =3D=3D NULL) { + return EFI_DEVICE_ERROR; + } + + if (ComponentNumber > SpiInstance->NumberOfComponents) { + ASSERT (FALSE); + return EFI_INVALID_PARAMETER; + } + + Address =3D 0; + if (ComponentNumber =3D=3D FlashComponent1) { + Address =3D SpiInstance->Component1StartAddr; + } + + Status =3D SendSpiCmd (0, FlashCycleReadJedecId, Address, ByteCount, Jed= ecId); + return Status; +} + +/** + Write the status register in the flash part. + + @param[in] ByteCount Number of bytes in Status data portion o= f the SPI cycle, the data size is 1 typically + @param[in] StatusValue The Pointer to caller-allocated buffer c= ontaining the value of Status register writing + + @retval EFI_SUCCESS Command succeed. + @retval EFI_INVALID_PARAMETER The parameters specified are not valid. + @retval EFI_DEVICE_ERROR Device error, command aborts abnormally. +**/ +EFI_STATUS +EFIAPI +SpiFlashWriteStatus ( + IN UINT32 ByteCount, + IN UINT8 *StatusValue + ) +{ + EFI_STATUS Status; + + Status =3D SendSpiCmd (0, FlashCycleWriteStatus, 0, ByteCount, StatusVal= ue); + return Status; +} + +/** + Read status register in the flash part. + + @param[in] ByteCount Number of bytes in Status data portion o= f the SPI cycle, the data size is 1 typically + @param[out] StatusValue The Pointer to caller-allocated buffer c= ontaining the value of Status register received. + + @retval EFI_SUCCESS Command succeed. + @retval EFI_INVALID_PARAMETER The parameters specified are not valid. + @retval EFI_DEVICE_ERROR Device error, command aborts abnormally. +**/ +EFI_STATUS +EFIAPI +SpiFlashReadStatus ( + IN UINT32 ByteCount, + OUT UINT8 *StatusValue + ) +{ + EFI_STATUS Status; + + Status =3D SendSpiCmd (0, FlashCycleReadStatus, 0, ByteCount, StatusValu= e); + return Status; +} + +/** + Read SC Soft Strap Values + + @param[in] SoftStrapAddr SC Soft Strap address offset from FPSBA. + @param[in] ByteCount Number of bytes in SoftStrap data portio= n of the SPI cycle + @param[out] SoftStrapValue The Pointer to caller-allocated buffer c= ontaining SC Soft Strap Value. + It is the caller's responsibility to mak= e sure Buffer is large enough for the total number of bytes read. + + @retval EFI_SUCCESS Command succeed. + @retval EFI_INVALID_PARAMETER The parameters specified are not valid. + @retval EFI_DEVICE_ERROR Device error, command aborts abnormally. +**/ +EFI_STATUS +EFIAPI +SpiReadPchSoftStrap ( + IN UINT32 SoftStrapAddr, + IN UINT32 ByteCount, + OUT UINT8 *SoftStrapValue + ) +{ + UINT32 StrapFlashAddr; + EFI_STATUS Status; + SPI_INSTANCE *SpiInstance; + + SpiInstance =3D GetSpiInstance (); + if (SpiInstance =3D=3D NULL) { + return EFI_DEVICE_ERROR; + } + + ASSERT (SpiInstance->StrapBaseAddress !=3D 0); + // + // SC Strap Flash Address =3D FPSBA + RamAddr + // + StrapFlashAddr =3D SpiInstance->StrapBaseAddress + SoftStrapAddr; + + Status =3D SendSpiCmd (FlashRegionDescriptor, FlashCycleRead, StrapFlash= Addr, ByteCount, SoftStrapValue); + return Status; +} + +/** + This function sends the programmed SPI command to the slave device. + + @param[in] FlashRegionType The SPI Region type for flash cycle whic= h is listed in the Descriptor + @param[in] FlashCycleType The Flash SPI cycle type list in HSFC (H= ardware Sequencing Flash Control Register) register + @param[in] Address The Flash Linear Address must fall withi= n a region for which BIOS has access permissions. + @param[in] ByteCount Number of bytes in the data portion of t= he SPI cycle. + @param[in,out] Buffer Pointer to caller-allocated buffer conta= ining the data received or sent during the SPI cycle. + + @retval EFI_SUCCESS SPI command completes successfully. + @retval EFI_DEVICE_ERROR Device error, the command aborts abnorma= lly. + @retval EFI_ACCESS_DENIED Some unrecognized command encountered in= hardware sequencing mode + @retval EFI_INVALID_PARAMETER The parameters specified are not valid. +**/ +EFI_STATUS +SendSpiCmd ( + IN FLASH_REGION_TYPE FlashRegionType, + IN FLASH_CYCLE_TYPE FlashCycleType, + IN UINT32 Address, + IN UINT32 ByteCount, + IN OUT UINT8 *Buffer + ) +{ + EFI_STATUS Status; + UINT32 Index; + UINTN SpiBaseAddress; + UINT32 ScSpiBar0; + UINT32 LimitAddress; + UINT32 HardwareSpiAddr; + UINT16 PermissionBit; + UINT32 SpiDataCount; + UINT32 FlashCycle; + UINT8 BiosCtlSave; + SPI_INSTANCE *SpiInstance; + UINT32 Data32; + + SpiInstance =3D GetSpiInstance (); + if (SpiInstance =3D=3D NULL) { + return EFI_DEVICE_ERROR; + } + + Status =3D EFI_SUCCESS; + SpiBaseAddress =3D SpiInstance->PchSpiBase; + ScSpiBar0 =3D AcquireSpiBar0 (SpiBaseAddress); + BiosCtlSave =3D 0; + SpiInstance->RegionPermission =3D MmioRead16 (ScSpiBar0 + R_SPI_FRAP); + + // + // If it's write cycle, disable Prefetching, Caching and disable BIOS Wr= ite Protect + // + if ((FlashCycleType =3D=3D FlashCycleWrite) || (FlashCycleType =3D=3D Fl= ashCycleErase)) { + Status =3D DisableBiosWriteProtect (SpiBaseAddress, mSpiInstance->Flag= s & FLAGS_SPI_DISABLE_SMM_WRITE_PROTECT); + if (EFI_ERROR (Status)) { + goto SendSpiCmdEnd; + } + + BiosCtlSave =3D SaveAndDisableSpiPrefetchCache (SpiBaseAddress); + } + + // + // Make sure it's safe to program the command. + // + if (!WaitForSpiCycleComplete (ScSpiBar0, FALSE)) { + Status =3D EFI_DEVICE_ERROR; + goto SendSpiCmdEnd; + } + + HardwareSpiAddr =3D Address; + if ((FlashCycleType =3D=3D FlashCycleRead) || + (FlashCycleType =3D=3D FlashCycleWrite) || + (FlashCycleType =3D=3D FlashCycleErase)) + { + switch (FlashRegionType) { + case FlashRegionDescriptor: + if (FlashCycleType =3D=3D FlashCycleRead) { + PermissionBit =3D B_SPI_FRAP_BRRA_FLASHD; + } else { + PermissionBit =3D B_SPI_FRAP_BRWA_FLASHD; + } + + Data32 =3D MmioRead32 (ScSpiBar0 + R_SPI_FREG0_FLASHD); + HardwareSpiAddr +=3D (Data32 & B_SPI_FREG0_BASE_MASK) << N_SPI_FRE= G0_BASE; + LimitAddress =3D (Data32 & B_SPI_FREG0_LIMIT_MASK) >> N_SPI_FR= EG0_LIMIT; + break; + + case FlashRegionBios: + if (FlashCycleType =3D=3D FlashCycleRead) { + PermissionBit =3D B_SPI_FRAP_BRRA_BIOS; + } else { + PermissionBit =3D B_SPI_FRAP_BRWA_BIOS; + } + + Data32 =3D MmioRead32 (ScSpiBar0 + R_SPI_FREG1_BIOS); + HardwareSpiAddr +=3D (Data32 & B_SPI_FREG1_BASE_MASK) << N_SPI_FRE= G1_BASE; + LimitAddress =3D (Data32 & B_SPI_FREG1_LIMIT_MASK) >> N_SPI_FR= EG1_LIMIT; + break; + + case FlashRegionMe: + if (FlashCycleType =3D=3D FlashCycleRead) { + PermissionBit =3D B_SPI_FRAP_BRRA_SEC; + } else { + PermissionBit =3D B_SPI_FRAP_BRWA_SEC; + } + + Data32 =3D MmioRead32 (ScSpiBar0 + R_SPI_FREG2_SEC); + HardwareSpiAddr +=3D (Data32 & B_SPI_FREG2_BASE_MASK) << N_SPI_FRE= G2_BASE; + LimitAddress =3D (Data32 & B_SPI_FREG2_LIMIT_MASK) >> N_SPI_FR= EG2_LIMIT; + break; + + case FlashRegionGbE: + if (FlashCycleType =3D=3D FlashCycleRead) { + PermissionBit =3D B_SPI_FRAP_BRRA_GBE; + } else { + PermissionBit =3D B_SPI_FRAP_BRWA_GBE; + } + + Data32 =3D MmioRead32 (ScSpiBar0 + R_SPI_FREG3_GBE); + HardwareSpiAddr +=3D (Data32 & B_SPI_FREG3_BASE_MASK) << N_SPI_FRE= G3_BASE; + LimitAddress =3D (Data32 & B_SPI_FREG3_LIMIT_MASK) >> N_SPI_FR= EG3_LIMIT; + break; + + case FlashRegionPlatformData: + if (FlashCycleType =3D=3D FlashCycleRead) { + PermissionBit =3D B_SPI_FRAP_BRRA_PLATFORM; + } else { + PermissionBit =3D B_SPI_FRAP_BRWA_PLATFORM; + } + + Data32 =3D MmioRead32 (ScSpiBar0 + R_SPI_FREG4_PLATFORM_= DATA); + HardwareSpiAddr +=3D (Data32 & B_SPI_FREG4_BASE_MASK) << N_SPI_FRE= G4_BASE; + LimitAddress =3D (Data32 & B_SPI_FREG4_LIMIT_MASK) >> N_SPI_FR= EG4_LIMIT; + break; + + case FlashRegionAll: + // + // FlashRegionAll indicates address is relative to flash device + // No error checking for this case + // + LimitAddress =3D 0; + PermissionBit =3D 0; + break; + + default: + Status =3D EFI_UNSUPPORTED; + goto SendSpiCmdEnd; + } + + if ((LimitAddress !=3D 0) && (Address > LimitAddress)) { + Status =3D EFI_INVALID_PARAMETER; + goto SendSpiCmdEnd; + } + + // + // If the operation is read, but the region attribute is not read allo= wed, return error. + // If the operation is write, but the region attribute is not write al= lowed, return error. + // + if ((PermissionBit !=3D 0) && ((SpiInstance->RegionPermission & Permis= sionBit) =3D=3D 0)) { + Status =3D EFI_ACCESS_DENIED; + goto SendSpiCmdEnd; + } + } + + // + // Check for SC SPI hardware sequencing required commands + // + FlashCycle =3D 0; + switch (FlashCycleType) { + case FlashCycleRead: + FlashCycle =3D (UINT32)(V_SPI_HSFS_CYCLE_READ << N_SPI_HSFS_CYCLE); + break; + + case FlashCycleWrite: + FlashCycle =3D (UINT32)(V_SPI_HSFS_CYCLE_WRITE << N_SPI_HSFS_CYCLE); + break; + + case FlashCycleErase: + if (((ByteCount % SIZE_4KB) !=3D 0) || ((HardwareSpiAddr % SIZE_4KB)= !=3D 0)) { + DEBUG ((DEBUG_ERROR, "Erase and erase size must be 4KB aligned. \n= ")); + ASSERT (FALSE); + Status =3D EFI_INVALID_PARAMETER; + goto SendSpiCmdEnd; + } + + break; + + case FlashCycleReadSfdp: + FlashCycle =3D (UINT32)(V_SPI_HSFS_CYCLE_READ_SFDP << N_SPI_HSFS_CYC= LE); + break; + + case FlashCycleReadJedecId: + FlashCycle =3D (UINT32)(V_SPI_HSFS_CYCLE_READ_JEDEC_ID << N_SPI_HSFS= _CYCLE); + break; + + case FlashCycleWriteStatus: + FlashCycle =3D (UINT32)(V_SPI_HSFS_CYCLE_WRITE_STATUS << N_SPI_HSFS_= CYCLE); + break; + + case FlashCycleReadStatus: + FlashCycle =3D (UINT32)(V_SPI_HSFS_CYCLE_READ_STATUS << N_SPI_HSFS_C= YCLE); + break; + + default: + // + // Unrecognized Operation + // + ASSERT (FALSE); + Status =3D EFI_INVALID_PARAMETER; + goto SendSpiCmdEnd; + break; + } + + do { + SpiDataCount =3D ByteCount; + if ((FlashCycleType =3D=3D FlashCycleRead) || (FlashCycleType =3D=3D F= lashCycleWrite)) { + // + // Trim at 256 byte boundary per operation, + // - SC SPI controller requires trimming at 4KB boundary + // - Some SPI chips require trimming at 256 byte boundary for write = operation + // - Trimming has limited performance impact as we can read / write = at most 64 byte + // per operation + // + if (HardwareSpiAddr + ByteCount > ((HardwareSpiAddr + BIT8) &~(BIT8 = - 1))) { + SpiDataCount =3D (((UINT32)(HardwareSpiAddr) + BIT8) &~(BIT8 - 1))= - (UINT32)(HardwareSpiAddr); + } + + // + // Calculate the number of bytes to shift in/out during the SPI data= cycle. + // Valid settings for the number of bytes during each data portion o= f the + // SC SPI cycles are: 0, 1, 2, 3, 4, 5, 6, 7, 8, 16, 24, 32, 40, 48,= 56, 64 + // + if (SpiDataCount >=3D 64) { + SpiDataCount =3D 64; + } else if ((SpiDataCount &~0x07) !=3D 0) { + SpiDataCount =3D SpiDataCount &~0x07; + } + } + + if (FlashCycleType =3D=3D FlashCycleErase) { + if (((ByteCount / SIZE_64KB) !=3D 0) && + ((ByteCount % SIZE_64KB) =3D=3D 0) && + ((HardwareSpiAddr % SIZE_64KB) =3D=3D 0)) + { + if (HardwareSpiAddr < SpiInstance->Component1StartAddr) { + // + // Check whether Component0 support 64k Erase + // + if ((SpiInstance->SfdpVscc0Value & B_SPI_LVSCC_EO_64K) !=3D 0) { + SpiDataCount =3D SIZE_64KB; + } else { + SpiDataCount =3D SIZE_4KB; + } + } else { + // + // Check whether Component1 support 64k Erase + // + if ((SpiInstance->SfdpVscc1Value & B_SPI_LVSCC_EO_64K) !=3D 0) { + SpiDataCount =3D SIZE_64KB; + } else { + SpiDataCount =3D SIZE_4KB; + } + } + } else { + SpiDataCount =3D SIZE_4KB; + } + + if (SpiDataCount =3D=3D SIZE_4KB) { + FlashCycle =3D (UINT32)(V_SPI_HSFS_CYCLE_4K_ERASE << N_SPI_HSFS_CY= CLE); + } else { + FlashCycle =3D (UINT32)(V_SPI_HSFS_CYCLE_64K_ERASE << N_SPI_HSFS_C= YCLE); + } + } + + // + // If it's write cycle, load data into the SPI data buffer. + // + if ((FlashCycleType =3D=3D FlashCycleWrite) || (FlashCycleType =3D=3D = FlashCycleWriteStatus)) { + if ((SpiDataCount & 0x07) !=3D 0) { + // + // Use Byte write if Data Count is 0, 1, 2, 3, 4, 5, 6, 7 + // + for (Index =3D 0; Index < SpiDataCount; Index++) { + MmioWrite8 (ScSpiBar0 + R_SPI_FDATA00 + Index, Buffer[Index]); + } + } else { + // + // Use Dword write if Data Count is 8, 16, 24, 32, 40, 48, 56, 64 + // + for (Index =3D 0; Index < SpiDataCount; Index +=3D sizeof (UINT32)= ) { + MmioWrite32 (ScSpiBar0 + R_SPI_FDATA00 + Index, *(UINT32 *)(Buff= er + Index)); + } + } + } + + // + // Set the Flash Address + // + MmioWrite32 (ScSpiBar0 + R_SPI_FADDR, (UINT32)(HardwareSpiAddr & B_SPI= _FADDR_MASK)); + + // + // Set Data count, Flash cycle, and Set Go bit to start a cycle + // + MmioAndThenOr32 ( + ScSpiBar0 + R_SPI_HSFS, + (UINT32)(~(B_SPI_HSFS_FDBC_MASK | B_SPI_HSFS_CYCLE_MASK)), + (UINT32)(((SpiDataCount - 1) << N_SPI_HSFS_FDBC) | FlashCycle | B_SP= I_HSFS_CYCLE_FGO) + ); + + // + // Wait for command execution complete. + // + if (!WaitForSpiCycleComplete (ScSpiBar0, TRUE)) { + Status =3D EFI_DEVICE_ERROR; + goto SendSpiCmdEnd; + } + + // + // If it's read cycle, load data into the caller's buffer. + // + if ((FlashCycleType =3D=3D FlashCycleRead) || + (FlashCycleType =3D=3D FlashCycleReadSfdp) || + (FlashCycleType =3D=3D FlashCycleReadJedecId) || + (FlashCycleType =3D=3D FlashCycleReadStatus)) + { + if ((SpiDataCount & 0x07) !=3D 0) { + // + // Use Byte read if Data Count is 0, 1, 2, 3, 4, 5, 6, 7 + // + for (Index =3D 0; Index < SpiDataCount; Index++) { + Buffer[Index] =3D MmioRead8 (ScSpiBar0 + R_SPI_FDATA00 + Index); + } + } else { + // + // Use Dword read if Data Count is 8, 16, 24, 32, 40, 48, 56, 64 + // + for (Index =3D 0; Index < SpiDataCount; Index +=3D sizeof (UINT32)= ) { + *(UINT32 *)(Buffer + Index) =3D MmioRead32 (ScSpiBar0 + R_SPI_FD= ATA00 + Index); + } + } + } + + HardwareSpiAddr +=3D SpiDataCount; + Buffer +=3D SpiDataCount; + ByteCount -=3D SpiDataCount; + } while (ByteCount > 0); + +SendSpiCmdEnd: + /// + /// Restore the settings for SPI Prefetching and Caching and enable BIOS= Write Protect + /// + if ((FlashCycleType =3D=3D FlashCycleWrite) || (FlashCycleType =3D=3D Fl= ashCycleErase)) { + EnableBiosWriteProtect (SpiBaseAddress, mSpiInstance->Flags & FLAGS_SP= I_DISABLE_SMM_WRITE_PROTECT); + SetSpiBiosControlRegister (SpiBaseAddress, BiosCtlSave); + } + + ReleaseSpiBar0 (SpiBaseAddress); + + return Status; +} + +/** + Wait execution cycle to complete on the SPI interface. + + @param[in] ScSpiBar0 Spi MMIO base address + @param[in] ErrorCheck TRUE if the SpiCycle needs to do the err= or check + + @retval TRUE SPI cycle completed on the interface. + @retval FALSE Time out while waiting the SPI cycle to = complete. + It's not safe to program the next comman= d on the SPI interface. +**/ +BOOLEAN +WaitForSpiCycleComplete ( + IN UINT32 ScSpiBar0, + IN BOOLEAN ErrorCheck + ) +{ + UINT64 WaitTicks; + UINT64 WaitCount; + UINT32 Data32; + + // + // Convert the wait period allowed into to tick count + // + WaitCount =3D WAIT_TIME / WAIT_PERIOD; + // + // Wait for the SPI cycle to complete. + // + for (WaitTicks =3D 0; WaitTicks < WaitCount; WaitTicks++) { + Data32 =3D MmioRead32 (ScSpiBar0 + R_SPI_HSFS); + if ((Data32 & B_SPI_HSFS_SCIP) =3D=3D 0) { + MmioWrite32 (ScSpiBar0 + R_SPI_HSFS, B_SPI_HSFS_FCERR | B_SPI_HSFS_F= DONE); + if (((Data32 & B_SPI_HSFS_FCERR) !=3D 0) && ErrorCheck) { + return FALSE; + } else { + return TRUE; + } + } + + MicroSecondDelay (WAIT_PERIOD); + } + + return FALSE; +} + +/** + Get the SPI region base and size, based on the enum type + + @param[in] FlashRegionType The Flash Region type for for the base a= ddress which is listed in the Descriptor. + @param[out] BaseAddress The Flash Linear Address for the Region = 'n' Base + @param[out] RegionSize The size for the Region 'n' + + @retval EFI_SUCCESS Read success + @retval EFI_INVALID_PARAMETER Invalid region type given + @retval EFI_DEVICE_ERROR The region is not used +**/ +EFI_STATUS +EFIAPI +SpiGetRegionAddress ( + IN FLASH_REGION_TYPE FlashRegionType, + OUT UINT32 *BaseAddress OPTIONAL, + OUT UINT32 *RegionSize OPTIONAL + ) +{ + UINT32 ScSpiBar0; + UINT32 ReadValue; + UINT32 Base; + SPI_INSTANCE *SpiInstance; + + if (FlashRegionType >=3D FlashRegionMax) { + return EFI_INVALID_PARAMETER; + } + + SpiInstance =3D GetSpiInstance (); + if (SpiInstance =3D=3D NULL) { + return EFI_DEVICE_ERROR; + } + + if (FlashRegionType =3D=3D FlashRegionAll) { + if (BaseAddress !=3D NULL) { + *BaseAddress =3D 0; + } + + if (RegionSize !=3D NULL) { + *RegionSize =3D SpiInstance->Component1StartAddr; + } + + return EFI_SUCCESS; + } + + ScSpiBar0 =3D AcquireSpiBar0 (SpiInstance->PchSpiBase); + ReadValue =3D MmioRead32 (ScSpiBar0 + R_SPI_FREG0_FLASHD + S_SPI_FREGX *= (UINT32)FlashRegionType); + ReleaseSpiBar0 (SpiInstance->PchSpiBase); + + // + // If the region is not used, the Region Base is 7FFFh and Region Limit = is 0000h + // + if (ReadValue =3D=3D B_SPI_FREGX_BASE_MASK) { + return EFI_DEVICE_ERROR; + } + + Base =3D (ReadValue & B_SPI_FREG1_BASE_MASK) << N_SPI_FREG1_BASE; + if (BaseAddress !=3D NULL) { + *BaseAddress =3D Base; + } + + if (RegionSize !=3D NULL) { + *RegionSize =3D ((((ReadValue & B_SPI_FREGX_LIMIT_MASK) >> N_SPI_FREG= X_LIMIT) + 1) << + N_SPI_FREGX_LIMIT_REPR) - Base; + } + + return EFI_SUCCESS; +} diff --git a/Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/SpiFlash= Lib.inf b/Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/SpiFlashLib= .inf new file mode 100644 index 0000000000..fae851c12f --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Library/SpiFlashLib/SpiFlashLib.inf @@ -0,0 +1,48 @@ +## @file +# Library instance for SPI flash library using SPI hardware sequence +# +# Copyright (c) 2014 - 2021, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent +# +## + +[Defines] + INF_VERSION =3D 0x00010005 + BASE_NAME =3D SpiFlashLib + FILE_GUID =3D 6F96AFCB-DE89-4ca1-A63F-8703EE8FDE50 + MODULE_TYPE =3D BASE + VERSION_STRING =3D 1.0 + LIBRARY_CLASS =3D SpiFlashLib + CONSTRUCTOR =3D SpiConstructor + +# +# The following information is for reference only and not required by the = build tools. +# +# VALID_ARCHITECTURES =3D IA32 X64 +# + +[Sources] + RegsSpi.h + SpiCommon.h + PchSpi.c + SpiFlashLib.c + +[Packages] + MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec + PlatformPayloadPkg/PlatformPayloadPkg.dec + +[LibraryClasses] + BaseLib + PcdLib + IoLib + PciLib + HobLib + TimerLib + BaseLib + +[Guids] + gSpiFlashInfoGuid + +[Pcd] + gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress diff --git a/Features/Intel/PlatformPayloadPkg/PchSmiDispatchSmm/PchSmiDisp= atchSmm.c b/Features/Intel/PlatformPayloadPkg/PchSmiDispatchSmm/PchSmiDispa= tchSmm.c new file mode 100644 index 0000000000..7fc589303e --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/PchSmiDispatchSmm/PchSmiDispatchSmm= .c @@ -0,0 +1,455 @@ +/** @file + SMM SwDispatch2 Protocol. + + Copyright (c) 2021, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent + + + +**/ + +#include "PchSmiDispatchSmm.h" + +typedef struct { + UINT8 EosBitOffset; + UINT8 ApmBitOffset; + UINT32 SmiEosAddr; + UINT32 SmiApmStsAddr; +} SMM_PCH_REGISTER; + +SMM_PCH_REGISTER mSmiPchReg; + +EFI_SMM_CPU_PROTOCOL *mSmmCpuProtocol; +LIST_ENTRY mSmmSwDispatch2Queue =3D INITIALIZE_LIST_HEAD_VARIAB= LE (mSmmSwDispatch2Queue); + +/** + Find SmmSwDispatch2Context by SwSmiInputValue. + + @param[in] SwSmiInputValue The value to indentify the SmmSwDispatch= 2 context + + @return Pointer to EFI_SMM_SW_DISPATCH2_CONTEXT context +**/ +EFI_SMM_SW_DISPATCH2_CONTEXT * +FindContextBySwSmiInputValue ( + IN UINTN SwSmiInputValue + ) +{ + LIST_ENTRY *Node; + EFI_SMM_SW_DISPATCH2_CONTEXT *Dispatch2Context; + + Node =3D mSmmSwDispatch2Queue.ForwardLink; + for ( ; Node !=3D &mSmmSwDispatch2Queue; Node =3D Node->ForwardLink) { + Dispatch2Context =3D BASE_CR (Node, EFI_SMM_SW_DISPATCH2_CONTEXT, Link= ); + if (Dispatch2Context->SwSmiInputValue =3D=3D SwSmiInputValue) { + return Dispatch2Context; + } + } + + return NULL; +} + +/** + Find SmmSwDispatch2Context by DispatchHandle. + + @param DispatchHandle The handle to indentify the SmmSwDispatch2 cont= ext + + @return Pointer to EFI_SMM_SW_DISPATCH2_CONTEXT context +**/ +EFI_SMM_SW_DISPATCH2_CONTEXT * +FindContextByDispatchHandle ( + IN EFI_HANDLE DispatchHandle + ) +{ + LIST_ENTRY *Node; + EFI_SMM_SW_DISPATCH2_CONTEXT *Dispatch2Context; + + Node =3D mSmmSwDispatch2Queue.ForwardLink; + for ( ; Node !=3D &mSmmSwDispatch2Queue; Node =3D Node->ForwardLink) { + Dispatch2Context =3D BASE_CR (Node, EFI_SMM_SW_DISPATCH2_CONTEXT, Link= ); + if (Dispatch2Context->DispatchHandle =3D=3D DispatchHandle) { + return Dispatch2Context; + } + } + + return NULL; +} + +/** + Dispatch registered SMM handlers + + @param DispatchHandle The unique handle assigned to this handler by Sm= iHandlerRegister(). + @param RegisterContext Points to an optional handler context which was = specified when the handler was registered. + @param CommBuffer A pointer to a collection of data in memory that= will + be conveyed from a non-SMM environment into an S= MM environment. + @param CommBufferSize The size of the CommBuffer. + + @return Status Code + +**/ +EFI_STATUS +SmmSwDispatcher ( + IN EFI_HANDLE DispatchHandle, + IN CONST VOID *RegisterContext, + IN OUT VOID *CommBuffer, + IN OUT UINTN *CommBufferSize + ) +{ + EFI_STATUS Status; + EFI_SMM_SW_CONTEXT SwContext; + UINTN Index; + EFI_SMM_SW_DISPATCH2_CONTEXT *Context; + EFI_SMM_HANDLER_ENTRY_POINT2 DispatchFunction; + EFI_SMM_SW_REGISTER_CONTEXT DispatchContext; + UINTN Size; + EFI_SMM_SAVE_STATE_IO_INFO IoInfo; + + // + // Construct new context + // + SwContext.SwSmiCpuIndex =3D 0; + SwContext.CommandPort =3D IoRead8 (SMM_CONTROL_PORT); + SwContext.DataPort =3D IoRead8 (SMM_DATA_PORT); + + // + // Try to find which CPU trigger SWSMI + // + for (Index =3D 0; Index < gSmst->NumberOfCpus; Index++) { + Status =3D mSmmCpuProtocol->ReadSaveState ( + mSmmCpuProtocol, + sizeof (IoInfo), + EFI_SMM_SAVE_STATE_REGISTER_IO, + Index, + &IoInfo + ); + if (EFI_ERROR (Status)) { + continue; + } + + if (IoInfo.IoPort =3D=3D SMM_CONTROL_PORT) { + // + // Great! Find it. + // + SwContext.SwSmiCpuIndex =3D Index; + DEBUG ((DEBUG_VERBOSE, "CPU index =3D 0x%x/0x%x\n", Index, gSmst->Nu= mberOfCpus)); + break; + } + } + + if (SwContext.CommandPort =3D=3D 0) { + DEBUG ((DEBUG_VERBOSE, "NOT SW SMI\n")); + Status =3D EFI_SUCCESS; + goto End; + } + + // + // Search context + // + Context =3D FindContextBySwSmiInputValue (SwContext.CommandPort); + if (Context =3D=3D NULL) { + DEBUG ((DEBUG_INFO, "No handler for SMI value 0x%x\n", SwContext.Comma= ndPort)); + Status =3D EFI_SUCCESS; + goto End; + } + + DEBUG ((DEBUG_VERBOSE, "Prepare to call handler for 0x%x\n", SwContext.C= ommandPort)); + + // + // Dispatch + // + DispatchContext.SwSmiInputValue =3D SwContext.CommandPort; + Size =3D sizeof (SwContext); + DispatchFunction =3D (EFI_SMM_HANDLER_ENTRY_POINT2)Contex= t->DispatchFunction; + Status =3D DispatchFunction (DispatchHandle, &D= ispatchContext, &SwContext, &Size); + +End: + // + // Clear SMI APM status + // + IoOr32 (mSmiPchReg.SmiApmStsAddr, 1 << mSmiPchReg.ApmBitOffset); + + // + // Set EOS bit + // + IoOr32 (mSmiPchReg.SmiEosAddr, 1 << mSmiPchReg.EosBitOffset); + + return Status; +} + +/** +Check the SwSmiInputValue is already used + +@param[in] SwSmiInputValue To indentify the SmmSwDispatch2 context + +@retval EFI_SUCCESS SwSmiInputValue could be used. +@retval EFI_INVALID_PARAMETER SwSmiInputValue is already be used. + +**/ +EFI_STATUS +SmiInputValueCheck ( + IN UINTN SwSmiInputValue + ) +{ + LIST_ENTRY *Node; + EFI_SMM_SW_DISPATCH2_CONTEXT *Dispatch2Context; + + Node =3D mSmmSwDispatch2Queue.ForwardLink; + for ( ; Node !=3D &mSmmSwDispatch2Queue; Node =3D Node->ForwardLink) { + Dispatch2Context =3D BASE_CR (Node, EFI_SMM_SW_DISPATCH2_CONTEXT, Link= ); + if (Dispatch2Context->SwSmiInputValue =3D=3D SwSmiInputValue) { + return EFI_INVALID_PARAMETER; + } + } + + return EFI_SUCCESS; +} + +/** + Register a child SMI source dispatch function for the specified software= SMI. + + This service registers a function (DispatchFunction) which will be calle= d when the software + SMI source specified by RegContext->SwSmiCpuIndex is detected. On return= , DispatchHandle + contains a unique handle which may be used later to unregister the funct= ion using UnRegister(). + + @param[in] This Pointer to the EFI_SMM_SW_DISPATCH2_PROTO= COL instance. + @param[in] DispatchFunction Function to register for handler when the= specified software + SMI is generated. + @param[in, out] RegContext Pointer to the dispatch function's contex= t. + The caller fills this context in before c= alling + the register function to indicate to the = register + function which Software SMI input value t= he + dispatch function should be invoked for. + @param[out] DispatchHandle Handle generated by the dispatcher to tra= ck the + function instance. + + @retval EFI_SUCCESS The dispatch function has been successful= ly + registered and the SMI source has been en= abled. + @retval EFI_DEVICE_ERROR The SW driver was unable to enable the SM= I source. + @retval EFI_INVALID_PARAMETER RegisterContext is invalid. The SW SMI in= put value + is not within valid range. + @retval EFI_OUT_OF_RESOURCES There is not enough memory (system or SMM= ) to manage this + child. + @retval EFI_OUT_OF_RESOURCES A unique software SMI value could not be = assigned + for this dispatch. +**/ +EFI_STATUS +EFIAPI +SmmSwDispatch2Register ( + IN CONST EFI_SMM_SW_DISPATCH2_PROTOCOL *This, + IN EFI_SMM_HANDLER_ENTRY_POINT2 DispatchFunction, + IN OUT EFI_SMM_SW_REGISTER_CONTEXT *RegContext, + OUT EFI_HANDLE *DispatchHandle + ) +{ + EFI_STATUS Status; + UINTN Index; + EFI_SMM_SW_DISPATCH2_CONTEXT *Context; + + if (RegContext->SwSmiInputValue =3D=3D (UINTN)-1) { + // + // If SwSmiInputValue is set to (UINTN) -1 then a unique value + // will be assigned and returned in the structure. + // + Status =3D EFI_NOT_FOUND; + for (Index =3D 1; Index < MAXIMUM_SWI_VALUE; Index++) { + Status =3D SmiInputValueCheck (Index); + if (!EFI_ERROR (Status)) { + RegContext->SwSmiInputValue =3D Index; + break; + } + } + + if (RegContext->SwSmiInputValue =3D=3D (UINTN)-1) { + return EFI_OUT_OF_RESOURCES; + } + } + + if ((RegContext->SwSmiInputValue > MAXIMUM_SWI_VALUE) || (RegContext->Sw= SmiInputValue =3D=3D 0)) { + DEBUG ((DEBUG_ERROR, "ERROR: SMI value range (1 ~ 0x%x)\n", MAXIMUM_SW= I_VALUE)); + return EFI_INVALID_PARAMETER; + } + + // + // Register + // + Status =3D gSmst->SmmAllocatePool (EfiRuntimeServicesData, sizeof (*Cont= ext), (VOID **)&Context); + ASSERT_EFI_ERROR (Status); + if (EFI_ERROR (Status)) { + return EFI_OUT_OF_RESOURCES; + } + + *DispatchHandle =3D (EFI_HANDLE)Context; + Context->Signature =3D SMI_SW_HANDLER_SIGNATURE; + Context->SwSmiInputValue =3D RegContext->SwSmiInputValue; + Context->DispatchFunction =3D (UINTN)DispatchFunction; + Context->DispatchHandle =3D *DispatchHandle; + InsertTailList (&mSmmSwDispatch2Queue, &Context->Link); + + return Status; +} + +/** + Unregister a child SMI source dispatch function for the specified softwa= re SMI. + + This service removes the handler associated with DispatchHandle so that = it will no longer be + called in response to a software SMI. + + @param[in] This Pointer to the EFI_SMM_SW_DISPATCH2_PROTO= COL instance. + @param[in] DispatchHandle Handle of dispatch function to deregister. + + @retval EFI_SUCCESS The dispatch function has been successful= ly unregistered. + @retval EFI_INVALID_PARAMETER The DispatchHandle was not valid. +**/ +EFI_STATUS +EFIAPI +SmmSwDispatch2UnRegister ( + IN CONST EFI_SMM_SW_DISPATCH2_PROTOCOL *This, + IN EFI_HANDLE DispatchHandle + ) +{ + EFI_SMM_SW_DISPATCH2_CONTEXT *Context; + + // + // Unregister + // + Context =3D FindContextByDispatchHandle (DispatchHandle); + ASSERT (Context !=3D NULL); + if (Context !=3D NULL) { + RemoveEntryList (&Context->Link); + gSmst->SmmFreePool (Context); + } + + return EFI_SUCCESS; +} + +EFI_SMM_SW_DISPATCH2_PROTOCOL gSmmSwDispatch2 =3D { + SmmSwDispatch2Register, + SmmSwDispatch2UnRegister, + MAXIMUM_SWI_VALUE +}; + +/** + Get specified SMI register based on given register ID + + @param[in] SmmRegister SMI related register array from bootloader + @param[in] Id The register ID to get. + + @retval NULL The register is not found or the format is not = expected. + @return smi register + +**/ +PLD_GENERIC_REGISTER * +GetSmmCtrlRegById ( + IN PLD_SMM_REGISTERS *SmmRegister, + IN UINT32 Id + ) +{ + UINT32 Index; + PLD_GENERIC_REGISTER *PldReg; + + PldReg =3D NULL; + for (Index =3D 0; Index < SmmRegister->Count; Index++) { + if (SmmRegister->Registers[Index].Id =3D=3D Id) { + PldReg =3D &SmmRegister->Registers[Index]; + break; + } + } + + if (PldReg =3D=3D NULL) { + DEBUG ((DEBUG_INFO, "Register %d not found.\n", Id)); + return NULL; + } + + // + // Checking the register if it is expected. + // + if ((PldReg->Address.AccessSize !=3D EFI_ACPI_3_0_DWORD) || + (PldReg->Address.Address =3D=3D 0) || + (PldReg->Address.RegisterBitWidth !=3D 1) || + (PldReg->Address.AddressSpaceId !=3D EFI_ACPI_3_0_SYSTEM_IO) || + (PldReg->Value !=3D 1)) + { + DEBUG ((DEBUG_INFO, "Unexpected SMM register.\n")); + DEBUG ((DEBUG_INFO, "AddressSpaceId=3D 0x%x\n", PldReg->Address.Addres= sSpaceId)); + DEBUG ((DEBUG_INFO, "RegBitWidth =3D 0x%x\n", PldReg->Address.Regist= erBitWidth)); + DEBUG ((DEBUG_INFO, "RegBitOffset =3D 0x%x\n", PldReg->Address.Regist= erBitOffset)); + DEBUG ((DEBUG_INFO, "AccessSize =3D 0x%x\n", PldReg->Address.Access= Size)); + DEBUG ((DEBUG_INFO, "Address =3D 0x%lx\n", PldReg->Address.Addre= ss)); + return NULL; + } + + return PldReg; +} + +/** + Entry Point for this driver. + + @param[in] ImageHandle Image handle of this driver. + @param[in] SystemTable A Pointer to the EFI System Table. + + @retval EFI_SUCCESS The entry point is executed successfully. + @retval other Some error occurred when executing this entry point. +**/ +EFI_STATUS +EFIAPI +PchSmiDispatchEntryPoint ( + IN EFI_HANDLE ImageHandle, + IN EFI_SYSTEM_TABLE *SystemTable + ) +{ + EFI_STATUS Status; + EFI_HANDLE DispatchHandle; + EFI_HOB_GUID_TYPE *GuidHob; + PLD_SMM_REGISTERS *SmmRegister; + PLD_GENERIC_REGISTER *SmiEosReg; + PLD_GENERIC_REGISTER *SmiApmStsReg; + + GuidHob =3D GetFirstGuidHob (&gSmmRegisterInfoGuid); + if (GuidHob =3D=3D NULL) { + return EFI_UNSUPPORTED; + } + + SmmRegister =3D (PLD_SMM_REGISTERS *)GET_GUID_HOB_DATA (GuidHob); + SmiEosReg =3D GetSmmCtrlRegById (SmmRegister, REGISTER_ID_SMI_EOS); + if (SmiEosReg =3D=3D NULL) { + DEBUG ((DEBUG_ERROR, "SMI EOS reg not found.\n")); + return EFI_NOT_FOUND; + } + + mSmiPchReg.SmiEosAddr =3D (UINT32)SmiEosReg->Address.Address; + mSmiPchReg.EosBitOffset =3D SmiEosReg->Address.RegisterBitOffset; + + SmiApmStsReg =3D GetSmmCtrlRegById (SmmRegister, REGISTER_ID_SMI_APM_STS= ); + if (SmiApmStsReg =3D=3D NULL) { + DEBUG ((DEBUG_ERROR, "SMI APM status reg not found.\n")); + return EFI_NOT_FOUND; + } + + mSmiPchReg.SmiApmStsAddr =3D (UINT32)SmiApmStsReg->Address.Address; + mSmiPchReg.ApmBitOffset =3D SmiApmStsReg->Address.RegisterBitOffset; + + // + // Locate PI SMM CPU protocol + // + Status =3D gSmst->SmmLocateProtocol (&gEfiSmmCpuProtocolGuid, NULL, (VOI= D **)&mSmmCpuProtocol); + ASSERT_EFI_ERROR (Status); + + // + // Register a SMM handler to handle subsequent SW SMIs. + // + Status =3D gSmst->SmiHandlerRegister ((EFI_MM_HANDLER_ENTRY_POINT)SmmSwD= ispatcher, NULL, &DispatchHandle); + ASSERT_EFI_ERROR (Status); + + // + // Publish PI SMM SwDispatch2 Protocol + // + ImageHandle =3D NULL; + Status =3D gSmst->SmmInstallProtocolInterface ( + &ImageHandle, + &gEfiSmmSwDispatch2ProtocolGuid, + EFI_NATIVE_INTERFACE, + &gSmmSwDispatch2 + ); + ASSERT_EFI_ERROR (Status); + + return Status; +} diff --git a/Features/Intel/PlatformPayloadPkg/PchSmiDispatchSmm/PchSmiDisp= atchSmm.h b/Features/Intel/PlatformPayloadPkg/PchSmiDispatchSmm/PchSmiDispa= tchSmm.h new file mode 100644 index 0000000000..c14fe99929 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/PchSmiDispatchSmm/PchSmiDispatchSmm= .h @@ -0,0 +1,36 @@ +/** @file + The header file for SMM SwDispatch2 module. + + Copyright (c) 2021, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#ifndef SMM_SW_DISPATCH2_H_ +#define SMM_SW_DISPATCH2_H_ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#define SMI_SW_HANDLER_SIGNATURE SIGNATURE_32('s','s','w','h') +#define MAXIMUM_SWI_VALUE 0xFF +#define SMM_CONTROL_PORT 0xB2 +#define SMM_DATA_PORT 0xB3 + +typedef struct { + UINTN Signature; + LIST_ENTRY Link; + EFI_HANDLE DispatchHandle; + UINTN SwSmiInputValue; + UINTN DispatchFunction; +} EFI_SMM_SW_DISPATCH2_CONTEXT; + +#endif diff --git a/Features/Intel/PlatformPayloadPkg/PchSmiDispatchSmm/PchSmiDisp= atchSmm.inf b/Features/Intel/PlatformPayloadPkg/PchSmiDispatchSmm/PchSmiDis= patchSmm.inf new file mode 100644 index 0000000000..96a154e888 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/PchSmiDispatchSmm/PchSmiDispatchSmm= .inf @@ -0,0 +1,51 @@ +## @file +# PCH SMM SMI Software dispatch module. +# +# Copyright (c) 2021, Intel Corporation. All rights reserved.
+# +# SPDX-License-Identifier: BSD-2-Clause-Patent +# +## + +[Defines] + INF_VERSION =3D 0x00010005 + BASE_NAME =3D PchSmiDispatchSmm + FILE_GUID =3D 60F343E3-2AE2-4AA7-B01E-BF9BD5C04A3B + MODULE_TYPE =3D DXE_SMM_DRIVER + VERSION_STRING =3D 1.0 + PI_SPECIFICATION_VERSION =3D 0x0001000A + ENTRY_POINT =3D PchSmiDispatchEntryPoint + +# +# The following information is for reference only and not required by the = build tools. +# +# VALID_ARCHITECTURES =3D IA32 X64 +# + +[Sources] + PchSmiDispatchSmm.c + PchSmiDispatchSmm.h + +[Packages] + MdePkg/MdePkg.dec + UefiPayloadPkg/UefiPayloadPkg.dec + +[LibraryClasses] + UefiDriverEntryPoint + MemoryAllocationLib + DebugLib + UefiBootServicesTableLib + SmmServicesTableLib + BaseLib + IoLib + HobLib + +[Protocols] + gEfiSmmCpuProtocolGuid # PROTOCOL ALWAYS_CONSUMED + gEfiSmmSwDispatch2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED + +[Guids] + gSmmRegisterInfoGuid + +[Depex] + gEfiSmmCpuProtocolGuid diff --git a/Features/Intel/PlatformPayloadPkg/PlatformPayloadPkg.dec b/Fea= tures/Intel/PlatformPayloadPkg/PlatformPayloadPkg.dec new file mode 100644 index 0000000000..549f96d85f --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/PlatformPayloadPkg.dec @@ -0,0 +1,49 @@ +## @file +# Payload Platform Package +# +# Provides drivers and definitions to create payload platform FV. +# +# Copyright (c) 2022, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent +# +## + +[Defines] + DEC_SPECIFICATION =3D 0x00010005 + PACKAGE_NAME =3D PlatformPayloadPkg + PACKAGE_GUID =3D 17F3ACAC-079D-4518-9EBF-E33289733E8C + PACKAGE_VERSION =3D 0.1 + +[Includes] + Include + +[Guids] + # + ## Defines the token space for the Payload platform Package PCDs. + # + gPlatformPayloadPkgTokenSpaceGuid =3D {0xa375ddc6, 0x74fb, 0x4de1, {0x8= 2, 0x6d, 0xa3, 0x10, 0xa3, 0x3b, 0x89, 0x77}} + + # + # SPI variable support + # + gNvVariableInfoGuid =3D { 0x7a345dca, 0xc26, 0x4f2a, { 0xa8, 0x9a,= 0x57, 0xc0, 0x8d, 0xdd, 0x22, 0xee } } + gSpiFlashInfoGuid =3D { 0x2d4aac1b, 0x91a5, 0x4cd5, { 0x9b, 0x5c,= 0xb4, 0x0f, 0x5d, 0x28, 0x51, 0xa1 } } + + +##########################################################################= ###### +# +# PCD Declarations section - list of all PCDs Declared by this Package +# Only this package should be providing the +# declaration, other packages should not. +# +##########################################################################= ###### + +[PcdsFeatureFlag] + ## Feature enabling control + # @Prompt Enable payload platform FV common for most Intel platforms + gPlatformPayloadPkgTokenSpaceGuid.PcdPayloadPackageFeatureEnable|FALSE|B= OOLEAN|0x00000001 + +[PcdsFixedAtBuild, PcdsPatchableInModule] + ## FFS filename to find the default variable initial data file. + # @Prompt FFS Name of variable initial data file + gPlatformPayloadPkgTokenSpaceGuid.PcdNvsDataFile |{ 0x1a, 0xf1, 0xb1, 0x= ae, 0x42, 0xcc, 0xcf, 0x4e, 0xac, 0x60, 0xdb, 0xab, 0xf6, 0xca, 0x69, 0xe6 = }|VOID*|0x00000025 diff --git a/Features/Intel/PlatformPayloadPkg/PlatformPayloadPkg.dsc b/Fea= tures/Intel/PlatformPayloadPkg/PlatformPayloadPkg.dsc new file mode 100644 index 0000000000..adf028c511 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/PlatformPayloadPkg.dsc @@ -0,0 +1,110 @@ +## @file +# platform Payload Package +# +# Provides platform specific drivers and definitions to create a platform = FV +# to work with universal UEFI payload to provide support for common Intel = platforms. +# +# Copyright (c) 2022, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent +# +## + +##########################################################################= ###### +# +# Defines Section - statements that will be processed to create a Makefile. +# +##########################################################################= ###### +[Defines] + PLATFORM_NAME =3D PlatformPayloadPkg + PLATFORM_GUID =3D D3C551BE-9BC6-48F5-AA8A-F49425C2= 8CA9 + PLATFORM_VERSION =3D 0.1 + DSC_SPECIFICATION =3D 0x00010005 + SUPPORTED_ARCHITECTURES =3D X64 + BUILD_TARGETS =3D DEBUG|RELEASE|NOOPT + SKUID_IDENTIFIER =3D DEFAULT + OUTPUT_DIRECTORY =3D Build/$(PLATFORM_NAME) + FLASH_DEFINITION =3D $(PLATFORM_NAME)/PlatformPayload= Pkg.fdf + PCD_DYNAMIC_AS_DYNAMICEX =3D TRUE + DXE_ARCH =3D X64 + +[Packages] + MinPlatformPkg/MinPlatformPkg.dec + +##########################################################################= ###### +# +# SKU Identification section - list of all SKU IDs supported by this Platf= orm. +# +##########################################################################= ###### +[SkuIds] + 0|DEFAULT + +##########################################################################= ###### +# +# Library Class section - list of all Library Classes needed by this Platf= orm. +# +##########################################################################= ###### + +# +# Since there are no 32b libraries or components in this package, these PC= D are specified for 64b only +# +[PcdsFeatureFlag] + # + # PCD needed for MinPlatform build includes + # + gMinPlatformPkgTokenSpaceGuid.PcdSmiHandlerProfileEnable = |FALSE + gMinPlatformPkgTokenSpaceGuid.PcdUefiSecureBootEnable = |FALSE + gMinPlatformPkgTokenSpaceGuid.PcdPerformanceEnable = |FALSE + +[PcdsPatchableInModule.X64] + gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x7 + gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F +!if $(SOURCE_DEBUG_ENABLE) + gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17 +!else + gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F +!endif + + # + # The following parameters are set by Library/PlatformHookLib + # + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio|FALSE + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0 + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate|115200 + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterStride|1 + +##########################################################################= ###### +# +# Pcd DynamicEx Section - list of all EDK II PCD Entries defined by this P= latform +# +##########################################################################= ###### + +[PcdsDynamicExDefault] + gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0 + gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseSize|0 + + +# +# Include common libraries +# +!include MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc +!include MinPlatformPkg/Include/Dsc/CorePeiLib.dsc +!include MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc + +# +# This package always builds the feature. +# +!include Include/PlatformPayloadFeature.dsc + +[BuildOptions] + *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES + GCC:*_UNIXGCC_*_CC_FLAGS =3D -DMDEPKG_NDEBUG + GCC:RELEASE_*_*_CC_FLAGS =3D -DMDEPKG_NDEBUG + INTEL:RELEASE_*_*_CC_FLAGS =3D /D MDEPKG_NDEBUG + MSFT:RELEASE_*_*_CC_FLAGS =3D /D MDEPKG_NDEBUG + +[BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER] + GCC:*_*_*_DLINK_FLAGS =3D -z common-page-size=3D0x1000 + XCODE:*_*_*_DLINK_FLAGS =3D -seg1addr 0x1000 -segalign 0x1000 + XCODE:*_*_*_MTOC_FLAGS =3D -align 0x1000 + CLANGPDB:*_*_*_DLINK_FLAGS =3D /ALIGN:4096 + MSFT:*_*_*_DLINK_FLAGS =3D /ALIGN:4096 diff --git a/Features/Intel/PlatformPayloadPkg/PlatformPayloadPkg.fdf b/Fea= tures/Intel/PlatformPayloadPkg/PlatformPayloadPkg.fdf new file mode 100644 index 0000000000..f781a364d7 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/PlatformPayloadPkg.fdf @@ -0,0 +1,50 @@ +## @file +# Payload platform Package +# +# Provides platform specific drivers and definitions to create a platform = FV +# to work with universal UEF payload. +# +# Copyright (c) 2022, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent +# +## + +[Defines] + DEFINE FD_BASE =3D 0x00800000 + DEFINE FD_BLOCK_SIZE =3D 0x00001000 + + !if $(TARGET) =3D=3D "NOOPT" + DEFINE FD_SIZE =3D 0x00090000 + DEFINE NUM_BLOCKS =3D 0x90 + !else + DEFINE FD_SIZE =3D 0x00050000 + DEFINE NUM_BLOCKS =3D 0x50 + !endif + +[FD.PlatformPayload] + BaseAddress =3D $(FD_BASE) | gUefiPayloadPkgTokenSpaceGuid.PcdPayloadF= dMemBase + Size =3D $(FD_SIZE) | gUefiPayloadPkgTokenSpaceGuid.PcdPayloadF= dMemSize + ErasePolarity =3D 1 + BlockSize =3D $(FD_BLOCK_SIZE) + NumBlocks =3D $(NUM_BLOCKS) + + 0x00000000 | $(FD_SIZE) + FV =3D PlatformPayload + +[FV.PlatformPayload] + !include MinPlatformPkg/Include/Fdf/CommonSpiFvHeaderInfo.fdf + FvNameGuid =3D 96E75986-6FDD-491E-9FD5-35E21AC45B45 + FvForceRebase =3D FALSE + + !include Include/PostMemory.fdf + +##########################################################################= ###### +# +# Rules are use with the [FV] section's module INF type to define +# how an FFS file is created for a given INF file. The following Rule are = the default +# rules for the different module type. User can add the customized rules t= o define the +# content of the FFS file. +# +##########################################################################= ###### + +!include MinPlatformPkg/Include/Fdf/RuleInclude.fdf diff --git a/Features/Intel/PlatformPayloadPkg/PlatformPayloadPkg.py b/Feat= ures/Intel/PlatformPayloadPkg/PlatformPayloadPkg.py new file mode 100644 index 0000000000..1e3e1cce21 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/PlatformPayloadPkg.py @@ -0,0 +1,113 @@ +## @file +# This file contains the script to build UniversalPayload with platform pa= yload +# +# Copyright (c) 2022, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent +## + +import argparse +import subprocess +import os +import shutil +import sys +from ctypes import * + +sys.dont_write_bytecode =3D True + +def RunCommand(cmd): + print(cmd) + p =3D subprocess.Popen(cmd, shell=3DTrue, stdout=3Dsubprocess.PIPE, st= derr=3Dsubprocess.STDOUT,cwd=3Dos.environ['WORKSPACE']) + while True: + line =3D p.stdout.readline() + if not line: + break + print(line.strip().decode(errors=3D'ignore')) + + p.communicate() + if p.returncode !=3D 0: + print("- Failed - error happened when run command: %s"%cmd) + raise Exception("ERROR: when run command: %s"%cmd) + +def BuildUniversalPayload(Args, MacroList): + BuildTarget =3D Args.Target + ToolChain =3D Args.ToolChain + ElfToolChain =3D 'CLANGDWARF' + ObjCopyFlag =3D "elf64-x86-64" if Args.Arch =3D=3D 'X64' else "elf32-= i386" + + # + # Find universal UEFI payload build build script + # + Edk2PayloadBuildScript =3D os.path.normpath("UefiPayloadPkg/UniversalP= ayloadBuild.py") + for package_path in os.environ['PACKAGES_PATH'].split(';'): + if os.path.exists (os.path.join (package_path, Edk2PayloadBuildScr= ipt)): + Edk2PayloadBuildScript =3D os.path.join (package_path, Edk2Pay= loadBuildScript) + break + if not os.path.exists (Edk2PayloadBuildScript): + raise Exception("Could not find universal UEFI payload build scrip= t UniversalPayloadBuild.py") + + PlatformFvDscPath =3D os.path.normpath("PlatformPayloadPkg/Platfo= rmPayloadPkg.dsc") + BuildDir =3D os.path.join(os.environ['WORKSPACE'], os.pa= th.normpath("Build/UefiPayloadPkgX64")) + PlatformFvReportPath =3D os.path.join(BuildDir, "PlatformPayloadRepo= rt.txt") + UniversalUefiPld =3D os.path.join(BuildDir, 'UniversalPayload.el= f') + PlatformFv =3D os.path.join(os.environ['WORKSPACE'], os.pa= th.normpath("Build/PlatformPayloadPkg"), f"{BuildTarget}_{ToolChain}", os.p= ath.normpath("FV/PlatformPayload.Fv")) + + if "CLANG_BIN" in os.environ: + LlvmObjcopyPath =3D os.path.join(os.environ["CLANG_BIN"], "llvm-ob= jcopy") + else: + LlvmObjcopyPath =3D "llvm-objcopy" + try: + RunCommand('"%s" --version'%LlvmObjcopyPath) + except: + print("- Failed - Please check if LLVM is installed or if CLANG_BI= N is set correctly") + sys.exit(1) + + Defines =3D "" + for key in MacroList: + Defines +=3D" -D {0}=3D{1}".format(key, MacroList[key]) + + # + # Building Universal Payload entry. + # + if not Args.Skip: + BuildPayload =3D f"python {Edk2PayloadBuildScript} -b {BuildTarge= t} -t {ToolChain} -a {Args.Arch} {Defines}" + RunCommand(BuildPayload) + + # + # Building Platform Payload. + # + BuildPayload =3D f"build -p {PlatformFvDscPath} -b {BuildTarget} -a X6= 4 -t {ToolChain} -y {PlatformFvReportPath}" + BuildPayload +=3D Defines + RunCommand(BuildPayload) + + # + # Copy the Platform Payload as a section in elf format Universal Paylo= ad. + # + remove_section =3D f'"{LlvmObjcopyPath}" -I {ObjCopyFlag} -O {ObjCopyF= lag} --remove-section .upld.platform_fv {UniversalUefiP= ld}' + add_section =3D f'"{LlvmObjcopyPath}" -I {ObjCopyFlag} -O {ObjCopyF= lag} --add-section .upld.platform_fv=3D{PlatformFv} {UniversalUef= iPld}' + set_section =3D f'"{LlvmObjcopyPath}" -I {ObjCopyFlag} -O {ObjCopyF= lag} --set-section-alignment .upld.platform_fv=3D16 {UniversalUef= iPld}' + RunCommand(remove_section) + RunCommand(add_section) + RunCommand(set_section) + + +def main(): + parser =3D argparse.ArgumentParser(description=3D'Build Platform Paylo= ad FV and add it to Universal UEFI Payload') + parser.add_argument('-t', '--ToolChain') + parser.add_argument('-b', '--Target', default=3D'DEBUG') + parser.add_argument('-a', '--Arch', choices=3D['IA32', 'X64'], help=3D= 'Specify the ARCH for payload entry module. Default build X64 image.', defa= ult =3D'X64') + parser.add_argument("-D", "--Macro", action=3D"append") + parser.add_argument('-s', '--Skip', action=3D'store_true', help=3D'Sk= ip Universal UEFI payload build (just build platform FV and add to Universa= l UEFI payload.') + MacroList =3D {} + args =3D parser.parse_args() + if args.Macro is not None: + for Argument in args.Macro: + if Argument.count('=3D') !=3D 1: + print("Unknown variable passed in: %s"%Argument) + raise Exception("ERROR: Unknown variable passed in: %s"%Ar= gument) + tokens =3D Argument.strip().split('=3D') + MacroList[tokens[0].upper()] =3D tokens[1] + BuildUniversalPayload(args, MacroList) + print ("Successfully build Universal Payload with platform FV") + +if __name__ =3D=3D '__main__': + main() diff --git a/Features/Intel/PlatformPayloadPkg/Readme.md b/Features/Intel/P= latformPayloadPkg/Readme.md new file mode 100644 index 0000000000..10e863b5e0 --- /dev/null +++ b/Features/Intel/PlatformPayloadPkg/Readme.md @@ -0,0 +1,96 @@ +# Overview +* **Feature Name:** Platform Payload +* **PI Phase(s) Supported:** SMM DXE + +## Purpose +This package provides a common platform payload which is expected to work = on most +Intel platforms with a bootloader. + +# High-Level Theory of Operation +Bootloader initialize memory/silicon/platform and payload focus on boot me= dia initializaiton +and OS boot. Payload is expected to be re-used on different Platforms. + +In the reality, some payload modules have platform dependency (e.g. only f= or Intel PCH) +or bootloader dependency (only for coreboot). These modules would be locat= ed in +edk2-platform repo. + +The generic UEFI payload could be built from EDK2 UefiPayloadPkg in ELF fo= rmat following +universal payload specification. And a Platform Payload could be built fro= m PlatformPayloadPkg +to provide Intel platform specific features (e.g. SPI module, PCH SMM) in = FV/FD format. +This platform payload could be inserted into universal UEFI payload as an = ELF section +to generate a full-feature payload. +## Firmware Volumes +* FvPlatformPayload + +## Build Flows +use windows host as example to generate a full-feature payload: + +** Setup the build env +set WORKSPACE=3Dc:\payload +set PACKAGES_PATH=3D%WORKSPACE%\edk2;%WORKSPACE%\edk2-platforms\Features\I= ntel; + %WORKSPACE%\edk2-platforms\Platform\Intel +edk2\edksetup.bat + +** Build universal UEFI payload with platform Payload +python edk2-platforms\Features\Intel\PlatformPayloadPkg\PlatformPayloadPkg= .py -t VS2019 + -D SMM_SUPPORT=3DTRUE -DVARIABLE_SUPPORT=3DNONE -D SMM_VARIABLE=3DTRUE +or +python edk2\UefiPayloadPkg\UniversalPayloadBuild.py -t VS2019 -D SMM_SUPPO= RT=3DTRUE -DVARIABLE_SUPPORT=3DNONE +python edk2-platforms\Features\Intel\PlatformPayloadPkg\PlatformPayloadPkg= .py -t VS2019 -D SMM_VARIABLE=3DTRUE -s + + If build success, the final UEFI payload is at Build\UefiPayloadPkgX64\U= niversalPayload.elf. + +## Features + +1. Modules +Currently only SMM veriable feature is available. +Several build macros are used as below for SMM variable feature modules. +!if $(SMM_VARIABLE) =3D=3D TRUE + ## PchSmiDispatchSmm + ## FvbSmm + ## FaultTolerantWriteSmm + ## VariableSmm + ## VariableSmmRuntimeDxe +!endif + +2. Data Flows +SMM variable:=20 +The interface with bootloader are defined in PlatformPayloadPkg\Include\Gu= id +SpiFlashInfoGuid.h -- SPI related information for SPI flash operation. +NvVariableInfoGuid.h -- Variable related information for SPI NV variables. + +## Control Flows +EDK2 DXE/SMM core from universal UEFI payload would dispatch all the modul= es +from this platform payload. + +## Test Point Results +*_TODO_* +The test(s) that can verify porting is complete for the feature. + +Each feature must describe at least one test point to verify the feature i= s successful. If the test point is not +implemented, this should be stated. + +## Functional Exit Criteria +*_TODO_* +The testable functionality for the feature. + +This section should provide an ordered list of criteria that a board integ= rator can reference to ensure the feature is +functional on their board. + +## Feature Enabling Checklist +*_TODO_* +An ordered list of required activities to achieve desired functionality fo= r the feature. + +## Performance Impact +A general expectation for the impact on overall boot performance due to us= ing this feature. + +This section is expected to provide guidance on: +* How to estimate performance impact due to the feature +* How to measure performance impact of the feature +* How to manage performance impact of the feature + +## Common Optimizations +*_TODO_* +Common size or performance tuning options for this feature. + +This section is recommended but not required. If not used, the contents sh= ould be left empty. --=20 2.35.1.windows.2 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#89559): https://edk2.groups.io/g/devel/message/89559 Mute This Topic: https://groups.io/mt/90946146/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-