Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 2 | /* |
| 3 | * arch/arm/mach-ixp4xx/include/mach/hardware.h |
| 4 | * |
| 5 | * Copyright (C) 2002 Intel Corporation. |
| 6 | * Copyright (C) 2003-2004 MontaVista Software, Inc. |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | /* |
| 10 | * Hardware definitions for IXP4xx based systems |
| 11 | */ |
| 12 | |
| 13 | #ifndef __ASM_ARCH_HARDWARE_H__ |
| 14 | #define __ASM_ARCH_HARDWARE_H__ |
| 15 | |
Krzysztof Hałasa | ed5b9fa | 2009-11-15 18:02:10 +0100 | [diff] [blame] | 16 | #ifdef CONFIG_IXP4XX_INDIRECT_PCI |
Krzysztof Hałasa | ed5b9fa | 2009-11-15 18:02:10 +0100 | [diff] [blame] | 17 | #define PCIBIOS_MAX_MEM 0x4FFFFFFF |
| 18 | #else |
Krzysztof Hałasa | ed5b9fa | 2009-11-15 18:02:10 +0100 | [diff] [blame] | 19 | #define PCIBIOS_MAX_MEM 0x4BFFFFFF |
| 20 | #endif |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 21 | |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 22 | /* Register locations and bits */ |
| 23 | #include "ixp4xx-regs.h" |
| 24 | |
| 25 | #ifndef __ASSEMBLER__ |
| 26 | #include <mach/cpu.h> |
| 27 | #endif |
| 28 | |
| 29 | /* Platform helper functions and definitions */ |
| 30 | #include "platform.h" |
| 31 | |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 32 | #endif /* _ASM_ARCH_HARDWARE_H */ |