smdk2800var.h revision 1.2.8.2 1 1.2.8.2 kent /*
2 1.2.8.2 kent * Copyright (c) 2005 Genetec Corporation. All rights reserved.
3 1.2.8.2 kent * Written by Hiroyuki Bessho for Genetec Corporation.
4 1.2.8.2 kent *
5 1.2.8.2 kent * Redistribution and use in source and binary forms, with or without
6 1.2.8.2 kent * modification, are permitted provided that the following conditions
7 1.2.8.2 kent * are met:
8 1.2.8.2 kent * 1. Redistributions of source code must retain the above copyright
9 1.2.8.2 kent * notice, this list of conditions and the following disclaimer.
10 1.2.8.2 kent * 2. Redistributions in binary form must reproduce the above copyright
11 1.2.8.2 kent * notice, this list of conditions and the following disclaimer in the
12 1.2.8.2 kent * documentation and/or other materials provided with the distribution.
13 1.2.8.2 kent * 3. The name of Genetec Corporation may not be used to endorse or
14 1.2.8.2 kent * promote products derived from this software without specific prior
15 1.2.8.2 kent * written permission.
16 1.2.8.2 kent *
17 1.2.8.2 kent * THIS SOFTWARE IS PROVIDED BY GENETEC CORPORATION ``AS IS'' AND
18 1.2.8.2 kent * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19 1.2.8.2 kent * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20 1.2.8.2 kent * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GENETEC CORPORATION
21 1.2.8.2 kent * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22 1.2.8.2 kent * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23 1.2.8.2 kent * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24 1.2.8.2 kent * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25 1.2.8.2 kent * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26 1.2.8.2 kent * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27 1.2.8.2 kent * POSSIBILITY OF SUCH DAMAGE.
28 1.2.8.2 kent */
29 1.2.8.2 kent
30 1.2.8.2 kent
31 1.2.8.2 kent #ifndef _EVBARM_SMDK2XX0_SMDK2800VAR_H
32 1.2.8.2 kent #define _EVBARM_SMDK2XX0_SMDK2800VAR_H
33 1.2.8.2 kent
34 1.2.8.2 kent #ifndef SDRAM_START
35 1.2.8.2 kent #define SDRAM_START S3C2800_DBANK0_START
36 1.2.8.2 kent #endif
37 1.2.8.2 kent #ifndef SDRAM_SIZE
38 1.2.8.2 kent #define SDRAM_SIZE (32*1024*1024)
39 1.2.8.2 kent #endif
40 1.2.8.2 kent
41 1.2.8.2 kent /*
42 1.2.8.2 kent * Address to map I/O registers in early initialize stage.
43 1.2.8.2 kent */
44 1.2.8.2 kent #define SMDK2800_IO_AREA_VBASE 0xfd000000 /* 2MBytes */
45 1.2.8.2 kent #define SMDK2800_MEMORY_DISK_VADDR 0xfd200000
46 1.2.8.2 kent
47 1.2.8.2 kent #endif /* _EVBARM_SMDK2XX0_SMDK2800VAR_H */
48