2 * Memory Setup stuff - taken from blob memsetup.S
4 * Copyright (C) 1999 2000 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl) and
5 * Jan-Derk Bakker (J.D.Bakker@its.tudelft.nl)
7 * See file CREDITS for list of people who contributed to this
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License as
12 * published by the Free Software Foundation; either version 2 of
13 * the License, or (at your option) any later version.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
31 /* some parameters for the board */
33 MEM_BASE: .long 0xa0000000
34 MEM_START: .long 0xc0000000
44 mdcas0: .long 0xc71c703f @ cccccccf
45 mdcas1: .long 0xffc71c71 @ fffffffc
46 mdcas2: .long 0xffffffff @ ffffffff
47 mdcnfg: .long 0x0334b21f @ 9326991f
48 msc0: .long 0xfff84458 @ 42304230
49 msc1: .long 0xffffffff @ 20182018
50 mecr: .long 0x7fff7fff @ 01000000
52 /* setting up the memory */
58 /* Setup the flash memory */
80 /* Set up PCMCIA space */
84 /* Load something to activate bank */
91 /* everything is fine now */