16 changed files with
5 additions and
17 deletions
|
|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <types.h>
|
|
|
|
|
#include <arch/cpu.h>
|
|
|
|
|
#include <cpu/x86/msr.h>
|
|
|
|
|
|
|
|
|
|
#include "haswell.h"
|
|
|
|
|
|
|
|
|
|
void intel_cpu_haswell_finalize_smm(void)
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <arch/cpu.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <cpu/intel/haswell/haswell.h>
|
|
|
|
|
#include <cpu/x86/msr.h>
|
|
|
|
|
|
|
|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <types.h>
|
|
|
|
|
#include <arch/cpu.h>
|
|
|
|
|
#include <cpu/x86/msr.h>
|
|
|
|
|
#include <cpu/intel/speedstep.h>
|
|
|
|
|
|
|
|
|
|
#include "model_2065x.h"
|
|
|
|
|
|
|
|
|
|
/* MSR Documentation based on
|
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <types.h>
|
|
|
|
|
#include <arch/cpu.h>
|
|
|
|
|
#include <cpu/x86/msr.h>
|
|
|
|
|
|
|
|
|
|
#include "model_206ax.h"
|
|
|
|
|
|
|
|
|
|
/* MSR Documentation based on
|
|
|
|
|
|
|
|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <arch/cpu.h>
|
|
|
|
|
#include "board_id.h"
|
|
|
|
|
#include <baseboard/variants.h>
|
|
|
|
|
#include <soc/romstage.h>
|
|
|
|
|
|
|
|
|
|
#include "board_id.h"
|
|
|
|
|
|
|
|
|
|
static const struct mb_cfg ddr4_mem_config = {
|
|
|
|
|
.type = MEM_TYPE_DDR4,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <arch/cpu.h>
|
|
|
|
|
#include <baseboard/variants.h>
|
|
|
|
|
#include <intelblocks/mp_init.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <arch/cpu.h>
|
|
|
|
|
#include <baseboard/variants.h>
|
|
|
|
|
#include <intelblocks/mp_init.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -5,7 +5,6 @@
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <cpu/intel/model_206ax/model_206ax.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
#include <arch/cpu.h>
|
|
|
|
|
#include <device/mmio.h>
|
|
|
|
|
#include <device/pci_ops.h>
|
|
|
|
|
#include <northbridge/intel/sandybridge/chip.h>
|
|
|
|
|
|
|
|
|
|
@ -6,7 +6,6 @@
|
|
|
|
|
* Chapter number: 14
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include <arch/cpu.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <device/pci.h>
|
|
|
|
|
#include <cpu/x86/lapic.h>
|
|
|
|
|
|
|
|
|
|
@ -9,7 +9,6 @@
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <types.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
#include <arch/cpu.h>
|
|
|
|
|
#include <cpu/x86/msr.h>
|
|
|
|
|
#include <cpu/intel/turbo.h>
|
|
|
|
|
#include <soc/acpi.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <arch/cpu.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <device/pci.h>
|
|
|
|
|
#include <cpu/x86/lapic.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <arch/cpu.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <cpu/intel/smm_reloc.h>
|
|
|
|
|
#include <cpu/intel/turbo.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <arch/cpu.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <device/pci.h>
|
|
|
|
|
#include <cpu/x86/lapic.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <arch/cpu.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <device/pci.h>
|
|
|
|
|
#include <cpu/x86/lapic.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <arch/cpu.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
#include <device/pci.h>
|
|
|
|
|
|
|
|
|
|
@ -6,7 +6,6 @@
|
|
|
|
|
* Chapter number: 15
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include <arch/cpu.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <device/pci.h>
|
|
|
|
|
#include <cpu/x86/lapic.h>
|
|
|
|
|
|