Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2006 Freescale Semiconductor, Inc. |
| 3 | * Dave Liu <daveliu@freescale.com> |
| 4 | * |
| 5 | * Copyright (C) 2007 Logic Product Development, Inc. |
| 6 | * Peter Barada <peterb@logicpd.com> |
| 7 | * |
| 8 | * Copyright (C) 2007 MontaVista Software, Inc. |
| 9 | * Anton Vorontsov <avorontsov@ru.mvista.com> |
| 10 | * |
| 11 | * (C) Copyright 2008 |
| 12 | * Heiko Schocher, DENX Software Engineering, hs@denx.de. |
| 13 | * |
Holger Brunck | 7f4bd9a | 2012-03-21 13:42:42 +0100 | [diff] [blame] | 14 | * (C) Copyright 2010-2012 |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 15 | * Lukas Roggli, KEYMILE Ltd, lukas.roggli@keymile.com |
Holger Brunck | 5f2a44d | 2011-12-14 16:21:44 +0100 | [diff] [blame] | 16 | * Holger Brunck, Keymile GmbH, holger.bruncl@keymile.com |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 17 | * |
| 18 | * This program is free software; you can redistribute it and/or |
| 19 | * modify it under the terms of the GNU General Public License as |
| 20 | * published by the Free Software Foundation; either version 2 of |
| 21 | * the License, or (at your option) any later version. |
| 22 | */ |
| 23 | |
| 24 | #ifndef __CONFIG_H |
| 25 | #define __CONFIG_H |
| 26 | |
| 27 | /* |
| 28 | * High Level Configuration Options |
| 29 | */ |
Holger Brunck | 7f4bd9a | 2012-03-21 13:42:42 +0100 | [diff] [blame] | 30 | #ifdef CONFIG_KMSUPX5 |
| 31 | #define CONFIG_KM_BOARD_NAME "kmsupx5" |
| 32 | #define CONFIG_HOSTNAME kmsupx5 |
| 33 | #elif defined CONFIG_TUGE1 |
| 34 | #define CONFIG_KM_BOARD_NAME "tuge1" |
| 35 | #define CONFIG_HOSTNAME tuge1 |
Holger Brunck | f5a474b | 2011-12-14 16:21:45 +0100 | [diff] [blame] | 36 | #else |
Holger Brunck | 7f4bd9a | 2012-03-21 13:42:42 +0100 | [diff] [blame] | 37 | #define CONFIG_TUXXX /* TUXX1 board (tuxa1/tuda1) specific */ |
| 38 | #define CONFIG_KM_BOARD_NAME "tuxx1" |
| 39 | #define CONFIG_HOSTNAME tuxx1 |
Holger Brunck | f5a474b | 2011-12-14 16:21:45 +0100 | [diff] [blame] | 40 | #endif |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 41 | |
| 42 | #define CONFIG_SYS_TEXT_BASE 0xF0000000 |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 43 | |
Heiko Schocher | 8ed7434 | 2011-03-08 10:47:39 +0100 | [diff] [blame] | 44 | /* include common defines/options for all 8321 Keymile boards */ |
Valentin Longchamp | 264eaa0 | 2011-05-04 01:47:33 +0000 | [diff] [blame] | 45 | #include "km/km8321-common.h" |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 46 | |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 47 | #define CONFIG_SYS_APP1_BASE 0xA0000000 /* PAXG */ |
| 48 | #define CONFIG_SYS_APP1_SIZE 256 /* Megabytes */ |
Holger Brunck | f5a474b | 2011-12-14 16:21:45 +0100 | [diff] [blame] | 49 | #ifndef CONFIG_KM_DISABLE_APP2 |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 50 | #define CONFIG_SYS_APP2_BASE 0xB0000000 /* PINC3 */ |
| 51 | #define CONFIG_SYS_APP2_SIZE 256 /* Megabytes */ |
Holger Brunck | f5a474b | 2011-12-14 16:21:45 +0100 | [diff] [blame] | 52 | #endif |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 53 | |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 54 | /* |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 55 | * Init Local Bus Memory Controller: |
| 56 | * |
Holger Brunck | 7f4bd9a | 2012-03-21 13:42:42 +0100 | [diff] [blame] | 57 | * Bank Bus Machine PortSz Size Device on TUDA1 TUXA1 TUGE1 KMSUPX4 |
| 58 | * ---- --- ------- ------ ----- --------------------------------------- |
| 59 | * 2 Local GPCM 8 bit 256MB PAXG LPXF PAXI LPXF |
| 60 | * 3 Local GPCM 8 bit 256MB PINC3 PINC2 unused unused |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 61 | * |
| 62 | */ |
| 63 | |
| 64 | /* |
Holger Brunck | 5f2a44d | 2011-12-14 16:21:44 +0100 | [diff] [blame] | 65 | * Configuration for C2 on the local bus |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 66 | */ |
| 67 | /* Window base at flash base */ |
| 68 | #define CONFIG_SYS_LBLAWBAR2_PRELIM CONFIG_SYS_APP1_BASE |
| 69 | /* Window size: 256 MB */ |
| 70 | #define CONFIG_SYS_LBLAWAR2_PRELIM (LBLAWAR_EN | LBLAWAR_256MB) |
| 71 | |
| 72 | #define CONFIG_SYS_BR2_PRELIM (CONFIG_SYS_APP1_BASE | \ |
| 73 | BR_PS_8 | \ |
| 74 | BR_MS_GPCM | \ |
| 75 | BR_V) |
| 76 | |
| 77 | #define CONFIG_SYS_OR2_PRELIM (MEG_TO_AM(CONFIG_SYS_APP1_SIZE) | \ |
| 78 | OR_GPCM_CSNT | \ |
| 79 | OR_GPCM_ACS_DIV4 | \ |
| 80 | OR_GPCM_SCY_2 | \ |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 81 | OR_GPCM_TRLX_SET | \ |
| 82 | OR_GPCM_EHTR_CLEAR | \ |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 83 | OR_GPCM_EAD) |
Holger Brunck | f5a474b | 2011-12-14 16:21:45 +0100 | [diff] [blame] | 84 | #ifndef CONFIG_KM_DISABLE_APP2 |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 85 | /* |
Holger Brunck | 5f2a44d | 2011-12-14 16:21:44 +0100 | [diff] [blame] | 86 | * Configuration for C3 on the local bus |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 87 | */ |
| 88 | /* Access window base at PINC3 base */ |
| 89 | #define CONFIG_SYS_LBLAWBAR3_PRELIM CONFIG_SYS_APP2_BASE |
| 90 | /* Window size: 256 MB */ |
| 91 | #define CONFIG_SYS_LBLAWAR3_PRELIM (LBLAWAR_EN | LBLAWAR_256MB) |
| 92 | |
| 93 | #define CONFIG_SYS_BR3_PRELIM (CONFIG_SYS_APP2_BASE | \ |
| 94 | BR_PS_8 | \ |
| 95 | BR_MS_GPCM | \ |
| 96 | BR_V) |
| 97 | |
| 98 | #define CONFIG_SYS_OR3_PRELIM (MEG_TO_AM(CONFIG_SYS_APP2_SIZE) | \ |
| 99 | OR_GPCM_CSNT | \ |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 100 | OR_GPCM_ACS_DIV2 | \ |
| 101 | OR_GPCM_SCY_2 | \ |
| 102 | OR_GPCM_TRLX_SET | \ |
| 103 | OR_GPCM_EHTR_CLEAR) |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 104 | |
| 105 | #define CONFIG_SYS_MAMR (MxMR_GPL_x4DIS | \ |
| 106 | 0x0000c000 | \ |
| 107 | MxMR_WLFx_2X) |
Holger Brunck | f5a474b | 2011-12-14 16:21:45 +0100 | [diff] [blame] | 108 | #endif |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 109 | |
| 110 | /* |
| 111 | * MMU Setup |
| 112 | */ |
Holger Brunck | 5f2a44d | 2011-12-14 16:21:44 +0100 | [diff] [blame] | 113 | /* APP1: icache cacheable, but dcache-inhibit and guarded */ |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 114 | #define CONFIG_SYS_IBAT5L (CONFIG_SYS_APP1_BASE | \ |
Joe Hershberger | 72cd408 | 2011-10-11 23:57:28 -0500 | [diff] [blame] | 115 | BATL_PP_RW | \ |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 116 | BATL_MEMCOHERENCE) |
| 117 | /* 512M should also include APP2... */ |
| 118 | #define CONFIG_SYS_IBAT5U (CONFIG_SYS_APP1_BASE | \ |
| 119 | BATU_BL_256M | \ |
| 120 | BATU_VS | \ |
| 121 | BATU_VP) |
| 122 | #define CONFIG_SYS_DBAT5L (CONFIG_SYS_APP1_BASE | \ |
Joe Hershberger | 72cd408 | 2011-10-11 23:57:28 -0500 | [diff] [blame] | 123 | BATL_PP_RW | \ |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 124 | BATL_CACHEINHIBIT | \ |
| 125 | BATL_GUARDEDSTORAGE) |
| 126 | #define CONFIG_SYS_DBAT5U CONFIG_SYS_IBAT5U |
| 127 | |
Holger Brunck | f5a474b | 2011-12-14 16:21:45 +0100 | [diff] [blame] | 128 | #ifdef CONFIG_KM_DISABLE_APP2 |
| 129 | #define CONFIG_SYS_IBAT6L (0) |
| 130 | #define CONFIG_SYS_IBAT6U (0) |
| 131 | #define CONFIG_SYS_DBAT6L CONFIG_SYS_IBAT6L |
| 132 | #else |
Holger Brunck | 5f2a44d | 2011-12-14 16:21:44 +0100 | [diff] [blame] | 133 | /* APP2: icache cacheable, but dcache-inhibit and guarded */ |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 134 | #define CONFIG_SYS_IBAT6L (CONFIG_SYS_APP2_BASE | \ |
Joe Hershberger | 72cd408 | 2011-10-11 23:57:28 -0500 | [diff] [blame] | 135 | BATL_PP_RW | \ |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 136 | BATL_MEMCOHERENCE) |
| 137 | #define CONFIG_SYS_IBAT6U (CONFIG_SYS_APP2_BASE | \ |
| 138 | BATU_BL_256M | \ |
| 139 | BATU_VS | \ |
| 140 | BATU_VP) |
| 141 | #define CONFIG_SYS_DBAT6L (CONFIG_SYS_APP2_BASE | \ |
Joe Hershberger | 72cd408 | 2011-10-11 23:57:28 -0500 | [diff] [blame] | 142 | BATL_PP_RW | \ |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 143 | BATL_CACHEINHIBIT | \ |
| 144 | BATL_GUARDEDSTORAGE) |
Holger Brunck | f5a474b | 2011-12-14 16:21:45 +0100 | [diff] [blame] | 145 | #endif |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 146 | #define CONFIG_SYS_DBAT6U CONFIG_SYS_IBAT6U |
| 147 | |
| 148 | #define CONFIG_SYS_IBAT7L (0) |
| 149 | #define CONFIG_SYS_IBAT7U (0) |
| 150 | #define CONFIG_SYS_DBAT7L CONFIG_SYS_IBAT7L |
| 151 | #define CONFIG_SYS_DBAT7U CONFIG_SYS_IBAT7U |
Heiko Schocher | dc6033e | 2010-04-01 12:10:30 +0200 | [diff] [blame] | 152 | |
| 153 | #endif /* __CONFIG_H */ |