coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
tables.h File Reference
#include <stdint.h>
Include dependency graph for tables.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

voidwrite_tables (void)
 
void arch_write_tables (uintptr_t coreboot_table)
 

Function Documentation

◆ arch_write_tables()

void arch_write_tables ( uintptr_t  coreboot_table)

Definition at line 8 of file tables.c.

References ALIGN_UP, CONFIG, forwarding_table, KiB, void(), write_acpi_table(), write_coreboot_forwarding_table(), write_mptable(), write_pirq_table(), and write_smbios_table().

Referenced by write_tables().

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

◆ write_tables()

void* write_tables ( void  )

Definition at line 542 of file coreboot_table.c.

References arch_write_tables(), BIOS_DEBUG, BIOS_ERR, cbmem_add(), CBMEM_ID_CBTABLE, cbmem_list(), COREBOOT_TABLE_SIZE, NULL, printk, and write_coreboot_table().

Referenced by bs_write_tables().

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