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 ACPI_SCI_IRQ   9
 
#define RTC_DATE_ALARM   0x0d
 
#define RTC_ALT_CENTURY   0x32
 
#define RTC_CENTURY   0x48
 

Functions

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

Macro Definition Documentation

◆ ACPI_SCI_IRQ

#define ACPI_SCI_IRQ   9

Definition at line 13 of file acpi.h.

◆ RTC_ALT_CENTURY

#define RTC_ALT_CENTURY   0x32

Definition at line 17 of file acpi.h.

◆ RTC_CENTURY

#define RTC_CENTURY   0x48

Definition at line 18 of file acpi.h.

◆ RTC_DATE_ALARM

#define RTC_DATE_ALARM   0x0d

Definition at line 16 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 
)