coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
cfg.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _SB800_CFG_H_
4 #define _SB800_CFG_H_
5 
6 /**
7  * @brief South Bridge CIMx configuration
8  *
9  */
10 void sb800_cimx_config(AMDSBCFG *sb_cfg);
11 
12 #endif
void sb800_cimx_config(AMDSBCFG *sb_cfg)
South Bridge CIMx configuration.
Definition: cfg.c:16