aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/include/soc/acpi.h
blob: 0bf63a495e71887018bb879c09a90b718f241bbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _BROADWELL_ACPI_H_
#define _BROADWELL_ACPI_H_

#include <acpi/acpi.h>
#include <soc/nvs.h>

/* P-state configuration */
#define PSS_MAX_ENTRIES			8
#define PSS_RATIO_STEP			2
#define PSS_LATENCY_TRANSITION		10
#define PSS_LATENCY_BUSMASTER		10

unsigned long acpi_madt_irq_overrides(unsigned long current);
unsigned long northbridge_write_acpi_tables(const struct device *dev,
	unsigned long current, struct acpi_rsdp *rsdp);
#endif