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 */ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 14 | |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 15 | /* override base for compatibility with MLO the device ships with */ |
| 16 | #define CONFIG_SYS_TEXT_BASE 0x80008000 |
Vaibhav Hiremath | cae377b | 2010-06-07 15:20:34 -0400 | [diff] [blame] | 17 | |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 18 | #include <configs/ti_omap3_common.h> |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 19 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 20 | #define CONFIG_MISC_INIT_R |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 21 | #define CONFIG_REVISION_TAG 1 |
| 22 | |
Sandeep Paulraj | 9c44ddc | 2009-09-09 11:50:40 -0400 | [diff] [blame] | 23 | #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 24 | |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 25 | #define CONFIG_SYS_DEVICE_NULLDEV 1 |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 26 | |
| 27 | /* |
| 28 | * Hardware drivers |
| 29 | */ |
| 30 | |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 31 | /* TWL4030 LED */ |
| 32 | #define CONFIG_TWL4030_LED |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 33 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 34 | /* |
| 35 | * NS16550 Configuration |
| 36 | */ |
Thomas Chou | c7b9686 | 2015-11-19 21:48:12 +0800 | [diff] [blame] | 37 | #undef CONFIG_SYS_NS16550_CLK |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 38 | #define CONFIG_SYS_NS16550_SERIAL |
| 39 | #define CONFIG_SYS_NS16550_REG_SIZE (-4) |
| 40 | #define CONFIG_SYS_NS16550_CLK V_NS16550_CLK |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 41 | #define CONFIG_SYS_NS16550_COM3 OMAP34XX_UART3 |
| 42 | #define CONFIG_SERIAL3 3 |
| 43 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 44 | /* commands to include */ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 45 | |
Tom Rix | 2c15513 | 2009-06-28 12:52:30 -0500 | [diff] [blame] | 46 | /* |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 47 | * Board NAND Info. |
| 48 | */ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 49 | #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */ |
| 50 | /* to access nand */ |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 51 | #define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_HAM1_CODE_SW |
| 52 | #define CONFIG_SYS_NAND_PAGE_SIZE 2048 |
| 53 | #define CONFIG_SYS_NAND_OOBSIZE 64 |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 54 | |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 55 | #ifdef CONFIG_NAND |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 56 | #define CONFIG_MTD_PARTITIONS /* required for UBI partition support */ |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 57 | #endif |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 58 | |
Vagrant Cascadian | 40abfee | 2016-08-30 13:16:31 -0700 | [diff] [blame] | 59 | |
| 60 | #define CONFIG_BOOTCOMMAND \ |
| 61 | "run distro_bootcmd; " \ |
Vagrant Cascadian | db18a24 | 2016-08-30 13:16:32 -0700 | [diff] [blame] | 62 | "setenv bootargs ${bootargs_ubi}; " \ |
Vagrant Cascadian | 40abfee | 2016-08-30 13:16:31 -0700 | [diff] [blame] | 63 | "if mmc rescan && load mmc 0:1 ${loadaddr} autoboot.scr; then " \ |
| 64 | "source ${loadaddr}; " \ |
| 65 | "fi; " \ |
| 66 | "ubi part boot && ubifsmount ubi:boot && " \ |
| 67 | "ubifsload ${loadaddr} uImage && bootm ${loadaddr}" |
| 68 | |
| 69 | #define BOOT_TARGET_DEVICES(func) \ |
| 70 | func(MMC, mmc, 0) \ |
| 71 | |
| 72 | #include <config_distro_bootcmd.h> |
| 73 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 74 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 75 | DEFAULT_LINUX_BOOT_ENV \ |
Grazvydas Ignotas | 7322524 | 2010-11-19 11:25:36 -0500 | [diff] [blame] | 76 | "usbtty=cdc_acm\0" \ |
Vagrant Cascadian | db18a24 | 2016-08-30 13:16:32 -0700 | [diff] [blame] | 77 | "bootargs_ubi=ubi.mtd=4 ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs " \ |
Grazvydas Ignotas | 9baa37b | 2012-03-22 13:49:23 +0000 | [diff] [blame] | 78 | "rw rootflags=bulk_read vram=6272K omapfb.vram=0:3000K\0" \ |
Tom Rini | 43ede0b | 2017-10-22 17:55:07 -0400 | [diff] [blame] | 79 | "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \ |
Vagrant Cascadian | 40abfee | 2016-08-30 13:16:31 -0700 | [diff] [blame] | 80 | BOOTENV \ |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 81 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 82 | /* memtest works on */ |
| 83 | #define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0) |
| 84 | #define CONFIG_SYS_MEMTEST_END (OMAP34XX_SDRC_CS0 + \ |
| 85 | 0x01F00000) /* 31MB */ |
| 86 | |
Grazvydas Ignotas | 7637545 | 2015-04-09 02:14:33 +0300 | [diff] [blame] | 87 | #if defined(CONFIG_NAND) |
pekon gupta | 222a311 | 2014-07-18 17:59:41 +0530 | [diff] [blame] | 88 | #define CONFIG_SYS_FLASH_BASE NAND_BASE |
Luca Ceresoli | 6cbec7b | 2011-04-20 11:02:05 -0400 | [diff] [blame] | 89 | #endif |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 90 | |
| 91 | /* Monitor at start of flash */ |
| 92 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 93 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 94 | |
Luca Ceresoli | 6cbec7b | 2011-04-20 11:02:05 -0400 | [diff] [blame] | 95 | #define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */ |
Adam Ford | 7672d9d | 2017-09-04 21:08:02 -0500 | [diff] [blame] | 96 | #define CONFIG_ENV_OFFSET 0x260000 |
| 97 | #define CONFIG_ENV_ADDR 0x260000 |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 98 | |
Dirk Behme | 2be2c6c | 2009-01-28 21:39:58 +0100 | [diff] [blame] | 99 | #endif /* __CONFIG_H */ |