Rename E7520 to e7520, and E7525 to e7525 in the code. The next commit

will then rename the E7520 and E7525 directories respectively.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>




git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2477 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann 2006-10-27 11:38:22 +00:00
parent e0e1d42527
commit 586470c646
34 changed files with 52 additions and 52 deletions

View File

@ -132,7 +132,7 @@ mainboardinit cpu/x86/mmx/disable_mmx.inc
dir /pc80
config chip.h
chip northbridge/intel/E7520 # mch
chip northbridge/intel/e7520 # mch
device pci_domain 0 on
chip southbridge/intel/i82801er # i82801er
# USB ports

View File

@ -11,7 +11,7 @@
#include "arch/i386/lib/console.c"
#include "ram/ramtest.c"
#include "southbridge/intel/i82801er/i82801er_early_smbus.c"
#include "northbridge/intel/E7520/raminit.h"
#include "northbridge/intel/e7520/raminit.h"
#include "superio/winbond/w83627hf/w83627hf.h"
#include "cpu/x86/lapic/boot_cpu.c"
#include "cpu/x86/mtrr/earlymtrr.c"
@ -20,7 +20,7 @@
#include "reset.c"
#include "s2850_fixups.c"
#include "superio/winbond/w83627hf/w83627hf_early_init.c"
#include "northbridge/intel/E7520/memory_initialized.c"
#include "northbridge/intel/e7520/memory_initialized.c"
#include "cpu/x86/bist.h"
@ -69,7 +69,7 @@ static inline int spd_read_byte(unsigned device, unsigned address)
return smbus_read_byte(device, address);
}
#include "northbridge/intel/E7520/raminit.c"
#include "northbridge/intel/e7520/raminit.c"
#include "sdram/generic_sdram.c"

View File

@ -9,7 +9,7 @@
#include "arch/i386/lib/console.c"
#include "pc80/mc146818rtc_early.c"
#include "cpu/x86/lapic/boot_cpu.c"
#include "northbridge/intel/E7520/memory_initialized.c"
#include "northbridge/intel/e7520/memory_initialized.c"
static unsigned long main(unsigned long bist)
{

View File

@ -132,7 +132,7 @@ mainboardinit cpu/x86/mmx/disable_mmx.inc
dir /pc80
config chip.h
chip northbridge/intel/E7520
chip northbridge/intel/e7520
device pci_domain 0 on
device pci 00.0 on end
device pci 00.1 on end

View File

@ -11,7 +11,7 @@
#include "arch/i386/lib/console.c"
#include "ram/ramtest.c"
#include "southbridge/intel/i82801er/i82801er_early_smbus.c"
#include "northbridge/intel/E7520/raminit.h"
#include "northbridge/intel/e7520/raminit.h"
#include "superio/nsc/pc87427/pc87427.h"
#include "cpu/x86/lapic/boot_cpu.c"
#include "cpu/x86/mtrr/earlymtrr.c"
@ -20,7 +20,7 @@
#include "power_reset_check.c"
#include "jarrell_fixups.c"
#include "superio/nsc/pc87427/pc87427_early_init.c"
#include "northbridge/intel/E7520/memory_initialized.c"
#include "northbridge/intel/e7520/memory_initialized.c"
#include "cpu/x86/bist.h"
#define SIO_GPIO_BASE 0x680
@ -47,7 +47,7 @@ static inline int spd_read_byte(unsigned device, unsigned address)
return smbus_read_byte(device, address);
}
#include "northbridge/intel/E7520/raminit.c"
#include "northbridge/intel/e7520/raminit.c"
#include "sdram/generic_sdram.c"
#include "debug.c"

View File

@ -9,7 +9,7 @@
#include "arch/i386/lib/console.c"
#include "pc80/mc146818rtc_early.c"
#include "cpu/x86/lapic/boot_cpu.c"
#include "northbridge/intel/E7520/memory_initialized.c"
#include "northbridge/intel/e7520/memory_initialized.c"
static unsigned long main(unsigned long bist)
{

View File

@ -132,7 +132,7 @@ mainboardinit cpu/x86/mmx/disable_mmx.inc
dir /pc80
config chip.h
chip northbridge/intel/E7525 # mch
chip northbridge/intel/e7525 # mch
device pci_domain 0 on
chip southbridge/intel/esb6300 # esb6300
register "pirq_a_d" = "0x0b0a0a05"

View File

@ -11,7 +11,7 @@
#include "arch/i386/lib/console.c"
#include "ram/ramtest.c"
#include "southbridge/intel/esb6300/esb6300_early_smbus.c"
#include "northbridge/intel/E7525/raminit.h"
#include "northbridge/intel/e7525/raminit.h"
#include "superio/winbond/w83627hf/w83627hf.h"
#include "cpu/x86/lapic/boot_cpu.c"
#include "cpu/x86/mtrr/earlymtrr.c"
@ -19,7 +19,7 @@
#include "watchdog.c"
#include "reset.c"
#include "superio/winbond/w83627hf/w83627hf_early_init.c"
#include "northbridge/intel/E7525/memory_initialized.c"
#include "northbridge/intel/e7525/memory_initialized.c"
#include "cpu/x86/bist.h"
@ -50,7 +50,7 @@ static inline int spd_read_byte(unsigned device, unsigned address)
return smbus_read_byte(device, address);
}
#include "northbridge/intel/E7525/raminit.c"
#include "northbridge/intel/e7525/raminit.c"
#include "sdram/generic_sdram.c"

View File

@ -9,7 +9,7 @@
#include "arch/i386/lib/console.c"
#include "pc80/mc146818rtc_early.c"
#include "cpu/x86/lapic/boot_cpu.c"
#include "northbridge/intel/E7525/memory_initialized.c"
#include "northbridge/intel/e7525/memory_initialized.c"
static unsigned long main(unsigned long bist)
{

View File

@ -132,7 +132,7 @@ mainboardinit cpu/x86/mmx/disable_mmx.inc
dir /pc80
config chip.h
chip northbridge/intel/E7520 # MCH
chip northbridge/intel/e7520 # MCH
chip drivers/generic/debug # DEBUGGING
device pnp 00.0 on end
device pnp 00.1 off end

View File

@ -11,7 +11,7 @@
#include "arch/i386/lib/console.c"
#include "ram/ramtest.c"
#include "southbridge/intel/esb6300/esb6300_early_smbus.c"
#include "northbridge/intel/E7520/raminit.h"
#include "northbridge/intel/e7520/raminit.h"
#include "superio/winbond/w83627hf/w83627hf.h"
#include "cpu/x86/lapic/boot_cpu.c"
#include "cpu/x86/mtrr/earlymtrr.c"
@ -20,7 +20,7 @@
#include "reset.c"
#include "x6dhe_g_fixups.c"
#include "superio/winbond/w83627hf/w83627hf_early_init.c"
#include "northbridge/intel/E7520/memory_initialized.c"
#include "northbridge/intel/e7520/memory_initialized.c"
#include "cpu/x86/bist.h"
@ -68,7 +68,7 @@ static inline int spd_read_byte(unsigned device, unsigned address)
return smbus_read_byte(device, address);
}
#include "northbridge/intel/E7520/raminit.c"
#include "northbridge/intel/e7520/raminit.c"
#include "sdram/generic_sdram.c"

View File

@ -9,7 +9,7 @@
#include "arch/i386/lib/console.c"
#include "pc80/mc146818rtc_early.c"
#include "cpu/x86/lapic/boot_cpu.c"
#include "northbridge/intel/E7520/memory_initialized.c"
#include "northbridge/intel/e7520/memory_initialized.c"
static unsigned long main(unsigned long bist)
{

View File

@ -132,7 +132,7 @@ mainboardinit cpu/x86/mmx/disable_mmx.inc
dir /pc80
config chip.h
chip northbridge/intel/E7520 # MCH
chip northbridge/intel/e7520 # MCH
chip drivers/generic/debug # DEBUGGING
device pnp 00.0 off end
device pnp 00.1 off end

View File

@ -11,7 +11,7 @@
#include "arch/i386/lib/console.c"
#include "ram/ramtest.c"
#include "southbridge/intel/i82801er/i82801er_early_smbus.c"
#include "northbridge/intel/E7520/raminit.h"
#include "northbridge/intel/e7520/raminit.h"
#include "superio/nsc/pc87427/pc87427.h"
#include "cpu/x86/lapic/boot_cpu.c"
#include "cpu/x86/mtrr/earlymtrr.c"
@ -20,7 +20,7 @@
#include "reset.c"
#include "x6dhe_g2_fixups.c"
#include "superio/nsc/pc87427/pc87427_early_init.c"
#include "northbridge/intel/E7520/memory_initialized.c"
#include "northbridge/intel/e7520/memory_initialized.c"
#include "cpu/x86/bist.h"
@ -68,7 +68,7 @@ static inline int spd_read_byte(unsigned device, unsigned address)
return smbus_read_byte(device, address);
}
#include "northbridge/intel/E7520/raminit.c"
#include "northbridge/intel/e7520/raminit.c"
#include "sdram/generic_sdram.c"

View File

@ -11,7 +11,7 @@
#include "arch/i386/lib/console.c"
#include "ram/ramtest.c"
#include "southbridge/intel/esb6300/esb6300_early_smbus.c"
#include "northbridge/intel/E7520/raminit.h"
#include "northbridge/intel/e7520/raminit.h"
#include "superio/winbond/w83627hf/w83627hf.h"
#include "cpu/x86/lapic/boot_cpu.c"
#include "cpu/x86/mtrr/earlymtrr.c"
@ -20,7 +20,7 @@
#include "reset.c"
#include "x6dhe_g_fixups.c"
#include "superio/winbond/w83627hf/w83627hf_early_init.c"
#include "northbridge/intel/E7520/memory_initialized.c"
#include "northbridge/intel/e7520/memory_initialized.c"
#include "cpu/x86/bist.h"
@ -68,7 +68,7 @@ static inline int spd_read_byte(unsigned device, unsigned address)
return smbus_read_byte(device, address);
}
#include "northbridge/intel/E7520/raminit.c"
#include "northbridge/intel/e7520/raminit.c"
#include "sdram/generic_sdram.c"

View File

@ -9,7 +9,7 @@
#include "arch/i386/lib/console.c"
#include "pc80/mc146818rtc_early.c"
#include "cpu/x86/lapic/boot_cpu.c"
#include "northbridge/intel/E7520/memory_initialized.c"
#include "northbridge/intel/e7520/memory_initialized.c"
static unsigned long main(unsigned long bist)
{

View File

@ -132,7 +132,7 @@ mainboardinit cpu/x86/mmx/disable_mmx.inc
dir /pc80
config chip.h
chip northbridge/intel/E7520 # mch
chip northbridge/intel/e7520 # mch
device pci_domain 0 on
chip southbridge/intel/i82801er # i82801er
# USB ports

View File

@ -11,7 +11,7 @@
#include "arch/i386/lib/console.c"
#include "ram/ramtest.c"
#include "southbridge/intel/i82801er/i82801er_early_smbus.c"
#include "northbridge/intel/E7520/raminit.h"
#include "northbridge/intel/e7520/raminit.h"
#include "superio/winbond/w83627hf/w83627hf.h"
#include "cpu/x86/lapic/boot_cpu.c"
#include "cpu/x86/mtrr/earlymtrr.c"
@ -20,7 +20,7 @@
#include "reset.c"
#include "x6dhr_fixups.c"
#include "superio/winbond/w83627hf/w83627hf_early_init.c"
#include "northbridge/intel/E7520/memory_initialized.c"
#include "northbridge/intel/e7520/memory_initialized.c"
#include "cpu/x86/bist.h"
@ -69,7 +69,7 @@ static inline int spd_read_byte(unsigned device, unsigned address)
return smbus_read_byte(device, address);
}
#include "northbridge/intel/E7520/raminit.c"
#include "northbridge/intel/e7520/raminit.c"
#include "sdram/generic_sdram.c"

View File

@ -9,7 +9,7 @@
#include "arch/i386/lib/console.c"
#include "pc80/mc146818rtc_early.c"
#include "cpu/x86/lapic/boot_cpu.c"
#include "northbridge/intel/E7520/memory_initialized.c"
#include "northbridge/intel/e7520/memory_initialized.c"
static unsigned long main(unsigned long bist)
{

View File

@ -132,7 +132,7 @@ mainboardinit cpu/x86/mmx/disable_mmx.inc
dir /pc80
config chip.h
chip northbridge/intel/E7520 # mch
chip northbridge/intel/e7520 # mch
device pci_domain 0 on
chip southbridge/intel/i82801er # i82801er
# USB ports

View File

@ -11,7 +11,7 @@
#include "arch/i386/lib/console.c"
#include "ram/ramtest.c"
#include "southbridge/intel/i82801er/i82801er_early_smbus.c"
#include "northbridge/intel/E7520/raminit.h"
#include "northbridge/intel/e7520/raminit.h"
#include "superio/winbond/w83627hf/w83627hf.h"
#include "cpu/x86/lapic/boot_cpu.c"
#include "cpu/x86/mtrr/earlymtrr.c"
@ -20,7 +20,7 @@
#include "reset.c"
#include "x6dhr2_fixups.c"
#include "superio/winbond/w83627hf/w83627hf_early_init.c"
#include "northbridge/intel/E7520/memory_initialized.c"
#include "northbridge/intel/e7520/memory_initialized.c"
#include "cpu/x86/bist.h"
@ -69,7 +69,7 @@ static inline int spd_read_byte(unsigned device, unsigned address)
return smbus_read_byte(device, address);
}
#include "northbridge/intel/E7520/raminit.c"
#include "northbridge/intel/e7520/raminit.c"
#include "sdram/generic_sdram.c"

View File

@ -9,7 +9,7 @@
#include "arch/i386/lib/console.c"
#include "pc80/mc146818rtc_early.c"
#include "cpu/x86/lapic/boot_cpu.c"
#include "northbridge/intel/E7520/memory_initialized.c"
#include "northbridge/intel/e7520/memory_initialized.c"
static unsigned long main(unsigned long bist)
{

View File

@ -1,7 +1,7 @@
struct northbridge_intel_E7520_config
struct northbridge_intel_e7520_config
{
/* Interrupt line connect */
unsigned int intrline;
};
extern struct chip_operations northbridge_intel_E7520_ops;
extern struct chip_operations northbridge_intel_e7520_ops;

View File

@ -264,7 +264,7 @@ static void enable_dev(device_t dev)
}
}
struct chip_operations northbridge_intel_E7520_ops = {
struct chip_operations northbridge_intel_e7520_ops = {
CHIP_NAME("Intel E7520 Northbridge")
.enable_dev = enable_dev,
};

View File

@ -8,7 +8,7 @@
#include "chip.h"
#include <part/hard_reset.h>
typedef struct northbridge_intel_E7520_config config_t;
typedef struct northbridge_intel_e7520_config config_t;
static void pcie_init(struct device *dev)
{

View File

@ -7,7 +7,7 @@
#include <arch/io.h>
#include "chip.h"
typedef struct northbridge_intel_E7520_config config_t;
typedef struct northbridge_intel_e7520_config config_t;
static void pcie_init(struct device *dev)
{

View File

@ -8,7 +8,7 @@
#include <arch/io.h>
#include "chip.h"
typedef struct northbridge_intel_E7520_config config_t;
typedef struct northbridge_intel_e7520_config config_t;
static void pcie_init(struct device *dev)
{

View File

@ -7,7 +7,7 @@
#include <arch/io.h>
#include "chip.h"
typedef struct northbridge_intel_E7520_config config_t;
typedef struct northbridge_intel_e7520_config config_t;
static void pcie_init(struct device *dev)
{

View File

@ -1,7 +1,7 @@
struct northbridge_intel_E7525_config
struct northbridge_intel_e7525_config
{
/* Interrupt line connect */
unsigned int intrline;
};
extern struct chip_operations northbridge_intel_E7525_ops;
extern struct chip_operations northbridge_intel_e7525_ops;

View File

@ -264,7 +264,7 @@ static void enable_dev(device_t dev)
}
}
struct chip_operations northbridge_intel_E7525_ops = {
struct chip_operations northbridge_intel_e7525_ops = {
CHIP_NAME("Intel E7525 Northbridge")
.enable_dev = enable_dev,
};

View File

@ -7,7 +7,7 @@
#include <arch/io.h>
#include "chip.h"
typedef struct northbridge_intel_E7525_config config_t;
typedef struct northbridge_intel_e7525_config config_t;
static void pcie_init(struct device *dev)
{

View File

@ -7,7 +7,7 @@
#include <arch/io.h>
#include "chip.h"
typedef struct northbridge_intel_E7525_config config_t;
typedef struct northbridge_intel_e7525_config config_t;
static void pcie_init(struct device *dev)
{

View File

@ -7,7 +7,7 @@
#include <arch/io.h>
#include "chip.h"
typedef struct northbridge_intel_E7525_config config_t;
typedef struct northbridge_intel_e7525_config config_t;
static void pcie_init(struct device *dev)
{

View File

@ -7,7 +7,7 @@
#include <arch/io.h>
#include "chip.h"
typedef struct northbridge_intel_E7525_config config_t;
typedef struct northbridge_intel_e7525_config config_t;
static void pcie_init(struct device *dev)
{