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/usb_common.h>
#include <soc/qclib_common.h>
#include "board.h"
#include <soc/shrm.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 18 of file romstage.c.

References CONFIG, GPIO_EN_FP_RAILS, gpio_output(), prepare_usb(), qclib_load_and_run(), and shrm_fw_load_reset().

Here is the call graph for this function:

◆ prepare_usb()

static void prepare_usb ( void  )
static

Definition at line 9 of file romstage.c.

References reset_usb0().

Referenced by platform_romstage_main().

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