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 FSP1_1_CAR_H
4 #define FSP1_1_CAR_H
5 
6 #include <fsp/api.h>
7 
8 /* Per stage calls from the above two functions. The void * return from
9  * cache_as_ram_stage_main() is the stack pointer to use in RAM after
10  * exiting cache-as-ram mode. */
11 void cache_as_ram_stage_main(FSP_INFO_HEADER *fih);
12 #endif
void cache_as_ram_stage_main(FSP_INFO_HEADER *fih)
Definition: romstage.c:95