coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
#include <arch/stages.h>
#include <soc/usb.h>
Include dependency graph for romstage.c:

Go to the source code of this file.

Functions

static void prepare_usb (void)
 
void platform_romstage_main (void)
 

Function Documentation

◆ platform_romstage_main()

void platform_romstage_main ( void  )

Definition at line 15 of file romstage.c.

References prepare_usb().

Here is the call graph for this function:

◆ prepare_usb()

static void prepare_usb ( void  )
static

Definition at line 6 of file romstage.c.

References HSUSB_HS_PORT_1, and reset_usb().

Referenced by platform_romstage_main().

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