class AcpiRsdpItem

Defined at line 25 of file ../../zircon/kernel/phys/lib/boot-shim/include/lib/boot-shim/acpi.h

This can supply an item with the ACPI root table pointer, if available.

Its set_payload method takes a uint64_t physical address argument.

Public Methods

void Init (const acpi_lite::AcpiParser & parser, const char * shim_name, FILE * log)

This sets a payload of the physical address the parser is using.

If Init is not called, no item will be produced.

Defined at line 12 of file ../../zircon/kernel/phys/lib/boot-shim/acpi.cc

void Init (const acpi_lite::AcpiParser & parser, const char * shim_name, FILE * log)

This sets a payload of the physical address the parser is using.

If Init is not called, no item will be produced.

Defined at line 12 of file ../../zircon/kernel/phys/lib/boot-shim/acpi.cc