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 <device/device.h>
#include <stdint.h>
Include dependency graph for acpi.h:

Go to the source code of this file.

Macros

#define RTC_DATE_ALARM   0x0d
 

Functions

uintptr_t agesa_write_acpi_tables (const struct device *device, uintptr_t current, acpi_rsdp_t *rsdp)
 

Macro Definition Documentation

◆ RTC_DATE_ALARM

#define RTC_DATE_ALARM   0x0d

Definition at line 12 of file acpi.h.

Function Documentation

◆ agesa_write_acpi_tables()

uintptr_t agesa_write_acpi_tables ( const struct device device,
uintptr_t  current,
acpi_rsdp_t rsdp 
)

Definition at line 10 of file agesa_acpi.c.