coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ramstage.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <smbios.h>
4 
5 unsigned int smbios_cpu_get_max_speed_mhz(void)
6 {
7  return 3900;
8 }
unsigned int smbios_cpu_get_max_speed_mhz(void)
Definition: ramstage.c:5