Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * include/asm-arm/arch-ixp4xx/hardware.h |
| 3 | * |
| 4 | * Copyright (C) 2002 Intel Corporation. |
| 5 | * Copyright (C) 2003-2004 MontaVista Software, Inc. |
| 6 | * |
| 7 | * This program is free software; you can redistribute it and/or modify |
| 8 | * it under the terms of the GNU General Public License version 2 as |
| 9 | * published by the Free Software Foundation. |
| 10 | * |
| 11 | */ |
| 12 | |
| 13 | /* |
| 14 | * Hardware definitions for IXP4xx based systems |
| 15 | */ |
| 16 | |
| 17 | #ifndef __ASM_ARCH_HARDWARE_H__ |
| 18 | #define __ASM_ARCH_HARDWARE_H__ |
| 19 | |
Ruslan V. Sushko | 45fba08 | 2007-04-06 15:00:31 +0100 | [diff] [blame] | 20 | #define PCIBIOS_MIN_IO 0x00001000 |
| 21 | #define PCIBIOS_MIN_MEM (cpu_is_ixp43x() ? 0x40000000 : 0x48000000) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | |
| 23 | /* |
| 24 | * We override the standard dma-mask routines for bouncing. |
| 25 | */ |
| 26 | #define HAVE_ARCH_PCI_SET_DMA_MASK |
| 27 | |
| 28 | #define pcibios_assign_all_busses() 1 |
| 29 | |
Krzysztof Halasa | c18f658 | 2007-12-18 03:53:27 +0100 | [diff] [blame] | 30 | /* Register locations and bits */ |
| 31 | #include "ixp4xx-regs.h" |
| 32 | |
Vladimir Barinov | 53b2e01 | 2007-04-11 16:32:46 +0100 | [diff] [blame] | 33 | #ifndef __ASSEMBLER__ |
| 34 | #include <asm/arch/cpu.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 35 | #endif |
| 36 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | /* Platform helper functions and definitions */ |
| 38 | #include "platform.h" |
| 39 | |
| 40 | /* Platform specific details */ |
| 41 | #include "ixdp425.h" |
Michael-Luke Jones | 0f18597 | 2006-12-16 23:04:05 +0100 | [diff] [blame] | 42 | #include "avila.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | #include "coyote.h" |
| 44 | #include "prpmc1100.h" |
Alessandro Zummo | a7918f3 | 2005-11-10 14:05:04 +0000 | [diff] [blame] | 45 | #include "nslu2.h" |
Rod Whitby | 3145d8a | 2006-01-04 17:17:11 +0000 | [diff] [blame] | 46 | #include "nas100d.h" |
Michael-Luke Jones | 28bd3a0 | 2007-04-28 08:31:40 +0100 | [diff] [blame] | 47 | #include "dsmg600.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 48 | |
| 49 | #endif /* _ASM_ARCH_HARDWARE_H */ |