coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
raminit.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef RAMINIT_H
4 #define RAMINIT_H
5 
6 #include "pei_data.h"
7 
8 #define BOOT_PATH_NORMAL 0
9 #define BOOT_PATH_RESET 1
10 #define BOOT_PATH_RESUME 2
11 
13 
14 #endif /* RAMINIT_H */
void mainboard_fill_pei_data(struct pei_data *pei_data)
Definition: early_init.c:58