Commit 7fe463f54f36b583f8577b321ab9f4c09c1a1a5d

Authored by Andrew F. Davis
Committed by Tom Rini
1 parent 3630094cf9

board: ti: am43xx: Add FDT fixup for HS devices

Disable RNG and add TEE to FDT used on HS devices.

Signed-off-by: Andrew F. Davis <afd@ti.com>

Showing 2 changed files with 10 additions and 0 deletions Inline Diff

board/ti/am43xx/board.c
1 /* 1 /*
2 * board.c 2 * board.c
3 * 3 *
4 * Board functions for TI AM43XX based boards 4 * Board functions for TI AM43XX based boards
5 * 5 *
6 * Copyright (C) 2013, Texas Instruments, Incorporated - http://www.ti.com/ 6 * Copyright (C) 2013, Texas Instruments, Incorporated - http://www.ti.com/
7 * 7 *
8 * SPDX-License-Identifier: GPL-2.0+ 8 * SPDX-License-Identifier: GPL-2.0+
9 */ 9 */
10 10
11 #include <common.h> 11 #include <common.h>
12 #include <i2c.h> 12 #include <i2c.h>
13 #include <linux/errno.h> 13 #include <linux/errno.h>
14 #include <spl.h> 14 #include <spl.h>
15 #include <usb.h> 15 #include <usb.h>
16 #include <asm/omap_sec_common.h> 16 #include <asm/omap_sec_common.h>
17 #include <asm/arch/clock.h> 17 #include <asm/arch/clock.h>
18 #include <asm/arch/sys_proto.h> 18 #include <asm/arch/sys_proto.h>
19 #include <asm/arch/mux.h> 19 #include <asm/arch/mux.h>
20 #include <asm/arch/ddr_defs.h> 20 #include <asm/arch/ddr_defs.h>
21 #include <asm/arch/gpio.h> 21 #include <asm/arch/gpio.h>
22 #include <asm/emif.h> 22 #include <asm/emif.h>
23 #include <asm/omap_common.h> 23 #include <asm/omap_common.h>
24 #include "../common/board_detect.h" 24 #include "../common/board_detect.h"
25 #include "board.h" 25 #include "board.h"
26 #include <power/pmic.h> 26 #include <power/pmic.h>
27 #include <power/tps65218.h> 27 #include <power/tps65218.h>
28 #include <power/tps62362.h> 28 #include <power/tps62362.h>
29 #include <miiphy.h> 29 #include <miiphy.h>
30 #include <cpsw.h> 30 #include <cpsw.h>
31 #include <linux/usb/gadget.h> 31 #include <linux/usb/gadget.h>
32 #include <dwc3-uboot.h> 32 #include <dwc3-uboot.h>
33 #include <dwc3-omap-uboot.h> 33 #include <dwc3-omap-uboot.h>
34 #include <ti-usb-phy-uboot.h> 34 #include <ti-usb-phy-uboot.h>
35 35
36 DECLARE_GLOBAL_DATA_PTR; 36 DECLARE_GLOBAL_DATA_PTR;
37 37
38 static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE; 38 static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE;
39 39
40 /* 40 /*
41 * Read header information from EEPROM into global structure. 41 * Read header information from EEPROM into global structure.
42 */ 42 */
43 #ifdef CONFIG_TI_I2C_BOARD_DETECT 43 #ifdef CONFIG_TI_I2C_BOARD_DETECT
44 void do_board_detect(void) 44 void do_board_detect(void)
45 { 45 {
46 if (ti_i2c_eeprom_am_get(CONFIG_EEPROM_BUS_ADDRESS, 46 if (ti_i2c_eeprom_am_get(CONFIG_EEPROM_BUS_ADDRESS,
47 CONFIG_EEPROM_CHIP_ADDRESS)) 47 CONFIG_EEPROM_CHIP_ADDRESS))
48 printf("ti_i2c_eeprom_init failed\n"); 48 printf("ti_i2c_eeprom_init failed\n");
49 } 49 }
50 #endif 50 #endif
51 51
52 #ifndef CONFIG_SKIP_LOWLEVEL_INIT 52 #ifndef CONFIG_SKIP_LOWLEVEL_INIT
53 53
54 const struct dpll_params dpll_mpu[NUM_CRYSTAL_FREQ][NUM_OPPS] = { 54 const struct dpll_params dpll_mpu[NUM_CRYSTAL_FREQ][NUM_OPPS] = {
55 { /* 19.2 MHz */ 55 { /* 19.2 MHz */
56 {125, 3, 2, -1, -1, -1, -1}, /* OPP 50 */ 56 {125, 3, 2, -1, -1, -1, -1}, /* OPP 50 */
57 {-1, -1, -1, -1, -1, -1, -1}, /* OPP RESERVED */ 57 {-1, -1, -1, -1, -1, -1, -1}, /* OPP RESERVED */
58 {125, 3, 1, -1, -1, -1, -1}, /* OPP 100 */ 58 {125, 3, 1, -1, -1, -1, -1}, /* OPP 100 */
59 {150, 3, 1, -1, -1, -1, -1}, /* OPP 120 */ 59 {150, 3, 1, -1, -1, -1, -1}, /* OPP 120 */
60 {125, 2, 1, -1, -1, -1, -1}, /* OPP TB */ 60 {125, 2, 1, -1, -1, -1, -1}, /* OPP TB */
61 {625, 11, 1, -1, -1, -1, -1} /* OPP NT */ 61 {625, 11, 1, -1, -1, -1, -1} /* OPP NT */
62 }, 62 },
63 { /* 24 MHz */ 63 { /* 24 MHz */
64 {300, 23, 1, -1, -1, -1, -1}, /* OPP 50 */ 64 {300, 23, 1, -1, -1, -1, -1}, /* OPP 50 */
65 {-1, -1, -1, -1, -1, -1, -1}, /* OPP RESERVED */ 65 {-1, -1, -1, -1, -1, -1, -1}, /* OPP RESERVED */
66 {600, 23, 1, -1, -1, -1, -1}, /* OPP 100 */ 66 {600, 23, 1, -1, -1, -1, -1}, /* OPP 100 */
67 {720, 23, 1, -1, -1, -1, -1}, /* OPP 120 */ 67 {720, 23, 1, -1, -1, -1, -1}, /* OPP 120 */
68 {800, 23, 1, -1, -1, -1, -1}, /* OPP TB */ 68 {800, 23, 1, -1, -1, -1, -1}, /* OPP TB */
69 {1000, 23, 1, -1, -1, -1, -1} /* OPP NT */ 69 {1000, 23, 1, -1, -1, -1, -1} /* OPP NT */
70 }, 70 },
71 { /* 25 MHz */ 71 { /* 25 MHz */
72 {300, 24, 1, -1, -1, -1, -1}, /* OPP 50 */ 72 {300, 24, 1, -1, -1, -1, -1}, /* OPP 50 */
73 {-1, -1, -1, -1, -1, -1, -1}, /* OPP RESERVED */ 73 {-1, -1, -1, -1, -1, -1, -1}, /* OPP RESERVED */
74 {600, 24, 1, -1, -1, -1, -1}, /* OPP 100 */ 74 {600, 24, 1, -1, -1, -1, -1}, /* OPP 100 */
75 {720, 24, 1, -1, -1, -1, -1}, /* OPP 120 */ 75 {720, 24, 1, -1, -1, -1, -1}, /* OPP 120 */
76 {800, 24, 1, -1, -1, -1, -1}, /* OPP TB */ 76 {800, 24, 1, -1, -1, -1, -1}, /* OPP TB */
77 {1000, 24, 1, -1, -1, -1, -1} /* OPP NT */ 77 {1000, 24, 1, -1, -1, -1, -1} /* OPP NT */
78 }, 78 },
79 { /* 26 MHz */ 79 { /* 26 MHz */
80 {300, 25, 1, -1, -1, -1, -1}, /* OPP 50 */ 80 {300, 25, 1, -1, -1, -1, -1}, /* OPP 50 */
81 {-1, -1, -1, -1, -1, -1, -1}, /* OPP RESERVED */ 81 {-1, -1, -1, -1, -1, -1, -1}, /* OPP RESERVED */
82 {600, 25, 1, -1, -1, -1, -1}, /* OPP 100 */ 82 {600, 25, 1, -1, -1, -1, -1}, /* OPP 100 */
83 {720, 25, 1, -1, -1, -1, -1}, /* OPP 120 */ 83 {720, 25, 1, -1, -1, -1, -1}, /* OPP 120 */
84 {800, 25, 1, -1, -1, -1, -1}, /* OPP TB */ 84 {800, 25, 1, -1, -1, -1, -1}, /* OPP TB */
85 {1000, 25, 1, -1, -1, -1, -1} /* OPP NT */ 85 {1000, 25, 1, -1, -1, -1, -1} /* OPP NT */
86 }, 86 },
87 }; 87 };
88 88
89 const struct dpll_params dpll_core[NUM_CRYSTAL_FREQ] = { 89 const struct dpll_params dpll_core[NUM_CRYSTAL_FREQ] = {
90 {625, 11, -1, -1, 10, 8, 4}, /* 19.2 MHz */ 90 {625, 11, -1, -1, 10, 8, 4}, /* 19.2 MHz */
91 {1000, 23, -1, -1, 10, 8, 4}, /* 24 MHz */ 91 {1000, 23, -1, -1, 10, 8, 4}, /* 24 MHz */
92 {1000, 24, -1, -1, 10, 8, 4}, /* 25 MHz */ 92 {1000, 24, -1, -1, 10, 8, 4}, /* 25 MHz */
93 {1000, 25, -1, -1, 10, 8, 4} /* 26 MHz */ 93 {1000, 25, -1, -1, 10, 8, 4} /* 26 MHz */
94 }; 94 };
95 95
96 const struct dpll_params dpll_per[NUM_CRYSTAL_FREQ] = { 96 const struct dpll_params dpll_per[NUM_CRYSTAL_FREQ] = {
97 {400, 7, 5, -1, -1, -1, -1}, /* 19.2 MHz */ 97 {400, 7, 5, -1, -1, -1, -1}, /* 19.2 MHz */
98 {400, 9, 5, -1, -1, -1, -1}, /* 24 MHz */ 98 {400, 9, 5, -1, -1, -1, -1}, /* 24 MHz */
99 {384, 9, 5, -1, -1, -1, -1}, /* 25 MHz */ 99 {384, 9, 5, -1, -1, -1, -1}, /* 25 MHz */
100 {480, 12, 5, -1, -1, -1, -1} /* 26 MHz */ 100 {480, 12, 5, -1, -1, -1, -1} /* 26 MHz */
101 }; 101 };
102 102
103 const struct dpll_params epos_evm_dpll_ddr[NUM_CRYSTAL_FREQ] = { 103 const struct dpll_params epos_evm_dpll_ddr[NUM_CRYSTAL_FREQ] = {
104 {665, 47, 1, -1, 4, -1, -1}, /*19.2*/ 104 {665, 47, 1, -1, 4, -1, -1}, /*19.2*/
105 {133, 11, 1, -1, 4, -1, -1}, /* 24 MHz */ 105 {133, 11, 1, -1, 4, -1, -1}, /* 24 MHz */
106 {266, 24, 1, -1, 4, -1, -1}, /* 25 MHz */ 106 {266, 24, 1, -1, 4, -1, -1}, /* 25 MHz */
107 {133, 12, 1, -1, 4, -1, -1} /* 26 MHz */ 107 {133, 12, 1, -1, 4, -1, -1} /* 26 MHz */
108 }; 108 };
109 109
110 const struct dpll_params gp_evm_dpll_ddr = { 110 const struct dpll_params gp_evm_dpll_ddr = {
111 50, 2, 1, -1, 2, -1, -1}; 111 50, 2, 1, -1, 2, -1, -1};
112 112
113 static const struct dpll_params idk_dpll_ddr = { 113 static const struct dpll_params idk_dpll_ddr = {
114 400, 23, 1, -1, 2, -1, -1 114 400, 23, 1, -1, 2, -1, -1
115 }; 115 };
116 116
117 static const u32 ext_phy_ctrl_const_base_lpddr2[] = { 117 static const u32 ext_phy_ctrl_const_base_lpddr2[] = {
118 0x00500050, 118 0x00500050,
119 0x00350035, 119 0x00350035,
120 0x00350035, 120 0x00350035,
121 0x00350035, 121 0x00350035,
122 0x00350035, 122 0x00350035,
123 0x00350035, 123 0x00350035,
124 0x00000000, 124 0x00000000,
125 0x00000000, 125 0x00000000,
126 0x00000000, 126 0x00000000,
127 0x00000000, 127 0x00000000,
128 0x00000000, 128 0x00000000,
129 0x00000000, 129 0x00000000,
130 0x00000000, 130 0x00000000,
131 0x00000000, 131 0x00000000,
132 0x00000000, 132 0x00000000,
133 0x00000000, 133 0x00000000,
134 0x00000000, 134 0x00000000,
135 0x00000000, 135 0x00000000,
136 0x40001000, 136 0x40001000,
137 0x08102040 137 0x08102040
138 }; 138 };
139 139
140 const struct ctrl_ioregs ioregs_lpddr2 = { 140 const struct ctrl_ioregs ioregs_lpddr2 = {
141 .cm0ioctl = LPDDR2_ADDRCTRL_IOCTRL_VALUE, 141 .cm0ioctl = LPDDR2_ADDRCTRL_IOCTRL_VALUE,
142 .cm1ioctl = LPDDR2_ADDRCTRL_WD0_IOCTRL_VALUE, 142 .cm1ioctl = LPDDR2_ADDRCTRL_WD0_IOCTRL_VALUE,
143 .cm2ioctl = LPDDR2_ADDRCTRL_WD1_IOCTRL_VALUE, 143 .cm2ioctl = LPDDR2_ADDRCTRL_WD1_IOCTRL_VALUE,
144 .dt0ioctl = LPDDR2_DATA0_IOCTRL_VALUE, 144 .dt0ioctl = LPDDR2_DATA0_IOCTRL_VALUE,
145 .dt1ioctl = LPDDR2_DATA0_IOCTRL_VALUE, 145 .dt1ioctl = LPDDR2_DATA0_IOCTRL_VALUE,
146 .dt2ioctrl = LPDDR2_DATA0_IOCTRL_VALUE, 146 .dt2ioctrl = LPDDR2_DATA0_IOCTRL_VALUE,
147 .dt3ioctrl = LPDDR2_DATA0_IOCTRL_VALUE, 147 .dt3ioctrl = LPDDR2_DATA0_IOCTRL_VALUE,
148 .emif_sdram_config_ext = 0x1, 148 .emif_sdram_config_ext = 0x1,
149 }; 149 };
150 150
151 const struct emif_regs emif_regs_lpddr2 = { 151 const struct emif_regs emif_regs_lpddr2 = {
152 .sdram_config = 0x808012BA, 152 .sdram_config = 0x808012BA,
153 .ref_ctrl = 0x0000040D, 153 .ref_ctrl = 0x0000040D,
154 .sdram_tim1 = 0xEA86B411, 154 .sdram_tim1 = 0xEA86B411,
155 .sdram_tim2 = 0x103A094A, 155 .sdram_tim2 = 0x103A094A,
156 .sdram_tim3 = 0x0F6BA37F, 156 .sdram_tim3 = 0x0F6BA37F,
157 .read_idle_ctrl = 0x00050000, 157 .read_idle_ctrl = 0x00050000,
158 .zq_config = 0x50074BE4, 158 .zq_config = 0x50074BE4,
159 .temp_alert_config = 0x0, 159 .temp_alert_config = 0x0,
160 .emif_rd_wr_lvl_rmp_win = 0x0, 160 .emif_rd_wr_lvl_rmp_win = 0x0,
161 .emif_rd_wr_lvl_rmp_ctl = 0x0, 161 .emif_rd_wr_lvl_rmp_ctl = 0x0,
162 .emif_rd_wr_lvl_ctl = 0x0, 162 .emif_rd_wr_lvl_ctl = 0x0,
163 .emif_ddr_phy_ctlr_1 = 0x0E284006, 163 .emif_ddr_phy_ctlr_1 = 0x0E284006,
164 .emif_rd_wr_exec_thresh = 0x80000405, 164 .emif_rd_wr_exec_thresh = 0x80000405,
165 .emif_ddr_ext_phy_ctrl_1 = 0x04010040, 165 .emif_ddr_ext_phy_ctrl_1 = 0x04010040,
166 .emif_ddr_ext_phy_ctrl_2 = 0x00500050, 166 .emif_ddr_ext_phy_ctrl_2 = 0x00500050,
167 .emif_ddr_ext_phy_ctrl_3 = 0x00500050, 167 .emif_ddr_ext_phy_ctrl_3 = 0x00500050,
168 .emif_ddr_ext_phy_ctrl_4 = 0x00500050, 168 .emif_ddr_ext_phy_ctrl_4 = 0x00500050,
169 .emif_ddr_ext_phy_ctrl_5 = 0x00500050, 169 .emif_ddr_ext_phy_ctrl_5 = 0x00500050,
170 .emif_prio_class_serv_map = 0x80000001, 170 .emif_prio_class_serv_map = 0x80000001,
171 .emif_connect_id_serv_1_map = 0x80000094, 171 .emif_connect_id_serv_1_map = 0x80000094,
172 .emif_connect_id_serv_2_map = 0x00000000, 172 .emif_connect_id_serv_2_map = 0x00000000,
173 .emif_cos_config = 0x000FFFFF 173 .emif_cos_config = 0x000FFFFF
174 }; 174 };
175 175
176 const struct ctrl_ioregs ioregs_ddr3 = { 176 const struct ctrl_ioregs ioregs_ddr3 = {
177 .cm0ioctl = DDR3_ADDRCTRL_IOCTRL_VALUE, 177 .cm0ioctl = DDR3_ADDRCTRL_IOCTRL_VALUE,
178 .cm1ioctl = DDR3_ADDRCTRL_WD0_IOCTRL_VALUE, 178 .cm1ioctl = DDR3_ADDRCTRL_WD0_IOCTRL_VALUE,
179 .cm2ioctl = DDR3_ADDRCTRL_WD1_IOCTRL_VALUE, 179 .cm2ioctl = DDR3_ADDRCTRL_WD1_IOCTRL_VALUE,
180 .dt0ioctl = DDR3_DATA0_IOCTRL_VALUE, 180 .dt0ioctl = DDR3_DATA0_IOCTRL_VALUE,
181 .dt1ioctl = DDR3_DATA0_IOCTRL_VALUE, 181 .dt1ioctl = DDR3_DATA0_IOCTRL_VALUE,
182 .dt2ioctrl = DDR3_DATA0_IOCTRL_VALUE, 182 .dt2ioctrl = DDR3_DATA0_IOCTRL_VALUE,
183 .dt3ioctrl = DDR3_DATA0_IOCTRL_VALUE, 183 .dt3ioctrl = DDR3_DATA0_IOCTRL_VALUE,
184 .emif_sdram_config_ext = 0xc163, 184 .emif_sdram_config_ext = 0xc163,
185 }; 185 };
186 186
187 const struct emif_regs ddr3_emif_regs_400Mhz = { 187 const struct emif_regs ddr3_emif_regs_400Mhz = {
188 .sdram_config = 0x638413B2, 188 .sdram_config = 0x638413B2,
189 .ref_ctrl = 0x00000C30, 189 .ref_ctrl = 0x00000C30,
190 .sdram_tim1 = 0xEAAAD4DB, 190 .sdram_tim1 = 0xEAAAD4DB,
191 .sdram_tim2 = 0x266B7FDA, 191 .sdram_tim2 = 0x266B7FDA,
192 .sdram_tim3 = 0x107F8678, 192 .sdram_tim3 = 0x107F8678,
193 .read_idle_ctrl = 0x00050000, 193 .read_idle_ctrl = 0x00050000,
194 .zq_config = 0x50074BE4, 194 .zq_config = 0x50074BE4,
195 .temp_alert_config = 0x0, 195 .temp_alert_config = 0x0,
196 .emif_ddr_phy_ctlr_1 = 0x0E004008, 196 .emif_ddr_phy_ctlr_1 = 0x0E004008,
197 .emif_ddr_ext_phy_ctrl_1 = 0x08020080, 197 .emif_ddr_ext_phy_ctrl_1 = 0x08020080,
198 .emif_ddr_ext_phy_ctrl_2 = 0x00400040, 198 .emif_ddr_ext_phy_ctrl_2 = 0x00400040,
199 .emif_ddr_ext_phy_ctrl_3 = 0x00400040, 199 .emif_ddr_ext_phy_ctrl_3 = 0x00400040,
200 .emif_ddr_ext_phy_ctrl_4 = 0x00400040, 200 .emif_ddr_ext_phy_ctrl_4 = 0x00400040,
201 .emif_ddr_ext_phy_ctrl_5 = 0x00400040, 201 .emif_ddr_ext_phy_ctrl_5 = 0x00400040,
202 .emif_rd_wr_lvl_rmp_win = 0x0, 202 .emif_rd_wr_lvl_rmp_win = 0x0,
203 .emif_rd_wr_lvl_rmp_ctl = 0x0, 203 .emif_rd_wr_lvl_rmp_ctl = 0x0,
204 .emif_rd_wr_lvl_ctl = 0x0, 204 .emif_rd_wr_lvl_ctl = 0x0,
205 .emif_rd_wr_exec_thresh = 0x80000405, 205 .emif_rd_wr_exec_thresh = 0x80000405,
206 .emif_prio_class_serv_map = 0x80000001, 206 .emif_prio_class_serv_map = 0x80000001,
207 .emif_connect_id_serv_1_map = 0x80000094, 207 .emif_connect_id_serv_1_map = 0x80000094,
208 .emif_connect_id_serv_2_map = 0x00000000, 208 .emif_connect_id_serv_2_map = 0x00000000,
209 .emif_cos_config = 0x000FFFFF 209 .emif_cos_config = 0x000FFFFF
210 }; 210 };
211 211
212 /* EMIF DDR3 Configurations are different for beta AM43X GP EVMs */ 212 /* EMIF DDR3 Configurations are different for beta AM43X GP EVMs */
213 const struct emif_regs ddr3_emif_regs_400Mhz_beta = { 213 const struct emif_regs ddr3_emif_regs_400Mhz_beta = {
214 .sdram_config = 0x638413B2, 214 .sdram_config = 0x638413B2,
215 .ref_ctrl = 0x00000C30, 215 .ref_ctrl = 0x00000C30,
216 .sdram_tim1 = 0xEAAAD4DB, 216 .sdram_tim1 = 0xEAAAD4DB,
217 .sdram_tim2 = 0x266B7FDA, 217 .sdram_tim2 = 0x266B7FDA,
218 .sdram_tim3 = 0x107F8678, 218 .sdram_tim3 = 0x107F8678,
219 .read_idle_ctrl = 0x00050000, 219 .read_idle_ctrl = 0x00050000,
220 .zq_config = 0x50074BE4, 220 .zq_config = 0x50074BE4,
221 .temp_alert_config = 0x0, 221 .temp_alert_config = 0x0,
222 .emif_ddr_phy_ctlr_1 = 0x0E004008, 222 .emif_ddr_phy_ctlr_1 = 0x0E004008,
223 .emif_ddr_ext_phy_ctrl_1 = 0x08020080, 223 .emif_ddr_ext_phy_ctrl_1 = 0x08020080,
224 .emif_ddr_ext_phy_ctrl_2 = 0x00000065, 224 .emif_ddr_ext_phy_ctrl_2 = 0x00000065,
225 .emif_ddr_ext_phy_ctrl_3 = 0x00000091, 225 .emif_ddr_ext_phy_ctrl_3 = 0x00000091,
226 .emif_ddr_ext_phy_ctrl_4 = 0x000000B5, 226 .emif_ddr_ext_phy_ctrl_4 = 0x000000B5,
227 .emif_ddr_ext_phy_ctrl_5 = 0x000000E5, 227 .emif_ddr_ext_phy_ctrl_5 = 0x000000E5,
228 .emif_rd_wr_exec_thresh = 0x80000405, 228 .emif_rd_wr_exec_thresh = 0x80000405,
229 .emif_prio_class_serv_map = 0x80000001, 229 .emif_prio_class_serv_map = 0x80000001,
230 .emif_connect_id_serv_1_map = 0x80000094, 230 .emif_connect_id_serv_1_map = 0x80000094,
231 .emif_connect_id_serv_2_map = 0x00000000, 231 .emif_connect_id_serv_2_map = 0x00000000,
232 .emif_cos_config = 0x000FFFFF 232 .emif_cos_config = 0x000FFFFF
233 }; 233 };
234 234
235 /* EMIF DDR3 Configurations are different for production AM43X GP EVMs */ 235 /* EMIF DDR3 Configurations are different for production AM43X GP EVMs */
236 const struct emif_regs ddr3_emif_regs_400Mhz_production = { 236 const struct emif_regs ddr3_emif_regs_400Mhz_production = {
237 .sdram_config = 0x638413B2, 237 .sdram_config = 0x638413B2,
238 .ref_ctrl = 0x00000C30, 238 .ref_ctrl = 0x00000C30,
239 .sdram_tim1 = 0xEAAAD4DB, 239 .sdram_tim1 = 0xEAAAD4DB,
240 .sdram_tim2 = 0x266B7FDA, 240 .sdram_tim2 = 0x266B7FDA,
241 .sdram_tim3 = 0x107F8678, 241 .sdram_tim3 = 0x107F8678,
242 .read_idle_ctrl = 0x00050000, 242 .read_idle_ctrl = 0x00050000,
243 .zq_config = 0x50074BE4, 243 .zq_config = 0x50074BE4,
244 .temp_alert_config = 0x0, 244 .temp_alert_config = 0x0,
245 .emif_ddr_phy_ctlr_1 = 0x0E004008, 245 .emif_ddr_phy_ctlr_1 = 0x0E004008,
246 .emif_ddr_ext_phy_ctrl_1 = 0x08020080, 246 .emif_ddr_ext_phy_ctrl_1 = 0x08020080,
247 .emif_ddr_ext_phy_ctrl_2 = 0x00000066, 247 .emif_ddr_ext_phy_ctrl_2 = 0x00000066,
248 .emif_ddr_ext_phy_ctrl_3 = 0x00000091, 248 .emif_ddr_ext_phy_ctrl_3 = 0x00000091,
249 .emif_ddr_ext_phy_ctrl_4 = 0x000000B9, 249 .emif_ddr_ext_phy_ctrl_4 = 0x000000B9,
250 .emif_ddr_ext_phy_ctrl_5 = 0x000000E6, 250 .emif_ddr_ext_phy_ctrl_5 = 0x000000E6,
251 .emif_rd_wr_exec_thresh = 0x80000405, 251 .emif_rd_wr_exec_thresh = 0x80000405,
252 .emif_prio_class_serv_map = 0x80000001, 252 .emif_prio_class_serv_map = 0x80000001,
253 .emif_connect_id_serv_1_map = 0x80000094, 253 .emif_connect_id_serv_1_map = 0x80000094,
254 .emif_connect_id_serv_2_map = 0x00000000, 254 .emif_connect_id_serv_2_map = 0x00000000,
255 .emif_cos_config = 0x000FFFFF 255 .emif_cos_config = 0x000FFFFF
256 }; 256 };
257 257
258 static const struct emif_regs ddr3_sk_emif_regs_400Mhz = { 258 static const struct emif_regs ddr3_sk_emif_regs_400Mhz = {
259 .sdram_config = 0x638413b2, 259 .sdram_config = 0x638413b2,
260 .sdram_config2 = 0x00000000, 260 .sdram_config2 = 0x00000000,
261 .ref_ctrl = 0x00000c30, 261 .ref_ctrl = 0x00000c30,
262 .sdram_tim1 = 0xeaaad4db, 262 .sdram_tim1 = 0xeaaad4db,
263 .sdram_tim2 = 0x266b7fda, 263 .sdram_tim2 = 0x266b7fda,
264 .sdram_tim3 = 0x107f8678, 264 .sdram_tim3 = 0x107f8678,
265 .read_idle_ctrl = 0x00050000, 265 .read_idle_ctrl = 0x00050000,
266 .zq_config = 0x50074be4, 266 .zq_config = 0x50074be4,
267 .temp_alert_config = 0x0, 267 .temp_alert_config = 0x0,
268 .emif_ddr_phy_ctlr_1 = 0x0e084008, 268 .emif_ddr_phy_ctlr_1 = 0x0e084008,
269 .emif_ddr_ext_phy_ctrl_1 = 0x08020080, 269 .emif_ddr_ext_phy_ctrl_1 = 0x08020080,
270 .emif_ddr_ext_phy_ctrl_2 = 0x89, 270 .emif_ddr_ext_phy_ctrl_2 = 0x89,
271 .emif_ddr_ext_phy_ctrl_3 = 0x90, 271 .emif_ddr_ext_phy_ctrl_3 = 0x90,
272 .emif_ddr_ext_phy_ctrl_4 = 0x8e, 272 .emif_ddr_ext_phy_ctrl_4 = 0x8e,
273 .emif_ddr_ext_phy_ctrl_5 = 0x8d, 273 .emif_ddr_ext_phy_ctrl_5 = 0x8d,
274 .emif_rd_wr_lvl_rmp_win = 0x0, 274 .emif_rd_wr_lvl_rmp_win = 0x0,
275 .emif_rd_wr_lvl_rmp_ctl = 0x00000000, 275 .emif_rd_wr_lvl_rmp_ctl = 0x00000000,
276 .emif_rd_wr_lvl_ctl = 0x00000000, 276 .emif_rd_wr_lvl_ctl = 0x00000000,
277 .emif_rd_wr_exec_thresh = 0x80000000, 277 .emif_rd_wr_exec_thresh = 0x80000000,
278 .emif_prio_class_serv_map = 0x80000001, 278 .emif_prio_class_serv_map = 0x80000001,
279 .emif_connect_id_serv_1_map = 0x80000094, 279 .emif_connect_id_serv_1_map = 0x80000094,
280 .emif_connect_id_serv_2_map = 0x00000000, 280 .emif_connect_id_serv_2_map = 0x00000000,
281 .emif_cos_config = 0x000FFFFF 281 .emif_cos_config = 0x000FFFFF
282 }; 282 };
283 283
284 static const struct emif_regs ddr3_idk_emif_regs_400Mhz = { 284 static const struct emif_regs ddr3_idk_emif_regs_400Mhz = {
285 .sdram_config = 0x61a11b32, 285 .sdram_config = 0x61a11b32,
286 .sdram_config2 = 0x00000000, 286 .sdram_config2 = 0x00000000,
287 .ref_ctrl = 0x00000c30, 287 .ref_ctrl = 0x00000c30,
288 .sdram_tim1 = 0xeaaad4db, 288 .sdram_tim1 = 0xeaaad4db,
289 .sdram_tim2 = 0x266b7fda, 289 .sdram_tim2 = 0x266b7fda,
290 .sdram_tim3 = 0x107f8678, 290 .sdram_tim3 = 0x107f8678,
291 .read_idle_ctrl = 0x00050000, 291 .read_idle_ctrl = 0x00050000,
292 .zq_config = 0x50074be4, 292 .zq_config = 0x50074be4,
293 .temp_alert_config = 0x00000000, 293 .temp_alert_config = 0x00000000,
294 .emif_ddr_phy_ctlr_1 = 0x00008009, 294 .emif_ddr_phy_ctlr_1 = 0x00008009,
295 .emif_ddr_ext_phy_ctrl_1 = 0x08020080, 295 .emif_ddr_ext_phy_ctrl_1 = 0x08020080,
296 .emif_ddr_ext_phy_ctrl_2 = 0x00000040, 296 .emif_ddr_ext_phy_ctrl_2 = 0x00000040,
297 .emif_ddr_ext_phy_ctrl_3 = 0x0000003e, 297 .emif_ddr_ext_phy_ctrl_3 = 0x0000003e,
298 .emif_ddr_ext_phy_ctrl_4 = 0x00000051, 298 .emif_ddr_ext_phy_ctrl_4 = 0x00000051,
299 .emif_ddr_ext_phy_ctrl_5 = 0x00000051, 299 .emif_ddr_ext_phy_ctrl_5 = 0x00000051,
300 .emif_rd_wr_lvl_rmp_win = 0x00000000, 300 .emif_rd_wr_lvl_rmp_win = 0x00000000,
301 .emif_rd_wr_lvl_rmp_ctl = 0x00000000, 301 .emif_rd_wr_lvl_rmp_ctl = 0x00000000,
302 .emif_rd_wr_lvl_ctl = 0x00000000, 302 .emif_rd_wr_lvl_ctl = 0x00000000,
303 .emif_rd_wr_exec_thresh = 0x00000405, 303 .emif_rd_wr_exec_thresh = 0x00000405,
304 .emif_prio_class_serv_map = 0x00000000, 304 .emif_prio_class_serv_map = 0x00000000,
305 .emif_connect_id_serv_1_map = 0x00000000, 305 .emif_connect_id_serv_1_map = 0x00000000,
306 .emif_connect_id_serv_2_map = 0x00000000, 306 .emif_connect_id_serv_2_map = 0x00000000,
307 .emif_cos_config = 0x00ffffff 307 .emif_cos_config = 0x00ffffff
308 }; 308 };
309 309
310 void emif_get_ext_phy_ctrl_const_regs(const u32 **regs, u32 *size) 310 void emif_get_ext_phy_ctrl_const_regs(const u32 **regs, u32 *size)
311 { 311 {
312 if (board_is_eposevm()) { 312 if (board_is_eposevm()) {
313 *regs = ext_phy_ctrl_const_base_lpddr2; 313 *regs = ext_phy_ctrl_const_base_lpddr2;
314 *size = ARRAY_SIZE(ext_phy_ctrl_const_base_lpddr2); 314 *size = ARRAY_SIZE(ext_phy_ctrl_const_base_lpddr2);
315 } 315 }
316 316
317 return; 317 return;
318 } 318 }
319 319
320 const struct dpll_params *get_dpll_ddr_params(void) 320 const struct dpll_params *get_dpll_ddr_params(void)
321 { 321 {
322 int ind = get_sys_clk_index(); 322 int ind = get_sys_clk_index();
323 323
324 if (board_is_eposevm()) 324 if (board_is_eposevm())
325 return &epos_evm_dpll_ddr[ind]; 325 return &epos_evm_dpll_ddr[ind];
326 else if (board_is_evm() || board_is_sk()) 326 else if (board_is_evm() || board_is_sk())
327 return &gp_evm_dpll_ddr; 327 return &gp_evm_dpll_ddr;
328 else if (board_is_idk()) 328 else if (board_is_idk())
329 return &idk_dpll_ddr; 329 return &idk_dpll_ddr;
330 330
331 printf(" Board '%s' not supported\n", board_ti_get_name()); 331 printf(" Board '%s' not supported\n", board_ti_get_name());
332 return NULL; 332 return NULL;
333 } 333 }
334 334
335 335
336 /* 336 /*
337 * get_opp_offset: 337 * get_opp_offset:
338 * Returns the index for safest OPP of the device to boot. 338 * Returns the index for safest OPP of the device to boot.
339 * max_off: Index of the MAX OPP in DEV ATTRIBUTE register. 339 * max_off: Index of the MAX OPP in DEV ATTRIBUTE register.
340 * min_off: Index of the MIN OPP in DEV ATTRIBUTE register. 340 * min_off: Index of the MIN OPP in DEV ATTRIBUTE register.
341 * This data is read from dev_attribute register which is e-fused. 341 * This data is read from dev_attribute register which is e-fused.
342 * A'1' in bit indicates OPP disabled and not available, a '0' indicates 342 * A'1' in bit indicates OPP disabled and not available, a '0' indicates
343 * OPP available. Lowest OPP starts with min_off. So returning the 343 * OPP available. Lowest OPP starts with min_off. So returning the
344 * bit with rightmost '0'. 344 * bit with rightmost '0'.
345 */ 345 */
346 static int get_opp_offset(int max_off, int min_off) 346 static int get_opp_offset(int max_off, int min_off)
347 { 347 {
348 struct ctrl_stat *ctrl = (struct ctrl_stat *)CTRL_BASE; 348 struct ctrl_stat *ctrl = (struct ctrl_stat *)CTRL_BASE;
349 int opp, offset, i; 349 int opp, offset, i;
350 350
351 /* Bits 0:11 are defined to be the MPU_MAX_FREQ */ 351 /* Bits 0:11 are defined to be the MPU_MAX_FREQ */
352 opp = readl(&ctrl->dev_attr) & ~0xFFFFF000; 352 opp = readl(&ctrl->dev_attr) & ~0xFFFFF000;
353 353
354 for (i = max_off; i >= min_off; i--) { 354 for (i = max_off; i >= min_off; i--) {
355 offset = opp & (1 << i); 355 offset = opp & (1 << i);
356 if (!offset) 356 if (!offset)
357 return i; 357 return i;
358 } 358 }
359 359
360 return min_off; 360 return min_off;
361 } 361 }
362 362
363 const struct dpll_params *get_dpll_mpu_params(void) 363 const struct dpll_params *get_dpll_mpu_params(void)
364 { 364 {
365 int opp = get_opp_offset(DEV_ATTR_MAX_OFFSET, DEV_ATTR_MIN_OFFSET); 365 int opp = get_opp_offset(DEV_ATTR_MAX_OFFSET, DEV_ATTR_MIN_OFFSET);
366 u32 ind = get_sys_clk_index(); 366 u32 ind = get_sys_clk_index();
367 367
368 return &dpll_mpu[ind][opp]; 368 return &dpll_mpu[ind][opp];
369 } 369 }
370 370
371 const struct dpll_params *get_dpll_core_params(void) 371 const struct dpll_params *get_dpll_core_params(void)
372 { 372 {
373 int ind = get_sys_clk_index(); 373 int ind = get_sys_clk_index();
374 374
375 return &dpll_core[ind]; 375 return &dpll_core[ind];
376 } 376 }
377 377
378 const struct dpll_params *get_dpll_per_params(void) 378 const struct dpll_params *get_dpll_per_params(void)
379 { 379 {
380 int ind = get_sys_clk_index(); 380 int ind = get_sys_clk_index();
381 381
382 return &dpll_per[ind]; 382 return &dpll_per[ind];
383 } 383 }
384 384
385 void scale_vcores_generic(u32 m) 385 void scale_vcores_generic(u32 m)
386 { 386 {
387 int mpu_vdd; 387 int mpu_vdd;
388 388
389 if (i2c_probe(TPS65218_CHIP_PM)) 389 if (i2c_probe(TPS65218_CHIP_PM))
390 return; 390 return;
391 391
392 switch (m) { 392 switch (m) {
393 case 1000: 393 case 1000:
394 mpu_vdd = TPS65218_DCDC_VOLT_SEL_1330MV; 394 mpu_vdd = TPS65218_DCDC_VOLT_SEL_1330MV;
395 break; 395 break;
396 case 800: 396 case 800:
397 mpu_vdd = TPS65218_DCDC_VOLT_SEL_1260MV; 397 mpu_vdd = TPS65218_DCDC_VOLT_SEL_1260MV;
398 break; 398 break;
399 case 720: 399 case 720:
400 mpu_vdd = TPS65218_DCDC_VOLT_SEL_1200MV; 400 mpu_vdd = TPS65218_DCDC_VOLT_SEL_1200MV;
401 break; 401 break;
402 case 600: 402 case 600:
403 mpu_vdd = TPS65218_DCDC_VOLT_SEL_1100MV; 403 mpu_vdd = TPS65218_DCDC_VOLT_SEL_1100MV;
404 break; 404 break;
405 case 300: 405 case 300:
406 mpu_vdd = TPS65218_DCDC_VOLT_SEL_0950MV; 406 mpu_vdd = TPS65218_DCDC_VOLT_SEL_0950MV;
407 break; 407 break;
408 default: 408 default:
409 puts("Unknown MPU clock, not scaling\n"); 409 puts("Unknown MPU clock, not scaling\n");
410 return; 410 return;
411 } 411 }
412 412
413 /* Set DCDC1 (CORE) voltage to 1.1V */ 413 /* Set DCDC1 (CORE) voltage to 1.1V */
414 if (tps65218_voltage_update(TPS65218_DCDC1, 414 if (tps65218_voltage_update(TPS65218_DCDC1,
415 TPS65218_DCDC_VOLT_SEL_1100MV)) { 415 TPS65218_DCDC_VOLT_SEL_1100MV)) {
416 printf("%s failure\n", __func__); 416 printf("%s failure\n", __func__);
417 return; 417 return;
418 } 418 }
419 419
420 /* Set DCDC2 (MPU) voltage */ 420 /* Set DCDC2 (MPU) voltage */
421 if (tps65218_voltage_update(TPS65218_DCDC2, mpu_vdd)) { 421 if (tps65218_voltage_update(TPS65218_DCDC2, mpu_vdd)) {
422 printf("%s failure\n", __func__); 422 printf("%s failure\n", __func__);
423 return; 423 return;
424 } 424 }
425 425
426 /* Set DCDC3 (DDR) voltage */ 426 /* Set DCDC3 (DDR) voltage */
427 if (tps65218_voltage_update(TPS65218_DCDC3, 427 if (tps65218_voltage_update(TPS65218_DCDC3,
428 TPS65218_DCDC3_VOLT_SEL_1350MV)) { 428 TPS65218_DCDC3_VOLT_SEL_1350MV)) {
429 printf("%s failure\n", __func__); 429 printf("%s failure\n", __func__);
430 return; 430 return;
431 } 431 }
432 } 432 }
433 433
434 void scale_vcores_idk(u32 m) 434 void scale_vcores_idk(u32 m)
435 { 435 {
436 int mpu_vdd; 436 int mpu_vdd;
437 437
438 if (i2c_probe(TPS62362_I2C_ADDR)) 438 if (i2c_probe(TPS62362_I2C_ADDR))
439 return; 439 return;
440 440
441 switch (m) { 441 switch (m) {
442 case 1000: 442 case 1000:
443 mpu_vdd = TPS62362_DCDC_VOLT_SEL_1330MV; 443 mpu_vdd = TPS62362_DCDC_VOLT_SEL_1330MV;
444 break; 444 break;
445 case 800: 445 case 800:
446 mpu_vdd = TPS62362_DCDC_VOLT_SEL_1260MV; 446 mpu_vdd = TPS62362_DCDC_VOLT_SEL_1260MV;
447 break; 447 break;
448 case 720: 448 case 720:
449 mpu_vdd = TPS62362_DCDC_VOLT_SEL_1200MV; 449 mpu_vdd = TPS62362_DCDC_VOLT_SEL_1200MV;
450 break; 450 break;
451 case 600: 451 case 600:
452 mpu_vdd = TPS62362_DCDC_VOLT_SEL_1100MV; 452 mpu_vdd = TPS62362_DCDC_VOLT_SEL_1100MV;
453 break; 453 break;
454 case 300: 454 case 300:
455 mpu_vdd = TPS62362_DCDC_VOLT_SEL_1330MV; 455 mpu_vdd = TPS62362_DCDC_VOLT_SEL_1330MV;
456 break; 456 break;
457 default: 457 default:
458 puts("Unknown MPU clock, not scaling\n"); 458 puts("Unknown MPU clock, not scaling\n");
459 return; 459 return;
460 } 460 }
461 461
462 /* Set VDD_MPU voltage */ 462 /* Set VDD_MPU voltage */
463 if (tps62362_voltage_update(TPS62362_SET3, mpu_vdd)) { 463 if (tps62362_voltage_update(TPS62362_SET3, mpu_vdd)) {
464 printf("%s failure\n", __func__); 464 printf("%s failure\n", __func__);
465 return; 465 return;
466 } 466 }
467 } 467 }
468 468
469 void gpi2c_init(void) 469 void gpi2c_init(void)
470 { 470 {
471 /* When needed to be invoked prior to BSS initialization */ 471 /* When needed to be invoked prior to BSS initialization */
472 static bool first_time = true; 472 static bool first_time = true;
473 473
474 if (first_time) { 474 if (first_time) {
475 enable_i2c0_pin_mux(); 475 enable_i2c0_pin_mux();
476 i2c_init(CONFIG_SYS_OMAP24_I2C_SPEED, 476 i2c_init(CONFIG_SYS_OMAP24_I2C_SPEED,
477 CONFIG_SYS_OMAP24_I2C_SLAVE); 477 CONFIG_SYS_OMAP24_I2C_SLAVE);
478 first_time = false; 478 first_time = false;
479 } 479 }
480 } 480 }
481 481
482 void scale_vcores(void) 482 void scale_vcores(void)
483 { 483 {
484 const struct dpll_params *mpu_params; 484 const struct dpll_params *mpu_params;
485 485
486 /* Ensure I2C is initialized for PMIC configuration */ 486 /* Ensure I2C is initialized for PMIC configuration */
487 gpi2c_init(); 487 gpi2c_init();
488 488
489 /* Get the frequency */ 489 /* Get the frequency */
490 mpu_params = get_dpll_mpu_params(); 490 mpu_params = get_dpll_mpu_params();
491 491
492 if (board_is_idk()) 492 if (board_is_idk())
493 scale_vcores_idk(mpu_params->m); 493 scale_vcores_idk(mpu_params->m);
494 else 494 else
495 scale_vcores_generic(mpu_params->m); 495 scale_vcores_generic(mpu_params->m);
496 } 496 }
497 497
498 void set_uart_mux_conf(void) 498 void set_uart_mux_conf(void)
499 { 499 {
500 enable_uart0_pin_mux(); 500 enable_uart0_pin_mux();
501 } 501 }
502 502
503 void set_mux_conf_regs(void) 503 void set_mux_conf_regs(void)
504 { 504 {
505 enable_board_pin_mux(); 505 enable_board_pin_mux();
506 } 506 }
507 507
508 static void enable_vtt_regulator(void) 508 static void enable_vtt_regulator(void)
509 { 509 {
510 u32 temp; 510 u32 temp;
511 511
512 /* enable module */ 512 /* enable module */
513 writel(GPIO_CTRL_ENABLEMODULE, AM33XX_GPIO5_BASE + OMAP_GPIO_CTRL); 513 writel(GPIO_CTRL_ENABLEMODULE, AM33XX_GPIO5_BASE + OMAP_GPIO_CTRL);
514 514
515 /* enable output for GPIO5_7 */ 515 /* enable output for GPIO5_7 */
516 writel(GPIO_SETDATAOUT(7), 516 writel(GPIO_SETDATAOUT(7),
517 AM33XX_GPIO5_BASE + OMAP_GPIO_SETDATAOUT); 517 AM33XX_GPIO5_BASE + OMAP_GPIO_SETDATAOUT);
518 temp = readl(AM33XX_GPIO5_BASE + OMAP_GPIO_OE); 518 temp = readl(AM33XX_GPIO5_BASE + OMAP_GPIO_OE);
519 temp = temp & ~(GPIO_OE_ENABLE(7)); 519 temp = temp & ~(GPIO_OE_ENABLE(7));
520 writel(temp, AM33XX_GPIO5_BASE + OMAP_GPIO_OE); 520 writel(temp, AM33XX_GPIO5_BASE + OMAP_GPIO_OE);
521 } 521 }
522 522
523 void sdram_init(void) 523 void sdram_init(void)
524 { 524 {
525 /* 525 /*
526 * EPOS EVM has 1GB LPDDR2 connected to EMIF. 526 * EPOS EVM has 1GB LPDDR2 connected to EMIF.
527 * GP EMV has 1GB DDR3 connected to EMIF 527 * GP EMV has 1GB DDR3 connected to EMIF
528 * along with VTT regulator. 528 * along with VTT regulator.
529 */ 529 */
530 if (board_is_eposevm()) { 530 if (board_is_eposevm()) {
531 config_ddr(0, &ioregs_lpddr2, NULL, NULL, &emif_regs_lpddr2, 0); 531 config_ddr(0, &ioregs_lpddr2, NULL, NULL, &emif_regs_lpddr2, 0);
532 } else if (board_is_evm_14_or_later()) { 532 } else if (board_is_evm_14_or_later()) {
533 enable_vtt_regulator(); 533 enable_vtt_regulator();
534 config_ddr(0, &ioregs_ddr3, NULL, NULL, 534 config_ddr(0, &ioregs_ddr3, NULL, NULL,
535 &ddr3_emif_regs_400Mhz_production, 0); 535 &ddr3_emif_regs_400Mhz_production, 0);
536 } else if (board_is_evm_12_or_later()) { 536 } else if (board_is_evm_12_or_later()) {
537 enable_vtt_regulator(); 537 enable_vtt_regulator();
538 config_ddr(0, &ioregs_ddr3, NULL, NULL, 538 config_ddr(0, &ioregs_ddr3, NULL, NULL,
539 &ddr3_emif_regs_400Mhz_beta, 0); 539 &ddr3_emif_regs_400Mhz_beta, 0);
540 } else if (board_is_evm()) { 540 } else if (board_is_evm()) {
541 enable_vtt_regulator(); 541 enable_vtt_regulator();
542 config_ddr(0, &ioregs_ddr3, NULL, NULL, 542 config_ddr(0, &ioregs_ddr3, NULL, NULL,
543 &ddr3_emif_regs_400Mhz, 0); 543 &ddr3_emif_regs_400Mhz, 0);
544 } else if (board_is_sk()) { 544 } else if (board_is_sk()) {
545 config_ddr(400, &ioregs_ddr3, NULL, NULL, 545 config_ddr(400, &ioregs_ddr3, NULL, NULL,
546 &ddr3_sk_emif_regs_400Mhz, 0); 546 &ddr3_sk_emif_regs_400Mhz, 0);
547 } else if (board_is_idk()) { 547 } else if (board_is_idk()) {
548 config_ddr(400, &ioregs_ddr3, NULL, NULL, 548 config_ddr(400, &ioregs_ddr3, NULL, NULL,
549 &ddr3_idk_emif_regs_400Mhz, 0); 549 &ddr3_idk_emif_regs_400Mhz, 0);
550 } 550 }
551 } 551 }
552 #endif 552 #endif
553 553
554 /* setup board specific PMIC */ 554 /* setup board specific PMIC */
555 int power_init_board(void) 555 int power_init_board(void)
556 { 556 {
557 struct pmic *p; 557 struct pmic *p;
558 558
559 if (board_is_idk()) { 559 if (board_is_idk()) {
560 power_tps62362_init(I2C_PMIC); 560 power_tps62362_init(I2C_PMIC);
561 p = pmic_get("TPS62362"); 561 p = pmic_get("TPS62362");
562 if (p && !pmic_probe(p)) 562 if (p && !pmic_probe(p))
563 puts("PMIC: TPS62362\n"); 563 puts("PMIC: TPS62362\n");
564 } else { 564 } else {
565 power_tps65218_init(I2C_PMIC); 565 power_tps65218_init(I2C_PMIC);
566 p = pmic_get("TPS65218_PMIC"); 566 p = pmic_get("TPS65218_PMIC");
567 if (p && !pmic_probe(p)) 567 if (p && !pmic_probe(p))
568 puts("PMIC: TPS65218\n"); 568 puts("PMIC: TPS65218\n");
569 } 569 }
570 570
571 return 0; 571 return 0;
572 } 572 }
573 573
574 int board_init(void) 574 int board_init(void)
575 { 575 {
576 struct l3f_cfg_bwlimiter *bwlimiter = (struct l3f_cfg_bwlimiter *)L3F_CFG_BWLIMITER; 576 struct l3f_cfg_bwlimiter *bwlimiter = (struct l3f_cfg_bwlimiter *)L3F_CFG_BWLIMITER;
577 u32 mreqprio_0, mreqprio_1, modena_init0_bw_fractional, 577 u32 mreqprio_0, mreqprio_1, modena_init0_bw_fractional,
578 modena_init0_bw_integer, modena_init0_watermark_0; 578 modena_init0_bw_integer, modena_init0_watermark_0;
579 579
580 gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; 580 gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
581 gpmc_init(); 581 gpmc_init();
582 582
583 /* Clear all important bits for DSS errata that may need to be tweaked*/ 583 /* Clear all important bits for DSS errata that may need to be tweaked*/
584 mreqprio_0 = readl(&cdev->mreqprio_0) & MREQPRIO_0_SAB_INIT1_MASK & 584 mreqprio_0 = readl(&cdev->mreqprio_0) & MREQPRIO_0_SAB_INIT1_MASK &
585 MREQPRIO_0_SAB_INIT0_MASK; 585 MREQPRIO_0_SAB_INIT0_MASK;
586 586
587 mreqprio_1 = readl(&cdev->mreqprio_1) & MREQPRIO_1_DSS_MASK; 587 mreqprio_1 = readl(&cdev->mreqprio_1) & MREQPRIO_1_DSS_MASK;
588 588
589 modena_init0_bw_fractional = readl(&bwlimiter->modena_init0_bw_fractional) & 589 modena_init0_bw_fractional = readl(&bwlimiter->modena_init0_bw_fractional) &
590 BW_LIMITER_BW_FRAC_MASK; 590 BW_LIMITER_BW_FRAC_MASK;
591 591
592 modena_init0_bw_integer = readl(&bwlimiter->modena_init0_bw_integer) & 592 modena_init0_bw_integer = readl(&bwlimiter->modena_init0_bw_integer) &
593 BW_LIMITER_BW_INT_MASK; 593 BW_LIMITER_BW_INT_MASK;
594 594
595 modena_init0_watermark_0 = readl(&bwlimiter->modena_init0_watermark_0) & 595 modena_init0_watermark_0 = readl(&bwlimiter->modena_init0_watermark_0) &
596 BW_LIMITER_BW_WATERMARK_MASK; 596 BW_LIMITER_BW_WATERMARK_MASK;
597 597
598 /* Setting MReq Priority of the DSS*/ 598 /* Setting MReq Priority of the DSS*/
599 mreqprio_0 |= 0x77; 599 mreqprio_0 |= 0x77;
600 600
601 /* 601 /*
602 * Set L3 Fast Configuration Register 602 * Set L3 Fast Configuration Register
603 * Limiting bandwith for ARM core to 700 MBPS 603 * Limiting bandwith for ARM core to 700 MBPS
604 */ 604 */
605 modena_init0_bw_fractional |= 0x10; 605 modena_init0_bw_fractional |= 0x10;
606 modena_init0_bw_integer |= 0x3; 606 modena_init0_bw_integer |= 0x3;
607 607
608 writel(mreqprio_0, &cdev->mreqprio_0); 608 writel(mreqprio_0, &cdev->mreqprio_0);
609 writel(mreqprio_1, &cdev->mreqprio_1); 609 writel(mreqprio_1, &cdev->mreqprio_1);
610 610
611 writel(modena_init0_bw_fractional, &bwlimiter->modena_init0_bw_fractional); 611 writel(modena_init0_bw_fractional, &bwlimiter->modena_init0_bw_fractional);
612 writel(modena_init0_bw_integer, &bwlimiter->modena_init0_bw_integer); 612 writel(modena_init0_bw_integer, &bwlimiter->modena_init0_bw_integer);
613 writel(modena_init0_watermark_0, &bwlimiter->modena_init0_watermark_0); 613 writel(modena_init0_watermark_0, &bwlimiter->modena_init0_watermark_0);
614 614
615 return 0; 615 return 0;
616 } 616 }
617 617
618 #ifdef CONFIG_BOARD_LATE_INIT 618 #ifdef CONFIG_BOARD_LATE_INIT
619 int board_late_init(void) 619 int board_late_init(void)
620 { 620 {
621 #ifdef CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG 621 #ifdef CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
622 set_board_info_env(NULL); 622 set_board_info_env(NULL);
623 623
624 /* 624 /*
625 * Default FIT boot on HS devices. Non FIT images are not allowed 625 * Default FIT boot on HS devices. Non FIT images are not allowed
626 * on HS devices. 626 * on HS devices.
627 */ 627 */
628 if (get_device_type() == HS_DEVICE) 628 if (get_device_type() == HS_DEVICE)
629 setenv("boot_fit", "1"); 629 setenv("boot_fit", "1");
630 #endif 630 #endif
631 return 0; 631 return 0;
632 } 632 }
633 #endif 633 #endif
634 634
635 #ifdef CONFIG_USB_DWC3 635 #ifdef CONFIG_USB_DWC3
636 static struct dwc3_device usb_otg_ss1 = { 636 static struct dwc3_device usb_otg_ss1 = {
637 .maximum_speed = USB_SPEED_HIGH, 637 .maximum_speed = USB_SPEED_HIGH,
638 .base = USB_OTG_SS1_BASE, 638 .base = USB_OTG_SS1_BASE,
639 .tx_fifo_resize = false, 639 .tx_fifo_resize = false,
640 .index = 0, 640 .index = 0,
641 }; 641 };
642 642
643 static struct dwc3_omap_device usb_otg_ss1_glue = { 643 static struct dwc3_omap_device usb_otg_ss1_glue = {
644 .base = (void *)USB_OTG_SS1_GLUE_BASE, 644 .base = (void *)USB_OTG_SS1_GLUE_BASE,
645 .utmi_mode = DWC3_OMAP_UTMI_MODE_SW, 645 .utmi_mode = DWC3_OMAP_UTMI_MODE_SW,
646 .index = 0, 646 .index = 0,
647 }; 647 };
648 648
649 static struct ti_usb_phy_device usb_phy1_device = { 649 static struct ti_usb_phy_device usb_phy1_device = {
650 .usb2_phy_power = (void *)USB2_PHY1_POWER, 650 .usb2_phy_power = (void *)USB2_PHY1_POWER,
651 .index = 0, 651 .index = 0,
652 }; 652 };
653 653
654 static struct dwc3_device usb_otg_ss2 = { 654 static struct dwc3_device usb_otg_ss2 = {
655 .maximum_speed = USB_SPEED_HIGH, 655 .maximum_speed = USB_SPEED_HIGH,
656 .base = USB_OTG_SS2_BASE, 656 .base = USB_OTG_SS2_BASE,
657 .tx_fifo_resize = false, 657 .tx_fifo_resize = false,
658 .index = 1, 658 .index = 1,
659 }; 659 };
660 660
661 static struct dwc3_omap_device usb_otg_ss2_glue = { 661 static struct dwc3_omap_device usb_otg_ss2_glue = {
662 .base = (void *)USB_OTG_SS2_GLUE_BASE, 662 .base = (void *)USB_OTG_SS2_GLUE_BASE,
663 .utmi_mode = DWC3_OMAP_UTMI_MODE_SW, 663 .utmi_mode = DWC3_OMAP_UTMI_MODE_SW,
664 .index = 1, 664 .index = 1,
665 }; 665 };
666 666
667 static struct ti_usb_phy_device usb_phy2_device = { 667 static struct ti_usb_phy_device usb_phy2_device = {
668 .usb2_phy_power = (void *)USB2_PHY2_POWER, 668 .usb2_phy_power = (void *)USB2_PHY2_POWER,
669 .index = 1, 669 .index = 1,
670 }; 670 };
671 671
672 int usb_gadget_handle_interrupts(int index) 672 int usb_gadget_handle_interrupts(int index)
673 { 673 {
674 u32 status; 674 u32 status;
675 675
676 status = dwc3_omap_uboot_interrupt_status(index); 676 status = dwc3_omap_uboot_interrupt_status(index);
677 if (status) 677 if (status)
678 dwc3_uboot_handle_interrupt(index); 678 dwc3_uboot_handle_interrupt(index);
679 679
680 return 0; 680 return 0;
681 } 681 }
682 #endif /* CONFIG_USB_DWC3 */ 682 #endif /* CONFIG_USB_DWC3 */
683 683
684 #if defined(CONFIG_USB_DWC3) || defined(CONFIG_USB_XHCI_OMAP) 684 #if defined(CONFIG_USB_DWC3) || defined(CONFIG_USB_XHCI_OMAP)
685 int omap_xhci_board_usb_init(int index, enum usb_init_type init) 685 int omap_xhci_board_usb_init(int index, enum usb_init_type init)
686 { 686 {
687 enable_usb_clocks(index); 687 enable_usb_clocks(index);
688 #ifdef CONFIG_USB_DWC3 688 #ifdef CONFIG_USB_DWC3
689 switch (index) { 689 switch (index) {
690 case 0: 690 case 0:
691 if (init == USB_INIT_DEVICE) { 691 if (init == USB_INIT_DEVICE) {
692 usb_otg_ss1.dr_mode = USB_DR_MODE_PERIPHERAL; 692 usb_otg_ss1.dr_mode = USB_DR_MODE_PERIPHERAL;
693 usb_otg_ss1_glue.vbus_id_status = OMAP_DWC3_VBUS_VALID; 693 usb_otg_ss1_glue.vbus_id_status = OMAP_DWC3_VBUS_VALID;
694 dwc3_omap_uboot_init(&usb_otg_ss1_glue); 694 dwc3_omap_uboot_init(&usb_otg_ss1_glue);
695 ti_usb_phy_uboot_init(&usb_phy1_device); 695 ti_usb_phy_uboot_init(&usb_phy1_device);
696 dwc3_uboot_init(&usb_otg_ss1); 696 dwc3_uboot_init(&usb_otg_ss1);
697 } 697 }
698 break; 698 break;
699 case 1: 699 case 1:
700 if (init == USB_INIT_DEVICE) { 700 if (init == USB_INIT_DEVICE) {
701 usb_otg_ss2.dr_mode = USB_DR_MODE_PERIPHERAL; 701 usb_otg_ss2.dr_mode = USB_DR_MODE_PERIPHERAL;
702 usb_otg_ss2_glue.vbus_id_status = OMAP_DWC3_VBUS_VALID; 702 usb_otg_ss2_glue.vbus_id_status = OMAP_DWC3_VBUS_VALID;
703 ti_usb_phy_uboot_init(&usb_phy2_device); 703 ti_usb_phy_uboot_init(&usb_phy2_device);
704 dwc3_omap_uboot_init(&usb_otg_ss2_glue); 704 dwc3_omap_uboot_init(&usb_otg_ss2_glue);
705 dwc3_uboot_init(&usb_otg_ss2); 705 dwc3_uboot_init(&usb_otg_ss2);
706 } 706 }
707 break; 707 break;
708 default: 708 default:
709 printf("Invalid Controller Index\n"); 709 printf("Invalid Controller Index\n");
710 } 710 }
711 #endif 711 #endif
712 712
713 return 0; 713 return 0;
714 } 714 }
715 715
716 int omap_xhci_board_usb_cleanup(int index, enum usb_init_type init) 716 int omap_xhci_board_usb_cleanup(int index, enum usb_init_type init)
717 { 717 {
718 #ifdef CONFIG_USB_DWC3 718 #ifdef CONFIG_USB_DWC3
719 switch (index) { 719 switch (index) {
720 case 0: 720 case 0:
721 case 1: 721 case 1:
722 if (init == USB_INIT_DEVICE) { 722 if (init == USB_INIT_DEVICE) {
723 ti_usb_phy_uboot_exit(index); 723 ti_usb_phy_uboot_exit(index);
724 dwc3_uboot_exit(index); 724 dwc3_uboot_exit(index);
725 dwc3_omap_uboot_exit(index); 725 dwc3_omap_uboot_exit(index);
726 } 726 }
727 break; 727 break;
728 default: 728 default:
729 printf("Invalid Controller Index\n"); 729 printf("Invalid Controller Index\n");
730 } 730 }
731 #endif 731 #endif
732 disable_usb_clocks(index); 732 disable_usb_clocks(index);
733 733
734 return 0; 734 return 0;
735 } 735 }
736 #endif /* defined(CONFIG_USB_DWC3) || defined(CONFIG_USB_XHCI_OMAP) */ 736 #endif /* defined(CONFIG_USB_DWC3) || defined(CONFIG_USB_XHCI_OMAP) */
737 737
738 #ifdef CONFIG_DRIVER_TI_CPSW 738 #ifdef CONFIG_DRIVER_TI_CPSW
739 739
740 static void cpsw_control(int enabled) 740 static void cpsw_control(int enabled)
741 { 741 {
742 /* Additional controls can be added here */ 742 /* Additional controls can be added here */
743 return; 743 return;
744 } 744 }
745 745
746 static struct cpsw_slave_data cpsw_slaves[] = { 746 static struct cpsw_slave_data cpsw_slaves[] = {
747 { 747 {
748 .slave_reg_ofs = 0x208, 748 .slave_reg_ofs = 0x208,
749 .sliver_reg_ofs = 0xd80, 749 .sliver_reg_ofs = 0xd80,
750 .phy_addr = 16, 750 .phy_addr = 16,
751 }, 751 },
752 { 752 {
753 .slave_reg_ofs = 0x308, 753 .slave_reg_ofs = 0x308,
754 .sliver_reg_ofs = 0xdc0, 754 .sliver_reg_ofs = 0xdc0,
755 .phy_addr = 1, 755 .phy_addr = 1,
756 }, 756 },
757 }; 757 };
758 758
759 static struct cpsw_platform_data cpsw_data = { 759 static struct cpsw_platform_data cpsw_data = {
760 .mdio_base = CPSW_MDIO_BASE, 760 .mdio_base = CPSW_MDIO_BASE,
761 .cpsw_base = CPSW_BASE, 761 .cpsw_base = CPSW_BASE,
762 .mdio_div = 0xff, 762 .mdio_div = 0xff,
763 .channels = 8, 763 .channels = 8,
764 .cpdma_reg_ofs = 0x800, 764 .cpdma_reg_ofs = 0x800,
765 .slaves = 1, 765 .slaves = 1,
766 .slave_data = cpsw_slaves, 766 .slave_data = cpsw_slaves,
767 .ale_reg_ofs = 0xd00, 767 .ale_reg_ofs = 0xd00,
768 .ale_entries = 1024, 768 .ale_entries = 1024,
769 .host_port_reg_ofs = 0x108, 769 .host_port_reg_ofs = 0x108,
770 .hw_stats_reg_ofs = 0x900, 770 .hw_stats_reg_ofs = 0x900,
771 .bd_ram_ofs = 0x2000, 771 .bd_ram_ofs = 0x2000,
772 .mac_control = (1 << 5), 772 .mac_control = (1 << 5),
773 .control = cpsw_control, 773 .control = cpsw_control,
774 .host_port_num = 0, 774 .host_port_num = 0,
775 .version = CPSW_CTRL_VERSION_2, 775 .version = CPSW_CTRL_VERSION_2,
776 }; 776 };
777 777
778 int board_eth_init(bd_t *bis) 778 int board_eth_init(bd_t *bis)
779 { 779 {
780 int rv; 780 int rv;
781 uint8_t mac_addr[6]; 781 uint8_t mac_addr[6];
782 uint32_t mac_hi, mac_lo; 782 uint32_t mac_hi, mac_lo;
783 783
784 /* try reading mac address from efuse */ 784 /* try reading mac address from efuse */
785 mac_lo = readl(&cdev->macid0l); 785 mac_lo = readl(&cdev->macid0l);
786 mac_hi = readl(&cdev->macid0h); 786 mac_hi = readl(&cdev->macid0h);
787 mac_addr[0] = mac_hi & 0xFF; 787 mac_addr[0] = mac_hi & 0xFF;
788 mac_addr[1] = (mac_hi & 0xFF00) >> 8; 788 mac_addr[1] = (mac_hi & 0xFF00) >> 8;
789 mac_addr[2] = (mac_hi & 0xFF0000) >> 16; 789 mac_addr[2] = (mac_hi & 0xFF0000) >> 16;
790 mac_addr[3] = (mac_hi & 0xFF000000) >> 24; 790 mac_addr[3] = (mac_hi & 0xFF000000) >> 24;
791 mac_addr[4] = mac_lo & 0xFF; 791 mac_addr[4] = mac_lo & 0xFF;
792 mac_addr[5] = (mac_lo & 0xFF00) >> 8; 792 mac_addr[5] = (mac_lo & 0xFF00) >> 8;
793 793
794 if (!getenv("ethaddr")) { 794 if (!getenv("ethaddr")) {
795 puts("<ethaddr> not set. Validating first E-fuse MAC\n"); 795 puts("<ethaddr> not set. Validating first E-fuse MAC\n");
796 if (is_valid_ethaddr(mac_addr)) 796 if (is_valid_ethaddr(mac_addr))
797 eth_setenv_enetaddr("ethaddr", mac_addr); 797 eth_setenv_enetaddr("ethaddr", mac_addr);
798 } 798 }
799 799
800 mac_lo = readl(&cdev->macid1l); 800 mac_lo = readl(&cdev->macid1l);
801 mac_hi = readl(&cdev->macid1h); 801 mac_hi = readl(&cdev->macid1h);
802 mac_addr[0] = mac_hi & 0xFF; 802 mac_addr[0] = mac_hi & 0xFF;
803 mac_addr[1] = (mac_hi & 0xFF00) >> 8; 803 mac_addr[1] = (mac_hi & 0xFF00) >> 8;
804 mac_addr[2] = (mac_hi & 0xFF0000) >> 16; 804 mac_addr[2] = (mac_hi & 0xFF0000) >> 16;
805 mac_addr[3] = (mac_hi & 0xFF000000) >> 24; 805 mac_addr[3] = (mac_hi & 0xFF000000) >> 24;
806 mac_addr[4] = mac_lo & 0xFF; 806 mac_addr[4] = mac_lo & 0xFF;
807 mac_addr[5] = (mac_lo & 0xFF00) >> 8; 807 mac_addr[5] = (mac_lo & 0xFF00) >> 8;
808 808
809 if (!getenv("eth1addr")) { 809 if (!getenv("eth1addr")) {
810 if (is_valid_ethaddr(mac_addr)) 810 if (is_valid_ethaddr(mac_addr))
811 eth_setenv_enetaddr("eth1addr", mac_addr); 811 eth_setenv_enetaddr("eth1addr", mac_addr);
812 } 812 }
813 813
814 if (board_is_eposevm()) { 814 if (board_is_eposevm()) {
815 writel(RMII_MODE_ENABLE | RMII_CHIPCKL_ENABLE, &cdev->miisel); 815 writel(RMII_MODE_ENABLE | RMII_CHIPCKL_ENABLE, &cdev->miisel);
816 cpsw_slaves[0].phy_if = PHY_INTERFACE_MODE_RMII; 816 cpsw_slaves[0].phy_if = PHY_INTERFACE_MODE_RMII;
817 cpsw_slaves[0].phy_addr = 16; 817 cpsw_slaves[0].phy_addr = 16;
818 } else if (board_is_sk()) { 818 } else if (board_is_sk()) {
819 writel(RGMII_MODE_ENABLE, &cdev->miisel); 819 writel(RGMII_MODE_ENABLE, &cdev->miisel);
820 cpsw_slaves[0].phy_if = PHY_INTERFACE_MODE_RGMII; 820 cpsw_slaves[0].phy_if = PHY_INTERFACE_MODE_RGMII;
821 cpsw_slaves[0].phy_addr = 4; 821 cpsw_slaves[0].phy_addr = 4;
822 cpsw_slaves[1].phy_addr = 5; 822 cpsw_slaves[1].phy_addr = 5;
823 } else if (board_is_idk()) { 823 } else if (board_is_idk()) {
824 writel(RGMII_MODE_ENABLE, &cdev->miisel); 824 writel(RGMII_MODE_ENABLE, &cdev->miisel);
825 cpsw_slaves[0].phy_if = PHY_INTERFACE_MODE_RGMII; 825 cpsw_slaves[0].phy_if = PHY_INTERFACE_MODE_RGMII;
826 cpsw_slaves[0].phy_addr = 0; 826 cpsw_slaves[0].phy_addr = 0;
827 } else { 827 } else {
828 writel(RGMII_MODE_ENABLE, &cdev->miisel); 828 writel(RGMII_MODE_ENABLE, &cdev->miisel);
829 cpsw_slaves[0].phy_if = PHY_INTERFACE_MODE_RGMII; 829 cpsw_slaves[0].phy_if = PHY_INTERFACE_MODE_RGMII;
830 cpsw_slaves[0].phy_addr = 0; 830 cpsw_slaves[0].phy_addr = 0;
831 } 831 }
832 832
833 rv = cpsw_register(&cpsw_data); 833 rv = cpsw_register(&cpsw_data);
834 if (rv < 0) 834 if (rv < 0)
835 printf("Error %d registering CPSW switch\n", rv); 835 printf("Error %d registering CPSW switch\n", rv);
836 836
837 return rv; 837 return rv;
838 } 838 }
839 #endif 839 #endif
840 840
841 #if defined(CONFIG_OF_LIBFDT) && defined(CONFIG_OF_BOARD_SETUP)
842 int ft_board_setup(void *blob, bd_t *bd)
843 {
844 ft_cpu_setup(blob, bd);
845
846 return 0;
847 }
848 #endif
849
841 #ifdef CONFIG_SPL_LOAD_FIT 850 #ifdef CONFIG_SPL_LOAD_FIT
842 int board_fit_config_name_match(const char *name) 851 int board_fit_config_name_match(const char *name)
843 { 852 {
844 if (board_is_evm() && !strcmp(name, "am437x-gp-evm")) 853 if (board_is_evm() && !strcmp(name, "am437x-gp-evm"))
845 return 0; 854 return 0;
846 else if (board_is_sk() && !strcmp(name, "am437x-sk-evm")) 855 else if (board_is_sk() && !strcmp(name, "am437x-sk-evm"))
847 return 0; 856 return 0;
848 else if (board_is_eposevm() && !strcmp(name, "am43x-epos-evm")) 857 else if (board_is_eposevm() && !strcmp(name, "am43x-epos-evm"))
849 return 0; 858 return 0;
850 else if (board_is_idk() && !strcmp(name, "am437x-idk-evm")) 859 else if (board_is_idk() && !strcmp(name, "am437x-idk-evm"))
851 return 0; 860 return 0;
852 else 861 else
853 return -1; 862 return -1;
854 } 863 }
855 #endif 864 #endif
856 865
857 #ifdef CONFIG_TI_SECURE_DEVICE 866 #ifdef CONFIG_TI_SECURE_DEVICE
858 void board_fit_image_post_process(void **p_image, size_t *p_size) 867 void board_fit_image_post_process(void **p_image, size_t *p_size)
859 { 868 {
860 secure_boot_verify_image(p_image, p_size); 869 secure_boot_verify_image(p_image, p_size);
861 } 870 }
862 871
863 void board_tee_image_process(ulong tee_image, size_t tee_size) 872 void board_tee_image_process(ulong tee_image, size_t tee_size)
864 { 873 {
865 secure_tee_install((u32)tee_image); 874 secure_tee_install((u32)tee_image);
866 } 875 }
867 876
868 U_BOOT_FIT_LOADABLE_HANDLER(IH_TYPE_TEE, board_tee_image_process); 877 U_BOOT_FIT_LOADABLE_HANDLER(IH_TYPE_TEE, board_tee_image_process);
869 #endif 878 #endif
870 879
configs/am43xx_hs_evm_defconfig
1 CONFIG_ARM=y 1 CONFIG_ARM=y
2 CONFIG_ARCH_OMAP2PLUS=y 2 CONFIG_ARCH_OMAP2PLUS=y
3 CONFIG_TI_COMMON_CMD_OPTIONS=y 3 CONFIG_TI_COMMON_CMD_OPTIONS=y
4 CONFIG_SYS_MALLOC_F_LEN=0x2000 4 CONFIG_SYS_MALLOC_F_LEN=0x2000
5 CONFIG_AM43XX=y 5 CONFIG_AM43XX=y
6 CONFIG_TI_SECURE_DEVICE=y 6 CONFIG_TI_SECURE_DEVICE=y
7 CONFIG_TI_SECURE_EMIF_REGION_START=0xbdb00000 7 CONFIG_TI_SECURE_EMIF_REGION_START=0xbdb00000
8 CONFIG_TI_SECURE_EMIF_TOTAL_REGION_SIZE=0x02000000 8 CONFIG_TI_SECURE_EMIF_TOTAL_REGION_SIZE=0x02000000
9 CONFIG_TI_SECURE_EMIF_PROTECTED_REGION_SIZE=0x01c00000 9 CONFIG_TI_SECURE_EMIF_PROTECTED_REGION_SIZE=0x01c00000
10 CONFIG_ISW_ENTRY_ADDR=0x403018e0 10 CONFIG_ISW_ENTRY_ADDR=0x403018e0
11 CONFIG_SPL_STACK_R_ADDR=0x82000000 11 CONFIG_SPL_STACK_R_ADDR=0x82000000
12 CONFIG_DEFAULT_DEVICE_TREE="am437x-gp-evm" 12 CONFIG_DEFAULT_DEVICE_TREE="am437x-gp-evm"
13 CONFIG_FIT_IMAGE_POST_PROCESS=y 13 CONFIG_FIT_IMAGE_POST_PROCESS=y
14 CONFIG_OF_BOARD_SETUP=y
14 CONFIG_SPL_LOAD_FIT=y 15 CONFIG_SPL_LOAD_FIT=y
15 CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y 16 CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
16 CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1,NAND" 17 CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1,NAND"
17 CONFIG_SYS_CONSOLE_INFO_QUIET=y 18 CONFIG_SYS_CONSOLE_INFO_QUIET=y
18 CONFIG_VERSION_VARIABLE=y 19 CONFIG_VERSION_VARIABLE=y
19 CONFIG_SPL=y 20 CONFIG_SPL=y
20 CONFIG_SPL_STACK_R=y 21 CONFIG_SPL_STACK_R=y
21 CONFIG_SPL_ETH_SUPPORT=y 22 CONFIG_SPL_ETH_SUPPORT=y
22 CONFIG_SPL_MTD_SUPPORT=y 23 CONFIG_SPL_MTD_SUPPORT=y
23 CONFIG_SPL_NET_SUPPORT=y 24 CONFIG_SPL_NET_SUPPORT=y
24 CONFIG_SPL_NET_VCI_STRING="AM43xx U-Boot SPL" 25 CONFIG_SPL_NET_VCI_STRING="AM43xx U-Boot SPL"
25 CONFIG_SPL_USB_HOST_SUPPORT=y 26 CONFIG_SPL_USB_HOST_SUPPORT=y
26 CONFIG_SPL_USB_SUPPORT=y 27 CONFIG_SPL_USB_SUPPORT=y
27 CONFIG_SPL_USB_GADGET_SUPPORT=y 28 CONFIG_SPL_USB_GADGET_SUPPORT=y
28 CONFIG_SPL_USBETH_SUPPORT=y 29 CONFIG_SPL_USBETH_SUPPORT=y
29 CONFIG_HUSH_PARSER=y 30 CONFIG_HUSH_PARSER=y
30 # CONFIG_CMD_IMLS is not set 31 # CONFIG_CMD_IMLS is not set
31 # CONFIG_CMD_FLASH is not set 32 # CONFIG_CMD_FLASH is not set
32 # CONFIG_CMD_SETEXPR is not set 33 # CONFIG_CMD_SETEXPR is not set
33 CONFIG_ISO_PARTITION=y 34 CONFIG_ISO_PARTITION=y
34 CONFIG_OF_CONTROL=y 35 CONFIG_OF_CONTROL=y
35 CONFIG_OF_LIST="am437x-gp-evm am437x-sk-evm am43x-epos-evm am437x-idk-evm" 36 CONFIG_OF_LIST="am437x-gp-evm am437x-sk-evm am43x-epos-evm am437x-idk-evm"
36 CONFIG_DM=y 37 CONFIG_DM=y
37 # CONFIG_BLK is not set 38 # CONFIG_BLK is not set
38 CONFIG_DFU_MMC=y 39 CONFIG_DFU_MMC=y
39 CONFIG_DFU_RAM=y 40 CONFIG_DFU_RAM=y
40 CONFIG_DFU_SF=y 41 CONFIG_DFU_SF=y
41 CONFIG_DM_GPIO=y 42 CONFIG_DM_GPIO=y
42 CONFIG_DM_MMC=y 43 CONFIG_DM_MMC=y
43 CONFIG_MMC_OMAP_HS=y 44 CONFIG_MMC_OMAP_HS=y
44 CONFIG_SPI_FLASH=y 45 CONFIG_SPI_FLASH=y
45 CONFIG_SPI_FLASH_MACRONIX=y 46 CONFIG_SPI_FLASH_MACRONIX=y
46 CONFIG_DM_SERIAL=y 47 CONFIG_DM_SERIAL=y
47 CONFIG_SYS_NS16550=y 48 CONFIG_SYS_NS16550=y
48 CONFIG_TI_QSPI=y 49 CONFIG_TI_QSPI=y
49 CONFIG_TIMER=y 50 CONFIG_TIMER=y
50 CONFIG_OMAP_TIMER=y 51 CONFIG_OMAP_TIMER=y
51 CONFIG_USB=y 52 CONFIG_USB=y
52 CONFIG_USB_XHCI_HCD=y 53 CONFIG_USB_XHCI_HCD=y
53 CONFIG_USB_XHCI_DWC3=y 54 CONFIG_USB_XHCI_DWC3=y
54 CONFIG_USB_DWC3=y 55 CONFIG_USB_DWC3=y
55 CONFIG_USB_DWC3_GADGET=y 56 CONFIG_USB_DWC3_GADGET=y
56 CONFIG_USB_DWC3_OMAP=y 57 CONFIG_USB_DWC3_OMAP=y
57 CONFIG_USB_DWC3_PHY_OMAP=y 58 CONFIG_USB_DWC3_PHY_OMAP=y
58 CONFIG_USB_STORAGE=y 59 CONFIG_USB_STORAGE=y
59 CONFIG_USB_GADGET=y 60 CONFIG_USB_GADGET=y
60 CONFIG_USB_GADGET_DOWNLOAD=y 61 CONFIG_USB_GADGET_DOWNLOAD=y
61 CONFIG_G_DNL_MANUFACTURER="Texas Instruments" 62 CONFIG_G_DNL_MANUFACTURER="Texas Instruments"
62 CONFIG_G_DNL_VENDOR_NUM=0x0403 63 CONFIG_G_DNL_VENDOR_NUM=0x0403
63 CONFIG_G_DNL_PRODUCT_NUM=0xbd00 64 CONFIG_G_DNL_PRODUCT_NUM=0xbd00
64 65