11 changed files with
2 additions and
10 deletions
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#include <northbridge/intel/haswell/haswell.h>
|
|
|
|
|
#include <northbridge/intel/haswell/raminit.h>
|
|
|
|
|
#include <southbridge/intel/lynxpoint/pch.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#include <northbridge/intel/haswell/haswell.h>
|
|
|
|
|
#include <northbridge/intel/haswell/raminit.h>
|
|
|
|
|
#include <southbridge/intel/lynxpoint/pch.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#include <northbridge/intel/haswell/haswell.h>
|
|
|
|
|
#include <northbridge/intel/haswell/raminit.h>
|
|
|
|
|
#include <southbridge/intel/lynxpoint/pch.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#include <northbridge/intel/haswell/haswell.h>
|
|
|
|
|
#include <northbridge/intel/haswell/raminit.h>
|
|
|
|
|
#include <southbridge/intel/lynxpoint/pch.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#include <northbridge/intel/haswell/haswell.h>
|
|
|
|
|
#include <northbridge/intel/haswell/raminit.h>
|
|
|
|
|
#include <southbridge/intel/lynxpoint/pch.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#include <northbridge/intel/haswell/haswell.h>
|
|
|
|
|
#include <northbridge/intel/haswell/raminit.h>
|
|
|
|
|
#include <southbridge/intel/lynxpoint/pch.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#include <northbridge/intel/haswell/haswell.h>
|
|
|
|
|
#include <northbridge/intel/haswell/raminit.h>
|
|
|
|
|
#include <southbridge/intel/lynxpoint/pch.h>
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#include <device/pci_ops.h>
|
|
|
|
|
#include <southbridge/intel/i82801ix/i82801ix.h>
|
|
|
|
|
#include "gm45.h"
|
|
|
|
|
|
|
|
|
|
@ -3,6 +3,8 @@
|
|
|
|
|
#ifndef _BAYTRAIL_MODPHY_TABLE_H_
|
|
|
|
|
#define _BAYTRAIL_MODPHY_TABLE_H_
|
|
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
|
|
struct modphy_entry {
|
|
|
|
|
u8 port;
|
|
|
|
|
u32 reg;
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#include <soc/modphy_table.h>
|
|
|
|
|
|
|
|
|
|
struct modphy_entry reva0_modphy_table[] = { /* SOC stepping A0/A1 */
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#include <console/console.h>
|
|
|
|
|
#include <device/pci_ops.h>
|
|
|
|
|
#include <device/smbus_host.h>
|
|
|
|
|
|