|
iPXE
|
#include <PiFirmwareFile.h>
Data Fields | |
| EFI_COMMON_SECTION_HEADER2 | CommonHeader |
| Usual common section header. | |
| UINT32 | UncompressedLength |
| UINT32 that indicates the size of the section data after decompression. | |
| UINT8 | CompressionType |
| Indicates which compression algorithm is used. | |
Definition at line 292 of file PiFirmwareFile.h.
| EFI_COMMON_SECTION_HEADER2 EFI_COMPRESSION_SECTION2::CommonHeader |
Usual common section header.
CommonHeader.Type = EFI_SECTION_COMPRESSION.
Definition at line 296 of file PiFirmwareFile.h.
| UINT32 EFI_COMPRESSION_SECTION2::UncompressedLength |
UINT32 that indicates the size of the section data after decompression.
Definition at line 300 of file PiFirmwareFile.h.
| UINT8 EFI_COMPRESSION_SECTION2::CompressionType |
Indicates which compression algorithm is used.
Definition at line 304 of file PiFirmwareFile.h.