coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock.h File Reference

Go to the source code of this file.

Data Structures

struct  descriptor_byte
 

Functions

void bootblock_pch_early_init (void)
 
void bootblock_pch_init (void)
 
void pch_early_iorange_init (void)
 
void report_platform_info (void)
 
void configure_descriptor (struct descriptor_byte *bytes, size_t num)
 

Function Documentation

◆ bootblock_pch_early_init()

void bootblock_pch_early_init ( void  )

Definition at line 59 of file pch.c.

◆ bootblock_pch_init()

void bootblock_pch_init ( void  )

Definition at line 114 of file pch.c.

◆ configure_descriptor()

void configure_descriptor ( struct descriptor_byte bytes,
size_t  num 
)

◆ pch_early_iorange_init()

void pch_early_iorange_init ( void  )

Definition at line 98 of file pch.c.

◆ report_platform_info()

void report_platform_info ( void  )

Definition at line 92 of file report_platform.c.