coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
apob_cache.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef AMD_BLOCK_APOB_CACHE_H
4 #define AMD_BLOCK_APOB_CACHE_H
5 
6 /* Start loading the APOB as soon as possible so it is ready by the time we need it. */
7 void start_apob_cache_read(void);
8 void *soc_fill_apob_cache(void);
9 
10 #endif /* AMD_BLOCK_APOB_CACHE_H */
void * soc_fill_apob_cache(void)
Definition: apob_cache.c:217
void start_apob_cache_read(void)
Definition: apob_cache.c:100