Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 1 | /* |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 2 | * (C) Copyright 2008-2010 |
| 3 | * GraÅžvydas Ignotas <notasas@gmail.com> |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 4 | * |
| 5 | * Configuration settings for the OMAP3 Pandora. |
| 6 | * |
Wolfgang Denk | 3765b3e | 2013-10-07 13:07:26 +0200 | [diff] [blame] | 7 | * SPDX-License-Identifier: GPL-2.0+ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 8 | */ |
| 9 | |
| 10 | #ifndef __CONFIG_H |
| 11 | #define __CONFIG_H |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 12 | |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 13 | #define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */ |
| 14 | #define CONFIG_NAND |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 15 | |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 16 | /* override base for compatibility with MLO the device ships with */ |
| 17 | #define CONFIG_SYS_TEXT_BASE 0x80008000 |
Vaibhav Hiremath | cae377b | 2010-06-07 15:20:34 -0400 | [diff] [blame] | 18 | |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 19 | #include <configs/ti_omap3_common.h> |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 20 | |
Sanjeev Premi | 6a6b62e | 2009-04-27 21:27:27 +0530 | [diff] [blame] | 21 | /* |
| 22 | * Display CPU and Board information |
| 23 | */ |
| 24 | #define CONFIG_DISPLAY_CPUINFO 1 |
| 25 | #define CONFIG_DISPLAY_BOARDINFO 1 |
| 26 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 27 | #define CONFIG_MISC_INIT_R |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 28 | #define CONFIG_REVISION_TAG 1 |
| 29 | |
Sandeep Paulraj | 9c44ddc | 2009-09-09 11:50:40 -0400 | [diff] [blame] | 30 | #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 31 | |
| 32 | #define CONFIG_SYS_CONSOLE_IS_IN_ENV 1 |
| 33 | #define CONFIG_SYS_DEVICE_NULLDEV 1 |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 34 | |
| 35 | /* |
| 36 | * Hardware drivers |
| 37 | */ |
| 38 | |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 39 | /* I2C Support */ |
| 40 | #define CONFIG_SYS_I2C_OMAP34XX |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 41 | |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 42 | /* TWL4030 LED */ |
| 43 | #define CONFIG_TWL4030_LED |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 44 | |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 45 | /* Initialize GPIOs by default */ |
| 46 | #define CONFIG_OMAP3_GPIO_4 /* GPIO96..127 is in GPIO Bank 4 */ |
| 47 | #define CONFIG_OMAP3_GPIO_6 /* GPIO160..191 is in GPIO Bank 6 */ |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 48 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 49 | /* |
| 50 | * NS16550 Configuration |
| 51 | */ |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 52 | #undef CONFIG_OMAP_SERIAL |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 53 | #define CONFIG_SYS_NS16550_SERIAL |
| 54 | #define CONFIG_SYS_NS16550_REG_SIZE (-4) |
| 55 | #define CONFIG_SYS_NS16550_CLK V_NS16550_CLK |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 56 | #define CONFIG_SYS_NS16550_COM3 OMAP34XX_UART3 |
| 57 | #define CONFIG_SERIAL3 3 |
| 58 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 59 | /* commands to include */ |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 60 | #define CONFIG_CMD_CACHE /* Cache control */ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 61 | |
Tom Rix | 2c15513 | 2009-06-28 12:52:30 -0500 | [diff] [blame] | 62 | /* |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 63 | * Board NAND Info. |
| 64 | */ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 65 | #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */ |
| 66 | /* to access nand */ |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 67 | #define CONFIG_SYS_NAND_BUSWIDTH_16BIT 16 |
| 68 | #define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_HAM1_CODE_SW |
| 69 | #define CONFIG_SYS_NAND_PAGE_SIZE 2048 |
| 70 | #define CONFIG_SYS_NAND_OOBSIZE 64 |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 71 | |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 72 | #ifdef CONFIG_NAND |
| 73 | #define CONFIG_CMD_UBI /* UBI-formated MTD partition support */ |
| 74 | #define CONFIG_CMD_UBIFS /* Read-only UBI volume operations */ |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 75 | |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 76 | #define CONFIG_RBTREE /* required by CONFIG_CMD_UBI */ |
| 77 | #define CONFIG_LZO /* required by CONFIG_CMD_UBIFS */ |
| 78 | |
| 79 | #define CONFIG_MTD_PARTITIONS /* required for UBI partition support */ |
| 80 | |
| 81 | #define MTDIDS_DEFAULT "nand0=omap2-nand.0" |
| 82 | #define MTDPARTS_DEFAULT "mtdparts=omap2-nand.0:512k(xloader),"\ |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 83 | "1920k(uboot),128k(uboot-env),"\ |
| 84 | "10m(boot),-(rootfs)" |
| 85 | #else |
| 86 | #define MTDPARTS_DEFAULT |
| 87 | #endif |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 88 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 89 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 90 | DEFAULT_LINUX_BOOT_ENV \ |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 91 | "usbtty=cdc_acm\0" \ |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 92 | "bootargs=ubi.mtd=4 ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs " \ |
Grazvydas Ignotas | 9baa37b | 2012-03-22 13:49:23 +0000 | [diff] [blame] | 93 | "rw rootflags=bulk_read vram=6272K omapfb.vram=0:3000K\0" \ |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 94 | "mtdparts=" MTDPARTS_DEFAULT "\0" \ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 95 | |
| 96 | #define CONFIG_BOOTCOMMAND \ |
Tom Rini | 86c5c54 | 2011-09-03 21:51:25 -0400 | [diff] [blame] | 97 | "if mmc rescan && fatload mmc1 0 ${loadaddr} autoboot.scr || " \ |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 98 | "ext2load mmc1 0 ${loadaddr} autoboot.scr; then " \ |
| 99 | "source ${loadaddr}; " \ |
| 100 | "fi; " \ |
Joe Hershberger | 949a771 | 2012-11-01 16:54:18 +0000 | [diff] [blame] | 101 | "ubi part boot && ubifsmount ubi:boot && " \ |
| 102 | "ubifsload ${loadaddr} uImage && bootm ${loadaddr}" |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 103 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 104 | /* |
| 105 | * Miscellaneous configurable options |
| 106 | */ |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 107 | #undef CONFIG_SYS_PROMPT |
Robert P. J. Day | 1270ec1 | 2009-12-12 12:10:33 -0500 | [diff] [blame] | 108 | #define CONFIG_SYS_PROMPT "Pandora # " |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 109 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 110 | /* memtest works on */ |
| 111 | #define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0) |
| 112 | #define CONFIG_SYS_MEMTEST_END (OMAP34XX_SDRC_CS0 + \ |
| 113 | 0x01F00000) /* 31MB */ |
| 114 | |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 115 | #if defined(CONFIG_NAND) |
pekon gupta | 222a311 | 2014-07-18 17:59:41 +0530 | [diff] [blame] | 116 | #define CONFIG_SYS_FLASH_BASE NAND_BASE |
Luca Ceresoli | 6cbec7b | 2011-04-20 11:02:05 -0400 | [diff] [blame] | 117 | #endif |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 118 | |
| 119 | /* Monitor at start of flash */ |
| 120 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 121 | |
| 122 | #define CONFIG_ENV_IS_IN_NAND 1 |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 123 | #define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 124 | |
Luca Ceresoli | 6cbec7b | 2011-04-20 11:02:05 -0400 | [diff] [blame] | 125 | #define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */ |
| 126 | #define CONFIG_ENV_OFFSET SMNAND_ENV_OFFSET |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 127 | #define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET |
| 128 | |
Aneesh V | 8e40852 | 2011-11-21 23:38:59 +0000 | [diff] [blame] | 129 | #define CONFIG_SYS_CACHELINE_SIZE 64 |
| 130 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 131 | #endif /* __CONFIG_H */ |