soc/apollolake: Add SOC specific c-state table
Please refer Apollolake BIOS Writers Guide Change-Id: I5f82cdc4b34a53b5184ef1e918cae15a1df6cc5e Signed-off-by: Hannah Williams <hannah.williams@intel.com> Reviewed-on: https://review.coreboot.org/15051 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
committed by
Martin Roth
parent
f8daa37861
commit
0f61da8582
@@ -16,6 +16,7 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <arch/acpi.h>
|
||||
#include <bootstate.h>
|
||||
#include <cbmem.h>
|
||||
#include <console/console.h>
|
||||
@@ -56,6 +57,7 @@ static struct device_operations cpu_bus_ops = {
|
||||
.enable_resources = DEVICE_NOOP,
|
||||
.init = apollolake_init_cpus,
|
||||
.scan_bus = NULL,
|
||||
.acpi_fill_ssdt_generator = generate_cpu_entries,
|
||||
};
|
||||
|
||||
static void enable_dev(device_t dev)
|
||||
|
Reference in New Issue
Block a user