blob: 664a7399320540c00b6307f93bc45f9111b854de [file] [log] [blame]
Sridhar Siricilla2c2706c2022-01-25 00:15:17 +05301/* 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
Sridhar Siricilla0aa1ac42022-03-09 20:35:32 +05308/* Check if CSE firmware update is enabled or not */
9bool is_debug_cse_fw_update_disable(void);
10
Sridhar Siricilla2c2706c2022-01-25 00:15:17 +053011/*
12 * Reads OEM Section area in the Descriptor Region and
13 * populates pre_mem_debug structure.
14 */
Sridhar Siricillab4de2612022-04-28 14:36:38 +053015enum cb_err pre_mem_debug_init(void);
Sridhar Siricilla2c2706c2022-01-25 00:15:17 +053016
17#endif