TianoCore EDK2 master
Loading...
Searching...
No Matches
GraphicsInfoHob.h
Go to the documentation of this file.
1
12#ifndef _GRAPHICS_INFO_HOB_GUID_H_
13#define _GRAPHICS_INFO_HOB_GUID_H_
14
16
17#define EFI_PEI_GRAPHICS_INFO_HOB_GUID \
18 { \
19 0x39f62cce, 0x6825, 0x4669, { 0xbb, 0x56, 0x54, 0x1a, 0xba, 0x75, 0x3a, 0x07 } \
20 }
21
22#define EFI_PEI_GRAPHICS_DEVICE_INFO_HOB_GUID \
23 { \
24 0xe5cb2ac9, 0xd35d, 0x4430, { 0x93, 0x6e, 0x1d, 0xe3, 0x32, 0x47, 0x8d, 0xe7 } \
25 }
26
27typedef struct {
28 EFI_PHYSICAL_ADDRESS FrameBufferBase;
29 UINT32 FrameBufferSize;
32
33typedef struct {
34 UINT16 VendorId;
35 UINT16 DeviceId;
37 UINT16 SubsystemId;
38 UINT8 RevisionId;
39 UINT8 BarIndex;
41
42extern EFI_GUID gEfiGraphicsInfoHobGuid;
43extern EFI_GUID gEfiGraphicsDeviceInfoHobGuid;
44
45#endif
UINT64 EFI_PHYSICAL_ADDRESS
Definition: UefiBaseType.h:50
UINT16 SubsystemId
Ignore if the value is 0xFFFF.
UINT8 BarIndex
Ignore if the value is 0xFF.
UINT16 VendorId
Ignore if the value is 0xFFFF.
UINT16 SubsystemVendorId
Ignore if the value is 0xFFFF.
UINT8 RevisionId
Ignore if the value is 0xFF.
UINT16 DeviceId
Ignore if the value is 0xFFFF.
Definition: Base.h:213