coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
post.c File Reference
#include <stdint.h>
#include <console/console.h>
Include dependency graph for post.c:

Go to the source code of this file.

Functions

void __weak arch_post_code (uint8_t value)
 
void __weak mainboard_post (uint8_t value)
 
void post_code (uint8_t value)
 

Function Documentation

◆ arch_post_code()

void __weak arch_post_code ( uint8_t  value)

Definition at line 7 of file post.c.

◆ mainboard_post()

void __weak mainboard_post ( uint8_t  value)

Definition at line 12 of file post.c.

Referenced by post_code().

Here is the caller graph for this function:

◆ post_code()

void post_code ( uint8_t  value)

Definition at line 14 of file post.c.

References arch_post_code(), BIOS_INFO, CONFIG, mainboard_post(), printk, and value.

Here is the call graph for this function: