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:
parent
cbf5bdfe67
commit
5a7e127cd4
|
@ -24,7 +24,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <cpu/amd/amdfam12.h>
|
#include <cpu/amd/amdfam12.h>
|
||||||
#include "SbEarly.h"
|
#include "sb_cimx.h"
|
||||||
#include "agesawrapper.h"
|
#include "agesawrapper.h"
|
||||||
|
|
||||||
/* Global variables for MB layouts and these will be shared by irqtable mptable
|
/* Global variables for MB layouts and these will be shared by irqtable mptable
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
#include "cpu/x86/lapic.h"
|
#include "cpu/x86/lapic.h"
|
||||||
#include "drivers/pc80/i8254.c"
|
#include "drivers/pc80/i8254.c"
|
||||||
#include "drivers/pc80/i8259.c"
|
#include "drivers/pc80/i8259.c"
|
||||||
#include "SbEarly.h"
|
#include "sb_cimx.h"
|
||||||
#include "SbPlatform.h"
|
#include "SbPlatform.h"
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
#include "platform_cfg.h"
|
#include "platform_cfg.h"
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
#include <cpu/amd/mtrr.h>
|
#include <cpu/amd/mtrr.h>
|
||||||
|
|
||||||
#include "northbridge.h"
|
#include "northbridge.h"
|
||||||
#include "SbEarly.h"
|
#include "sb_cimx.h"
|
||||||
#include "agesawrapper.h"
|
#include "agesawrapper.h"
|
||||||
|
|
||||||
//#define FX_DEVS NODE_NUMS
|
//#define FX_DEVS NODE_NUMS
|
||||||
|
|
|
@ -67,7 +67,7 @@ typedef union _PCI_ADDR {
|
||||||
#include "AmdSbLib.h"
|
#include "AmdSbLib.h"
|
||||||
#include "SbSubFun.h"
|
#include "SbSubFun.h"
|
||||||
#include "platform_cfg.h" /* mainboard specific configuration */
|
#include "platform_cfg.h" /* mainboard specific configuration */
|
||||||
#include "Oem.h" /* platform default configuration */
|
#include "OEM.h" /* platform default configuration */
|
||||||
#include "AMD.h"
|
#include "AMD.h"
|
||||||
#include "SbBiosRamUsage.h"
|
#include "SbBiosRamUsage.h"
|
||||||
#include "EcFan.h"
|
#include "EcFan.h"
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
#include <device/pci_ids.h>
|
#include <device/pci_ids.h>
|
||||||
#include <arch/io.h>
|
#include <arch/io.h>
|
||||||
#include "SbPlatform.h"
|
#include "SbPlatform.h"
|
||||||
#include "SbEarly.h"
|
#include "sb_cimx.h"
|
||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
#include <console/loglevel.h>
|
#include <console/loglevel.h>
|
||||||
#include "smbus.h"
|
#include "smbus.h"
|
||||||
|
|
|
@ -108,7 +108,7 @@
|
||||||
#include "FchCommonCfg.h"
|
#include "FchCommonCfg.h"
|
||||||
#include "AcpiLib.h"
|
#include "AcpiLib.h"
|
||||||
#include "FchDef.h"
|
#include "FchDef.h"
|
||||||
#include "Oem.h"
|
#include "OEM.h"
|
||||||
#include "FchBiosRamUsage.h"
|
#include "FchBiosRamUsage.h"
|
||||||
#include "AmdFch.h"
|
#include "AmdFch.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue