3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5 * See file CREDITS for list of people who contributed to this
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
25 * This file contains the configuration parameters for the DANUBE board.
32 #define EXCEPTION_BASE 0x200
34 /*****************************************************************************
36 *****************************************************************************/
37 /* lock cache for C program stack */
39 /* stack size is 16K */
40 #define LOCK_DCACHE_ADDR 0x9FC00000
41 #define LOCK_DCACHE_SIZE 0x1000
42 #define CFG_EBU_BOOTWORD 0x688c688c
44 #define CFG_HZ (danube_get_cpuclk() / 2)
50 //#define CFG_SDRAM_BASE 0x80080000
51 #define CFG_CACHE_LOCK_SIZE LOCK_DCACHE_SIZE
52 #define CFG_INIT_SP_OFFSET CFG_CACHE_LOCK_SIZE
57 #define CFG_CACHE_SIZE 16384
58 #define CFG_CACHE_LINES 32
59 #define CFG_CACHE_WAYS 4
60 #define CFG_CACHE_SETS 128
62 #define CFG_ICACHE_SIZE CFG_CACHE_SIZE
63 #define CFG_DCACHE_SIZE CFG_CACHE_SIZE
64 #define CFG_CACHELINE_SIZE CFG_CACHE_LINES
66 #endif /* __CONFIG_H */
This page took 0.047722 seconds and 5 git commands to generate.