coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
efi_wrapper_params Struct Reference

#include <efi_wrapper.h>

Collaboration diagram for efi_wrapper_params:
Collaboration graph

Data Fields

int version
 
void ABI_X86(* console_out )(unsigned char byte)
 
unsigned int tsc_ticks_per_microsecond
 

Detailed Description

Definition at line 16 of file efi_wrapper.h.

Field Documentation

◆ console_out

void ABI_X86(* efi_wrapper_params::console_out) (unsigned char byte)

Definition at line 20 of file efi_wrapper.h.

◆ tsc_ticks_per_microsecond

unsigned int efi_wrapper_params::tsc_ticks_per_microsecond

Definition at line 22 of file efi_wrapper.h.

Referenced by baytrail_run_reference_code().

◆ version

int efi_wrapper_params::version

Definition at line 18 of file efi_wrapper.h.

Referenced by baytrail_run_reference_code().


The documentation for this struct was generated from the following file: