coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include "commands.h"
4 #include "ec.h"
5 #include "romstage.h"
6 
8 {
10 }
@ BIOS_PROGRESS_BEFORE_MEMORY
Definition: commands.h:58
@ KB_BIOS_PROGRESS
Definition: commands.h:38
static int wilco_ec_send(uint8_t command, uint8_t param)
wilco_ec_send
Definition: ec.h:45
void wilco_ec_romstage_init(void)
wilco_ec_early_init
Definition: romstage.c:7