2 * Copyright 2011 Freescale Semiconductor
3 * Author: Shengzhou Liu <Shengzhou.Liu@freescale.com>
5 * SPDX-License-Identifier: GPL-2.0+
7 * This file provides support for the QIXIS of some Freescale reference boards.
13 #include <linux/compiler.h>
14 #include <linux/time.h>
18 #ifndef QIXIS_LBMAP_BRDCFG_REG
20 * For consistency with existing platforms
22 #define QIXIS_LBMAP_BRDCFG_REG 0x00
25 #ifdef CONFIG_SYS_I2C_FPGA_ADDR
26 u8 qixis_read_i2c(unsigned int reg)
28 return i2c_reg_read(CONFIG_SYS_I2C_FPGA_ADDR, reg);
31 void qixis_write_i2c(unsigned int reg, u8 value)
34 i2c_reg_write(CONFIG_SYS_I2C_FPGA_ADDR, reg, val);
39 u8 qixis_read(unsigned int reg)
41 void *p = (void *)QIXIS_BASE;
46 void qixis_write(unsigned int reg, u8 value)
48 void *p = (void *)QIXIS_BASE;
50 out_8(p + reg, value);
54 u16 qixis_read_minor(void)
58 /* this data is in little endian */
59 QIXIS_WRITE(tagdata, 5);
60 minor = QIXIS_READ(tagdata);
61 QIXIS_WRITE(tagdata, 6);
62 minor += QIXIS_READ(tagdata) << 8;
67 char *qixis_read_time(char *result)
72 /* timestamp is in 32-bit big endian */
73 for (i = 8; i <= 11; i++) {
74 QIXIS_WRITE(tagdata, i);
75 time = (time << 8) + QIXIS_READ(tagdata);
78 return ctime_r(&time, result);
81 char *qixis_read_tag(char *buf)
86 for (i = 16; i <= 63; i++) {
87 QIXIS_WRITE(tagdata, i);
88 tag = QIXIS_READ(tagdata);
100 * return the string of binary of u8 in the format of
101 * 1010 10_0. The masked bit is filled as underscore.
103 const char *byte_to_binary_mask(u8 val, u8 mask, char *buf)
109 for (i = 0x80; i > 0x08 ; i >>= 1, ptr++)
110 *ptr = (val & i) ? '1' : ((mask & i) ? '_' : '0');
112 for (i = 0x08; i > 0 ; i >>= 1, ptr++)
113 *ptr = (val & i) ? '1' : ((mask & i) ? '_' : '0');
120 #ifdef QIXIS_RST_FORCE_MEM
121 void board_assert_mem_reset(void)
125 rst = QIXIS_READ(rst_frc[0]);
126 if (!(rst & QIXIS_RST_FORCE_MEM))
127 QIXIS_WRITE(rst_frc[0], rst | QIXIS_RST_FORCE_MEM);
130 void board_deassert_mem_reset(void)
134 rst = QIXIS_READ(rst_frc[0]);
135 if (rst & QIXIS_RST_FORCE_MEM)
136 QIXIS_WRITE(rst_frc[0], rst & ~QIXIS_RST_FORCE_MEM);
140 #ifndef CONFIG_SPL_BUILD
141 static void qixis_reset(void)
143 QIXIS_WRITE(rst_ctl, QIXIS_RST_CTL_RESET);
146 static void qixis_bank_reset(void)
148 QIXIS_WRITE(rcfg_ctl, QIXIS_RCFG_CTL_RECONFIG_IDLE);
149 QIXIS_WRITE(rcfg_ctl, QIXIS_RCFG_CTL_RECONFIG_START);
152 static void __maybe_unused set_lbmap(int lbmap)
156 reg = QIXIS_READ(brdcfg[QIXIS_LBMAP_BRDCFG_REG]);
157 reg = (reg & ~QIXIS_LBMAP_MASK) | lbmap;
158 QIXIS_WRITE(brdcfg[QIXIS_LBMAP_BRDCFG_REG], reg);
161 static void __maybe_unused set_rcw_src(int rcw_src)
165 reg = QIXIS_READ(dutcfg[1]);
166 reg = (reg & ~1) | (rcw_src & 1);
167 QIXIS_WRITE(dutcfg[1], reg);
168 QIXIS_WRITE(dutcfg[0], (rcw_src >> 1) & 0xff);
171 static void qixis_dump_regs(void)
175 printf("id = %02x\n", QIXIS_READ(id));
176 printf("arch = %02x\n", QIXIS_READ(arch));
177 printf("scver = %02x\n", QIXIS_READ(scver));
178 printf("model = %02x\n", QIXIS_READ(model));
179 printf("rst_ctl = %02x\n", QIXIS_READ(rst_ctl));
180 printf("aux = %02x\n", QIXIS_READ(aux));
181 for (i = 0; i < 16; i++)
182 printf("brdcfg%02d = %02x\n", i, QIXIS_READ(brdcfg[i]));
183 for (i = 0; i < 16; i++)
184 printf("dutcfg%02d = %02x\n", i, QIXIS_READ(dutcfg[i]));
185 printf("sclk = %02x%02x%02x\n", QIXIS_READ(sclk[0]),
186 QIXIS_READ(sclk[1]), QIXIS_READ(sclk[2]));
187 printf("dclk = %02x%02x%02x\n", QIXIS_READ(dclk[0]),
188 QIXIS_READ(dclk[1]), QIXIS_READ(dclk[2]));
189 printf("aux = %02x\n", QIXIS_READ(aux));
190 printf("watch = %02x\n", QIXIS_READ(watch));
191 printf("ctl_sys = %02x\n", QIXIS_READ(ctl_sys));
192 printf("rcw_ctl = %02x\n", QIXIS_READ(rcw_ctl));
193 printf("present = %02x\n", QIXIS_READ(present));
194 printf("present2 = %02x\n", QIXIS_READ(present2));
195 printf("clk_spd = %02x\n", QIXIS_READ(clk_spd));
196 printf("stat_dut = %02x\n", QIXIS_READ(stat_dut));
197 printf("stat_sys = %02x\n", QIXIS_READ(stat_sys));
198 printf("stat_alrm = %02x\n", QIXIS_READ(stat_alrm));
201 void __weak qixis_dump_switch(void)
203 puts("Reverse engineering switch is not implemented for this board\n");
206 static int qixis_reset_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
211 set_lbmap(QIXIS_LBMAP_DFLTBANK);
213 } else if (strcmp(argv[1], "altbank") == 0) {
214 set_lbmap(QIXIS_LBMAP_ALTBANK);
216 } else if (strcmp(argv[1], "nand") == 0) {
217 #ifdef QIXIS_LBMAP_NAND
218 QIXIS_WRITE(rst_ctl, 0x30);
219 QIXIS_WRITE(rcfg_ctl, 0);
220 set_lbmap(QIXIS_LBMAP_NAND);
221 set_rcw_src(QIXIS_RCW_SRC_NAND);
222 QIXIS_WRITE(rcfg_ctl, 0x20);
223 QIXIS_WRITE(rcfg_ctl, 0x21);
225 printf("Not implemented\n");
227 } else if (strcmp(argv[1], "sd") == 0) {
228 #ifdef QIXIS_LBMAP_SD
229 QIXIS_WRITE(rst_ctl, 0x30);
230 QIXIS_WRITE(rcfg_ctl, 0);
231 set_lbmap(QIXIS_LBMAP_SD);
232 set_rcw_src(QIXIS_RCW_SRC_SD);
233 QIXIS_WRITE(rcfg_ctl, 0x20);
234 QIXIS_WRITE(rcfg_ctl, 0x21);
236 printf("Not implemented\n");
238 } else if (strcmp(argv[1], "sd_qspi") == 0) {
239 #ifdef QIXIS_LBMAP_SD_QSPI
240 QIXIS_WRITE(rst_ctl, 0x30);
241 QIXIS_WRITE(rcfg_ctl, 0);
242 set_lbmap(QIXIS_LBMAP_SD_QSPI);
243 set_rcw_src(QIXIS_RCW_SRC_SD);
244 qixis_write_i2c(offsetof(struct qixis, rcfg_ctl), 0x20);
245 qixis_write_i2c(offsetof(struct qixis, rcfg_ctl), 0x21);
247 printf("Not implemented\n");
249 } else if (strcmp(argv[1], "qspi") == 0) {
250 #ifdef QIXIS_LBMAP_QSPI
251 QIXIS_WRITE(rst_ctl, 0x30);
252 QIXIS_WRITE(rcfg_ctl, 0);
253 set_lbmap(QIXIS_LBMAP_QSPI);
254 set_rcw_src(QIXIS_RCW_SRC_QSPI);
255 qixis_write_i2c(offsetof(struct qixis, rcfg_ctl), 0x20);
256 qixis_write_i2c(offsetof(struct qixis, rcfg_ctl), 0x21);
258 printf("Not implemented\n");
260 } else if (strcmp(argv[1], "watchdog") == 0) {
261 static char *period[9] = {"2s", "4s", "8s", "16s", "32s",
262 "1min", "2min", "4min", "8min"};
263 u8 rcfg = QIXIS_READ(rcfg_ctl);
265 if (argv[2] == NULL) {
266 printf("qixis watchdog <watchdog_period>\n");
269 for (i = 0; i < ARRAY_SIZE(period); i++) {
270 if (strcmp(argv[2], period[i]) == 0) {
271 /* disable watchdog */
272 QIXIS_WRITE(rcfg_ctl,
273 rcfg & ~QIXIS_RCFG_CTL_WATCHDOG_ENBLE);
274 QIXIS_WRITE(watch, ((i<<2) - 1));
275 QIXIS_WRITE(rcfg_ctl, rcfg);
279 } else if (strcmp(argv[1], "dump") == 0) {
282 } else if (strcmp(argv[1], "switch") == 0) {
286 printf("Invalid option: %s\n", argv[1]);
294 qixis_reset, CONFIG_SYS_MAXARGS, 1, qixis_reset_cmd,
295 "Reset the board using the FPGA sequencer",
296 "- hard reset to default bank\n"
297 "qixis_reset altbank - reset to alternate bank\n"
298 "qixis_reset nand - reset to nand\n"
299 "qixis_reset sd - reset to sd\n"
300 "qixis_reset sd_qspi - reset to sd with qspi support\n"
301 "qixis_reset qspi - reset to qspi\n"
302 "qixis watchdog <watchdog_period> - set the watchdog period\n"
303 " period: 1s 2s 4s 8s 16s 32s 1min 2min 4min 8min\n"
304 "qixis_reset dump - display the QIXIS registers\n"
305 "qixis_reset switch - display switch\n"