nb/intel/i945/raminit.c: Clean up includes and add <types.h>
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I94a81a30950cca6be5ba36a25f8bc6f87c2aad2f Reviewed-on: https://review.coreboot.org/c/coreboot/+/68044 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
committed by
Martin Roth
parent
ecb5e2db52
commit
4114fdc9a8
@@ -1,22 +1,24 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
|
#include <cf9_reset.h>
|
||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
#include <delay.h>
|
#include <delay.h>
|
||||||
#include <device/pci_def.h>
|
|
||||||
#include <device/pci_ops.h>
|
|
||||||
#include <device/smbus_host.h>
|
|
||||||
#include <cf9_reset.h>
|
|
||||||
#include <device/mmio.h>
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
#include <device/dram/ddr2.h>
|
||||||
|
#include <device/mmio.h>
|
||||||
|
#include <device/pci_ops.h>
|
||||||
|
#include <device/pci_type.h>
|
||||||
|
#include <device/smbus_host.h>
|
||||||
#include <lib.h>
|
#include <lib.h>
|
||||||
#include <pc80/mc146818rtc.h>
|
#include <pc80/mc146818rtc.h>
|
||||||
#include <spd.h>
|
#include <spd.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <timestamp.h>
|
||||||
|
#include <types.h>
|
||||||
|
|
||||||
#include "raminit.h"
|
#include "raminit.h"
|
||||||
#include "i945.h"
|
#include "i945.h"
|
||||||
#include "chip.h"
|
#include "chip.h"
|
||||||
#include <device/dram/ddr2.h>
|
|
||||||
#include <timestamp.h>
|
|
||||||
|
|
||||||
/* Debugging macros. */
|
/* Debugging macros. */
|
||||||
#if CONFIG(DEBUG_RAM_SETUP)
|
#if CONFIG(DEBUG_RAM_SETUP)
|
||||||
|
Reference in New Issue
Block a user