blob: aaa490a74a7a07d989879e914ef8ac6072520e20 [file] [log] [blame]
Troy Kisky71a988a2013-01-18 16:14:24 +00001/*
2 * (C Copyright 2009
3 * Stefano Babic DENX Software Engineering sbabic@denx.de.
4 *
5 * See file CREDITS for list of people who contributed to this
6 * project.
7 *
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.
12 *
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.
17 *
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. 51 Franklin Street Fifth Floor Boston,
21 * MA 02110-1301 USA
22 *
Anatolij Gustschinb1e6c4c2013-04-30 11:15:33 +000023 * Refer doc/README.imximage for more details about how-to configure
Troy Kisky71a988a2013-01-18 16:14:24 +000024 * and create imximage boot image
25 *
26 * The syntax is taken as close as possible with the kwbimage
27 */
Stefano Babicc5fb70c2010-02-05 15:13:58 +010028
Troy Kisky71a988a2013-01-18 16:14:24 +000029/*
30 * Boot Device : one of
31 * spi, sd (the board has no nand neither onenand)
32 */
Stefano Babicc5fb70c2010-02-05 15:13:58 +010033BOOT_FROM spi
34
Troy Kisky71a988a2013-01-18 16:14:24 +000035/*
36 * Device Configuration Data (DCD)
37 *
38 * Each entry must have the format:
39 * Addr-type Address Value
40 *
41 * where:
42 * Addr-type register length (1,2 or 4 bytes)
43 * Address absolute address of the register
44 * value value to be stored in the register
45 */
Stefano Babicc5fb70c2010-02-05 15:13:58 +010046
Troy Kisky71a988a2013-01-18 16:14:24 +000047/* Setting IOMUXC */
Stefano Babicc5fb70c2010-02-05 15:13:58 +010048DATA 4 0x73FA88a0 0x200
49DATA 4 0x73FA850c 0x20c5
50DATA 4 0x73FA8510 0x20c5
51DATA 4 0x73FA883c 0x2
52DATA 4 0x73FA8848 0x2
53DATA 4 0x73FA84b8 0xe7
54DATA 4 0x73FA84bc 0x45
55DATA 4 0x73FA84c0 0x45
56DATA 4 0x73FA84c4 0x45
57DATA 4 0x73FA84c8 0x45
58DATA 4 0x73FA8820 0x0
59DATA 4 0x73FA84a4 0x3
60DATA 4 0x73FA84a8 0x3
61DATA 4 0x73FA84ac 0xe3
62DATA 4 0x73FA84b0 0xe3
63DATA 4 0x73FA84b4 0xe3
64DATA 4 0x73FA84cc 0xe3
65DATA 4 0x73FA84d0 0xe2
66
67DATA 4 0x73FA882c 0x6
68DATA 4 0x73FA88a4 0x6
69DATA 4 0x73FA88ac 0x6
70DATA 4 0x73FA88b8 0x6
71
Troy Kisky71a988a2013-01-18 16:14:24 +000072/*
73 * Setting DDR for micron
74 * 13 Rows, 10 Cols, 32 bit, SREF=4 Micron Model
75 * CAS=3 BL=4
76 */
77/* ESDCTL_ESDCTL0 */
Stefano Babicc5fb70c2010-02-05 15:13:58 +010078DATA 4 0x83FD9000 0x82a20000
Troy Kisky71a988a2013-01-18 16:14:24 +000079/* ESDCTL_ESDCTL1 */
Stefano Babicc5fb70c2010-02-05 15:13:58 +010080DATA 4 0x83FD9008 0x82a20000
Troy Kisky71a988a2013-01-18 16:14:24 +000081/* ESDCTL_ESDMISC */
Stefano Babicc5fb70c2010-02-05 15:13:58 +010082DATA 4 0x83FD9010 0x000ad0d0
Troy Kisky71a988a2013-01-18 16:14:24 +000083/* ESDCTL_ESDCFG0 */
Stefano Babicc5fb70c2010-02-05 15:13:58 +010084DATA 4 0x83FD9004 0x333574aa
Troy Kisky71a988a2013-01-18 16:14:24 +000085/* ESDCTL_ESDCFG1 */
Stefano Babicc5fb70c2010-02-05 15:13:58 +010086DATA 4 0x83FD900C 0x333574aa
87
Troy Kisky71a988a2013-01-18 16:14:24 +000088/* Init DRAM on CS0 */
89/* ESDCTL_ESDSCR */
Stefano Babicc5fb70c2010-02-05 15:13:58 +010090DATA 4 0x83FD9014 0x04008008
91DATA 4 0x83FD9014 0x0000801a
92DATA 4 0x83FD9014 0x0000801b
93DATA 4 0x83FD9014 0x00448019
94DATA 4 0x83FD9014 0x07328018
95DATA 4 0x83FD9014 0x04008008
96DATA 4 0x83FD9014 0x00008010
97DATA 4 0x83FD9014 0x00008010
98DATA 4 0x83FD9014 0x06328018
99DATA 4 0x83FD9014 0x03808019
100DATA 4 0x83FD9014 0x00408019
101DATA 4 0x83FD9014 0x00008000
102
Troy Kisky71a988a2013-01-18 16:14:24 +0000103/* Init DRAM on CS1 */
Stefano Babicc5fb70c2010-02-05 15:13:58 +0100104DATA 4 0x83FD9014 0x0400800c
105DATA 4 0x83FD9014 0x0000801e
106DATA 4 0x83FD9014 0x0000801f
107DATA 4 0x83FD9014 0x0000801d
108DATA 4 0x83FD9014 0x0732801c
109DATA 4 0x83FD9014 0x0400800c
110DATA 4 0x83FD9014 0x00008014
111DATA 4 0x83FD9014 0x00008014
112DATA 4 0x83FD9014 0x0632801c
113DATA 4 0x83FD9014 0x0380801d
114DATA 4 0x83FD9014 0x0040801d
115DATA 4 0x83FD9014 0x00008004
116
Troy Kisky71a988a2013-01-18 16:14:24 +0000117/* Write to CTL0 */
Stefano Babicc5fb70c2010-02-05 15:13:58 +0100118DATA 4 0x83FD9000 0xb2a20000
Troy Kisky71a988a2013-01-18 16:14:24 +0000119/* Write to CTL1 */
Stefano Babicc5fb70c2010-02-05 15:13:58 +0100120DATA 4 0x83FD9008 0xb2a20000
Troy Kisky71a988a2013-01-18 16:14:24 +0000121/* ESDMISC */
Stefano Babicc5fb70c2010-02-05 15:13:58 +0100122DATA 4 0x83FD9010 0x000ad6d0
Troy Kisky71a988a2013-01-18 16:14:24 +0000123/* ESDCTL_ESDCDLYGD */
Stefano Babicc5fb70c2010-02-05 15:13:58 +0100124DATA 4 0x83FD9034 0x90000000
125DATA 4 0x83FD9014 0x00000000