|
iPXE
|
An ACPI description header. More...
#include <acpi.h>
Data Fields | |
| uint32_t | signature |
| ACPI signature (4 ASCII characters) More... | |
| uint32_t | length |
| Length of table, in bytes, including header. More... | |
| uint8_t | revision |
| ACPI Specification minor version number. More... | |
| uint8_t | checksum |
| To make sum of entire table == 0. More... | |
| char | oem_id [6] |
| OEM identification. More... | |
| char | oem_table_id [8] |
| OEM table identification. More... | |
| uint32_t | oem_revision |
| OEM revision number. More... | |
| char | asl_compiler_id [4] |
| ASL compiler vendor ID. More... | |
| uint32_t | asl_compiler_revision |
| ASL compiler revision number. More... | |
An ACPI description header.
This is the structure common to the start of all ACPI system description tables.
| uint32_t acpi_header::signature |
ACPI signature (4 ASCII characters)
Definition at line 181 of file acpi.h.
Referenced by abft_install(), acpi_find_via_rsdt(), ib_sbft_install(), and int13_install().
| uint32_t acpi_header::length |
Length of table, in bytes, including header.
Definition at line 183 of file acpi.h.
Referenced by abft_install(), acpi_find_via_rsdt(), acpi_zsdt(), ecam_find(), ib_sbft_install(), and spcr_console().
| uint8_t acpi_header::revision |
ACPI Specification minor version number.
Definition at line 185 of file acpi.h.
Referenced by abft_install(), and ib_sbft_install().
| uint8_t acpi_header::checksum |
| char acpi_header::oem_id[6] |
| char acpi_header::oem_table_id[8] |
| uint32_t acpi_header::asl_compiler_revision |
1.8.15