coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
Include dependency graph for romstage.c:

Go to the source code of this file.

Macros

#define USB_CONFIG(enabled, current, ocpin)   { enabled, ocpin, 0x040 * current }
 

Functions

void mainboard_fill_pei_data (struct pei_data *pei_data)
 
int mainboard_should_reset_usb (int s3resume)
 

Macro Definition Documentation

◆ USB_CONFIG

#define USB_CONFIG (   enabled,
  current,
  ocpin 
)    { enabled, ocpin, 0x040 * current }

Function Documentation

◆ mainboard_fill_pei_data()

◆ mainboard_should_reset_usb()

int mainboard_should_reset_usb ( int  s3resume)

Definition at line 45 of file romstage.c.