coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
refcode.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef BROADWELL_REFCODE_H
4 #define BROADWELL_REFCODE_H
5 
6 #if CONFIG(HAVE_REFCODE_BLOB)
8 #else
9 static inline void broadwell_run_reference_code(void) { }
10 #endif
11 
12 #endif
static void broadwell_run_reference_code(void)
Definition: refcode.h:9