📄 scm.c
字号:
/* * (C) Copyright 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA */#include <common.h>#include <ioports.h>#include <mpc8260.h>#include "scm.h"static void config_scoh_cs(void);extern int fpga_init(void);#if 0#define DEBUGF(fmt,args...) printf (fmt ,##args)#else#define DEBUGF(fmt,args...)#endif/* * I/O Port configuration table * * if conf is 1, then that port pin will be configured at boot time * according to the five values podr/pdir/ppar/psor/pdat for that entry */const iop_conf_t iop_conf_tab[4][32] = { /* Port A configuration */ { /* conf ppar psor pdir podr pdat */ /* PA31 */ { 1, 1, 1, 0, 0, 0 }, /* FCC1 MII COL */ /* PA30 */ { 1, 1, 1, 0, 0, 0 }, /* FCC1 MII CRS */ /* PA29 */ { 1, 1, 1, 1, 0, 0 }, /* FCC1 MII TX_ER */ /* PA28 */ { 1, 1, 1, 1, 0, 0 }, /* FCC1 MII TX_EN */ /* PA27 */ { 1, 1, 1, 0, 0, 0 }, /* FCC1 MII RX_DV */ /* PA26 */ { 1, 1, 1, 0, 0, 0 }, /* FCC1 MII RX_ER */ /* PA25 */ { 0, 0, 0, 1, 0, 0 }, /* PA24 */ { 0, 0, 0, 1, 0, 0 }, /* PA23 */ { 0, 0, 0, 1, 0, 0 }, /* PA22 */ { 0, 0, 0, 1, 0, 0 }, /* PA21 */ { 1, 1, 0, 1, 0, 0 }, /* FCC1 MII TxD[3] */ /* PA20 */ { 1, 1, 0, 1, 0, 0 }, /* FCC1 MII TxD[2] */ /* PA19 */ { 1, 1, 0, 1, 0, 0 }, /* FCC1 MII TxD[1] */ /* PA18 */ { 1, 1, 0, 1, 0, 0 }, /* FCC1 MII TxD[0] */ /* PA17 */ { 1, 1, 0, 0, 0, 0 }, /* FCC1 MII RxD[0] */ /* PA16 */ { 1, 1, 0, 0, 0, 0 }, /* FCC1 MII RxD[1]*/ /* PA15 */ { 1, 1, 0, 0, 0, 0 }, /* FCC1 MII RxD[2] */ /* PA14 */ { 1, 1, 0, 0, 0, 0 }, /* FCC1 MII RxD[3] */ /* PA13 */ { 0, 0, 0, 1, 0, 0 }, /* PA12 */ { 0, 0, 0, 1, 0, 0 }, /* PA11 */ { 0, 0, 0, 1, 0, 0 }, /* PA10 */ { 0, 0, 0, 1, 0, 0 }, /* PA9 */ { 1, 1, 1, 1, 0, 0 }, /* TDM_A1 L1TXD0 */ /* PA8 */ { 1, 1, 1, 0, 0, 0 }, /* TDM_A1 L1RXD0 */ /* PA7 */ { 1, 1, 1, 0, 0, 0 }, /* TDM_A1 L1TSYNC */ /* PA6 */ { 1, 1, 1, 0, 0, 0 }, /* TDM_A1 L1RSYNC */ /* PA5 */ { 1, 0, 0, 0, 0, 0 }, /* FIOX_FPGA_PR */ /* PA4 */ { 1, 0, 0, 0, 0, 0 }, /* DOHM_FPGA_PR */ /* PA3 */ { 1, 1, 0, 0, 0, 0 }, /* TDM RXCLK4 */ /* PA2 */ { 1, 1, 0, 0, 0, 0 }, /* TDM TXCLK4 */ /* PA1 */ { 0, 0, 0, 1, 0, 0 }, /* PA0 */ { 1, 0, 0, 0, 0, 0 } /* BUSY */ }, /* Port B configuration */ { /* conf ppar psor pdir podr pdat */ /* PB31 */ { 1, 0, 0, 1, 0, 0 }, /* EQ_ALARM_MIN */ /* PB30 */ { 1, 0, 0, 1, 0, 0 }, /* EQ_ALARM_MAJ */ /* PB29 */ { 1, 0, 0, 1, 0, 0 }, /* COM_ALARM_MIN */ /* PB28 */ { 1, 0, 0, 1, 0, 0 }, /* COM_ALARM_MAJ */ /* PB27 */ { 0, 1, 0, 0, 0, 0 }, /* PB26 */ { 0, 1, 0, 0, 0, 0 }, /* PB25 */ { 1, 0, 0, 1, 0, 0 }, /* LED_GREEN_L */ /* PB24 */ { 1, 0, 0, 1, 0, 0 }, /* LED_RED_L */ /* PB23 */ { 1, 1, 1, 0, 0, 0 }, /* TDM_D2 L1TXD */ /* PB22 */ { 1, 1, 1, 0, 0, 0 }, /* TDM_D2 L1RXD */ /* PB21 */ { 1, 1, 1, 0, 0, 0 }, /* TDM_D2 L1TSYNC */ /* PB20 */ { 1, 1, 1, 0, 0, 0 }, /* TDM_D2 L1RSYNC */ /* PB19 */ { 1, 0, 0, 0, 0, 0 }, /* UID */ /* PB18 */ { 0, 1, 0, 0, 0, 0 }, /* PB17 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII RX_DV */ /* PB16 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII RX_ER */ /* PB15 */ { 1, 1, 0, 1, 0, 0 }, /* FCC3 MII TX_ER */ /* PB14 */ { 1, 1, 0, 1, 0, 0 }, /* FCC3 MII TX_EN */ /* PB13 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII COL */ /* PB12 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII CRS */ /* PB11 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII RxD[3] */ /* PB10 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII RxD[2] */ /* PB9 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII RxD[1] */ /* PB8 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII RxD[0] */ /* PB7 */ { 1, 1, 0, 1, 0, 0 }, /* FCC3 MII TxD[3] */ /* PB6 */ { 1, 1, 0, 1, 0, 0 }, /* FCC3 MII TxD[2] */ /* PB5 */ { 1, 1, 0, 1, 0, 0 }, /* FCC3 MII TxD[1] */ /* PB4 */ { 1, 1, 0, 1, 0, 0 }, /* FCC3 MII TxD[0] */ /* PB3 */ { 0, 0, 0, 0, 0, 0 }, /* pin doesn't exist */ /* PB2 */ { 0, 0, 0, 0, 0, 0 }, /* pin doesn't exist */ /* PB1 */ { 0, 0, 0, 0, 0, 0 }, /* pin doesn't exist */ /* PB0 */ { 0, 0, 0, 0, 0, 0 } /* pin doesn't exist */ }, /* Port C configuration */ { /* conf ppar psor pdir podr pdat */ /* PC31 */ { 1, 1, 0, 0, 0, 0 }, /* TDM RXCLK1 */ /* PC30 */ { 1, 1, 0, 0, 0, 0 }, /* TDM TXCLK1 */ /* PC29 */ { 1, 1, 0, 0, 0, 0 }, /* TDM RXCLK3 */ /* PC28 */ { 1, 1, 0, 0, 0, 0 }, /* TDM TXCLK3 */ /* PC27 */ { 1, 1, 0, 0, 0, 0 }, /* TDM RXCLK2 */ /* PC26 */ { 1, 1, 0, 0, 0, 0 }, /* TDM TXCLK2 */ /* PC25 */ { 0, 0, 0, 1, 0, 0 }, /* PC24 */ { 0, 0, 0, 1, 0, 0 }, /* PC23 */ { 0, 1, 0, 1, 0, 0 }, /* PC22 */ { 0, 1, 0, 0, 0, 0 }, /* PC21 */ { 1, 1, 0, 0, 0, 0 }, /* FCC1 MII TX_CLK */ /* PC20 */ { 1, 1, 0, 0, 0, 0 }, /* FCC1 MII RX_CLK */ /* PC19 */ { 0, 1, 0, 0, 0, 0 }, /* PC18 */ { 0, 1, 0, 0, 0, 0 }, /* PC17 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII RX_CLK */ /* PC16 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII TX_CLK */ /* PC15 */ { 0, 0, 0, 1, 0, 0 }, /* PC14 */ { 0, 1, 0, 0, 0, 0 }, /* PC13 */ { 0, 0, 0, 1, 0, 0 }, /* RES_PHY_L */ /* PC12 */ { 0, 0, 0, 1, 0, 0 }, /* PC11 */ { 0, 0, 0, 1, 0, 0 }, /* PC10 */ { 0, 0, 0, 1, 0, 0 }, /* PC9 */ { 0, 1, 1, 0, 0, 0 }, /* TDM_A2 L1TSYNC */ /* PC8 */ { 0, 0, 0, 0, 0, 0 }, /* FEP_RDY */ /* PC7 */ { 0, 0, 0, 0, 0, 0 }, /* PC6 */ { 0, 0, 0, 0, 0, 0 }, /* UC4_ALARM_L */ /* PC5 */ { 0, 0, 0, 0, 0, 0 }, /* UC3_ALARM_L */ /* PC4 */ { 0, 0, 0, 0, 0, 0 }, /* UC2_ALARM_L */ /* PC3 */ { 0, 0, 0, 1, 0, 0 }, /* RES_MISC_L */ /* PC2 */ { 0, 0, 0, 1, 0, 0 }, /* RES_OH_L */ /* PC1 */ { 0, 0, 0, 1, 0, 0 }, /* RES_DOHM_L */ /* PC0 */ { 0, 0, 0, 1, 0, 0 }, /* RES_FIOX_L */ }, /* Port D configuration */ { /* conf ppar psor pdir podr pdat */ /* PD31 */ { 1, 1, 0, 0, 0, 0 }, /* SCC1 EN RxD */ /* PD30 */ { 1, 1, 1, 1, 0, 0 }, /* SCC1 EN TxD */ /* PD29 */ { 0, 0, 0, 0, 0, 0 }, /* INIT_F */ /* PD28 */ { 0, 0, 0, 1, 0, 0 }, /* DONE_F */ /* PD27 */ { 0, 0, 0, 0, 0, 0 }, /* INIT_D */ /* PD26 */ { 0, 0, 0, 1, 0, 0 }, /* DONE_D */ /* PD25 */ { 0, 0, 0, 1, 0, 0 }, /* PD24 */ { 0, 0, 0, 1, 0, 0 }, /* PD23 */ { 0, 0, 0, 1, 0, 0 }, /* PD22 */ { 1, 1, 1, 0, 0, 0 }, /* TDM_A2 L1TXD */ /* PD21 */ { 1, 1, 1, 0, 0, 0 }, /* TDM_A2 L1RXD */ /* PD20 */ { 1, 1, 1, 0, 0, 0 }, /* TDM_A2 L1RSYNC */ /* PD19 */ { 1, 1, 1, 0, 0, 0 }, /* SPI SPISEL */ /* PD18 */ { 1, 1, 1, 0, 0, 0 }, /* SPI SPICLK */ /* PD17 */ { 1, 1, 1, 0, 0, 0 }, /* SPI SPIMOSI */ /* PD16 */ { 1, 1, 1, 0, 0, 0 }, /* SPI SPIMOSO */#if defined(CONFIG_SOFT_I2C) /* PD15 */ { 1, 0, 0, 1, 1, 1 }, /* I2C SDA */ /* PD14 */ { 1, 0, 0, 1, 1, 1 }, /* I2C SCL */#else#if defined(CONFIG_HARD_I2C) /* PD15 */ { 1, 1, 1, 0, 1, 0 }, /* I2C SDA */ /* PD14 */ { 1, 1, 1, 0, 1, 0 }, /* I2C SCL */#else /* normal I/O port pins */ /* PD15 */ { 0, 1, 1, 0, 1, 0 }, /* I2C SDA */ /* PD14 */ { 0, 1, 1, 0, 1, 0 }, /* I2C SCL */#endif#endif /* PD13 */ { 1, 1, 1, 0, 0, 0 }, /* TDM_B1 L1TXD */ /* PD12 */ { 1, 1, 1, 0, 0, 0 }, /* TDM_B1 L1RXD */ /* PD11 */ { 1, 1, 1, 0, 0, 0 }, /* TDM_B1 L1TSYNC */ /* PD10 */ { 1, 1, 1, 0, 0, 0 }, /* TDM_B1 L1RSYNC */ /* PD9 */ { 1, 1, 0, 1, 0, 0 }, /* SMC1 TXD */ /* PD8 */ { 1, 1, 0, 0, 0, 0 }, /* SMC1 RXD */ /* PD7 */ { 0, 0, 0, 1, 0, 1 }, /* PD6 */ { 0, 0, 0, 1, 0, 1 }, /* PD5 */ { 0, 0, 0, 1, 0, 0 }, /* PROG_F */ /* PD4 */ { 0, 0, 0, 1, 0, 0 }, /* PROG_D */ /* PD3 */ { 0, 0, 0, 0, 0, 0 }, /* pin doesn't exist */ /* PD2 */ { 0, 0, 0, 0, 0, 0 }, /* pin doesn't exist */ /* PD1 */ { 0, 0, 0, 0, 0, 0 }, /* pin doesn't exist */ /* PD0 */ { 0, 0, 0, 0, 0, 0 } /* pin doesn't exist */ }};/* ------------------------------------------------------------------------- *//* Check Board Identity: */int checkboard (void){ unsigned char str[64]; int i = getenv_r ("serial#", str, sizeof (str)); puts ("Board: "); if (!i || strncmp (str, "TQM8260", 7)) { puts ("### No HW ID - assuming TQM8260\n"); return (0); } puts (str); putc ('\n'); return 0;}/* ------------------------------------------------------------------------- *//* Try SDRAM initialization with P/LSDMR=sdmr and ORx=orx * * This routine performs standard 8260 initialization sequence * and calculates the available memory size. It may be called * several times to try different SDRAM configurations on both * 60x and local buses. */static long int try_init (volatile memctl8260_t * memctl, ulong sdmr, ulong orx, volatile uchar * base){ volatile uchar c = 0xff; volatile uint *sdmr_ptr; volatile uint *orx_ptr; ulong maxsize, size; int i; /* We must be able to test a location outsize the maximum legal size * to find out THAT we are outside; but this address still has to be * mapped by the controller. That means, that the initial mapping has * to be (at least) twice as large as the maximum expected size. */ maxsize = (1 + (~orx | 0x7fff)) / 2; /* Since CFG_SDRAM_BASE is always 0 (??), we assume that * we are configuring CS1 if base != 0 */ sdmr_ptr = base ? &memctl->memc_lsdmr : &memctl->memc_psdmr; orx_ptr = base ? &memctl->memc_or2 : &memctl->memc_or1; *orx_ptr = orx; /* * Quote from 8260 UM (10.4.2 SDRAM Power-On Initialization, 10-35): * * "At system reset, initialization software must set up the * programmable parameters in the memory controller banks registers * (ORx, BRx, P/LSDMR). After all memory parameters are configured, * system software should execute the following initialization sequence * for each SDRAM device. * * 1. Issue a PRECHARGE-ALL-BANKS command * 2. Issue eight CBR REFRESH commands * 3. Issue a MODE-SET command to initialize the mode register * * The initial commands are executed by setting P/LSDMR[OP] and
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -