iPXE
PiHob.h
Go to the documentation of this file.
1 /** @file
2  HOB related definitions in PI.
3 
4 Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6 
7  @par Revision Reference:
8  PI Version 1.6
9 
10 **/
11 
12 #ifndef __PI_HOB_H__
13 #define __PI_HOB_H__
14 
15 FILE_LICENCE ( BSD2_PATENT );
16 
17 //
18 // HobType of EFI_HOB_GENERIC_HEADER.
19 //
20 #define EFI_HOB_TYPE_HANDOFF 0x0001
21 #define EFI_HOB_TYPE_MEMORY_ALLOCATION 0x0002
22 #define EFI_HOB_TYPE_RESOURCE_DESCRIPTOR 0x0003
23 #define EFI_HOB_TYPE_GUID_EXTENSION 0x0004
24 #define EFI_HOB_TYPE_FV 0x0005
25 #define EFI_HOB_TYPE_CPU 0x0006
26 #define EFI_HOB_TYPE_MEMORY_POOL 0x0007
27 #define EFI_HOB_TYPE_FV2 0x0009
28 #define EFI_HOB_TYPE_LOAD_PEIM_UNUSED 0x000A
29 #define EFI_HOB_TYPE_UEFI_CAPSULE 0x000B
30 #define EFI_HOB_TYPE_FV3 0x000C
31 #define EFI_HOB_TYPE_UNUSED 0xFFFE
32 #define EFI_HOB_TYPE_END_OF_HOB_LIST 0xFFFF
33 
34 ///
35 /// Describes the format and size of the data inside the HOB.
36 /// All HOBs must contain this generic HOB header.
37 ///
38 typedef struct {
39  ///
40  /// Identifies the HOB data structure type.
41  ///
43  ///
44  /// The length in bytes of the HOB.
45  ///
47  ///
48  /// This field must always be set to zero.
49  ///
52 
53 ///
54 /// Value of version in EFI_HOB_HANDOFF_INFO_TABLE.
55 ///
56 #define EFI_HOB_HANDOFF_TABLE_VERSION 0x0009
57 
58 ///
59 /// Contains general state information used by the HOB producer phase.
60 /// This HOB must be the first one in the HOB list.
61 ///
62 typedef struct {
63  ///
64  /// The HOB generic header. Header.HobType = EFI_HOB_TYPE_HANDOFF.
65  ///
67  ///
68  /// The version number pertaining to the PHIT HOB definition.
69  /// This value is four bytes in length to provide an 8-byte aligned entry
70  /// when it is combined with the 4-byte BootMode.
71  ///
73  ///
74  /// The system boot mode as determined during the HOB producer phase.
75  ///
77  ///
78  /// The highest address location of memory that is allocated for use by the HOB producer
79  /// phase. This address must be 4-KB aligned to meet page restrictions of UEFI.
80  ///
82  ///
83  /// The lowest address location of memory that is allocated for use by the HOB producer phase.
84  ///
86  ///
87  /// The highest address location of free memory that is currently available
88  /// for use by the HOB producer phase.
89  ///
91  ///
92  /// The lowest address location of free memory that is available for use by the HOB producer phase.
93  ///
95  ///
96  /// The end of the HOB list.
97  ///
100 
101 ///
102 /// EFI_HOB_MEMORY_ALLOCATION_HEADER describes the
103 /// various attributes of the logical memory allocation. The type field will be used for
104 /// subsequent inclusion in the UEFI memory map.
105 ///
106 typedef struct {
107  ///
108  /// A GUID that defines the memory allocation region's type and purpose, as well as
109  /// other fields within the memory allocation HOB. This GUID is used to define the
110  /// additional data within the HOB that may be present for the memory allocation HOB.
111  /// Type EFI_GUID is defined in InstallProtocolInterface() in the UEFI 2.0
112  /// specification.
113  ///
115 
116  ///
117  /// The base address of memory allocated by this HOB. Type
118  /// EFI_PHYSICAL_ADDRESS is defined in AllocatePages() in the UEFI 2.0
119  /// specification.
120  ///
122 
123  ///
124  /// The length in bytes of memory allocated by this HOB.
125  ///
127 
128  ///
129  /// Defines the type of memory allocated by this HOB. The memory type definition
130  /// follows the EFI_MEMORY_TYPE definition. Type EFI_MEMORY_TYPE is defined
131  /// in AllocatePages() in the UEFI 2.0 specification.
132  ///
134 
135  ///
136  /// Padding for Itanium processor family
137  ///
140 
141 ///
142 /// Describes all memory ranges used during the HOB producer
143 /// phase that exist outside the HOB list. This HOB type
144 /// describes how memory is used, not the physical attributes of memory.
145 ///
146 typedef struct {
147  ///
148  /// The HOB generic header. Header.HobType = EFI_HOB_TYPE_MEMORY_ALLOCATION.
149  ///
151  ///
152  /// An instance of the EFI_HOB_MEMORY_ALLOCATION_HEADER that describes the
153  /// various attributes of the logical memory allocation.
154  ///
156  //
157  // Additional data pertaining to the "Name" Guid memory
158  // may go here.
159  //
161 
162 ///
163 /// Describes the memory stack that is produced by the HOB producer
164 /// phase and upon which all post-memory-installed executable
165 /// content in the HOB producer phase is executing.
166 ///
167 typedef struct {
168  ///
169  /// The HOB generic header. Header.HobType = EFI_HOB_TYPE_MEMORY_ALLOCATION.
170  ///
172  ///
173  /// An instance of the EFI_HOB_MEMORY_ALLOCATION_HEADER that describes the
174  /// various attributes of the logical memory allocation.
175  ///
178 
179 ///
180 /// Defines the location of the boot-strap
181 /// processor (BSP) BSPStore ("Backing Store Pointer Store").
182 /// This HOB is valid for the Itanium processor family only
183 /// register overflow store.
184 ///
185 typedef struct {
186  ///
187  /// The HOB generic header. Header.HobType = EFI_HOB_TYPE_MEMORY_ALLOCATION.
188  ///
190  ///
191  /// An instance of the EFI_HOB_MEMORY_ALLOCATION_HEADER that describes the
192  /// various attributes of the logical memory allocation.
193  ///
196 
197 ///
198 /// Defines the location and entry point of the HOB consumer phase.
199 ///
200 typedef struct {
201  ///
202  /// The HOB generic header. Header.HobType = EFI_HOB_TYPE_MEMORY_ALLOCATION.
203  ///
205  ///
206  /// An instance of the EFI_HOB_MEMORY_ALLOCATION_HEADER that describes the
207  /// various attributes of the logical memory allocation.
208  ///
210  ///
211  /// The GUID specifying the values of the firmware file system name
212  /// that contains the HOB consumer phase component.
213  ///
215  ///
216  /// The address of the memory-mapped firmware volume
217  /// that contains the HOB consumer phase firmware file.
218  ///
221 
222 ///
223 /// The resource type.
224 ///
226 
227 //
228 // Value of ResourceType in EFI_HOB_RESOURCE_DESCRIPTOR.
229 //
230 #define EFI_RESOURCE_SYSTEM_MEMORY 0x00000000
231 #define EFI_RESOURCE_MEMORY_MAPPED_IO 0x00000001
232 #define EFI_RESOURCE_IO 0x00000002
233 #define EFI_RESOURCE_FIRMWARE_DEVICE 0x00000003
234 #define EFI_RESOURCE_MEMORY_MAPPED_IO_PORT 0x00000004
235 #define EFI_RESOURCE_MEMORY_RESERVED 0x00000005
236 #define EFI_RESOURCE_IO_RESERVED 0x00000006
237 //
238 // BZ3937_EFI_RESOURCE_MEMORY_UNACCEPTED is defined for unaccepted memory.
239 // But this defitinion has not been officially in the PI spec. Base
240 // on the code-first we define BZ3937_EFI_RESOURCE_MEMORY_UNACCEPTED at
241 // MdeModulePkg/Include/Pi/PrePiHob.h and update EFI_RESOURCE_MAX_MEMORY_TYPE
242 // to 8. After BZ3937_EFI_RESOURCE_MEMORY_UNACCEPTED is officially published
243 // in PI spec, we will re-visit here.
244 //
245 // #define BZ3937_EFI_RESOURCE_MEMORY_UNACCEPTED 0x00000007
246 #define EFI_RESOURCE_MAX_MEMORY_TYPE 0x00000008
247 
248 ///
249 /// A type of recount attribute type.
250 ///
252 
253 //
254 // These types can be ORed together as needed.
255 //
256 // The following attributes are used to describe settings
257 //
258 #define EFI_RESOURCE_ATTRIBUTE_PRESENT 0x00000001
259 #define EFI_RESOURCE_ATTRIBUTE_INITIALIZED 0x00000002
260 #define EFI_RESOURCE_ATTRIBUTE_TESTED 0x00000004
261 #define EFI_RESOURCE_ATTRIBUTE_READ_PROTECTED 0x00000080
262 //
263 // This is typically used as memory cacheability attribute today.
264 // NOTE: Since PI spec 1.4, please use EFI_RESOURCE_ATTRIBUTE_READ_ONLY_PROTECTED
265 // as Physical write protected attribute, and EFI_RESOURCE_ATTRIBUTE_WRITE_PROTECTED
266 // means Memory cacheability attribute: The memory supports being programmed with
267 // a writeprotected cacheable attribute.
268 //
269 #define EFI_RESOURCE_ATTRIBUTE_WRITE_PROTECTED 0x00000100
270 #define EFI_RESOURCE_ATTRIBUTE_EXECUTION_PROTECTED 0x00000200
271 #define EFI_RESOURCE_ATTRIBUTE_PERSISTENT 0x00800000
272 //
273 // The rest of the attributes are used to describe capabilities
274 //
275 #define EFI_RESOURCE_ATTRIBUTE_SINGLE_BIT_ECC 0x00000008
276 #define EFI_RESOURCE_ATTRIBUTE_MULTIPLE_BIT_ECC 0x00000010
277 #define EFI_RESOURCE_ATTRIBUTE_ECC_RESERVED_1 0x00000020
278 #define EFI_RESOURCE_ATTRIBUTE_ECC_RESERVED_2 0x00000040
279 #define EFI_RESOURCE_ATTRIBUTE_UNCACHEABLE 0x00000400
280 #define EFI_RESOURCE_ATTRIBUTE_WRITE_COMBINEABLE 0x00000800
281 #define EFI_RESOURCE_ATTRIBUTE_WRITE_THROUGH_CACHEABLE 0x00001000
282 #define EFI_RESOURCE_ATTRIBUTE_WRITE_BACK_CACHEABLE 0x00002000
283 #define EFI_RESOURCE_ATTRIBUTE_16_BIT_IO 0x00004000
284 #define EFI_RESOURCE_ATTRIBUTE_32_BIT_IO 0x00008000
285 #define EFI_RESOURCE_ATTRIBUTE_64_BIT_IO 0x00010000
286 #define EFI_RESOURCE_ATTRIBUTE_UNCACHED_EXPORTED 0x00020000
287 #define EFI_RESOURCE_ATTRIBUTE_READ_PROTECTABLE 0x00100000
288 //
289 // This is typically used as memory cacheability attribute today.
290 // NOTE: Since PI spec 1.4, please use EFI_RESOURCE_ATTRIBUTE_READ_ONLY_PROTECTABLE
291 // as Memory capability attribute: The memory supports being protected from processor
292 // writes, and EFI_RESOURCE_ATTRIBUTE_WRITE_PROTEC TABLE means Memory cacheability attribute:
293 // The memory supports being programmed with a writeprotected cacheable attribute.
294 //
295 #define EFI_RESOURCE_ATTRIBUTE_WRITE_PROTECTABLE 0x00200000
296 #define EFI_RESOURCE_ATTRIBUTE_EXECUTION_PROTECTABLE 0x00400000
297 #define EFI_RESOURCE_ATTRIBUTE_PERSISTABLE 0x01000000
298 
299 #define EFI_RESOURCE_ATTRIBUTE_READ_ONLY_PROTECTED 0x00040000
300 #define EFI_RESOURCE_ATTRIBUTE_READ_ONLY_PROTECTABLE 0x00080000
301 
302 //
303 // Physical memory relative reliability attribute. This
304 // memory provides higher reliability relative to other
305 // memory in the system. If all memory has the same
306 // reliability, then this bit is not used.
307 //
308 #define EFI_RESOURCE_ATTRIBUTE_MORE_RELIABLE 0x02000000
309 
310 ///
311 /// Describes the resource properties of all fixed,
312 /// nonrelocatable resource ranges found on the processor
313 /// host bus during the HOB producer phase.
314 ///
315 typedef struct {
316  ///
317  /// The HOB generic header. Header.HobType = EFI_HOB_TYPE_RESOURCE_DESCRIPTOR.
318  ///
320  ///
321  /// A GUID representing the owner of the resource. This GUID is used by HOB
322  /// consumer phase components to correlate device ownership of a resource.
323  ///
325  ///
326  /// The resource type enumeration as defined by EFI_RESOURCE_TYPE.
327  ///
329  ///
330  /// Resource attributes as defined by EFI_RESOURCE_ATTRIBUTE_TYPE.
331  ///
333  ///
334  /// The physical start address of the resource region.
335  ///
337  ///
338  /// The number of bytes of the resource region.
339  ///
342 
343 ///
344 /// Allows writers of executable content in the HOB producer phase to
345 /// maintain and manage HOBs with specific GUID.
346 ///
347 typedef struct {
348  ///
349  /// The HOB generic header. Header.HobType = EFI_HOB_TYPE_GUID_EXTENSION.
350  ///
352  ///
353  /// A GUID that defines the contents of this HOB.
354  ///
356  //
357  // Guid specific data goes here
358  //
360 
361 ///
362 /// Details the location of firmware volumes that contain firmware files.
363 ///
364 typedef struct {
365  ///
366  /// The HOB generic header. Header.HobType = EFI_HOB_TYPE_FV.
367  ///
369  ///
370  /// The physical memory-mapped base address of the firmware volume.
371  ///
373  ///
374  /// The length in bytes of the firmware volume.
375  ///
378 
379 ///
380 /// Details the location of a firmware volume that was extracted
381 /// from a file within another firmware volume.
382 ///
383 typedef struct {
384  ///
385  /// The HOB generic header. Header.HobType = EFI_HOB_TYPE_FV2.
386  ///
388  ///
389  /// The physical memory-mapped base address of the firmware volume.
390  ///
392  ///
393  /// The length in bytes of the firmware volume.
394  ///
396  ///
397  /// The name of the firmware volume.
398  ///
400  ///
401  /// The name of the firmware file that contained this firmware volume.
402  ///
405 
406 ///
407 /// Details the location of a firmware volume that was extracted
408 /// from a file within another firmware volume.
409 ///
410 typedef struct {
411  ///
412  /// The HOB generic header. Header.HobType = EFI_HOB_TYPE_FV3.
413  ///
415  ///
416  /// The physical memory-mapped base address of the firmware volume.
417  ///
419  ///
420  /// The length in bytes of the firmware volume.
421  ///
423  ///
424  /// The authentication status.
425  ///
427  ///
428  /// TRUE if the FV was extracted as a file within another firmware volume.
429  /// FALSE otherwise.
430  ///
432  ///
433  /// The name of the firmware volume.
434  /// Valid only if IsExtractedFv is TRUE.
435  ///
437  ///
438  /// The name of the firmware file that contained this firmware volume.
439  /// Valid only if IsExtractedFv is TRUE.
440  ///
443 
444 ///
445 /// Describes processor information, such as address space and I/O space capabilities.
446 ///
447 typedef struct {
448  ///
449  /// The HOB generic header. Header.HobType = EFI_HOB_TYPE_CPU.
450  ///
452  ///
453  /// Identifies the maximum physical memory addressability of the processor.
454  ///
456  ///
457  /// Identifies the maximum physical I/O addressability of the processor.
458  ///
460  ///
461  /// This field will always be set to zero.
462  ///
464 } EFI_HOB_CPU;
465 
466 ///
467 /// Describes pool memory allocations.
468 ///
469 typedef struct {
470  ///
471  /// The HOB generic header. Header.HobType = EFI_HOB_TYPE_MEMORY_POOL.
472  ///
475 
476 ///
477 /// Each UEFI capsule HOB details the location of a UEFI capsule. It includes a base address and length
478 /// which is based upon memory blocks with a EFI_CAPSULE_HEADER and the associated
479 /// CapsuleImageSize-based payloads. These HOB's shall be created by the PEI PI firmware
480 /// sometime after the UEFI UpdateCapsule service invocation with the
481 /// CAPSULE_FLAGS_POPULATE_SYSTEM_TABLE flag set in the EFI_CAPSULE_HEADER.
482 ///
483 typedef struct {
484  ///
485  /// The HOB generic header where Header.HobType = EFI_HOB_TYPE_UEFI_CAPSULE.
486  ///
488 
489  ///
490  /// The physical memory-mapped base address of an UEFI capsule. This value is set to
491  /// point to the base of the contiguous memory of the UEFI capsule.
492  /// The length of the contiguous memory in bytes.
493  ///
497 
498 ///
499 /// Union of all the possible HOB Types.
500 ///
501 typedef union {
518 
519 #endif
EFI_HOB_FIRMWARE_VOLUME2 * FirmwareVolume2
Definition: PiHob.h:511
UINT16 HobType
Identifies the HOB data structure type.
Definition: PiHob.h:42
EFI_HOB_GUID_TYPE * Guid
Definition: PiHob.h:509
Describes the format and size of the data inside the HOB.
Definition: PiHob.h:38
EFI_HOB_FIRMWARE_VOLUME * FirmwareVolume
Definition: PiHob.h:510
Describes all memory ranges used during the HOB producer phase that exist outside the HOB list.
Definition: PiHob.h:146
EFI_MEMORY_TYPE MemoryType
Defines the type of memory allocated by this HOB.
Definition: PiHob.h:133
EFI_HOB_MEMORY_ALLOCATION_HEADER AllocDescriptor
An instance of the EFI_HOB_MEMORY_ALLOCATION_HEADER that describes the various attributes of the logi...
Definition: PiHob.h:176
EFI_HOB_GENERIC_HEADER Header
The HOB generic header.
Definition: PiHob.h:351
UINT64 MemoryLength
The length in bytes of memory allocated by this HOB.
Definition: PiHob.h:126
128 bit buffer containing a unique identifier value.
Definition: Base.h:215
EFI_HOB_CPU * Cpu
Definition: PiHob.h:513
UINT32 AuthenticationStatus
The authentication status.
Definition: PiHob.h:426
EFI_HOB_GENERIC_HEADER Header
The HOB generic header.
Definition: PiHob.h:473
Defines the location of the boot-strap processor (BSP) BSPStore ("Backing Store Pointer Store").
Definition: PiHob.h:185
EFI_HOB_RESOURCE_DESCRIPTOR * ResourceDescriptor
Definition: PiHob.h:508
EFI_GUID FileName
The name of the firmware file that contained this firmware volume.
Definition: PiHob.h:441
EFI_HOB_MEMORY_ALLOCATION_HEADER AllocDescriptor
An instance of the EFI_HOB_MEMORY_ALLOCATION_HEADER that describes the various attributes of the logi...
Definition: PiHob.h:155
unsigned char BOOLEAN
EFI_HOB_GENERIC_HEADER Header
The HOB generic header.
Definition: PiHob.h:319
EFI_HOB_MEMORY_ALLOCATION_HEADER MemoryAllocationHeader
An instance of the EFI_HOB_MEMORY_ALLOCATION_HEADER that describes the various attributes of the logi...
Definition: PiHob.h:209
unsigned int UINT32
Definition: ProcessorBind.h:98
Details the location of firmware volumes that contain firmware files.
Definition: PiHob.h:364
EFI_HOB_GENERIC_HEADER * Header
Definition: PiHob.h:502
EFI_GUID Name
A GUID that defines the contents of this HOB.
Definition: PiHob.h:355
EFI_PHYSICAL_ADDRESS EfiFreeMemoryTop
The highest address location of free memory that is currently available for use by the HOB producer p...
Definition: PiHob.h:90
EFI_HOB_GENERIC_HEADER Header
The HOB generic header.
Definition: PiHob.h:368
UINT64 Length
The length in bytes of the firmware volume.
Definition: PiHob.h:422
Details the location of a firmware volume that was extracted from a file within another firmware volu...
Definition: PiHob.h:410
EFI_PHYSICAL_ADDRESS EfiMemoryBottom
The lowest address location of memory that is allocated for use by the HOB producer phase.
Definition: PiHob.h:85
EFI_HOB_GENERIC_HEADER Header
The HOB generic header.
Definition: PiHob.h:204
EFI_HOB_GENERIC_HEADER Header
The HOB generic header where Header.HobType = EFI_HOB_TYPE_UEFI_CAPSULE.
Definition: PiHob.h:487
unsigned char UINT8
UINT64 EFI_PHYSICAL_ADDRESS
64-bit physical memory address.
Definition: UefiBaseType.h:52
EFI_HOB_MEMORY_ALLOCATION_HEADER describes the various attributes of the logical memory allocation.
Definition: PiHob.h:106
EFI_PHYSICAL_ADDRESS EfiEndOfHobList
The end of the HOB list.
Definition: PiHob.h:98
UINT64 Length
The length in bytes of the firmware volume.
Definition: PiHob.h:376
UINT32 Version
The version number pertaining to the PHIT HOB definition.
Definition: PiHob.h:72
UINT32 EFI_RESOURCE_ATTRIBUTE_TYPE
A type of recount attribute type.
Definition: PiHob.h:251
EFI_RESOURCE_TYPE ResourceType
The resource type enumeration as defined by EFI_RESOURCE_TYPE.
Definition: PiHob.h:328
Union of all the possible HOB Types.
Definition: PiHob.h:501
UINT8 SizeOfMemorySpace
Identifies the maximum physical memory addressability of the processor.
Definition: PiHob.h:455
EFI_MEMORY_TYPE
Enumeration of memory types introduced in UEFI.
BOOLEAN ExtractedFv
TRUE if the FV was extracted as a file within another firmware volume.
Definition: PiHob.h:431
EFI_HOB_GENERIC_HEADER Header
The HOB generic header.
Definition: PiHob.h:189
EFI_HOB_MEMORY_ALLOCATION_HEADER AllocDescriptor
An instance of the EFI_HOB_MEMORY_ALLOCATION_HEADER that describes the various attributes of the logi...
Definition: PiHob.h:194
EFI_HOB_FIRMWARE_VOLUME3 * FirmwareVolume3
Definition: PiHob.h:512
Describes pool memory allocations.
Definition: PiHob.h:469
EFI_HOB_HANDOFF_INFO_TABLE * HandoffInformationTable
Definition: PiHob.h:503
EFI_HOB_MEMORY_POOL * Pool
Definition: PiHob.h:514
Details the location of a firmware volume that was extracted from a file within another firmware volu...
Definition: PiHob.h:383
EFI_PHYSICAL_ADDRESS BaseAddress
The physical memory-mapped base address of the firmware volume.
Definition: PiHob.h:391
unsigned short UINT16
UINT8 Reserved
Must be zero.
Definition: Acpi30.h:50
EFI_HOB_GENERIC_HEADER Header
The HOB generic header.
Definition: PiHob.h:414
EFI_HOB_GENERIC_HEADER Header
The HOB generic header.
Definition: PiHob.h:171
EFI_RESOURCE_ATTRIBUTE_TYPE ResourceAttribute
Resource attributes as defined by EFI_RESOURCE_ATTRIBUTE_TYPE.
Definition: PiHob.h:332
EFI_GUID FvName
The name of the firmware volume.
Definition: PiHob.h:436
EFI_HOB_MEMORY_ALLOCATION_STACK * MemoryAllocationStack
Definition: PiHob.h:506
EFI_PHYSICAL_ADDRESS EfiFreeMemoryBottom
The lowest address location of free memory that is available for use by the HOB producer phase.
Definition: PiHob.h:94
Contains general state information used by the HOB producer phase.
Definition: PiHob.h:62
EFI_PHYSICAL_ADDRESS BaseAddress
The physical memory-mapped base address of the firmware volume.
Definition: PiHob.h:372
UINT64 Length
The length in bytes of the firmware volume.
Definition: PiHob.h:395
EFI_BOOT_MODE BootMode
The system boot mode as determined during the HOB producer phase.
Definition: PiHob.h:76
EFI_PHYSICAL_ADDRESS EfiMemoryTop
The highest address location of memory that is allocated for use by the HOB producer phase.
Definition: PiHob.h:81
EFI_PHYSICAL_ADDRESS EntryPoint
The address of the memory-mapped firmware volume that contains the HOB consumer phase firmware file.
Definition: PiHob.h:219
unsigned long long UINT64
Definition: ProcessorBind.h:96
EFI_PHYSICAL_ADDRESS BaseAddress
The physical memory-mapped base address of the firmware volume.
Definition: PiHob.h:418
EFI_GUID ModuleName
The GUID specifying the values of the firmware file system name that contains the HOB consumer phase ...
Definition: PiHob.h:214
FILE_LICENCE(BSD2_PATENT)
EFI_PHYSICAL_ADDRESS PhysicalStart
The physical start address of the resource region.
Definition: PiHob.h:336
EFI_PHYSICAL_ADDRESS MemoryBaseAddress
The base address of memory allocated by this HOB.
Definition: PiHob.h:121
EFI_GUID Name
A GUID that defines the memory allocation region's type and purpose, as well as other fields within t...
Definition: PiHob.h:114
EFI_GUID FvName
The name of the firmware volume.
Definition: PiHob.h:399
EFI_HOB_MEMORY_ALLOCATION_MODULE * MemoryAllocationModule
Definition: PiHob.h:507
Describes the memory stack that is produced by the HOB producer phase and upon which all post-memory-...
Definition: PiHob.h:167
EFI_HOB_GENERIC_HEADER Header
The HOB generic header.
Definition: PiHob.h:66
Each UEFI capsule HOB details the location of a UEFI capsule.
Definition: PiHob.h:483
EFI_HOB_GENERIC_HEADER Header
The HOB generic header.
Definition: PiHob.h:451
UINT32 Reserved
This field must always be set to zero.
Definition: PiHob.h:50
EFI_GUID Owner
A GUID representing the owner of the resource.
Definition: PiHob.h:324
EFI_HOB_UEFI_CAPSULE * Capsule
Definition: PiHob.h:515
EFI_HOB_GENERIC_HEADER Header
The HOB generic header.
Definition: PiHob.h:387
Allows writers of executable content in the HOB producer phase to maintain and manage HOBs with speci...
Definition: PiHob.h:347
UINT64 ResourceLength
The number of bytes of the resource region.
Definition: PiHob.h:340
Describes the resource properties of all fixed, nonrelocatable resource ranges found on the processor...
Definition: PiHob.h:315
UINT32 EFI_RESOURCE_TYPE
The resource type.
Definition: PiHob.h:225
EFI_PHYSICAL_ADDRESS BaseAddress
The physical memory-mapped base address of an UEFI capsule.
Definition: PiHob.h:494
UINT32 EFI_BOOT_MODE
EFI boot mode.
Definition: PiBootMode.h:20
EFI_HOB_MEMORY_ALLOCATION_BSP_STORE * MemoryAllocationBspStore
Definition: PiHob.h:505
EFI_HOB_GENERIC_HEADER Header
The HOB generic header.
Definition: PiHob.h:150
Defines the location and entry point of the HOB consumer phase.
Definition: PiHob.h:200
EFI_GUID FileName
The name of the firmware file that contained this firmware volume.
Definition: PiHob.h:403
Describes processor information, such as address space and I/O space capabilities.
Definition: PiHob.h:447
UINT8 SizeOfIoSpace
Identifies the maximum physical I/O addressability of the processor.
Definition: PiHob.h:459
EFI_HOB_MEMORY_ALLOCATION * MemoryAllocation
Definition: PiHob.h:504
UINT16 HobLength
The length in bytes of the HOB.
Definition: PiHob.h:46