1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */ 2129ba616SKumar Gala /* 37c57f3e8SKumar Gala * Copyright 2007-2008,2010-2011 Freescale Semiconductor, Inc. 4129ba616SKumar Gala */ 5129ba616SKumar Gala 6129ba616SKumar Gala /* 7129ba616SKumar Gala * mpc8572ds board configuration file 8129ba616SKumar Gala * 9129ba616SKumar Gala */ 10129ba616SKumar Gala #ifndef __CONFIG_H 11129ba616SKumar Gala #define __CONFIG_H 12129ba616SKumar Gala 13509c4c4cSKumar Gala #include "../board/freescale/common/ics307_clk.h" 14509c4c4cSKumar Gala 157a577fdaSKumar Gala #ifndef CONFIG_RESET_VECTOR_ADDRESS 167a577fdaSKumar Gala #define CONFIG_RESET_VECTOR_ADDRESS 0xeffffffc 177a577fdaSKumar Gala #endif 187a577fdaSKumar Gala 19cb14e93bSKumar Gala #ifndef CONFIG_SYS_MONITOR_BASE 20cb14e93bSKumar Gala #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ 21cb14e93bSKumar Gala #endif 22cb14e93bSKumar Gala 23129ba616SKumar Gala /* High Level Configuration Options */ 24129ba616SKumar Gala 25b38eaec5SRobert P. J. Day #define CONFIG_PCIE1 1 /* PCIE controller 1 (slot 1) */ 26b38eaec5SRobert P. J. Day #define CONFIG_PCIE2 1 /* PCIE controller 2 (slot 2) */ 27b38eaec5SRobert P. J. Day #define CONFIG_PCIE3 1 /* PCIE controller 3 (ULI bridge) */ 28129ba616SKumar Gala #define CONFIG_FSL_PCI_INIT 1 /* Use common FSL init code */ 29842033e6SGabor Juhos #define CONFIG_PCI_INDIRECT_BRIDGE 1 /* indirect PCI bridge support */ 30129ba616SKumar Gala #define CONFIG_FSL_PCIE_RESET 1 /* need PCIe reset errata */ 310151cbacSKumar Gala #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ 32129ba616SKumar Gala 33129ba616SKumar Gala #define CONFIG_ENV_OVERWRITE 34129ba616SKumar Gala 35509c4c4cSKumar Gala #define CONFIG_SYS_CLK_FREQ get_board_sys_clk() /* sysclk for MPC85xx */ 36509c4c4cSKumar Gala #define CONFIG_DDR_CLK_FREQ get_board_ddr_clk() /* ddrclk for MPC85xx */ 374ca06607SHaiying Wang #define CONFIG_ICS307_REFCLK_HZ 33333000 /* ICS307 clock chip ref freq */ 38129ba616SKumar Gala 39129ba616SKumar Gala /* 40129ba616SKumar Gala * These can be toggled for performance analysis, otherwise use default. 41129ba616SKumar Gala */ 42129ba616SKumar Gala #define CONFIG_L2_CACHE /* toggle L2 cache */ 43129ba616SKumar Gala #define CONFIG_BTB /* toggle branch predition */ 44129ba616SKumar Gala 45129ba616SKumar Gala #define CONFIG_ENABLE_36BIT_PHYS 1 46129ba616SKumar Gala 4718af1c5fSKumar Gala #ifdef CONFIG_PHYS_64BIT 4818af1c5fSKumar Gala #define CONFIG_ADDR_MAP 1 4918af1c5fSKumar Gala #define CONFIG_SYS_NUM_ADDR_MAP 16 /* number of TLB1 entries */ 5018af1c5fSKumar Gala #endif 5118af1c5fSKumar Gala 526d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_MEMTEST_START 0x00000000 /* memtest works on */ 536d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_MEMTEST_END 0x7fffffff 54129ba616SKumar Gala 55129ba616SKumar Gala /* 56cb14e93bSKumar Gala * Config the L2 Cache as L2 SRAM 57cb14e93bSKumar Gala */ 58cb14e93bSKumar Gala #define CONFIG_SYS_INIT_L2_ADDR 0xf8f80000 59cb14e93bSKumar Gala #ifdef CONFIG_PHYS_64BIT 60cb14e93bSKumar Gala #define CONFIG_SYS_INIT_L2_ADDR_PHYS 0xff8f80000ull 61cb14e93bSKumar Gala #else 62cb14e93bSKumar Gala #define CONFIG_SYS_INIT_L2_ADDR_PHYS CONFIG_SYS_INIT_L2_ADDR 63cb14e93bSKumar Gala #endif 64cb14e93bSKumar Gala #define CONFIG_SYS_L2_SIZE (512 << 10) 65cb14e93bSKumar Gala #define CONFIG_SYS_INIT_L2_END (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE) 66cb14e93bSKumar Gala 67e46fedfeSTimur Tabi #define CONFIG_SYS_CCSRBAR 0xffe00000 68e46fedfeSTimur Tabi #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR 69129ba616SKumar Gala 708d22ddcaSKumar Gala #if defined(CONFIG_NAND_SPL) 71e46fedfeSTimur Tabi #define CONFIG_SYS_CCSR_DO_NOT_RELOCATE 72cb14e93bSKumar Gala #endif 73cb14e93bSKumar Gala 74129ba616SKumar Gala /* DDR Setup */ 75f8523cb0SKumar Gala #define CONFIG_VERY_BIG_RAM 76129ba616SKumar Gala #define CONFIG_SPD_EEPROM /* Use SPD EEPROM for DDR setup */ 77129ba616SKumar Gala #define CONFIG_DDR_SPD 78129ba616SKumar Gala 79d34897d3SYork Sun #define CONFIG_DDR_ECC 809b0ad1b1SDave Liu #define CONFIG_ECC_INIT_VIA_DDRCONTROLLER 81129ba616SKumar Gala #define CONFIG_MEM_INIT_VALUE 0xDeadBeef 82129ba616SKumar Gala 836d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_DDR_SDRAM_BASE 0x00000000 846d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE 85129ba616SKumar Gala 86129ba616SKumar Gala #define CONFIG_DIMM_SLOTS_PER_CTLR 1 87129ba616SKumar Gala #define CONFIG_CHIP_SELECTS_PER_CTRL 2 88129ba616SKumar Gala 89129ba616SKumar Gala /* I2C addresses of SPD EEPROMs */ 906d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_SPD_BUS_NUM 1 /* SPD EEPROMS locate on I2C bus 1 */ 91129ba616SKumar Gala #define SPD_EEPROM_ADDRESS1 0x51 /* CTLR 0 DIMM 0 */ 92129ba616SKumar Gala #define SPD_EEPROM_ADDRESS2 0x52 /* CTLR 1 DIMM 0 */ 93129ba616SKumar Gala 94129ba616SKumar Gala /* These are used when DDR doesn't use SPD. */ 95dc889e86SDave Liu #define CONFIG_SYS_SDRAM_SIZE 512 /* DDR is 512MB */ 966d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_DDR_CS0_BNDS 0x0000001F 97dc889e86SDave Liu #define CONFIG_SYS_DDR_CS0_CONFIG 0x80010202 /* Enable, no interleaving */ 98dc889e86SDave Liu #define CONFIG_SYS_DDR_TIMING_3 0x00020000 996d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_DDR_TIMING_0 0x00260802 100dc889e86SDave Liu #define CONFIG_SYS_DDR_TIMING_1 0x626b2634 101dc889e86SDave Liu #define CONFIG_SYS_DDR_TIMING_2 0x062874cf 102dc889e86SDave Liu #define CONFIG_SYS_DDR_MODE_1 0x00440462 1036d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_DDR_MODE_2 0x00000000 104dc889e86SDave Liu #define CONFIG_SYS_DDR_INTERVAL 0x0c300100 1056d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_DDR_DATA_INIT 0xdeadbeef 106dc889e86SDave Liu #define CONFIG_SYS_DDR_CLK_CTRL 0x00800000 1076d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_DDR_OCD_CTRL 0x00000000 1086d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_DDR_OCD_STATUS 0x00000000 109dc889e86SDave Liu #define CONFIG_SYS_DDR_CONTROL 0xc3000008 /* Type = DDR2 */ 110dc889e86SDave Liu #define CONFIG_SYS_DDR_CONTROL2 0x24400000 111129ba616SKumar Gala 1126d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_DDR_ERR_INT_EN 0x0000000d 1136d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_DDR_ERR_DIS 0x00000000 1146d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_DDR_SBE 0x00010000 115129ba616SKumar Gala 116129ba616SKumar Gala /* 117129ba616SKumar Gala * Make sure required options are set 118129ba616SKumar Gala */ 119129ba616SKumar Gala #ifndef CONFIG_SPD_EEPROM 120129ba616SKumar Gala #error ("CONFIG_SPD_EEPROM is required") 121129ba616SKumar Gala #endif 122129ba616SKumar Gala 123129ba616SKumar Gala #undef CONFIG_CLOCKS_IN_MHZ 124129ba616SKumar Gala 125129ba616SKumar Gala /* 126129ba616SKumar Gala * Memory map 127129ba616SKumar Gala * 128129ba616SKumar Gala * 0x0000_0000 0x7fff_ffff DDR 2G Cacheable 129129ba616SKumar Gala * 0x8000_0000 0xbfff_ffff PCI Express Mem 1G non-cacheable 130129ba616SKumar Gala * 0xc000_0000 0xdfff_ffff PCI 512M non-cacheable 131129ba616SKumar Gala * 0xe100_0000 0xe3ff_ffff PCI IO range 4M non-cacheable 132129ba616SKumar Gala * 133129ba616SKumar Gala * Localbus cacheable (TBD) 134129ba616SKumar Gala * 0xXXXX_XXXX 0xXXXX_XXXX SRAM YZ M Cacheable 135129ba616SKumar Gala * 136129ba616SKumar Gala * Localbus non-cacheable 137129ba616SKumar Gala * 0xe000_0000 0xe80f_ffff Promjet/free 128M non-cacheable 138129ba616SKumar Gala * 0xe800_0000 0xefff_ffff FLASH 128M non-cacheable 139c013b749SHaiying Wang * 0xffa0_0000 0xffaf_ffff NAND 1M non-cacheable 140129ba616SKumar Gala * 0xffdf_0000 0xffdf_7fff PIXIS 32K non-cacheable TLB0 141129ba616SKumar Gala * 0xffd0_0000 0xffd0_3fff L1 for stack 16K Cacheable TLB0 142129ba616SKumar Gala * 0xffe0_0000 0xffef_ffff CCSR 1M non-cacheable 143129ba616SKumar Gala */ 144129ba616SKumar Gala 145129ba616SKumar Gala /* 146129ba616SKumar Gala * Local Bus Definitions 147129ba616SKumar Gala */ 1486d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_FLASH_BASE 0xe0000000 /* start of FLASH 128M */ 14918af1c5fSKumar Gala #ifdef CONFIG_PHYS_64BIT 15018af1c5fSKumar Gala #define CONFIG_SYS_FLASH_BASE_PHYS 0xfe0000000ull 15118af1c5fSKumar Gala #else 152c953ddfdSKumar Gala #define CONFIG_SYS_FLASH_BASE_PHYS CONFIG_SYS_FLASH_BASE 15318af1c5fSKumar Gala #endif 154129ba616SKumar Gala 155cb14e93bSKumar Gala #define CONFIG_FLASH_BR_PRELIM \ 1567ee41107STimur Tabi (BR_PHYS_ADDR(CONFIG_SYS_FLASH_BASE_PHYS + 0x8000000) | BR_PS_16 | BR_V) 157cb14e93bSKumar Gala #define CONFIG_FLASH_OR_PRELIM 0xf8000ff7 158129ba616SKumar Gala 159c953ddfdSKumar Gala #define CONFIG_SYS_BR1_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_FLASH_BASE_PHYS) | BR_PS_16 | BR_V) 1606d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_OR1_PRELIM 0xf8000ff7 161129ba616SKumar Gala 16218af1c5fSKumar Gala #define CONFIG_SYS_FLASH_BANKS_LIST {CONFIG_SYS_FLASH_BASE_PHYS + 0x8000000, CONFIG_SYS_FLASH_BASE_PHYS} 1636d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_FLASH_QUIET_TEST 164129ba616SKumar Gala #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ 165129ba616SKumar Gala 1666d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_MAX_FLASH_BANKS 2 /* number of banks */ 1676d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_MAX_FLASH_SECT 1024 /* sectors per device */ 1686d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #undef CONFIG_SYS_FLASH_CHECKSUM 1696d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */ 1706d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */ 171129ba616SKumar Gala 172cb14e93bSKumar Gala #undef CONFIG_SYS_RAMBOOT 173129ba616SKumar Gala 1746d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_FLASH_EMPTY_INFO 1756d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_FLASH_AMD_CHECK_DQ7 176129ba616SKumar Gala 177558710b9SKumar Gala #define CONFIG_HWCONFIG /* enable hwconfig */ 178129ba616SKumar Gala #define CONFIG_FSL_PIXIS 1 /* use common PIXIS code */ 179129ba616SKumar Gala #define PIXIS_BASE 0xffdf0000 /* PIXIS registers */ 18018af1c5fSKumar Gala #ifdef CONFIG_PHYS_64BIT 18118af1c5fSKumar Gala #define PIXIS_BASE_PHYS 0xfffdf0000ull 18218af1c5fSKumar Gala #else 18352b565f5SKumar Gala #define PIXIS_BASE_PHYS PIXIS_BASE 18418af1c5fSKumar Gala #endif 185129ba616SKumar Gala 18652b565f5SKumar Gala #define CONFIG_SYS_BR3_PRELIM (BR_PHYS_ADDR(PIXIS_BASE_PHYS) | BR_PS_8 | BR_V) 1876d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_OR3_PRELIM 0xffffeff7 /* 32KB but only 4k mapped */ 188129ba616SKumar Gala 189129ba616SKumar Gala #define PIXIS_ID 0x0 /* Board ID at offset 0 */ 190129ba616SKumar Gala #define PIXIS_VER 0x1 /* Board version at offset 1 */ 191129ba616SKumar Gala #define PIXIS_PVER 0x2 /* PIXIS FPGA version at offset 2 */ 192129ba616SKumar Gala #define PIXIS_CSR 0x3 /* PIXIS General control/status register */ 193129ba616SKumar Gala #define PIXIS_RST 0x4 /* PIXIS Reset Control register */ 194129ba616SKumar Gala #define PIXIS_PWR 0x5 /* PIXIS Power status register */ 195129ba616SKumar Gala #define PIXIS_AUX 0x6 /* Auxiliary 1 register */ 196129ba616SKumar Gala #define PIXIS_SPD 0x7 /* Register for SYSCLK speed */ 197129ba616SKumar Gala #define PIXIS_AUX2 0x8 /* Auxiliary 2 register */ 198129ba616SKumar Gala #define PIXIS_VCTL 0x10 /* VELA Control Register */ 199129ba616SKumar Gala #define PIXIS_VSTAT 0x11 /* VELA Status Register */ 200129ba616SKumar Gala #define PIXIS_VCFGEN0 0x12 /* VELA Config Enable 0 */ 201129ba616SKumar Gala #define PIXIS_VCFGEN1 0x13 /* VELA Config Enable 1 */ 202129ba616SKumar Gala #define PIXIS_VCORE0 0x14 /* VELA VCORE0 Register */ 203129ba616SKumar Gala #define PIXIS_VBOOT 0x16 /* VELA VBOOT Register */ 2046bb5b412SKumar Gala #define PIXIS_VBOOT_LBMAP 0xc0 /* VBOOT - CFG_LBMAP */ 2056bb5b412SKumar Gala #define PIXIS_VBOOT_LBMAP_NOR0 0x00 /* cfg_lbmap - boot from NOR 0 */ 2066bb5b412SKumar Gala #define PIXIS_VBOOT_LBMAP_PJET 0x01 /* cfg_lbmap - boot from projet */ 2076bb5b412SKumar Gala #define PIXIS_VBOOT_LBMAP_NAND 0x02 /* cfg_lbmap - boot from NAND */ 2086bb5b412SKumar Gala #define PIXIS_VBOOT_LBMAP_NOR1 0x03 /* cfg_lbmap - boot from NOR 1 */ 209129ba616SKumar Gala #define PIXIS_VSPEED0 0x17 /* VELA VSpeed 0 */ 210129ba616SKumar Gala #define PIXIS_VSPEED1 0x18 /* VELA VSpeed 1 */ 211129ba616SKumar Gala #define PIXIS_VSPEED2 0x19 /* VELA VSpeed 2 */ 212129ba616SKumar Gala #define PIXIS_VSYSCLK0 0x1C /* VELA SYSCLK0 Register */ 213129ba616SKumar Gala #define PIXIS_VSYSCLK1 0x1D /* VELA SYSCLK1 Register */ 214129ba616SKumar Gala #define PIXIS_VSYSCLK2 0x1E /* VELA SYSCLK2 Register */ 215129ba616SKumar Gala #define PIXIS_VDDRCLK0 0x1F /* VELA DDRCLK0 Register */ 216129ba616SKumar Gala #define PIXIS_VDDRCLK1 0x20 /* VELA DDRCLK1 Register */ 217129ba616SKumar Gala #define PIXIS_VDDRCLK2 0x21 /* VELA DDRCLK2 Register */ 218129ba616SKumar Gala #define PIXIS_VWATCH 0x24 /* Watchdog Register */ 219129ba616SKumar Gala #define PIXIS_LED 0x25 /* LED Register */ 220129ba616SKumar Gala 221cb14e93bSKumar Gala #define PIXIS_SPD_SYSCLK_MASK 0x7 /* SYSCLK option */ 222cb14e93bSKumar Gala 223129ba616SKumar Gala /* old pixis referenced names */ 224129ba616SKumar Gala #define PIXIS_VCLKH 0x19 /* VELA VCLKH register */ 225129ba616SKumar Gala #define PIXIS_VCLKL 0x1A /* VELA VCLKL register */ 2266d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_PIXIS_VBOOT_MASK 0xc0 2277e183cadSLiu Yu #define PIXIS_VSPEED2_TSEC1SER 0x8 2287e183cadSLiu Yu #define PIXIS_VSPEED2_TSEC2SER 0x4 2297e183cadSLiu Yu #define PIXIS_VSPEED2_TSEC3SER 0x2 2307e183cadSLiu Yu #define PIXIS_VSPEED2_TSEC4SER 0x1 2317e183cadSLiu Yu #define PIXIS_VCFGEN1_TSEC1SER 0x20 2327e183cadSLiu Yu #define PIXIS_VCFGEN1_TSEC2SER 0x20 2337e183cadSLiu Yu #define PIXIS_VCFGEN1_TSEC3SER 0x20 2347e183cadSLiu Yu #define PIXIS_VCFGEN1_TSEC4SER 0x20 2357e183cadSLiu Yu #define PIXIS_VSPEED2_MASK (PIXIS_VSPEED2_TSEC1SER \ 2367e183cadSLiu Yu | PIXIS_VSPEED2_TSEC2SER \ 2377e183cadSLiu Yu | PIXIS_VSPEED2_TSEC3SER \ 2387e183cadSLiu Yu | PIXIS_VSPEED2_TSEC4SER) 2397e183cadSLiu Yu #define PIXIS_VCFGEN1_MASK (PIXIS_VCFGEN1_TSEC1SER \ 2407e183cadSLiu Yu | PIXIS_VCFGEN1_TSEC2SER \ 2417e183cadSLiu Yu | PIXIS_VCFGEN1_TSEC3SER \ 2427e183cadSLiu Yu | PIXIS_VCFGEN1_TSEC4SER) 243129ba616SKumar Gala 2446d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_INIT_RAM_LOCK 1 2456d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_INIT_RAM_ADDR 0xffd00000 /* Initial L1 address */ 246553f0982SWolfgang Denk #define CONFIG_SYS_INIT_RAM_SIZE 0x00004000 /* Size of used area in RAM */ 247129ba616SKumar Gala 24825ddd1fbSWolfgang Denk #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) 2496d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET 250129ba616SKumar Gala 2516d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_MONITOR_LEN (256 * 1024) /* Reserve 256 kB for Mon */ 2526d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_MALLOC_LEN (1024 * 1024) /* Reserved for malloc */ 253129ba616SKumar Gala 254cb14e93bSKumar Gala #ifndef CONFIG_NAND_SPL 255c013b749SHaiying Wang #define CONFIG_SYS_NAND_BASE 0xffa00000 25618af1c5fSKumar Gala #ifdef CONFIG_PHYS_64BIT 25718af1c5fSKumar Gala #define CONFIG_SYS_NAND_BASE_PHYS 0xfffa00000ull 25818af1c5fSKumar Gala #else 259c013b749SHaiying Wang #define CONFIG_SYS_NAND_BASE_PHYS CONFIG_SYS_NAND_BASE 26018af1c5fSKumar Gala #endif 261cb14e93bSKumar Gala #else 262cb14e93bSKumar Gala #define CONFIG_SYS_NAND_BASE 0xfff00000 263cb14e93bSKumar Gala #ifdef CONFIG_PHYS_64BIT 264cb14e93bSKumar Gala #define CONFIG_SYS_NAND_BASE_PHYS 0xffff00000ull 265cb14e93bSKumar Gala #else 266cb14e93bSKumar Gala #define CONFIG_SYS_NAND_BASE_PHYS CONFIG_SYS_NAND_BASE 267cb14e93bSKumar Gala #endif 268cb14e93bSKumar Gala #endif 269cb14e93bSKumar Gala 270c013b749SHaiying Wang #define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE,\ 271c013b749SHaiying Wang CONFIG_SYS_NAND_BASE + 0x40000, \ 272c013b749SHaiying Wang CONFIG_SYS_NAND_BASE + 0x80000,\ 273c013b749SHaiying Wang CONFIG_SYS_NAND_BASE + 0xC0000} 274c013b749SHaiying Wang #define CONFIG_SYS_MAX_NAND_DEVICE 4 275c013b749SHaiying Wang #define CONFIG_NAND_FSL_ELBC 1 276c013b749SHaiying Wang #define CONFIG_SYS_NAND_BLOCK_SIZE (128 * 1024) 27768ec9c85SPrabhakar Kushwaha #define CONFIG_SYS_NAND_MAX_OOBFREE 5 27868ec9c85SPrabhakar Kushwaha #define CONFIG_SYS_NAND_MAX_ECCPOS 56 279c013b749SHaiying Wang 280cb14e93bSKumar Gala /* NAND boot: 4K NAND loader config */ 281cb14e93bSKumar Gala #define CONFIG_SYS_NAND_SPL_SIZE 0x1000 282cb14e93bSKumar Gala #define CONFIG_SYS_NAND_U_BOOT_SIZE ((512 << 10) - 0x2000) 283cb14e93bSKumar Gala #define CONFIG_SYS_NAND_U_BOOT_DST (CONFIG_SYS_INIT_L2_ADDR) 284cb14e93bSKumar Gala #define CONFIG_SYS_NAND_U_BOOT_START \ 285cb14e93bSKumar Gala (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_NAND_SPL_SIZE) 286cb14e93bSKumar Gala #define CONFIG_SYS_NAND_U_BOOT_OFFS (0) 287cb14e93bSKumar Gala #define CONFIG_SYS_NAND_U_BOOT_RELOC (CONFIG_SYS_INIT_L2_END - 0x2000) 288cb14e93bSKumar Gala #define CONFIG_SYS_NAND_U_BOOT_RELOC_SP ((CONFIG_SYS_INIT_L2_END - 1) & ~0xF) 289cb14e93bSKumar Gala 290c013b749SHaiying Wang /* NAND flash config */ 291a3055c58SMatthew McClintock #define CONFIG_SYS_NAND_BR_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS) \ 292c013b749SHaiying Wang | (2<<BR_DECC_SHIFT) /* Use HW ECC */ \ 293c013b749SHaiying Wang | BR_PS_8 /* Port Size = 8 bit */ \ 294c013b749SHaiying Wang | BR_MS_FCM /* MSEL = FCM */ \ 295c013b749SHaiying Wang | BR_V) /* valid */ 296a3055c58SMatthew McClintock #define CONFIG_SYS_NAND_OR_PRELIM (0xFFFC0000 /* length 256K */ \ 297c013b749SHaiying Wang | OR_FCM_PGS /* Large Page*/ \ 298c013b749SHaiying Wang | OR_FCM_CSCT \ 299c013b749SHaiying Wang | OR_FCM_CST \ 300c013b749SHaiying Wang | OR_FCM_CHT \ 301c013b749SHaiying Wang | OR_FCM_SCY_1 \ 302c013b749SHaiying Wang | OR_FCM_TRLX \ 303c013b749SHaiying Wang | OR_FCM_EHTR) 304c013b749SHaiying Wang 305cb14e93bSKumar Gala #define CONFIG_SYS_BR0_PRELIM CONFIG_FLASH_BR_PRELIM /* NOR Base Address */ 306cb14e93bSKumar Gala #define CONFIG_SYS_OR0_PRELIM CONFIG_FLASH_OR_PRELIM /* NOR Options */ 307a3055c58SMatthew McClintock #define CONFIG_SYS_BR2_PRELIM CONFIG_SYS_NAND_BR_PRELIM /* NAND Base Address */ 308a3055c58SMatthew McClintock #define CONFIG_SYS_OR2_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */ 3097ee41107STimur Tabi #define CONFIG_SYS_BR4_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS + 0x40000) \ 310c013b749SHaiying Wang | (2<<BR_DECC_SHIFT) /* Use HW ECC */ \ 311c013b749SHaiying Wang | BR_PS_8 /* Port Size = 8 bit */ \ 312c013b749SHaiying Wang | BR_MS_FCM /* MSEL = FCM */ \ 313c013b749SHaiying Wang | BR_V) /* valid */ 314a3055c58SMatthew McClintock #define CONFIG_SYS_OR4_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */ 3157ee41107STimur Tabi #define CONFIG_SYS_BR5_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS + 0x80000)\ 316c013b749SHaiying Wang | (2<<BR_DECC_SHIFT) /* Use HW ECC */ \ 317c013b749SHaiying Wang | BR_PS_8 /* Port Size = 8 bit */ \ 318c013b749SHaiying Wang | BR_MS_FCM /* MSEL = FCM */ \ 319c013b749SHaiying Wang | BR_V) /* valid */ 320a3055c58SMatthew McClintock #define CONFIG_SYS_OR5_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */ 321c013b749SHaiying Wang 3227ee41107STimur Tabi #define CONFIG_SYS_BR6_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS + 0xc0000)\ 323c013b749SHaiying Wang | (2<<BR_DECC_SHIFT) /* Use HW ECC */ \ 324c013b749SHaiying Wang | BR_PS_8 /* Port Size = 8 bit */ \ 325c013b749SHaiying Wang | BR_MS_FCM /* MSEL = FCM */ \ 326c013b749SHaiying Wang | BR_V) /* valid */ 327a3055c58SMatthew McClintock #define CONFIG_SYS_OR6_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */ 328c013b749SHaiying Wang 329129ba616SKumar Gala /* Serial Port - controlled on board with jumper J8 330129ba616SKumar Gala * open - index 2 331129ba616SKumar Gala * shorted - index 1 332129ba616SKumar Gala */ 3336d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_NS16550_SERIAL 3346d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_NS16550_REG_SIZE 1 3356d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_NS16550_CLK get_bus_freq(0) 336cb14e93bSKumar Gala #ifdef CONFIG_NAND_SPL 337cb14e93bSKumar Gala #define CONFIG_NS16550_MIN_FUNCTIONS 338cb14e93bSKumar Gala #endif 339129ba616SKumar Gala 3406d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_BAUDRATE_TABLE \ 341129ba616SKumar Gala {300, 600, 1200, 2400, 4800, 9600, 19200, 38400,115200} 342129ba616SKumar Gala 3436d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_CCSRBAR+0x4500) 3446d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x4600) 345129ba616SKumar Gala 346129ba616SKumar Gala /* I2C */ 34700f792e0SHeiko Schocher #define CONFIG_SYS_I2C 34800f792e0SHeiko Schocher #define CONFIG_SYS_I2C_FSL 34900f792e0SHeiko Schocher #define CONFIG_SYS_FSL_I2C_SPEED 400000 35000f792e0SHeiko Schocher #define CONFIG_SYS_FSL_I2C_SLAVE 0x7F 35100f792e0SHeiko Schocher #define CONFIG_SYS_FSL_I2C_OFFSET 0x3000 35200f792e0SHeiko Schocher #define CONFIG_SYS_FSL_I2C2_SPEED 400000 35300f792e0SHeiko Schocher #define CONFIG_SYS_FSL_I2C2_SLAVE 0x7F 35400f792e0SHeiko Schocher #define CONFIG_SYS_FSL_I2C2_OFFSET 0x3100 35500f792e0SHeiko Schocher #define CONFIG_SYS_I2C_NOPROBES { {0, 0x29} } 3566d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_I2C_EEPROM_ADDR 0x57 357129ba616SKumar Gala 358129ba616SKumar Gala /* 359445a7b38SHaiying Wang * I2C2 EEPROM 360445a7b38SHaiying Wang */ 361445a7b38SHaiying Wang #define CONFIG_ID_EEPROM 362445a7b38SHaiying Wang #ifdef CONFIG_ID_EEPROM 3636d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_I2C_EEPROM_NXID 364445a7b38SHaiying Wang #endif 3656d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_I2C_EEPROM_ADDR 0x57 3666d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 3676d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_EEPROM_BUS_NUM 1 368445a7b38SHaiying Wang 369445a7b38SHaiying Wang /* 370129ba616SKumar Gala * General PCI 371129ba616SKumar Gala * Memory space is mapped 1-1, but I/O space must start from 0. 372129ba616SKumar Gala */ 373129ba616SKumar Gala 374129ba616SKumar Gala /* controller 3, direct to uli, tgtid 3, Base address 8000 */ 37518ea5551SKumar Gala #define CONFIG_SYS_PCIE3_NAME "ULI" 3765af0fdd8SKumar Gala #define CONFIG_SYS_PCIE3_MEM_VIRT 0x80000000 37718af1c5fSKumar Gala #ifdef CONFIG_PHYS_64BIT 378156984a3SKumar Gala #define CONFIG_SYS_PCIE3_MEM_BUS 0xe0000000 37918af1c5fSKumar Gala #define CONFIG_SYS_PCIE3_MEM_PHYS 0xc00000000ull 38018af1c5fSKumar Gala #else 381ad97dce1SKumar Gala #define CONFIG_SYS_PCIE3_MEM_BUS 0x80000000 3825af0fdd8SKumar Gala #define CONFIG_SYS_PCIE3_MEM_PHYS 0x80000000 38318af1c5fSKumar Gala #endif 3846d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_PCIE3_MEM_SIZE 0x20000000 /* 512M */ 385aca5f018SKumar Gala #define CONFIG_SYS_PCIE3_IO_VIRT 0xffc00000 3865f91ef6aSKumar Gala #define CONFIG_SYS_PCIE3_IO_BUS 0x00000000 38718af1c5fSKumar Gala #ifdef CONFIG_PHYS_64BIT 38818af1c5fSKumar Gala #define CONFIG_SYS_PCIE3_IO_PHYS 0xfffc00000ull 38918af1c5fSKumar Gala #else 3906d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_PCIE3_IO_PHYS 0xffc00000 39118af1c5fSKumar Gala #endif 3926d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_PCIE3_IO_SIZE 0x00010000 /* 64k */ 393129ba616SKumar Gala 394129ba616SKumar Gala /* controller 2, Slot 2, tgtid 2, Base address 9000 */ 39518ea5551SKumar Gala #define CONFIG_SYS_PCIE2_NAME "Slot 1" 3965af0fdd8SKumar Gala #define CONFIG_SYS_PCIE2_MEM_VIRT 0xa0000000 39718af1c5fSKumar Gala #ifdef CONFIG_PHYS_64BIT 398156984a3SKumar Gala #define CONFIG_SYS_PCIE2_MEM_BUS 0xe0000000 39918af1c5fSKumar Gala #define CONFIG_SYS_PCIE2_MEM_PHYS 0xc20000000ull 40018af1c5fSKumar Gala #else 401ad97dce1SKumar Gala #define CONFIG_SYS_PCIE2_MEM_BUS 0xa0000000 4025af0fdd8SKumar Gala #define CONFIG_SYS_PCIE2_MEM_PHYS 0xa0000000 40318af1c5fSKumar Gala #endif 4046d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_PCIE2_MEM_SIZE 0x20000000 /* 512M */ 405aca5f018SKumar Gala #define CONFIG_SYS_PCIE2_IO_VIRT 0xffc10000 4065f91ef6aSKumar Gala #define CONFIG_SYS_PCIE2_IO_BUS 0x00000000 40718af1c5fSKumar Gala #ifdef CONFIG_PHYS_64BIT 40818af1c5fSKumar Gala #define CONFIG_SYS_PCIE2_IO_PHYS 0xfffc10000ull 40918af1c5fSKumar Gala #else 4106d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_PCIE2_IO_PHYS 0xffc10000 41118af1c5fSKumar Gala #endif 4126d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_PCIE2_IO_SIZE 0x00010000 /* 64k */ 413129ba616SKumar Gala 414129ba616SKumar Gala /* controller 1, Slot 1, tgtid 1, Base address a000 */ 41518ea5551SKumar Gala #define CONFIG_SYS_PCIE1_NAME "Slot 2" 4165af0fdd8SKumar Gala #define CONFIG_SYS_PCIE1_MEM_VIRT 0xc0000000 41718af1c5fSKumar Gala #ifdef CONFIG_PHYS_64BIT 418156984a3SKumar Gala #define CONFIG_SYS_PCIE1_MEM_BUS 0xe0000000 41918af1c5fSKumar Gala #define CONFIG_SYS_PCIE1_MEM_PHYS 0xc40000000ull 42018af1c5fSKumar Gala #else 421ad97dce1SKumar Gala #define CONFIG_SYS_PCIE1_MEM_BUS 0xc0000000 4225af0fdd8SKumar Gala #define CONFIG_SYS_PCIE1_MEM_PHYS 0xc0000000 42318af1c5fSKumar Gala #endif 4246d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_PCIE1_MEM_SIZE 0x20000000 /* 512M */ 425aca5f018SKumar Gala #define CONFIG_SYS_PCIE1_IO_VIRT 0xffc20000 4265f91ef6aSKumar Gala #define CONFIG_SYS_PCIE1_IO_BUS 0x00000000 42718af1c5fSKumar Gala #ifdef CONFIG_PHYS_64BIT 42818af1c5fSKumar Gala #define CONFIG_SYS_PCIE1_IO_PHYS 0xfffc20000ull 42918af1c5fSKumar Gala #else 4306d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_PCIE1_IO_PHYS 0xffc20000 43118af1c5fSKumar Gala #endif 4326d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_PCIE1_IO_SIZE 0x00010000 /* 64k */ 433129ba616SKumar Gala 434129ba616SKumar Gala #if defined(CONFIG_PCI) 435129ba616SKumar Gala 436129ba616SKumar Gala /*PCIE video card used*/ 437aca5f018SKumar Gala #define VIDEO_IO_OFFSET CONFIG_SYS_PCIE1_IO_VIRT 438129ba616SKumar Gala 439129ba616SKumar Gala /* video */ 440129ba616SKumar Gala 441129ba616SKumar Gala #if defined(CONFIG_VIDEO) 442129ba616SKumar Gala #define CONFIG_BIOSEMU 443129ba616SKumar Gala #define CONFIG_ATI_RADEON_FB 444129ba616SKumar Gala #define CONFIG_VIDEO_LOGO 4456d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_ISA_IO_BASE_ADDRESS VIDEO_IO_OFFSET 446129ba616SKumar Gala #endif 447129ba616SKumar Gala 448129ba616SKumar Gala #undef CONFIG_EEPRO100 449129ba616SKumar Gala #undef CONFIG_TULIP 450129ba616SKumar Gala 451129ba616SKumar Gala #ifndef CONFIG_PCI_PNP 4525f91ef6aSKumar Gala #define PCI_ENET0_IOADDR CONFIG_SYS_PCIE3_IO_BUS 4535f91ef6aSKumar Gala #define PCI_ENET0_MEMADDR CONFIG_SYS_PCIE3_IO_BUS 454129ba616SKumar Gala #define PCI_IDSEL_NUMBER 0x11 /* IDSEL = AD11 */ 455129ba616SKumar Gala #endif 456129ba616SKumar Gala 457129ba616SKumar Gala #define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */ 458129ba616SKumar Gala 459129ba616SKumar Gala #ifdef CONFIG_SCSI_AHCI 460129ba616SKumar Gala #define CONFIG_SATA_ULI5288 4616d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_SCSI_MAX_SCSI_ID 4 4626d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_SCSI_MAX_LUN 1 4636d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * CONFIG_SYS_SCSI_MAX_LUN) 464129ba616SKumar Gala #endif /* SCSI */ 465129ba616SKumar Gala 466129ba616SKumar Gala #endif /* CONFIG_PCI */ 467129ba616SKumar Gala 468129ba616SKumar Gala #if defined(CONFIG_TSEC_ENET) 469129ba616SKumar Gala 470129ba616SKumar Gala #define CONFIG_MII_DEFAULT_TSEC 1 /* Allow unregistered phys */ 471129ba616SKumar Gala #define CONFIG_TSEC1 1 472129ba616SKumar Gala #define CONFIG_TSEC1_NAME "eTSEC1" 473129ba616SKumar Gala #define CONFIG_TSEC2 1 474129ba616SKumar Gala #define CONFIG_TSEC2_NAME "eTSEC2" 475129ba616SKumar Gala #define CONFIG_TSEC3 1 476129ba616SKumar Gala #define CONFIG_TSEC3_NAME "eTSEC3" 477129ba616SKumar Gala #define CONFIG_TSEC4 1 478129ba616SKumar Gala #define CONFIG_TSEC4_NAME "eTSEC4" 479129ba616SKumar Gala 4807e183cadSLiu Yu #define CONFIG_PIXIS_SGMII_CMD 4817e183cadSLiu Yu #define CONFIG_FSL_SGMII_RISER 1 4827e183cadSLiu Yu #define SGMII_RISER_PHY_OFFSET 0x1c 4837e183cadSLiu Yu 4847e183cadSLiu Yu #ifdef CONFIG_FSL_SGMII_RISER 4857e183cadSLiu Yu #define CONFIG_SYS_TBIPA_VALUE 0x10 /* avoid conflict with eTSEC4 paddr */ 4867e183cadSLiu Yu #endif 4877e183cadSLiu Yu 488129ba616SKumar Gala #define TSEC1_PHY_ADDR 0 489129ba616SKumar Gala #define TSEC2_PHY_ADDR 1 490129ba616SKumar Gala #define TSEC3_PHY_ADDR 2 491129ba616SKumar Gala #define TSEC4_PHY_ADDR 3 492129ba616SKumar Gala 493129ba616SKumar Gala #define TSEC1_FLAGS (TSEC_GIGABIT | TSEC_REDUCED) 494129ba616SKumar Gala #define TSEC2_FLAGS (TSEC_GIGABIT | TSEC_REDUCED) 495129ba616SKumar Gala #define TSEC3_FLAGS (TSEC_GIGABIT | TSEC_REDUCED) 496129ba616SKumar Gala #define TSEC4_FLAGS (TSEC_GIGABIT | TSEC_REDUCED) 497129ba616SKumar Gala 498129ba616SKumar Gala #define TSEC1_PHYIDX 0 499129ba616SKumar Gala #define TSEC2_PHYIDX 0 500129ba616SKumar Gala #define TSEC3_PHYIDX 0 501129ba616SKumar Gala #define TSEC4_PHYIDX 0 502129ba616SKumar Gala 503129ba616SKumar Gala #define CONFIG_ETHPRIME "eTSEC1" 504129ba616SKumar Gala #endif /* CONFIG_TSEC_ENET */ 505129ba616SKumar Gala 506129ba616SKumar Gala /* 507129ba616SKumar Gala * Environment 508129ba616SKumar Gala */ 509cb14e93bSKumar Gala 510cb14e93bSKumar Gala #if defined(CONFIG_SYS_RAMBOOT) 511cb14e93bSKumar Gala 512cb14e93bSKumar Gala #else 5136d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #if CONFIG_SYS_MONITOR_BASE > 0xfff80000 5140e8d1586SJean-Christophe PLAGNIOL-VILLARD #define CONFIG_ENV_ADDR 0xfff80000 515129ba616SKumar Gala #else 5166fc110bdSHaiying Wang #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE) 517129ba616SKumar Gala #endif 5180e8d1586SJean-Christophe PLAGNIOL-VILLARD #define CONFIG_ENV_SIZE 0x2000 5190e8d1586SJean-Christophe PLAGNIOL-VILLARD #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K (one sector) */ 520cb14e93bSKumar Gala #endif 521129ba616SKumar Gala 522129ba616SKumar Gala #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */ 5236d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */ 524129ba616SKumar Gala 525129ba616SKumar Gala /* 526863a3eacSZhao Chenhui * USB 527863a3eacSZhao Chenhui */ 528863a3eacSZhao Chenhui 5298850c5d5STom Rini #ifdef CONFIG_USB_EHCI_HCD 530863a3eacSZhao Chenhui #define CONFIG_EHCI_HCD_INIT_AFTER_RESET 531863a3eacSZhao Chenhui #define CONFIG_PCI_EHCI_DEVICE 0 532863a3eacSZhao Chenhui #endif 533863a3eacSZhao Chenhui 534129ba616SKumar Gala #undef CONFIG_WATCHDOG /* watchdog disabled */ 535129ba616SKumar Gala 536129ba616SKumar Gala /* 537129ba616SKumar Gala * Miscellaneous configurable options 538129ba616SKumar Gala */ 5396d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ 540129ba616SKumar Gala 541129ba616SKumar Gala /* 542129ba616SKumar Gala * For booting Linux, the board info and command line data 543a832ac41SKumar Gala * have to be in the first 64 MB of memory, since this is 544129ba616SKumar Gala * the maximum mapped by the Linux kernel during initialization. 545129ba616SKumar Gala */ 546a832ac41SKumar Gala #define CONFIG_SYS_BOOTMAPSZ (64 << 20) /* Initial Memory map for Linux*/ 547a832ac41SKumar Gala #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */ 548129ba616SKumar Gala 549129ba616SKumar Gala #if defined(CONFIG_CMD_KGDB) 550129ba616SKumar Gala #define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */ 551129ba616SKumar Gala #endif 552129ba616SKumar Gala 553129ba616SKumar Gala /* 554129ba616SKumar Gala * Environment Configuration 555129ba616SKumar Gala */ 556129ba616SKumar Gala #if defined(CONFIG_TSEC_ENET) 557129ba616SKumar Gala #define CONFIG_HAS_ETH0 558129ba616SKumar Gala #define CONFIG_HAS_ETH1 559129ba616SKumar Gala #define CONFIG_HAS_ETH2 560129ba616SKumar Gala #define CONFIG_HAS_ETH3 561129ba616SKumar Gala #endif 562129ba616SKumar Gala 563129ba616SKumar Gala #define CONFIG_IPADDR 192.168.1.254 564129ba616SKumar Gala 5655bc0543dSMario Six #define CONFIG_HOSTNAME "unknown" 5668b3637c6SJoe Hershberger #define CONFIG_ROOTPATH "/opt/nfsroot" 567b3f44c21SJoe Hershberger #define CONFIG_BOOTFILE "uImage" 568129ba616SKumar Gala #define CONFIG_UBOOTPATH u-boot.bin /* U-Boot image on TFTP server */ 569129ba616SKumar Gala 570129ba616SKumar Gala #define CONFIG_SERVERIP 192.168.1.1 571129ba616SKumar Gala #define CONFIG_GATEWAYIP 192.168.1.1 572129ba616SKumar Gala #define CONFIG_NETMASK 255.255.255.0 573129ba616SKumar Gala 574129ba616SKumar Gala /* default location for tftp and bootm */ 575129ba616SKumar Gala #define CONFIG_LOADADDR 1000000 576129ba616SKumar Gala 577129ba616SKumar Gala #define CONFIG_EXTRA_ENV_SETTINGS \ 578238e1467SHongtao Jia "hwconfig=fsl_ddr:ctlr_intlv=bank,bank_intlv=cs0_cs1,ecc=off\0" \ 579129ba616SKumar Gala "netdev=eth0\0" \ 5805368c55dSMarek Vasut "uboot=" __stringify(CONFIG_UBOOTPATH) "\0" \ 581129ba616SKumar Gala "tftpflash=tftpboot $loadaddr $uboot; " \ 5825368c55dSMarek Vasut "protect off " __stringify(CONFIG_SYS_TEXT_BASE) \ 5835368c55dSMarek Vasut " +$filesize; " \ 5845368c55dSMarek Vasut "erase " __stringify(CONFIG_SYS_TEXT_BASE) \ 5855368c55dSMarek Vasut " +$filesize; " \ 5865368c55dSMarek Vasut "cp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \ 5875368c55dSMarek Vasut " $filesize; " \ 5885368c55dSMarek Vasut "protect on " __stringify(CONFIG_SYS_TEXT_BASE) \ 5895368c55dSMarek Vasut " +$filesize; " \ 5905368c55dSMarek Vasut "cmp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \ 5915368c55dSMarek Vasut " $filesize\0" \ 592129ba616SKumar Gala "consoledev=ttyS0\0" \ 593129ba616SKumar Gala "ramdiskaddr=2000000\0" \ 594129ba616SKumar Gala "ramdiskfile=8572ds/ramdisk.uboot\0" \ 595b24a4f62SScott Wood "fdtaddr=1e00000\0" \ 596129ba616SKumar Gala "fdtfile=8572ds/mpc8572ds.dtb\0" \ 597129ba616SKumar Gala "bdev=sda3\0" 598129ba616SKumar Gala 599129ba616SKumar Gala #define CONFIG_HDBOOT \ 600129ba616SKumar Gala "setenv bootargs root=/dev/$bdev rw " \ 601129ba616SKumar Gala "console=$consoledev,$baudrate $othbootargs;" \ 602129ba616SKumar Gala "tftp $loadaddr $bootfile;" \ 603129ba616SKumar Gala "tftp $fdtaddr $fdtfile;" \ 604129ba616SKumar Gala "bootm $loadaddr - $fdtaddr" 605129ba616SKumar Gala 606129ba616SKumar Gala #define CONFIG_NFSBOOTCOMMAND \ 607129ba616SKumar Gala "setenv bootargs root=/dev/nfs rw " \ 608129ba616SKumar Gala "nfsroot=$serverip:$rootpath " \ 609129ba616SKumar Gala "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off " \ 610129ba616SKumar Gala "console=$consoledev,$baudrate $othbootargs;" \ 611129ba616SKumar Gala "tftp $loadaddr $bootfile;" \ 612129ba616SKumar Gala "tftp $fdtaddr $fdtfile;" \ 613129ba616SKumar Gala "bootm $loadaddr - $fdtaddr" 614129ba616SKumar Gala 615129ba616SKumar Gala #define CONFIG_RAMBOOTCOMMAND \ 616129ba616SKumar Gala "setenv bootargs root=/dev/ram rw " \ 617129ba616SKumar Gala "console=$consoledev,$baudrate $othbootargs;" \ 618129ba616SKumar Gala "tftp $ramdiskaddr $ramdiskfile;" \ 619129ba616SKumar Gala "tftp $loadaddr $bootfile;" \ 620129ba616SKumar Gala "tftp $fdtaddr $fdtfile;" \ 621129ba616SKumar Gala "bootm $loadaddr $ramdiskaddr $fdtaddr" 622129ba616SKumar Gala 623129ba616SKumar Gala #define CONFIG_BOOTCOMMAND CONFIG_HDBOOT 624129ba616SKumar Gala 625129ba616SKumar Gala #endif /* __CONFIG_H */ 626