From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web11.6986.1672818660904709624 for ; Tue, 03 Jan 2023 23:51:01 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=SGX0UHq3; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: hunter.chang@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672818660; x=1704354660; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=1177SSG8RsowNcdYmM/r2x7oWyyytiqxyno0OJSWP8Q=; b=SGX0UHq3M4lcQu97DbQDwTcER6Qb8Dg3h0pW9tZiFXzcCOfvFlnEBPP6 IJ2gXf8NxPOelNVPoVXS6ewrWY6EVap5DQ92cmcvAYi0lMt3BhXmkT5pH 5JxJ29Fsjs6lu6WLiYnOy7whWEtC5PG4XZUeljLlx95Wcp1khf5tQeIxT dLi/w5ZnfaSi9wjlyQJve+VPodSpNbzQVF2bql5ac3xhpj75urkgBFsq5 WBUhKEpoZNLw9+bryBMzabYR/OxivF1VFyvB3/+AX6gZwmykJwoEVh6AA s1qrk6cxgsnMVRPk4JGRG5YZ53/KAjJ/DI8HDyfW+W+ToZn7QsaApY5YN Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="305374314" X-IronPort-AV: E=Sophos;i="5.96,299,1665471600"; d="scan'208";a="305374314" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 23:51:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="797442328" X-IronPort-AV: E=Sophos;i="5.96,299,1665471600"; d="scan'208";a="797442328" Received: from changhun-desk.gar.corp.intel.com ([10.5.215.139]) by fmsmga001.fm.intel.com with ESMTP; 03 Jan 2023 23:50:58 -0800 From: hunter.chang@intel.com To: devel@edk2.groups.io Cc: Hunter Chang , Ray Ni , Rangasai V Chaganty , Isaac Oram , Ashraf Ali S Subject: [PATCH v1] IntelSiliconPkg: Add FVI_SMBIOS_TYPE definition in FirmwareVersionInfo.h Date: Wed, 4 Jan 2023 15:47:15 +0800 Message-Id: <20230104074715.1782-1-hunter.chang@intel.com> X-Mailer: git-send-email 2.26.2.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Hunter Chang REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4242 Define a macro for SmbiosFeaturePkg usage which named INTEL_FVI_SMBIOS_TYPE and initialized to 0xDD in IndustryStandard/FirmwareVersionInfo.h Signed-off-by: Hunter Chang Cc: Ray Ni Cc: Rangasai V Chaganty Cc: Isaac Oram Cc: Ashraf Ali S --- Silicon/Intel/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo= .h | 1 + 1 file changed, 1 insertion(+) diff --git a/Silicon/Intel/IntelSiliconPkg/Include/IndustryStandard/Firmwar= eVersionInfo.h b/Silicon/Intel/IntelSiliconPkg/Include/IndustryStandard/Fir= mwareVersionInfo.h index b30bc3f9e7..466cb8e7d2 100644 --- a/Silicon/Intel/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersio= nInfo.h +++ b/Silicon/Intel/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersio= nInfo.h @@ -18,6 +18,7 @@ #include =0D =0D #define INTEL_FIRMWARE_VERSION_INFO_GROUP_NAME "Firmware Version Info"= =0D +#define INTEL_FVI_SMBIOS_TYPE 0xDD=0D =0D #pragma pack(1)=0D =0D --=20 2.26.2.windows.1