coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
acpi.h File Reference
#include <acpi/acpi.h>
#include <amdblocks/acpi.h>
Include dependency graph for acpi.h:

Go to the source code of this file.

Macros

#define FADT_BOOT_ARCH   (ACPI_FADT_LEGACY_DEVICES | ACPI_FADT_8042)
 
#define RTC_DATE_ALARM   0x0d
 

Functions

const char * soc_acpi_name (const struct device *dev)
 

Macro Definition Documentation

◆ FADT_BOOT_ARCH

#define FADT_BOOT_ARCH   (ACPI_FADT_LEGACY_DEVICES | ACPI_FADT_8042)

Definition at line 12 of file acpi.h.

◆ RTC_DATE_ALARM

#define RTC_DATE_ALARM   0x0d

Definition at line 16 of file acpi.h.

Function Documentation

◆ soc_acpi_name()

const char* soc_acpi_name ( const struct device dev)

Definition at line 31 of file chip.c.