coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
car.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _SOC_CAR_H_
4 #define _SOC_CAR_H_
5 
6 #include <fsp/util.h>
7 
8 /* Mainboard and SoC initialization prior to console. */
10 void car_soc_pre_console_init(void);
11 
12 /* Mainboard and SoC initialization post console initialization. */
14 void car_soc_post_console_init(void);
15 
16 #endif /* _SOC_CAR_H_ */
void car_mainboard_post_console_init(void)
void car_mainboard_pre_console_init(void)
Definition: gpio.c:10
void car_soc_post_console_init(void)
Definition: car.c:49
void car_soc_pre_console_init(void)
Definition: car.c:36