blob: bbb335e275b565208a72ad22fa8a3579bca426f0 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Stefano Babic64fdf452010-01-20 18:19:32 +01002/*
3 * (C) Copyright 2007
4 * Sascha Hauer, Pengutronix
5 *
6 * (C) Copyright 2009 Freescale Semiconductor, Inc.
Stefano Babic64fdf452010-01-20 18:19:32 +01007 */
8
9#include <common.h>
10#include <asm/arch/imx-regs.h>
Stefano Babice4d34492010-03-05 17:54:37 +010011#include <asm/arch/clock.h>
Fabio Estevam77f11a92011-10-13 05:34:59 +000012#include <asm/arch/sys_proto.h>
13
Masahiro Yamada1221ce42016-09-21 11:28:55 +090014#include <linux/errno.h>
Stefano Babic64fdf452010-01-20 18:19:32 +010015#include <asm/io.h>
Stefano Babic552a8482017-06-29 10:16:06 +020016#include <asm/mach-imx/boot_mode.h>
Stefano Babic64fdf452010-01-20 18:19:32 +010017
Liu Hui-R64343595f3e52011-01-03 22:27:35 +000018#if !(defined(CONFIG_MX51) || defined(CONFIG_MX53))
Jason Liuff9f4752010-10-18 11:09:26 +080019#error "CPU_TYPE not defined"
20#endif
21
Stefano Babic64fdf452010-01-20 18:19:32 +010022u32 get_cpu_rev(void)
23{
Liu Hui-R64343595f3e52011-01-03 22:27:35 +000024#ifdef CONFIG_MX51
25 int system_rev = 0x51000;
26#else
27 int system_rev = 0x53000;
28#endif
Jason Liuff9f4752010-10-18 11:09:26 +080029 int reg = __raw_readl(ROM_SI_REV);
Stefano Babic64fdf452010-01-20 18:19:32 +010030
Liu Hui-R64343595f3e52011-01-03 22:27:35 +000031#if defined(CONFIG_MX51)
Stefano Babic64fdf452010-01-20 18:19:32 +010032 switch (reg) {
33 case 0x02:
Jason Liuff9f4752010-10-18 11:09:26 +080034 system_rev |= CHIP_REV_1_1;
Stefano Babic64fdf452010-01-20 18:19:32 +010035 break;
36 case 0x10:
37 if ((__raw_readl(GPIO1_BASE_ADDR + 0x0) & (0x1 << 22)) == 0)
Jason Liuff9f4752010-10-18 11:09:26 +080038 system_rev |= CHIP_REV_2_5;
Stefano Babic64fdf452010-01-20 18:19:32 +010039 else
Jason Liuff9f4752010-10-18 11:09:26 +080040 system_rev |= CHIP_REV_2_0;
Stefano Babic64fdf452010-01-20 18:19:32 +010041 break;
42 case 0x20:
Jason Liuff9f4752010-10-18 11:09:26 +080043 system_rev |= CHIP_REV_3_0;
Stefano Babic64fdf452010-01-20 18:19:32 +010044 break;
Stefano Babic64fdf452010-01-20 18:19:32 +010045 default:
Jason Liuff9f4752010-10-18 11:09:26 +080046 system_rev |= CHIP_REV_1_0;
Stefano Babic64fdf452010-01-20 18:19:32 +010047 break;
48 }
Liu Hui-R64343595f3e52011-01-03 22:27:35 +000049#else
Fabio Estevamaa1cb682011-04-26 10:50:15 +000050 if (reg < 0x20)
Liu Hui-R64343595f3e52011-01-03 22:27:35 +000051 system_rev |= CHIP_REV_1_0;
Fabio Estevamaa1cb682011-04-26 10:50:15 +000052 else
53 system_rev |= reg;
Liu Hui-R64343595f3e52011-01-03 22:27:35 +000054#endif
Stefano Babic64fdf452010-01-20 18:19:32 +010055 return system_rev;
56}
57
Fabio Estevam11c08d42013-04-24 14:44:25 +000058#ifdef CONFIG_REVISION_TAG
59u32 __weak get_board_rev(void)
60{
61 return get_cpu_rev();
62}
63#endif
64
Trevor Woerner10015022019-05-03 09:41:00 -040065#if !CONFIG_IS_ENABLED(SYS_DCACHE_OFF)
Benoît Thébaudeau78ff1a62012-08-14 03:17:52 +000066void enable_caches(void)
67{
68 /* Enable D-cache. I-cache is already enabled in start.S */
69 dcache_enable();
70}
71#endif
72
Liu Hui-R64343565e39c2010-11-18 23:45:55 +000073#if defined(CONFIG_FEC_MXC)
Jason Liu0d8a7492012-01-31 02:07:29 +000074void imx_get_mac_from_fuse(int dev_id, unsigned char *mac)
Liu Hui-R64343565e39c2010-11-18 23:45:55 +000075{
76 int i;
77 struct iim_regs *iim = (struct iim_regs *)IMX_IIM_BASE;
78 struct fuse_bank *bank = &iim->bank[1];
79 struct fuse_bank1_regs *fuse =
80 (struct fuse_bank1_regs *)bank->fuse_regs;
81
82 for (i = 0; i < 6; i++)
83 mac[i] = readl(&fuse->mac_addr[i]) & 0xff;
84}
85#endif
86
Troy Kisky124a06d2012-08-15 10:31:20 +000087#ifdef CONFIG_MX53
88void boot_mode_apply(unsigned cfg_val)
89{
90 writel(cfg_val, &((struct srtc_regs *)SRTC_BASE_ADDR)->lpgr);
91}
92/*
93 * cfg_val will be used for
94 * Boot_cfg3[7:0]:Boot_cfg2[7:0]:Boot_cfg1[7:0]
95 *
96 * If bit 28 of LPGR is set upon watchdog reset,
97 * bits[25:0] of LPGR will move to SBMR.
98 */
99const struct boot_mode soc_boot_modes[] = {
100 {"normal", MAKE_CFGVAL(0x00, 0x00, 0x00, 0x00)},
101 /* usb or serial download */
102 {"usb", MAKE_CFGVAL(0x00, 0x00, 0x00, 0x13)},
103 {"sata", MAKE_CFGVAL(0x28, 0x00, 0x00, 0x12)},
104 {"escpi1:0", MAKE_CFGVAL(0x38, 0x20, 0x00, 0x12)},
105 {"escpi1:1", MAKE_CFGVAL(0x38, 0x20, 0x04, 0x12)},
106 {"escpi1:2", MAKE_CFGVAL(0x38, 0x20, 0x08, 0x12)},
107 {"escpi1:3", MAKE_CFGVAL(0x38, 0x20, 0x0c, 0x12)},
108 /* 4 bit bus width */
109 {"esdhc1", MAKE_CFGVAL(0x40, 0x20, 0x00, 0x12)},
110 {"esdhc2", MAKE_CFGVAL(0x40, 0x20, 0x08, 0x12)},
111 {"esdhc3", MAKE_CFGVAL(0x40, 0x20, 0x10, 0x12)},
112 {"esdhc4", MAKE_CFGVAL(0x40, 0x20, 0x18, 0x12)},
113 {NULL, 0},
114};
115#endif