2 * Since there are many different boards and no standard configuration,
3 * we have a unique include file for each. Rather than change every
4 * file that has to include MPC8260 configuration, they all include
5 * this one and the configuration switching is done here.
8 #ifndef __ASM_PPC_MPC8260_H__
9 #define __ASM_PPC_MPC8260_H__
15 #include <platforms/est8260.h>
19 #include <platforms/sbc82xx.h>
23 #include <platforms/sbs8260.h>
27 #include <platforms/rpx8260.h>
31 #include <platforms/willow.h>
35 #include <platforms/tqm8260.h>
38 #if defined(CONFIG_PQ2ADS) || defined (CONFIG_PQ2FADS)
39 #include <platforms/pq2ads.h>
42 #ifdef CONFIG_PCI_8260
43 #include <syslib/m82xx_pci.h>
46 /* Make sure the memory translation stuff is there if PCI not used.
53 #define _ISA_MEM_BASE 0
56 #ifndef PCI_DRAM_OFFSET
57 #define PCI_DRAM_OFFSET 0
60 /* Map 256MB I/O region
63 #define IO_PHYS_ADDR 0xe0000000
66 #define IO_VIRT_ADDR IO_PHYS_ADDR
69 enum ppc_sys_devices
{
90 /* The "residual" data board information structure the boot loader
93 extern unsigned char __res
[];
96 #ifndef BOARD_CHIP_NAME
97 #define BOARD_CHIP_NAME ""
100 #endif /* CONFIG_8260 */
101 #endif /* !__ASM_PPC_MPC8260_H__ */
102 #endif /* __KERNEL__ */