coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <soc/soc_chip.h>
4 
6 {
7  return &((config_t *)config_of_soc())->common_soc_config;
8 }
#define config_of_soc()
Definition: device.h:394
const struct soc_intel_common_config * chip_get_common_soc_structure(void)
Definition: chip.c:5