coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
debug_feature.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SOC_INTEL_COMMON_BASECODE_DEBUG_FEATURE_H
4 #define SOC_INTEL_COMMON_BASECODE_DEBUG_FEATURE_H
5 
6 #include <types.h>
7 
8 /* Check if CSE firmware update is enabled or not */
10 
11 /*
12  * Reads OEM Section area in the Descriptor Region and
13  * populates pre_mem_debug structure.
14  */
16 
17 #endif
bool is_debug_cse_fw_update_disable(void)
Definition: debug_feature.c:22
uint8_t pre_mem_debug_init(void)
Definition: debug_feature.c:30
unsigned char uint8_t
Definition: stdint.h:8