From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id A6AE981D4F for ; Tue, 8 Nov 2016 14:25:29 -0800 (PST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP; 08 Nov 2016 14:25:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,611,1473145200"; d="scan'208";a="29130432" Received: from gpmudusu-mobl5.amr.corp.intel.com ([10.24.70.168]) by orsmga004.jf.intel.com with ESMTP; 08 Nov 2016 14:25:26 -0800 From: Giri P Mudusuru To: edk2-devel@lists.01.org Cc: Jiewen Yao , Star Zeng Date: Tue, 8 Nov 2016 14:25:10 -0800 Message-Id: <82a4a06f9aa4e796165786dc53a83305716267b5.1478643797.git.giri.p.mudusuru@intel.com> X-Mailer: git-send-email 2.9.0.windows.1 Subject: [PATCH] IntelSiliconPkg: Add FFS GUID for Graphics VBT X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2016 22:25:29 -0000 Added FFS GUID gIntelGraphicsVbtDataGuid to store Graphics Video BIOS Table (VBT) in the raw format. Cc: Jiewen Yao Cc: Star Zeng Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru --- IntelSiliconPkg/IntelSiliconPkg.dec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/IntelSiliconPkg/IntelSiliconPkg.dec b/IntelSiliconPkg/IntelSiliconPkg.dec index 84b0764..4b3dd96 100644 --- a/IntelSiliconPkg/IntelSiliconPkg.dec +++ b/IntelSiliconPkg/IntelSiliconPkg.dec @@ -24,6 +24,10 @@ Include [Guids] + ## GUID for Graphics Video BIOS Table (VBT) Data + # This is a FFS file GUID to store the RAW VBT configuration data for GOP PEI/UEFI driver + gIntelGraphicsVbtDataGuid = { 0x56752da9, 0xde6b, 0x4895, { 0x88, 0x19, 0x19, 0x45, 0xb6, 0xb7, 0x6c, 0x22 }} + ## HOB GUID to publish SMBIOS data records from PEI phase # HOB data format is same as SMBIOS records defined in SMBIOS spec or OEM defined types # Generic DXE Library / Driver can locate HOB(s) and add SMBIOS records into SMBIOS table -- 2.9.0.windows.1