Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2008 |
| 4 | * Sergei Poselenov, Emcraft Systems, sposelenov@emcraft.com. |
| 5 | * |
| 6 | * Copyright 2004 Freescale Semiconductor. |
| 7 | * (C) Copyright 2002,2003, Motorola Inc. |
| 8 | * Xianghua Xiao, (X.Xiao@motorola.com) |
| 9 | * |
| 10 | * (C) Copyright 2002 Scott McNutt <smcnutt@artesyncp.com> |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 11 | */ |
| 12 | |
| 13 | #include <common.h> |
Simon Glass | d96c260 | 2019-12-28 10:44:58 -0700 | [diff] [blame] | 14 | #include <clock_legacy.h> |
Simon Glass | 3a7d557 | 2019-08-01 09:46:42 -0600 | [diff] [blame] | 15 | #include <env.h> |
Simon Glass | 691d719 | 2020-05-10 11:40:02 -0600 | [diff] [blame] | 16 | #include <init.h> |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 17 | #include <pci.h> |
Simon Glass | b79fdc7 | 2020-05-10 11:39:54 -0600 | [diff] [blame] | 18 | #include <uuid.h> |
Simon Glass | 401d1c4 | 2020-10-30 21:38:53 -0600 | [diff] [blame] | 19 | #include <asm/global_data.h> |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 20 | #include <asm/processor.h> |
| 21 | #include <asm/immap_85xx.h> |
| 22 | #include <ioports.h> |
| 23 | #include <flash.h> |
Simon Glass | c05ed00 | 2020-05-10 11:40:11 -0600 | [diff] [blame] | 24 | #include <linux/delay.h> |
Masahiro Yamada | b08c8c4 | 2018-03-05 01:20:11 +0900 | [diff] [blame] | 25 | #include <linux/libfdt.h> |
Sergei Poselenov | e18575d | 2008-05-07 15:10:49 +0200 | [diff] [blame] | 26 | #include <fdt_support.h> |
Andy Fleming | e1eb0e2 | 2008-06-10 18:49:34 -0500 | [diff] [blame] | 27 | #include <asm/io.h> |
u-boot@bugs.denx.de | fb661ea | 2008-09-11 15:40:01 +0200 | [diff] [blame] | 28 | #include <i2c.h> |
Sergei Poselenov | 59abd15 | 2008-06-06 15:42:41 +0200 | [diff] [blame] | 29 | #include "upm_table.h" |
Detlev Zundel | 3e79b58 | 2008-08-15 15:42:12 +0200 | [diff] [blame] | 30 | |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 31 | DECLARE_GLOBAL_DATA_PTR; |
| 32 | |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 33 | void local_bus_init (void); |
| 34 | ulong flash_get_size (ulong base, int banknum); |
| 35 | |
| 36 | int checkboard (void) |
| 37 | { |
Tom Rini | 5155207 | 2022-10-28 20:27:12 -0400 | [diff] [blame] | 38 | volatile ccsr_gur_t *gur = (void *)(CFG_SYS_MPC85xx_GUTS_ADDR); |
Wolfgang Denk | f0c0b3a | 2011-05-04 10:32:28 +0000 | [diff] [blame] | 39 | char buf[64]; |
Sergei Poselenov | 5e1882d | 2008-05-27 13:47:00 +0200 | [diff] [blame] | 40 | int f; |
Simon Glass | 00caae6 | 2017-08-03 12:22:12 -0600 | [diff] [blame] | 41 | int i = env_get_f("serial#", buf, sizeof(buf)); |
Wolfgang Denk | f0c0b3a | 2011-05-04 10:32:28 +0000 | [diff] [blame] | 42 | #ifdef CONFIG_PCI |
| 43 | char *src; |
| 44 | #endif |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 45 | |
| 46 | puts("Board: Socrates"); |
Wolfgang Denk | f0c0b3a | 2011-05-04 10:32:28 +0000 | [diff] [blame] | 47 | if (i > 0) { |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 48 | puts(", serial# "); |
Wolfgang Denk | f0c0b3a | 2011-05-04 10:32:28 +0000 | [diff] [blame] | 49 | puts(buf); |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 50 | } |
| 51 | putc('\n'); |
| 52 | |
Simon Glass | 0ecc7a0 | 2021-08-01 18:54:28 -0600 | [diff] [blame] | 53 | #if defined(CONFIG_PCI) |
Andy Fleming | e1eb0e2 | 2008-06-10 18:49:34 -0500 | [diff] [blame] | 54 | /* Check the PCI_clk sel bit */ |
| 55 | if (in_be32(&gur->porpllsr) & (1<<15)) { |
Sergei Poselenov | 5e1882d | 2008-05-27 13:47:00 +0200 | [diff] [blame] | 56 | src = "SYSCLK"; |
Tom Rini | 2f8a6db | 2021-12-14 13:36:40 -0500 | [diff] [blame] | 57 | f = get_board_sys_clk(); |
Sergei Poselenov | 5e1882d | 2008-05-27 13:47:00 +0200 | [diff] [blame] | 58 | } else { |
| 59 | src = "PCI_CLK"; |
Tom Rini | 1bc8ef4 | 2022-06-20 08:07:54 -0400 | [diff] [blame] | 60 | /* PCI is clocked by the external source at 33 MHz */ |
| 61 | f = 33000000; |
Sergei Poselenov | 5e1882d | 2008-05-27 13:47:00 +0200 | [diff] [blame] | 62 | } |
| 63 | printf ("PCI1: 32 bit, %d MHz (%s)\n", f/1000000, src); |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 64 | #else |
| 65 | printf ("PCI1: disabled\n"); |
| 66 | #endif |
| 67 | |
| 68 | /* |
| 69 | * Initialize local bus. |
| 70 | */ |
| 71 | local_bus_init (); |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 72 | return 0; |
| 73 | } |
| 74 | |
| 75 | int misc_init_r (void) |
| 76 | { |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 77 | /* |
| 78 | * Adjust flash start and offset to detected values |
| 79 | */ |
| 80 | gd->bd->bi_flashstart = 0 - gd->bd->bi_flashsize; |
| 81 | gd->bd->bi_flashoffset = 0; |
| 82 | |
| 83 | /* |
| 84 | * Check if boot FLASH isn't max size |
| 85 | */ |
Tom Rini | 65cc0e2 | 2022-11-16 13:10:41 -0500 | [diff] [blame] | 86 | if (gd->bd->bi_flashsize < (0 - CFG_SYS_FLASH0)) { |
Becky Bruce | f51cdaf | 2010-06-17 11:37:20 -0500 | [diff] [blame] | 87 | set_lbc_or(0, gd->bd->bi_flashstart | |
| 88 | (CONFIG_SYS_OR0_PRELIM & 0x00007fff)); |
| 89 | set_lbc_br(0, gd->bd->bi_flashstart | |
| 90 | (CONFIG_SYS_BR0_PRELIM & 0x00007fff)); |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 91 | |
| 92 | /* |
| 93 | * Re-check to get correct base address |
| 94 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 95 | flash_get_size(gd->bd->bi_flashstart, CONFIG_SYS_MAX_FLASH_BANKS - 1); |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 96 | } |
| 97 | |
| 98 | /* |
| 99 | * Check if only one FLASH bank is available |
| 100 | */ |
Tom Rini | 65cc0e2 | 2022-11-16 13:10:41 -0500 | [diff] [blame] | 101 | if (gd->bd->bi_flashsize != CONFIG_SYS_MAX_FLASH_BANKS * (0 - CFG_SYS_FLASH0)) { |
Becky Bruce | f51cdaf | 2010-06-17 11:37:20 -0500 | [diff] [blame] | 102 | set_lbc_or(1, 0); |
| 103 | set_lbc_br(1, 0); |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 104 | |
| 105 | /* |
| 106 | * Re-do flash protection upon new addresses |
| 107 | */ |
Simon Glass | a595a0e | 2020-05-10 11:39:53 -0600 | [diff] [blame] | 108 | flash_protect(FLAG_PROTECT_CLEAR, |
| 109 | gd->bd->bi_flashstart, 0xffffffff, |
| 110 | &flash_info[CONFIG_SYS_MAX_FLASH_BANKS - 1]); |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 111 | |
| 112 | /* Monitor protection ON by default */ |
Simon Glass | a595a0e | 2020-05-10 11:39:53 -0600 | [diff] [blame] | 113 | flash_protect(FLAG_PROTECT_SET, |
| 114 | CONFIG_SYS_MONITOR_BASE, CONFIG_SYS_MONITOR_BASE + |
| 115 | monitor_flash_len - 1, |
| 116 | &flash_info[CONFIG_SYS_MAX_FLASH_BANKS - 1]); |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 117 | |
| 118 | /* Environment protection ON by default */ |
Simon Glass | a595a0e | 2020-05-10 11:39:53 -0600 | [diff] [blame] | 119 | flash_protect(FLAG_PROTECT_SET, |
| 120 | CONFIG_ENV_ADDR, |
| 121 | CONFIG_ENV_ADDR + CONFIG_ENV_SECT_SIZE - 1, |
| 122 | &flash_info[CONFIG_SYS_MAX_FLASH_BANKS - 1]); |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 123 | |
| 124 | /* Redundant environment protection ON by default */ |
Simon Glass | a595a0e | 2020-05-10 11:39:53 -0600 | [diff] [blame] | 125 | flash_protect(FLAG_PROTECT_SET, |
| 126 | CONFIG_ENV_ADDR_REDUND, |
| 127 | CONFIG_ENV_ADDR_REDUND + CONFIG_ENV_SECT_SIZE - 1, |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 128 | &flash_info[CONFIG_SYS_MAX_FLASH_BANKS - 1]); |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 129 | } |
| 130 | |
Heiko Schocher | 2a51fe0 | 2019-10-16 05:55:54 +0200 | [diff] [blame] | 131 | pci_init(); |
Heiko Schocher | 2a51fe0 | 2019-10-16 05:55:54 +0200 | [diff] [blame] | 132 | |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 133 | return 0; |
| 134 | } |
| 135 | |
| 136 | /* |
| 137 | * Initialize Local Bus |
| 138 | */ |
| 139 | void local_bus_init (void) |
| 140 | { |
Becky Bruce | f51cdaf | 2010-06-17 11:37:20 -0500 | [diff] [blame] | 141 | volatile fsl_lbc_t *lbc = LBC_BASE_ADDR; |
Tom Rini | 5155207 | 2022-10-28 20:27:12 -0400 | [diff] [blame] | 142 | volatile ccsr_local_ecm_t *ecm = (void *)(CFG_SYS_MPC85xx_ECM_ADDR); |
Detlev Zundel | 3e79b58 | 2008-08-15 15:42:12 +0200 | [diff] [blame] | 143 | sys_info_t sysinfo; |
| 144 | uint clkdiv; |
| 145 | uint lbc_mhz; |
Tom Rini | 65cc0e2 | 2022-11-16 13:10:41 -0500 | [diff] [blame] | 146 | uint lcrr = CFG_SYS_LBC_LCRR; |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 147 | |
Detlev Zundel | 3e79b58 | 2008-08-15 15:42:12 +0200 | [diff] [blame] | 148 | get_sys_info (&sysinfo); |
Trent Piepho | a5d212a | 2008-12-03 15:16:34 -0800 | [diff] [blame] | 149 | clkdiv = lbc->lcrr & LCRR_CLKDIV; |
Prabhakar Kushwaha | 997399f | 2013-08-16 14:52:26 +0530 | [diff] [blame] | 150 | lbc_mhz = sysinfo.freq_systembus / 1000000 / clkdiv; |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 151 | |
Detlev Zundel | 3e79b58 | 2008-08-15 15:42:12 +0200 | [diff] [blame] | 152 | /* Disable PLL bypass for Local Bus Clock >= 66 MHz */ |
| 153 | if (lbc_mhz >= 66) |
| 154 | lcrr &= ~LCRR_DBYP; /* DLL Enabled */ |
| 155 | else |
| 156 | lcrr |= LCRR_DBYP; /* DLL Bypass */ |
| 157 | |
| 158 | out_be32 (&lbc->lcrr, lcrr); |
| 159 | asm ("sync;isync;msync"); |
| 160 | |
| 161 | out_be32 (&lbc->ltesr, 0xffffffff); /* Clear LBC error interrupts */ |
| 162 | out_be32 (&lbc->lteir, 0xffffffff); /* Enable LBC error interrupts */ |
| 163 | out_be32 (&ecm->eedr, 0xffffffff); /* Clear ecm errors */ |
| 164 | out_be32 (&ecm->eeer, 0xffffffff); /* Enable ecm errors */ |
| 165 | |
| 166 | /* Init UPMA for FPGA access */ |
| 167 | out_be32 (&lbc->mamr, 0x44440); /* Use a customer-supplied value */ |
Simon Glass | 6d1fdb1 | 2019-12-28 10:44:57 -0700 | [diff] [blame] | 168 | upmconfig(UPMA, (uint *)UPMTableA, sizeof(UPMTableA) / sizeof(int)); |
Anatolij Gustschin | e64987a | 2008-08-15 15:42:13 +0200 | [diff] [blame] | 169 | |
u-boot@bugs.denx.de | fb661ea | 2008-09-11 15:40:01 +0200 | [diff] [blame] | 170 | /* Init UPMB for Lime controller access */ |
| 171 | out_be32 (&lbc->mbmr, 0x444440); /* Use a customer-supplied value */ |
Simon Glass | 6d1fdb1 | 2019-12-28 10:44:57 -0700 | [diff] [blame] | 172 | upmconfig(UPMB, (uint *)UPMTableB, sizeof(UPMTableB) / sizeof(int)); |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 173 | } |
| 174 | |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 175 | #ifdef CONFIG_BOARD_EARLY_INIT_R |
| 176 | int board_early_init_r (void) |
| 177 | { |
Tom Rini | 5155207 | 2022-10-28 20:27:12 -0400 | [diff] [blame] | 178 | volatile ccsr_gur_t *gur = (void *)(CFG_SYS_MPC85xx_GUTS_ADDR); |
Detlev Zundel | 3e79b58 | 2008-08-15 15:42:12 +0200 | [diff] [blame] | 179 | |
| 180 | /* set and reset the GPIO pin 2 which will reset the W83782G chip */ |
| 181 | out_8((unsigned char*)&gur->gpoutdr, 0x3F ); |
| 182 | out_be32((unsigned int*)&gur->gpiocr, 0x200 ); /* enable GPOut */ |
| 183 | udelay(200); |
| 184 | out_8( (unsigned char*)&gur->gpoutdr, 0x1F ); |
| 185 | |
Sergei Poselenov | 5d108ac | 2008-04-30 11:42:50 +0200 | [diff] [blame] | 186 | return (0); |
| 187 | } |
| 188 | #endif /* CONFIG_BOARD_EARLY_INIT_R */ |
Sergei Poselenov | e18575d | 2008-05-07 15:10:49 +0200 | [diff] [blame] | 189 | |
Robert P. J. Day | 7ffe3cd | 2016-05-19 15:23:12 -0400 | [diff] [blame] | 190 | #ifdef CONFIG_OF_BOARD_SETUP |
Masahiro Yamada | b75d8dc | 2020-06-26 15:13:33 +0900 | [diff] [blame] | 191 | int ft_board_setup(void *blob, struct bd_info *bd) |
Sergei Poselenov | e18575d | 2008-05-07 15:10:49 +0200 | [diff] [blame] | 192 | { |
Detlev Zundel | 3e79b58 | 2008-08-15 15:42:12 +0200 | [diff] [blame] | 193 | u32 val[12]; |
| 194 | int rc, i = 0; |
Sergei Poselenov | e18575d | 2008-05-07 15:10:49 +0200 | [diff] [blame] | 195 | |
| 196 | ft_cpu_setup(blob, bd); |
| 197 | |
Detlev Zundel | 3e79b58 | 2008-08-15 15:42:12 +0200 | [diff] [blame] | 198 | /* Fixup NOR FLASH mapping */ |
| 199 | val[i++] = 0; /* chip select number */ |
| 200 | val[i++] = 0; /* always 0 */ |
| 201 | val[i++] = gd->bd->bi_flashstart; |
| 202 | val[i++] = gd->bd->bi_flashsize; |
| 203 | |
| 204 | /* Fixup FPGA mapping */ |
| 205 | val[i++] = 3; /* chip select number */ |
| 206 | val[i++] = 0; /* always 0 */ |
Tom Rini | 65cc0e2 | 2022-11-16 13:10:41 -0500 | [diff] [blame] | 207 | val[i++] = CFG_SYS_FPGA_BASE; |
| 208 | val[i++] = CFG_SYS_FPGA_SIZE; |
Sergei Poselenov | e18575d | 2008-05-07 15:10:49 +0200 | [diff] [blame] | 209 | |
| 210 | rc = fdt_find_and_setprop(blob, "/localbus", "ranges", |
Detlev Zundel | 3e79b58 | 2008-08-15 15:42:12 +0200 | [diff] [blame] | 211 | val, i * sizeof(u32), 1); |
Sergei Poselenov | e18575d | 2008-05-07 15:10:49 +0200 | [diff] [blame] | 212 | if (rc) |
Detlev Zundel | 3e79b58 | 2008-08-15 15:42:12 +0200 | [diff] [blame] | 213 | printf("Unable to update localbus ranges, err=%s\n", |
Sergei Poselenov | e18575d | 2008-05-07 15:10:49 +0200 | [diff] [blame] | 214 | fdt_strerror(rc)); |
Simon Glass | e895a4b | 2014-10-23 18:58:47 -0600 | [diff] [blame] | 215 | |
| 216 | return 0; |
Sergei Poselenov | e18575d | 2008-05-07 15:10:49 +0200 | [diff] [blame] | 217 | } |
Robert P. J. Day | 7ffe3cd | 2016-05-19 15:23:12 -0400 | [diff] [blame] | 218 | #endif /* CONFIG_OF_BOARD_SETUP */ |
Anatolij Gustschin | e64987a | 2008-08-15 15:42:13 +0200 | [diff] [blame] | 219 | |
Heiko Schocher | 39642ab | 2019-10-16 05:55:49 +0200 | [diff] [blame] | 220 | #if defined(CONFIG_OF_SEPARATE) |
Ilias Apalodimas | e7fb789 | 2021-10-26 09:12:33 +0300 | [diff] [blame] | 221 | void *board_fdt_blob_setup(int *err) |
Heiko Schocher | 39642ab | 2019-10-16 05:55:49 +0200 | [diff] [blame] | 222 | { |
| 223 | void *fw_dtb; |
| 224 | |
Ilias Apalodimas | e7fb789 | 2021-10-26 09:12:33 +0300 | [diff] [blame] | 225 | *err = 0; |
Simon Glass | 9846390 | 2022-10-20 18:22:39 -0600 | [diff] [blame] | 226 | fw_dtb = (void *)(CONFIG_TEXT_BASE - CONFIG_ENV_SECT_SIZE); |
Heiko Schocher | 39642ab | 2019-10-16 05:55:49 +0200 | [diff] [blame] | 227 | if (fdt_magic(fw_dtb) != FDT_MAGIC) { |
| 228 | printf("DTB is not passed via %x\n", (u32)fw_dtb); |
Ilias Apalodimas | e7fb789 | 2021-10-26 09:12:33 +0300 | [diff] [blame] | 229 | *err = -ENXIO; |
Heiko Schocher | 39642ab | 2019-10-16 05:55:49 +0200 | [diff] [blame] | 230 | return NULL; |
| 231 | } |
| 232 | |
| 233 | return fw_dtb; |
| 234 | } |
| 235 | #endif |
Heiko Schocher | 98beb60 | 2019-10-16 05:55:53 +0200 | [diff] [blame] | 236 | |
| 237 | int get_serial_clock(void) |
| 238 | { |
| 239 | return 333333330; |
| 240 | } |