southbridge/cimx/sb900: Rename headers to match sb700 & sb800

Northbridge code includes these headers, so they all need to
have the same name to allow different combinations of northbridge
and southbridge. This changes the sb900 names to match sb700 & 
sb800, and points agesa/family12 and amd/torpedo to the new file 
names.

Change-Id: I7a654ce9ae591a636a56177f64fb8cb953b4b04f
Signed-off-by: Corey Osgood <corey.osgood@gmail.com>
Reviewed-on: http://review.coreboot.org/3825
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
Corey Osgood 2013-07-28 05:36:45 -04:00 committed by Stefan Reinauer
parent cbf5bdfe67
commit 5a7e127cd4
8 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <cpu/amd/amdfam12.h>
#include "SbEarly.h"
#include "sb_cimx.h"
#include "agesawrapper.h"
/* Global variables for MB layouts and these will be shared by irqtable mptable

View File

@ -33,7 +33,7 @@
#include "cpu/x86/lapic.h"
#include "drivers/pc80/i8254.c"
#include "drivers/pc80/i8259.c"
#include "SbEarly.h"
#include "sb_cimx.h"
#include "SbPlatform.h"
#include <arch/cpu.h>
#include "platform_cfg.h"

View File

@ -34,7 +34,7 @@
#include <cpu/amd/mtrr.h>
#include "northbridge.h"
#include "SbEarly.h"
#include "sb_cimx.h"
#include "agesawrapper.h"
//#define FX_DEVS NODE_NUMS

View File

@ -67,7 +67,7 @@ typedef union _PCI_ADDR {
#include "AmdSbLib.h"
#include "SbSubFun.h"
#include "platform_cfg.h" /* mainboard specific configuration */
#include "Oem.h" /* platform default configuration */
#include "OEM.h" /* platform default configuration */
#include "AMD.h"
#include "SbBiosRamUsage.h"
#include "EcFan.h"

View File

@ -24,7 +24,7 @@
#include <device/pci_ids.h>
#include <arch/io.h>
#include "SbPlatform.h"
#include "SbEarly.h"
#include "sb_cimx.h"
#include <console/console.h>
#include <console/loglevel.h>
#include "smbus.h"

View File

@ -108,7 +108,7 @@
#include "FchCommonCfg.h"
#include "AcpiLib.h"
#include "FchDef.h"
#include "Oem.h"
#include "OEM.h"
#include "FchBiosRamUsage.h"
#include "AmdFch.h"