coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
cppc.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef AMD_CEZANNE_CPPC_H
4 #define AMD_CEZANNE_CPPC_H
5 
6 #include <types.h>
7 #include <acpi/acpigen.h>
8 
9 struct cppc_config;
11 void generate_cppc_entries(unsigned int core_id);
12 
13 #endif /* AMD_CEZANNE_CPPC_H */
void cpu_init_cppc_config(struct cppc_config *config, u32 version)
Definition: common_init.c:111
void generate_cppc_entries(unsigned int core_id)
Definition: cppc.c:50
unsigned int version[2]
Definition: edid.c:55
enum board_config config
Definition: memory.c:448
uint32_t u32
Definition: stdint.h:51