]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Guid/GraphicsInfoHob.h
MdePkg: Add PI 1.4 Graphics HOB and PPI header files
[mirror_edk2.git] / MdePkg / Include / Guid / GraphicsInfoHob.h
CommitLineData
697c6cf3
HW
1/** @file\r
2 Hob guid for Information about the graphics mode.\r
3\r
4 Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
5 This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13 @par Revision Reference:\r
14 This HOB is introduced in in PI Version 1.4.\r
15\r
16**/\r
17\r
18#ifndef _GRAPHICS_INFO_HOB_GUID_H_\r
19#define _GRAPHICS_INFO_HOB_GUID_H_\r
20\r
21#include <Protocol/GraphicsOutput.h>\r
22\r
23#define EFI_PEI_GRAPHICS_INFO_HOB_GUID \\r
24 { \\r
25 0x39f62cce, 0x6825, 0x4669, { 0xbb, 0x56, 0x54, 0x1a, 0xba, 0x75, 0x3a, 0x07 } \\r
26 }\r
27\r
28typedef struct {\r
29 EFI_PHYSICAL_ADDRESS FrameBufferBase;\r
30 UINT32 FrameBufferSize;\r
31 EFI_GRAPHICS_OUTPUT_MODE_INFORMATION GraphicsMode;\r
32} EFI_PEI_GRAPHICS_INFO_HOB;\r
33\r
34extern EFI_GUID gEfiGraphicsInfoHobGuid;\r
35\r
36#endif\r