coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
fadt.c File Reference
#include <device/pci_ops.h>
#include <acpi/acpi.h>
#include <cpu/x86/smm.h>
#include <southbridge/intel/lynxpoint/pch.h>
#include "chip.h"
Include dependency graph for fadt.c:

Go to the source code of this file.

Functions

void acpi_fill_fadt (acpi_fadt_t *fadt)
 Create the Fixed ACPI Description Tables (FADT) for any board with this SB. More...
 

Function Documentation

◆ acpi_fill_fadt()

void acpi_fill_fadt ( acpi_fadt_t fadt)

Create the Fixed ACPI Description Tables (FADT) for any board with this SB.

Reference: ACPIspec40a, 5.2.9, page 118

Definition at line 9 of file fadt.c.

References acpi_gen_regaddr::access_size, ACPI_ACCESS_SIZE_BYTE_ACCESS, ACPI_ACCESS_SIZE_DWORD_ACCESS, ACPI_ACCESS_SIZE_WORD_ACCESS, ACPI_ADDRESS_SPACE_IO, acpi_fadt::acpi_disable, acpi_fadt::acpi_enable, ACPI_FADT_32BIT_TIMER, ACPI_FADT_8042, ACPI_FADT_C1_SUPPORTED, ACPI_FADT_C2_NOT_SUPPORTED, ACPI_FADT_C3_NOT_SUPPORTED, ACPI_FADT_DOCKING_SUPPORTED, ACPI_FADT_LEGACY_DEVICES, ACPI_FADT_LOW_PWR_IDLE_S0, ACPI_FADT_PCI_EXPRESS_WAKE, ACPI_FADT_PLATFORM_CLOCK, ACPI_FADT_REMOTE_POWER_ON, ACPI_FADT_S4_RTC_VALID, ACPI_FADT_S4_RTC_WAKE, ACPI_FADT_SEALED_CASE, ACPI_FADT_SLEEP_BUTTON, ACPI_FADT_WBINVD, ACPI_GPE0_BLK, ACPI_IO_BASE, ACPI_PM1_CNT_BLK, ACPI_PM_EVT_BLK, ACPI_PM_TMR_BLK, ACPI_SCI_IRQ, acpi_gen_regaddr::addrh, acpi_gen_regaddr::addrl, APM_CNT, APM_CNT_ACPI_DISABLE, APM_CNT_ACPI_ENABLE, BIOS_DEBUG, acpi_gen_regaddr::bit_offset, acpi_gen_regaddr::bit_width, acpi_fadt::century, device::chip_info, soc_amd_cezanne_config::common_config, config_of_soc, acpi_fadt::day_alrm, southbridge_intel_lynxpoint_config::docking_supported, acpi_fadt::duty_offset, acpi_fadt::duty_width, soc_amd_common_config::fadt_boot_arch, soc_amd_common_config::fadt_flags, acpi_fadt::flags, get_pmbase(), acpi_fadt::gpe0_blk, acpi_fadt::gpe0_blk_len, GPE0_STS, acpi_fadt::iapc_boot_arch, LP_GPE0_STS_1, acpi_fadt::mon_alrm, acpi_fadt::p_lvl2_lat, acpi_fadt::p_lvl3_lat, pch_is_lp(), pcidev_on_root(), permanent_smi_handler(), PM1_CNT, acpi_fadt::pm1_cnt_len, acpi_fadt::pm1_evt_len, PM1_STS, PM1_TMR, acpi_fadt::pm1a_cnt_blk, acpi_fadt::pm1a_evt_blk, PM2_CNT, acpi_fadt::pm2_cnt_blk, acpi_fadt::pm2_cnt_len, acpi_fadt::pm_tmr_blk, acpi_fadt::pm_tmr_len, pmbase, printk, acpi_fadt::pstate_cnt, RTC_ALT_CENTURY, RTC_DATE_ALARM, soc_amd_cezanne_config::s0ix_enable, acpi_fadt::sci_int, acpi_fadt::smi_cmd, acpi_gen_regaddr::space_id, acpi_fadt::x_gpe0_blk, acpi_fadt::x_pm1a_cnt_blk, acpi_fadt::x_pm1a_evt_blk, acpi_fadt::x_pm2_cnt_blk, and acpi_fadt::x_pm_tmr_blk.

Here is the call graph for this function: