Remove some include files which are not required (and add some which are).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@448 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2007-07-12 01:26:43 +00:00
commit 6d2a927124
11 changed files with 16 additions and 28 deletions

View file

@ -29,7 +29,6 @@
*/
#include <console.h>
#include <string.h>
#include <device/device.h>
#include <lib.h>
#include <io.h>
@ -103,5 +102,6 @@ struct constructor geodelx_constructors[] = {
/* TODO: This is incorrect, these are _not_ PCI IDs! */
.u = {.pci = {.vendor = X86_VENDOR_AMD,.device = 0x05A2}}},
.ops = &geodelx_cpuops},
{.ops = 0},
};

View file

@ -23,9 +23,6 @@
#include <types.h>
#include <lib.h>
#include <console.h>
#include <device/device.h>
#include <device/pci.h>
#include <string.h>
#include <msr.h>
#include <io.h>
#include <hlt.h>

View file

@ -20,14 +20,8 @@
#include <types.h>
#include <lib.h>
#include <console.h>
#include <device/device.h>
#include <device/pci.h>
#include <string.h>
#include <msr.h>
#include <io.h>
#include <amd_geodelx.h>
#include <spd.h>
static struct msrinit {
u32 msrnum;

View file

@ -25,6 +25,11 @@
#ifndef CPU_AMD_LXDEF_H
#define CPU_AMD_LXDEF_H
#ifndef __ASSEMBLER__
#include <types.h>
#include <io.h>
#endif
#define CPU_ID_1_X 0x00000560 /* Stepping ID 1.x CPUbug fix to change it to 5A0 */
#define CPU_ID_2_0 0x000005A1
#define CPU_ID_3_0 0x000005A2

View file

@ -19,15 +19,11 @@
*/
#include <types.h>
#include <lib.h>
#include <console.h>
#include <post_code.h>
#include <device/device.h>
#include <device/pci.h>
#include <device/pci_ids.h>
#include <string.h>
#include <msr.h>
#include <io.h>
#include <amd_geodelx.h>
/* Here is programming for the various MSRs. */

View file

@ -19,14 +19,9 @@
*/
#include <types.h>
#include <lib.h>
#include <console.h>
#include <post_code.h>
#include <device/device.h>
#include <device/pci.h>
#include <string.h>
#include <msr.h>
#include <io.h>
#include <cpu.h>
#include <amd_geodelx.h>

View file

@ -22,9 +22,6 @@
#include <lib.h>
#include <console.h>
#include <post_code.h>
#include <device/device.h>
#include <device/pci.h>
#include <string.h>
#include <msr.h>
#include <spd.h>
#include <io.h>

View file

@ -18,6 +18,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef NORTHBRIDGE_AMD_GEODELX_RAMINIT_H
#define NORTHBRIDGE_AMD_GEODELX_RAMINIT_H
#include <types.h>
void sdram_set_registers(void);
void sdram_set_spd_registers(u8 dimm0, u8 dimm1);
void sdram_enable(u8 dimm0, u8 dimm1);
#endif /* NORTHBRIDGE_AMD_GEODELX_RAMINIT_H */

View file

@ -21,13 +21,10 @@
#include <lib.h>
#include <console.h>
#include <post_code.h>
#include <device/device.h>
#include <device/pci.h>
#include <string.h>
#include <msr.h>
#include <io.h>
#include <amd_geodelx.h>
#include <cpu.h>
#include <cpu.h> // TODO: Move rtc_init() etc. to legacy.h
#include <device/pci_ids.h>
#include <statictree.h>
#include "cs5536.h"

View file

@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <types.h>
#include <console.h>
#include <io.h>
#include "cs5536.h"

View file

@ -17,8 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <console.h>
#include <io.h>
#include <types.h>
#include <msr.h>
#include <amd_geodelx.h>
#include "cs5536.h"