1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */ 2877bfe37SValentin Longchamp /* 3877bfe37SValentin Longchamp * (C) Copyright 2013 Keymile AG 4877bfe37SValentin Longchamp * Valentin Longchamp <valentin.longchamp@keymile.com> 5877bfe37SValentin Longchamp */ 6877bfe37SValentin Longchamp 7877bfe37SValentin Longchamp #ifndef _CONFIG_KMP204X_H 8877bfe37SValentin Longchamp #define _CONFIG_KMP204X_H 9877bfe37SValentin Longchamp 10877bfe37SValentin Longchamp #define CONFIG_KM_DEF_NETDEV "netdev=eth0\0" 11877bfe37SValentin Longchamp 12cf7707a1SValentin Longchamp /* an additionnal option is required for UBI as subpage access is 13cf7707a1SValentin Longchamp * supported in u-boot */ 14cf7707a1SValentin Longchamp #define CONFIG_KM_UBI_PART_BOOT_OPTS ",2048" 15cf7707a1SValentin Longchamp 16877bfe37SValentin Longchamp #define CONFIG_NAND_ECC_BCH 17877bfe37SValentin Longchamp 18877bfe37SValentin Longchamp /* common KM defines */ 19877bfe37SValentin Longchamp #include "keymile-common.h" 20877bfe37SValentin Longchamp 21877bfe37SValentin Longchamp #define CONFIG_SYS_RAMBOOT 22877bfe37SValentin Longchamp #define CONFIG_RAMBOOT_PBL 23877bfe37SValentin Longchamp #define CONFIG_RAMBOOT_TEXT_BASE CONFIG_SYS_TEXT_BASE 24877bfe37SValentin Longchamp #define CONFIG_RESET_VECTOR_ADDRESS 0xfffffffc 25e4536f8eSMasahiro Yamada #define CONFIG_SYS_FSL_PBL_PBI board/keymile/kmp204x/pbi.cfg 26e4536f8eSMasahiro Yamada #define CONFIG_SYS_FSL_PBL_RCW board/keymile/kmp204x/rcw_kmp204x.cfg 27877bfe37SValentin Longchamp 28877bfe37SValentin Longchamp /* High Level Configuration Options */ 29877bfe37SValentin Longchamp #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */ 30877bfe37SValentin Longchamp #define CONFIG_FSL_CORENET /* Freescale CoreNet platform */ 31877bfe37SValentin Longchamp 32877bfe37SValentin Longchamp #define CONFIG_SYS_FSL_CPC /* Corenet Platform Cache */ 3351370d56SYork Sun #define CONFIG_SYS_NUM_CPC CONFIG_SYS_NUM_DDR_CTLRS 34b38eaec5SRobert P. J. Day #define CONFIG_PCIE1 /* PCIE controller 1 */ 35b38eaec5SRobert P. J. Day #define CONFIG_PCIE3 /* PCIE controller 3 */ 36877bfe37SValentin Longchamp #define CONFIG_FSL_PCI_INIT /* Use common FSL init code */ 37877bfe37SValentin Longchamp #define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */ 38877bfe37SValentin Longchamp 39877bfe37SValentin Longchamp #define CONFIG_SYS_DPAA_RMAN /* RMan */ 40877bfe37SValentin Longchamp 41877bfe37SValentin Longchamp /* Environment in SPI Flash */ 42877bfe37SValentin Longchamp #define CONFIG_ENV_OFFSET 0x100000 /* 1MB for u-boot */ 43877bfe37SValentin Longchamp #define CONFIG_ENV_SIZE 0x004000 /* 16K env */ 44877bfe37SValentin Longchamp #define CONFIG_ENV_SECT_SIZE 0x010000 45877bfe37SValentin Longchamp #define CONFIG_ENV_OFFSET_REDUND 0x110000 46877bfe37SValentin Longchamp #define CONFIG_ENV_TOTAL_SIZE 0x020000 47877bfe37SValentin Longchamp 48877bfe37SValentin Longchamp #define CONFIG_SYS_REDUNDAND_ENVIRONMENT 49877bfe37SValentin Longchamp 50877bfe37SValentin Longchamp #ifndef __ASSEMBLY__ 51877bfe37SValentin Longchamp unsigned long get_board_sys_clk(unsigned long dummy); 52877bfe37SValentin Longchamp #endif 53877bfe37SValentin Longchamp #define CONFIG_SYS_CLK_FREQ get_board_sys_clk(0) 54877bfe37SValentin Longchamp 55877bfe37SValentin Longchamp /* 56877bfe37SValentin Longchamp * These can be toggled for performance analysis, otherwise use default. 57877bfe37SValentin Longchamp */ 58877bfe37SValentin Longchamp #define CONFIG_SYS_CACHE_STASHING 59877bfe37SValentin Longchamp #define CONFIG_BACKSIDE_L2_CACHE 60877bfe37SValentin Longchamp #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E 61877bfe37SValentin Longchamp #define CONFIG_BTB /* toggle branch predition */ 62877bfe37SValentin Longchamp 63877bfe37SValentin Longchamp #define CONFIG_ENABLE_36BIT_PHYS 64877bfe37SValentin Longchamp 65877bfe37SValentin Longchamp #define CONFIG_ADDR_MAP 66877bfe37SValentin Longchamp #define CONFIG_SYS_NUM_ADDR_MAP 64 /* number of TLB1 entries */ 67877bfe37SValentin Longchamp 6818794944SValentin Longchamp #define CONFIG_POST CONFIG_SYS_POST_MEM_REGIONS /* POST memory regions test */ 69877bfe37SValentin Longchamp 70877bfe37SValentin Longchamp /* 71877bfe37SValentin Longchamp * Config the L3 Cache as L3 SRAM 72877bfe37SValentin Longchamp */ 73877bfe37SValentin Longchamp #define CONFIG_SYS_INIT_L3_ADDR CONFIG_RAMBOOT_TEXT_BASE 74877bfe37SValentin Longchamp #define CONFIG_SYS_INIT_L3_ADDR_PHYS (0xf00000000ull | \ 75877bfe37SValentin Longchamp CONFIG_RAMBOOT_TEXT_BASE) 76877bfe37SValentin Longchamp #define CONFIG_SYS_L3_SIZE (1024 << 10) 77877bfe37SValentin Longchamp #define CONFIG_SYS_INIT_L3_END (CONFIG_SYS_INIT_L3_ADDR + CONFIG_SYS_L3_SIZE) 78877bfe37SValentin Longchamp 79877bfe37SValentin Longchamp #define CONFIG_SYS_DCSRBAR 0xf0000000 80877bfe37SValentin Longchamp #define CONFIG_SYS_DCSRBAR_PHYS 0xf00000000ull 81877bfe37SValentin Longchamp 82877bfe37SValentin Longchamp /* 83877bfe37SValentin Longchamp * DDR Setup 84877bfe37SValentin Longchamp */ 85877bfe37SValentin Longchamp #define CONFIG_VERY_BIG_RAM 86877bfe37SValentin Longchamp #define CONFIG_SYS_DDR_SDRAM_BASE 0x00000000 87877bfe37SValentin Longchamp #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE 88877bfe37SValentin Longchamp 89877bfe37SValentin Longchamp #define CONFIG_DIMM_SLOTS_PER_CTLR 1 90877bfe37SValentin Longchamp #define CONFIG_CHIP_SELECTS_PER_CTRL (4 * CONFIG_DIMM_SLOTS_PER_CTLR) 91877bfe37SValentin Longchamp 92877bfe37SValentin Longchamp #define CONFIG_DDR_SPD 93877bfe37SValentin Longchamp 94877bfe37SValentin Longchamp #define CONFIG_SYS_SPD_BUS_NUM 0 95877bfe37SValentin Longchamp #define SPD_EEPROM_ADDRESS 0x54 96877bfe37SValentin Longchamp #define CONFIG_SYS_SDRAM_SIZE 4096 /* for fixed parameter use */ 97877bfe37SValentin Longchamp 98877bfe37SValentin Longchamp #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */ 99877bfe37SValentin Longchamp #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2 100877bfe37SValentin Longchamp 101877bfe37SValentin Longchamp /****************************************************************************** 102877bfe37SValentin Longchamp * (PRAM usage) 103877bfe37SValentin Longchamp * ... ------------------------------------------------------- 104877bfe37SValentin Longchamp * ... |ROOTFSSIZE | PNVRAM |PHRAM |RESERVED_PRAM | END_OF_RAM 105877bfe37SValentin Longchamp * ... |<------------------- pram -------------------------->| 106877bfe37SValentin Longchamp * ... ------------------------------------------------------- 107877bfe37SValentin Longchamp * @END_OF_RAM: 108877bfe37SValentin Longchamp * @CONFIG_KM_RESERVED_PRAM: reserved pram for special purpose 109877bfe37SValentin Longchamp * @CONFIG_KM_PHRAM: address for /var 110877bfe37SValentin Longchamp * @CONFIG_KM_PNVRAM: address for PNVRAM (for the application) 111877bfe37SValentin Longchamp * @CONFIG_KM_ROOTFSSIZE: address for rootfilesystem in RAM 112877bfe37SValentin Longchamp */ 113877bfe37SValentin Longchamp 114877bfe37SValentin Longchamp /* size of rootfs in RAM */ 115877bfe37SValentin Longchamp #define CONFIG_KM_ROOTFSSIZE 0x0 116877bfe37SValentin Longchamp /* pseudo-non volatile RAM [hex] */ 117877bfe37SValentin Longchamp #define CONFIG_KM_PNVRAM 0x80000 118877bfe37SValentin Longchamp /* physical RAM MTD size [hex] */ 119877bfe37SValentin Longchamp #define CONFIG_KM_PHRAM 0x100000 120848b31abSValentin Longchamp /* reserved pram area at the end of memory [hex] 121848b31abSValentin Longchamp * u-boot reserves some memory for the MP boot page */ 122848b31abSValentin Longchamp #define CONFIG_KM_RESERVED_PRAM 0x1000 123848b31abSValentin Longchamp /* set the default PRAM value to at least PNVRAM + PHRAM when pram env variable 124848b31abSValentin Longchamp * is not valid yet, which is the case for when u-boot copies itself to RAM */ 125848b31abSValentin Longchamp #define CONFIG_PRAM ((CONFIG_KM_PNVRAM + CONFIG_KM_PHRAM)>>10) 126877bfe37SValentin Longchamp 127877bfe37SValentin Longchamp #define CONFIG_KM_CRAMFS_ADDR 0x2000000 128877bfe37SValentin Longchamp #define CONFIG_KM_KERNEL_ADDR 0x1000000 /* max kernel size 15.5Mbytes */ 129877bfe37SValentin Longchamp #define CONFIG_KM_FDT_ADDR 0x1F80000 /* max dtb size 0.5Mbytes */ 130877bfe37SValentin Longchamp 131877bfe37SValentin Longchamp /* 132877bfe37SValentin Longchamp * Local Bus Definitions 133877bfe37SValentin Longchamp */ 134877bfe37SValentin Longchamp 135877bfe37SValentin Longchamp /* Set the local bus clock 1/8 of plat clk, 2 clk delay LALE */ 136877bfe37SValentin Longchamp #define CONFIG_SYS_LBC_LCRR (LCRR_CLKDIV_8 | LCRR_EADC_2) 137877bfe37SValentin Longchamp 138877bfe37SValentin Longchamp /* Nand Flash */ 139877bfe37SValentin Longchamp #define CONFIG_NAND_FSL_ELBC 140877bfe37SValentin Longchamp #define CONFIG_SYS_NAND_BASE 0xffa00000 141877bfe37SValentin Longchamp #define CONFIG_SYS_NAND_BASE_PHYS 0xfffa00000ull 142877bfe37SValentin Longchamp 143877bfe37SValentin Longchamp #define CONFIG_SYS_NAND_BASE_LIST {CONFIG_SYS_NAND_BASE} 144877bfe37SValentin Longchamp #define CONFIG_SYS_MAX_NAND_DEVICE 1 145877bfe37SValentin Longchamp #define CONFIG_SYS_NAND_BLOCK_SIZE (128 * 1024) 146877bfe37SValentin Longchamp 147877bfe37SValentin Longchamp /* NAND flash config */ 148877bfe37SValentin Longchamp #define CONFIG_SYS_NAND_BR_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS) \ 149877bfe37SValentin Longchamp | BR_PS_8 /* Port Size = 8 bit */ \ 150877bfe37SValentin Longchamp | BR_MS_FCM /* MSEL = FCM */ \ 151877bfe37SValentin Longchamp | BR_V) /* valid */ 152877bfe37SValentin Longchamp 153877bfe37SValentin Longchamp #define CONFIG_SYS_NAND_OR_PRELIM (OR_AM_256KB /* length 256K */ \ 154877bfe37SValentin Longchamp | OR_FCM_BCTLD /* LBCTL not ass */ \ 155877bfe37SValentin Longchamp | OR_FCM_SCY_1 /* 1 clk wait cycle */ \ 156877bfe37SValentin Longchamp | OR_FCM_RST /* 1 clk read setup */ \ 157877bfe37SValentin Longchamp | OR_FCM_PGS /* Large page size */ \ 158877bfe37SValentin Longchamp | OR_FCM_CST) /* 0.25 command setup */ 159877bfe37SValentin Longchamp 160877bfe37SValentin Longchamp #define CONFIG_SYS_BR0_PRELIM CONFIG_SYS_NAND_BR_PRELIM /* NAND Base Address */ 161877bfe37SValentin Longchamp #define CONFIG_SYS_OR0_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */ 162877bfe37SValentin Longchamp 163877bfe37SValentin Longchamp /* QRIO FPGA */ 164877bfe37SValentin Longchamp #define CONFIG_SYS_QRIO_BASE 0xfb000000 165877bfe37SValentin Longchamp #define CONFIG_SYS_QRIO_BASE_PHYS 0xffb000000ull 166877bfe37SValentin Longchamp 167877bfe37SValentin Longchamp #define CONFIG_SYS_QRIO_BR_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_QRIO_BASE_PHYS) \ 168877bfe37SValentin Longchamp | BR_PS_8 /* Port Size 8 bits */ \ 169877bfe37SValentin Longchamp | BR_DECC_OFF /* no error corr */ \ 170877bfe37SValentin Longchamp | BR_MS_GPCM /* MSEL = GPCM */ \ 171877bfe37SValentin Longchamp | BR_V) /* valid */ 172877bfe37SValentin Longchamp 173877bfe37SValentin Longchamp #define CONFIG_SYS_QRIO_OR_PRELIM (OR_AM_64KB /* length 64K */ \ 174877bfe37SValentin Longchamp | OR_GPCM_BCTLD /* no LCTL assert */ \ 175877bfe37SValentin Longchamp | OR_GPCM_ACS_DIV4 /* LCS 1/4 clk after */ \ 176877bfe37SValentin Longchamp | OR_GPCM_SCY_2 /* 2 clk wait cycles */ \ 177877bfe37SValentin Longchamp | OR_GPCM_TRLX /* relaxed tmgs */ \ 178877bfe37SValentin Longchamp | OR_GPCM_EAD) /* extra bus clk cycles */ 179877bfe37SValentin Longchamp 180877bfe37SValentin Longchamp #define CONFIG_SYS_BR1_PRELIM CONFIG_SYS_QRIO_BR_PRELIM /* QRIO Base Address */ 181877bfe37SValentin Longchamp #define CONFIG_SYS_OR1_PRELIM CONFIG_SYS_QRIO_OR_PRELIM /* QRIO Options */ 182877bfe37SValentin Longchamp 183f3e74d0aSRainer Boschung #define CONFIG_MISC_INIT_F 184877bfe37SValentin Longchamp 185877bfe37SValentin Longchamp #define CONFIG_HWCONFIG 186877bfe37SValentin Longchamp 187877bfe37SValentin Longchamp /* define to use L1 as initial stack */ 188877bfe37SValentin Longchamp #define CONFIG_L1_INIT_RAM 189877bfe37SValentin Longchamp #define CONFIG_SYS_INIT_RAM_LOCK 190877bfe37SValentin Longchamp #define CONFIG_SYS_INIT_RAM_ADDR 0xffd00000 /* Initial L1 address */ 191877bfe37SValentin Longchamp #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf 192877bfe37SValentin Longchamp #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW CONFIG_SYS_INIT_RAM_ADDR 193877bfe37SValentin Longchamp /* The assembler doesn't like typecast */ 194877bfe37SValentin Longchamp #define CONFIG_SYS_INIT_RAM_ADDR_PHYS \ 195877bfe37SValentin Longchamp ((CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH * 1ull << 32) | \ 196877bfe37SValentin Longchamp CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW) 197877bfe37SValentin Longchamp #define CONFIG_SYS_INIT_RAM_SIZE 0x00004000 198877bfe37SValentin Longchamp 199877bfe37SValentin Longchamp #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \ 200877bfe37SValentin Longchamp GENERATED_GBL_DATA_SIZE) 201877bfe37SValentin Longchamp #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET 202877bfe37SValentin Longchamp 203877bfe37SValentin Longchamp #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE 204a5fbe742SValentin Longchamp #define CONFIG_SYS_MONITOR_LEN (768 * 1024) 205877bfe37SValentin Longchamp #define CONFIG_SYS_MALLOC_LEN (1024 * 1024) 206877bfe37SValentin Longchamp 207877bfe37SValentin Longchamp /* Serial Port - controlled on board with jumper J8 208877bfe37SValentin Longchamp * open - index 2 209877bfe37SValentin Longchamp * shorted - index 1 210877bfe37SValentin Longchamp */ 211877bfe37SValentin Longchamp #define CONFIG_SYS_NS16550_SERIAL 212877bfe37SValentin Longchamp #define CONFIG_SYS_NS16550_REG_SIZE 1 213877bfe37SValentin Longchamp #define CONFIG_SYS_NS16550_CLK (get_bus_freq(0)/2) 214877bfe37SValentin Longchamp 215877bfe37SValentin Longchamp #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_CCSRBAR+0x11C500) 216877bfe37SValentin Longchamp #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x11C600) 217877bfe37SValentin Longchamp #define CONFIG_SYS_NS16550_COM3 (CONFIG_SYS_CCSRBAR+0x11D500) 218877bfe37SValentin Longchamp #define CONFIG_SYS_NS16550_COM4 (CONFIG_SYS_CCSRBAR+0x11D600) 219877bfe37SValentin Longchamp 220877bfe37SValentin Longchamp #define CONFIG_KM_CONSOLE_TTY "ttyS0" 221877bfe37SValentin Longchamp 222877bfe37SValentin Longchamp /* I2C */ 223f3e74d0aSRainer Boschung 224877bfe37SValentin Longchamp #define CONFIG_SYS_I2C 225f3e74d0aSRainer Boschung #define CONFIG_SYS_I2C_INIT_BOARD 226f3e74d0aSRainer Boschung #define CONFIG_SYS_I2C_SPEED 100000 /* deblocking */ 227877bfe37SValentin Longchamp #define CONFIG_SYS_NUM_I2C_BUSES 3 228877bfe37SValentin Longchamp #define CONFIG_SYS_I2C_MAX_HOPS 1 229877bfe37SValentin Longchamp #define CONFIG_SYS_I2C_FSL /* Use FSL I2C driver */ 230877bfe37SValentin Longchamp #define CONFIG_I2C_MULTI_BUS 231877bfe37SValentin Longchamp #define CONFIG_I2C_CMD_TREE 232877bfe37SValentin Longchamp #define CONFIG_SYS_FSL_I2C_SPEED 400000 233877bfe37SValentin Longchamp #define CONFIG_SYS_FSL_I2C_SLAVE 0x7F 234877bfe37SValentin Longchamp #define CONFIG_SYS_FSL_I2C_OFFSET 0x118000 235877bfe37SValentin Longchamp #define CONFIG_SYS_I2C_BUSES { {0, {I2C_NULL_HOP} }, \ 236877bfe37SValentin Longchamp {0, {{I2C_MUX_PCA9547, 0x70, 1 } } }, \ 237877bfe37SValentin Longchamp {0, {{I2C_MUX_PCA9547, 0x70, 2 } } }, \ 238877bfe37SValentin Longchamp } 239f3e74d0aSRainer Boschung #ifndef __ASSEMBLY__ 240f3e74d0aSRainer Boschung void set_sda(int state); 241f3e74d0aSRainer Boschung void set_scl(int state); 242f3e74d0aSRainer Boschung int get_sda(void); 243f3e74d0aSRainer Boschung int get_scl(void); 244f3e74d0aSRainer Boschung #endif 245877bfe37SValentin Longchamp 246877bfe37SValentin Longchamp #define CONFIG_KM_IVM_BUS 1 /* I2C1 (Mux-Port 1)*/ 247877bfe37SValentin Longchamp 248877bfe37SValentin Longchamp /* 249877bfe37SValentin Longchamp * eSPI - Enhanced SPI 250877bfe37SValentin Longchamp */ 251877bfe37SValentin Longchamp 252877bfe37SValentin Longchamp /* 253877bfe37SValentin Longchamp * General PCI 254877bfe37SValentin Longchamp * Memory space is mapped 1-1, but I/O space must start from 0. 255877bfe37SValentin Longchamp */ 256877bfe37SValentin Longchamp 257877bfe37SValentin Longchamp /* controller 1, direct to uli, tgtid 3, Base address 20000 */ 258877bfe37SValentin Longchamp #define CONFIG_SYS_PCIE1_MEM_VIRT 0x80000000 259877bfe37SValentin Longchamp #define CONFIG_SYS_PCIE1_MEM_BUS 0xe0000000 260877bfe37SValentin Longchamp #define CONFIG_SYS_PCIE1_MEM_PHYS 0xc00000000ull 261877bfe37SValentin Longchamp #define CONFIG_SYS_PCIE1_MEM_SIZE 0x20000000 /* 512M */ 262877bfe37SValentin Longchamp #define CONFIG_SYS_PCIE1_IO_VIRT 0xf8000000 263877bfe37SValentin Longchamp #define CONFIG_SYS_PCIE1_IO_BUS 0x00000000 264877bfe37SValentin Longchamp #define CONFIG_SYS_PCIE1_IO_PHYS 0xff8000000ull 265877bfe37SValentin Longchamp #define CONFIG_SYS_PCIE1_IO_SIZE 0x00010000 /* 64k */ 266877bfe37SValentin Longchamp 267877bfe37SValentin Longchamp /* controller 3, Slot 1, tgtid 1, Base address 202000 */ 268877bfe37SValentin Longchamp #define CONFIG_SYS_PCIE3_MEM_VIRT 0xa0000000 269877bfe37SValentin Longchamp #define CONFIG_SYS_PCIE3_MEM_BUS 0xe0000000 270877bfe37SValentin Longchamp #define CONFIG_SYS_PCIE3_MEM_PHYS 0xc20000000ull 271877bfe37SValentin Longchamp #define CONFIG_SYS_PCIE3_MEM_SIZE 0x20000000 /* 512M */ 272877bfe37SValentin Longchamp #define CONFIG_SYS_PCIE3_IO_VIRT 0xf8010000 273877bfe37SValentin Longchamp #define CONFIG_SYS_PCIE3_IO_BUS 0x00000000 274877bfe37SValentin Longchamp #define CONFIG_SYS_PCIE3_IO_PHYS 0xff8010000ull 275877bfe37SValentin Longchamp #define CONFIG_SYS_PCIE3_IO_SIZE 0x00010000 /* 64k */ 276877bfe37SValentin Longchamp 277877bfe37SValentin Longchamp /* Qman/Bman */ 278877bfe37SValentin Longchamp #define CONFIG_SYS_BMAN_NUM_PORTALS 10 279877bfe37SValentin Longchamp #define CONFIG_SYS_BMAN_MEM_BASE 0xf4000000 280877bfe37SValentin Longchamp #define CONFIG_SYS_BMAN_MEM_PHYS 0xff4000000ull 281877bfe37SValentin Longchamp #define CONFIG_SYS_BMAN_MEM_SIZE 0x00200000 2823fa66db4SJeffrey Ladouceur #define CONFIG_SYS_BMAN_SP_CENA_SIZE 0x4000 2833fa66db4SJeffrey Ladouceur #define CONFIG_SYS_BMAN_SP_CINH_SIZE 0x1000 2843fa66db4SJeffrey Ladouceur #define CONFIG_SYS_BMAN_CENA_BASE CONFIG_SYS_BMAN_MEM_BASE 2853fa66db4SJeffrey Ladouceur #define CONFIG_SYS_BMAN_CENA_SIZE (CONFIG_SYS_BMAN_MEM_SIZE >> 1) 2863fa66db4SJeffrey Ladouceur #define CONFIG_SYS_BMAN_CINH_BASE (CONFIG_SYS_BMAN_MEM_BASE + \ 2873fa66db4SJeffrey Ladouceur CONFIG_SYS_BMAN_CENA_SIZE) 2883fa66db4SJeffrey Ladouceur #define CONFIG_SYS_BMAN_CINH_SIZE (CONFIG_SYS_BMAN_MEM_SIZE >> 1) 2893fa66db4SJeffrey Ladouceur #define CONFIG_SYS_BMAN_SWP_ISDR_REG 0xE08 290877bfe37SValentin Longchamp #define CONFIG_SYS_QMAN_NUM_PORTALS 10 291877bfe37SValentin Longchamp #define CONFIG_SYS_QMAN_MEM_BASE 0xf4200000 292877bfe37SValentin Longchamp #define CONFIG_SYS_QMAN_MEM_PHYS 0xff4200000ull 293877bfe37SValentin Longchamp #define CONFIG_SYS_QMAN_MEM_SIZE 0x00200000 2943fa66db4SJeffrey Ladouceur #define CONFIG_SYS_QMAN_SP_CENA_SIZE 0x4000 2953fa66db4SJeffrey Ladouceur #define CONFIG_SYS_QMAN_SP_CINH_SIZE 0x1000 2963fa66db4SJeffrey Ladouceur #define CONFIG_SYS_QMAN_CENA_BASE CONFIG_SYS_QMAN_MEM_BASE 2973fa66db4SJeffrey Ladouceur #define CONFIG_SYS_QMAN_CENA_SIZE (CONFIG_SYS_QMAN_MEM_SIZE >> 1) 2983fa66db4SJeffrey Ladouceur #define CONFIG_SYS_QMAN_CINH_BASE (CONFIG_SYS_QMAN_MEM_BASE + \ 2993fa66db4SJeffrey Ladouceur CONFIG_SYS_QMAN_CENA_SIZE) 3003fa66db4SJeffrey Ladouceur #define CONFIG_SYS_QMAN_CINH_SIZE (CONFIG_SYS_QMAN_MEM_SIZE >> 1) 3013fa66db4SJeffrey Ladouceur #define CONFIG_SYS_QMAN_SWP_ISDR_REG 0xE08 302877bfe37SValentin Longchamp 303877bfe37SValentin Longchamp #define CONFIG_SYS_DPAA_FMAN 304877bfe37SValentin Longchamp #define CONFIG_SYS_DPAA_PME 305877bfe37SValentin Longchamp /* Default address of microcode for the Linux Fman driver 306877bfe37SValentin Longchamp * env is stored at 0x100000, sector size is 0x10000, x2 (redundant) 307877bfe37SValentin Longchamp * ucode is stored after env, so we got 0x120000. 308877bfe37SValentin Longchamp */ 309877bfe37SValentin Longchamp #define CONFIG_SYS_QE_FW_IN_SPIFLASH 310dcf1d774SZhao Qiang #define CONFIG_SYS_FMAN_FW_ADDR 0x120000 311877bfe37SValentin Longchamp #define CONFIG_SYS_QE_FMAN_FW_LENGTH 0x10000 312877bfe37SValentin Longchamp #define CONFIG_SYS_FDT_PAD (0x3000 + CONFIG_SYS_QE_FMAN_FW_LENGTH) 313877bfe37SValentin Longchamp 314877bfe37SValentin Longchamp #define CONFIG_FMAN_ENET 315877bfe37SValentin Longchamp #define CONFIG_PHYLIB_10G 316877bfe37SValentin Longchamp 317877bfe37SValentin Longchamp #define CONFIG_PCI_INDIRECT_BRIDGE 318877bfe37SValentin Longchamp 319877bfe37SValentin Longchamp #define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */ 320877bfe37SValentin Longchamp 321877bfe37SValentin Longchamp /* RGMII (FM1@DTESC5) is used as debug itf, it's the only one configured */ 322877bfe37SValentin Longchamp #define CONFIG_SYS_FM1_DTSEC5_PHY_ADDR 0x11 323877bfe37SValentin Longchamp #define CONFIG_SYS_TBIPA_VALUE 8 324877bfe37SValentin Longchamp #define CONFIG_ETHPRIME "FM1@DTSEC5" 325877bfe37SValentin Longchamp 326877bfe37SValentin Longchamp /* 327877bfe37SValentin Longchamp * Environment 328877bfe37SValentin Longchamp */ 329877bfe37SValentin Longchamp #define CONFIG_LOADS_ECHO /* echo on for serial download */ 330877bfe37SValentin Longchamp #define CONFIG_SYS_LOADS_BAUD_CHANGE /* allow baudrate change */ 331877bfe37SValentin Longchamp 332877bfe37SValentin Longchamp /* 33388ac6ffaSBoschung, Rainer * Hardware Watchdog 33488ac6ffaSBoschung, Rainer */ 33588ac6ffaSBoschung, Rainer #define CONFIG_WATCHDOG /* enable CPU watchdog */ 33688ac6ffaSBoschung, Rainer #define CONFIG_WATCHDOG_PRESC 34 /* wdog prescaler 2^(64-34) (~10min) */ 33788ac6ffaSBoschung, Rainer #define CONFIG_WATCHDOG_RC WRC_CHIP /* reset chip on watchdog event */ 33888ac6ffaSBoschung, Rainer 33988ac6ffaSBoschung, Rainer 34088ac6ffaSBoschung, Rainer /* 341877bfe37SValentin Longchamp * additionnal command line configuration. 342877bfe37SValentin Longchamp */ 343877bfe37SValentin Longchamp 344877bfe37SValentin Longchamp /* we don't need flash support */ 345877bfe37SValentin Longchamp #undef CONFIG_JFFS2_CMDLINE 346877bfe37SValentin Longchamp 347877bfe37SValentin Longchamp /* 348877bfe37SValentin Longchamp * For booting Linux, the board info and command line data 349877bfe37SValentin Longchamp * have to be in the first 64 MB of memory, since this is 350877bfe37SValentin Longchamp * the maximum mapped by the Linux kernel during initialization. 351877bfe37SValentin Longchamp */ 352877bfe37SValentin Longchamp #define CONFIG_SYS_BOOTMAPSZ (64 << 20) /* Initial Memory for Linux */ 353877bfe37SValentin Longchamp #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */ 354877bfe37SValentin Longchamp 355877bfe37SValentin Longchamp #ifdef CONFIG_CMD_KGDB 356877bfe37SValentin Longchamp #define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */ 357877bfe37SValentin Longchamp #endif 358877bfe37SValentin Longchamp 359877bfe37SValentin Longchamp #define __USB_PHY_TYPE utmi 360eb364c3dSYork Sun #define CONFIG_USB_EHCI_FSL 361877bfe37SValentin Longchamp 362877bfe37SValentin Longchamp /* 363877bfe37SValentin Longchamp * Environment Configuration 364877bfe37SValentin Longchamp */ 365877bfe37SValentin Longchamp #define CONFIG_ENV_OVERWRITE 366877bfe37SValentin Longchamp #ifndef CONFIG_KM_DEF_ENV /* if not set by keymile-common.h */ 367877bfe37SValentin Longchamp #define CONFIG_KM_DEF_ENV "km-common=empty\0" 368877bfe37SValentin Longchamp #endif 369877bfe37SValentin Longchamp 370877bfe37SValentin Longchamp /* architecture specific default bootargs */ 371877bfe37SValentin Longchamp #define CONFIG_KM_DEF_BOOT_ARGS_CPU "" 372877bfe37SValentin Longchamp 373877bfe37SValentin Longchamp /* FIXME: FDT_ADDR is unspecified */ 374877bfe37SValentin Longchamp #define CONFIG_KM_DEF_ENV_CPU \ 375877bfe37SValentin Longchamp "boot=bootm ${load_addr_r} - ${fdt_addr_r}\0" \ 376877bfe37SValentin Longchamp "cramfsloadfdt=" \ 377877bfe37SValentin Longchamp "cramfsload ${fdt_addr_r} " \ 378877bfe37SValentin Longchamp "fdt_0x${IVM_BoardId}_0x${IVM_HWKey}.dtb\0" \ 379877bfe37SValentin Longchamp "fdt_addr_r=" __stringify(CONFIG_KM_FDT_ADDR) "\0" \ 3805bc0543dSMario Six "u-boot="CONFIG_HOSTNAME "/u-boot.pbl\0" \ 381877bfe37SValentin Longchamp "update=" \ 382877bfe37SValentin Longchamp "sf probe 0;sf erase 0 +${filesize};" \ 383877bfe37SValentin Longchamp "sf write ${load_addr_r} 0 ${filesize};\0" \ 384b1c2a7aeSGerlando Falauto "set_fdthigh=true\0" \ 385c6d32dfdSValentin Longchamp "checkfdt=true\0" \ 386877bfe37SValentin Longchamp "" 387877bfe37SValentin Longchamp 388877bfe37SValentin Longchamp #define CONFIG_HW_ENV_SETTINGS \ 389877bfe37SValentin Longchamp "hwconfig=fsl_ddr:ctlr_intlv=cacheline\0" \ 390877bfe37SValentin Longchamp "usb_phy_type=" __stringify(__USB_PHY_TYPE) "\0" \ 391877bfe37SValentin Longchamp "usb_dr_mode=host\0" 392877bfe37SValentin Longchamp 393877bfe37SValentin Longchamp #define CONFIG_KM_NEW_ENV \ 394877bfe37SValentin Longchamp "newenv=sf probe 0;" \ 395877bfe37SValentin Longchamp "sf erase " __stringify(CONFIG_ENV_OFFSET) " " \ 396877bfe37SValentin Longchamp __stringify(CONFIG_ENV_TOTAL_SIZE)"\0" 397877bfe37SValentin Longchamp 398877bfe37SValentin Longchamp /* ppc_82xx is the equivalent to ppc_6xx, the generic ppc toolchain */ 399877bfe37SValentin Longchamp #ifndef CONFIG_KM_DEF_ARCH 400877bfe37SValentin Longchamp #define CONFIG_KM_DEF_ARCH "arch=ppc_82xx\0" 401877bfe37SValentin Longchamp #endif 402877bfe37SValentin Longchamp 403877bfe37SValentin Longchamp #define CONFIG_EXTRA_ENV_SETTINGS \ 404877bfe37SValentin Longchamp CONFIG_KM_DEF_ENV \ 405877bfe37SValentin Longchamp CONFIG_KM_DEF_ARCH \ 406877bfe37SValentin Longchamp CONFIG_KM_NEW_ENV \ 407877bfe37SValentin Longchamp CONFIG_HW_ENV_SETTINGS \ 408877bfe37SValentin Longchamp "EEprom_ivm=pca9547:70:9\0" \ 409877bfe37SValentin Longchamp "" 410877bfe37SValentin Longchamp 411877bfe37SValentin Longchamp #endif /* _CONFIG_KMP204X_H */ 412