blob: 2b63871bc4827944d752f3724e34de97e1ff9942 [file] [log] [blame]
Stefano Babic64fdf452010-01-20 18:19:32 +01001/*
2 * (C) Copyright 2007
3 * Sascha Hauer, Pengutronix
4 *
5 * (C) Copyright 2009 Freescale Semiconductor, Inc.
6 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02007 * SPDX-License-Identifier: GPL-2.0+
Stefano Babic64fdf452010-01-20 18:19:32 +01008 */
9
10#include <common.h>
11#include <asm/arch/imx-regs.h>
Stefano Babice4d34492010-03-05 17:54:37 +010012#include <asm/arch/clock.h>
Fabio Estevam77f11a92011-10-13 05:34:59 +000013#include <asm/arch/sys_proto.h>
14
Masahiro Yamada1221ce42016-09-21 11:28:55 +090015#include <linux/errno.h>
Stefano Babic64fdf452010-01-20 18:19:32 +010016#include <asm/io.h>
Stefano Babic552a8482017-06-29 10:16:06 +020017#include <asm/mach-imx/boot_mode.h>
Stefano Babic64fdf452010-01-20 18:19:32 +010018
Liu Hui-R64343595f3e52011-01-03 22:27:35 +000019#if !(defined(CONFIG_MX51) || defined(CONFIG_MX53))
Jason Liuff9f4752010-10-18 11:09:26 +080020#error "CPU_TYPE not defined"
21#endif
22
Stefano Babic64fdf452010-01-20 18:19:32 +010023u32 get_cpu_rev(void)
24{
Liu Hui-R64343595f3e52011-01-03 22:27:35 +000025#ifdef CONFIG_MX51
26 int system_rev = 0x51000;
27#else
28 int system_rev = 0x53000;
29#endif
Jason Liuff9f4752010-10-18 11:09:26 +080030 int reg = __raw_readl(ROM_SI_REV);
Stefano Babic64fdf452010-01-20 18:19:32 +010031
Liu Hui-R64343595f3e52011-01-03 22:27:35 +000032#if defined(CONFIG_MX51)
Stefano Babic64fdf452010-01-20 18:19:32 +010033 switch (reg) {
34 case 0x02:
Jason Liuff9f4752010-10-18 11:09:26 +080035 system_rev |= CHIP_REV_1_1;
Stefano Babic64fdf452010-01-20 18:19:32 +010036 break;
37 case 0x10:
38 if ((__raw_readl(GPIO1_BASE_ADDR + 0x0) & (0x1 << 22)) == 0)
Jason Liuff9f4752010-10-18 11:09:26 +080039 system_rev |= CHIP_REV_2_5;
Stefano Babic64fdf452010-01-20 18:19:32 +010040 else
Jason Liuff9f4752010-10-18 11:09:26 +080041 system_rev |= CHIP_REV_2_0;
Stefano Babic64fdf452010-01-20 18:19:32 +010042 break;
43 case 0x20:
Jason Liuff9f4752010-10-18 11:09:26 +080044 system_rev |= CHIP_REV_3_0;
Stefano Babic64fdf452010-01-20 18:19:32 +010045 break;
Stefano Babic64fdf452010-01-20 18:19:32 +010046 default:
Jason Liuff9f4752010-10-18 11:09:26 +080047 system_rev |= CHIP_REV_1_0;
Stefano Babic64fdf452010-01-20 18:19:32 +010048 break;
49 }
Liu Hui-R64343595f3e52011-01-03 22:27:35 +000050#else
Fabio Estevamaa1cb682011-04-26 10:50:15 +000051 if (reg < 0x20)
Liu Hui-R64343595f3e52011-01-03 22:27:35 +000052 system_rev |= CHIP_REV_1_0;
Fabio Estevamaa1cb682011-04-26 10:50:15 +000053 else
54 system_rev |= reg;
Liu Hui-R64343595f3e52011-01-03 22:27:35 +000055#endif
Stefano Babic64fdf452010-01-20 18:19:32 +010056 return system_rev;
57}
58
Fabio Estevam11c08d42013-04-24 14:44:25 +000059#ifdef CONFIG_REVISION_TAG
60u32 __weak get_board_rev(void)
61{
62 return get_cpu_rev();
63}
64#endif
65
Benoît Thébaudeau78ff1a62012-08-14 03:17:52 +000066#ifndef CONFIG_SYS_DCACHE_OFF
67void enable_caches(void)
68{
69 /* Enable D-cache. I-cache is already enabled in start.S */
70 dcache_enable();
71}
72#endif
73
Liu Hui-R64343565e39c2010-11-18 23:45:55 +000074#if defined(CONFIG_FEC_MXC)
Jason Liu0d8a7492012-01-31 02:07:29 +000075void imx_get_mac_from_fuse(int dev_id, unsigned char *mac)
Liu Hui-R64343565e39c2010-11-18 23:45:55 +000076{
77 int i;
78 struct iim_regs *iim = (struct iim_regs *)IMX_IIM_BASE;
79 struct fuse_bank *bank = &iim->bank[1];
80 struct fuse_bank1_regs *fuse =
81 (struct fuse_bank1_regs *)bank->fuse_regs;
82
83 for (i = 0; i < 6; i++)
84 mac[i] = readl(&fuse->mac_addr[i]) & 0xff;
85}
86#endif
87
Troy Kisky124a06d2012-08-15 10:31:20 +000088#ifdef CONFIG_MX53
89void boot_mode_apply(unsigned cfg_val)
90{
91 writel(cfg_val, &((struct srtc_regs *)SRTC_BASE_ADDR)->lpgr);
92}
93/*
94 * cfg_val will be used for
95 * Boot_cfg3[7:0]:Boot_cfg2[7:0]:Boot_cfg1[7:0]
96 *
97 * If bit 28 of LPGR is set upon watchdog reset,
98 * bits[25:0] of LPGR will move to SBMR.
99 */
100const struct boot_mode soc_boot_modes[] = {
101 {"normal", MAKE_CFGVAL(0x00, 0x00, 0x00, 0x00)},
102 /* usb or serial download */
103 {"usb", MAKE_CFGVAL(0x00, 0x00, 0x00, 0x13)},
104 {"sata", MAKE_CFGVAL(0x28, 0x00, 0x00, 0x12)},
105 {"escpi1:0", MAKE_CFGVAL(0x38, 0x20, 0x00, 0x12)},
106 {"escpi1:1", MAKE_CFGVAL(0x38, 0x20, 0x04, 0x12)},
107 {"escpi1:2", MAKE_CFGVAL(0x38, 0x20, 0x08, 0x12)},
108 {"escpi1:3", MAKE_CFGVAL(0x38, 0x20, 0x0c, 0x12)},
109 /* 4 bit bus width */
110 {"esdhc1", MAKE_CFGVAL(0x40, 0x20, 0x00, 0x12)},
111 {"esdhc2", MAKE_CFGVAL(0x40, 0x20, 0x08, 0x12)},
112 {"esdhc3", MAKE_CFGVAL(0x40, 0x20, 0x10, 0x12)},
113 {"esdhc4", MAKE_CFGVAL(0x40, 0x20, 0x18, 0x12)},
114 {NULL, 0},
115};
116#endif