coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
acpi_bert.c File Reference
#include <acpi/acpi.h>
#include <acpi/acpigen.h>
#include <arch/bert_storage.h>
#include <console/console.h>
#include <intelblocks/acpi.h>
#include <intelblocks/crashlog.h>
Include dependency graph for acpi_bert.c:

Go to the source code of this file.

Functions

static bool boot_error_src_present (void)
 
enum cb_err acpi_soc_get_bert_region (void **region, size_t *length)
 

Function Documentation

◆ acpi_soc_get_bert_region()

enum cb_err acpi_soc_get_bert_region ( void **  region,
size_t length 
)

Definition at line 10 of file acpi_bert.c.

References bert_errors_region(), bert_should_generate_acpi_table(), BIOS_DEBUG, BIOS_ERR, BIOS_SPEW, CB_ERR, CB_SUCCESS, cl_get_total_data_size(), collect_pmc_and_cpu_crashlog_from_srams(), CONFIG, discover_crashlog(), length, and printk.

Referenced by write_acpi_tables().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ boot_error_src_present()

static bool boot_error_src_present ( void  )
static

Definition at line 10 of file acpi_bert.c.