coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
slot_1.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #include <device/device.h>
4 
6  CHIP_NAME("Slot 1 CPU")
7 };
#define CHIP_NAME(X)
Definition: device.h:32
struct chip_operations cpu_intel_slot_1_ops
Definition: slot_1.c:5