Simon Glass | d2fdaaf | 2011-10-03 19:26:47 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2011 The Chromium OS Authors. |
| 3 | * See file CREDITS for list of people who contributed to this |
| 4 | * project. |
| 5 | * |
| 6 | * This program is free software; you can redistribute it and/or |
| 7 | * modify it under the terms of the GNU General Public License as |
| 8 | * published by the Free Software Foundation; either version 2 of |
| 9 | * the License, or (at your option) any later version. |
| 10 | * |
| 11 | * This program is distributed in the hope that it will be useful, |
| 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. |
| 15 | * |
| 16 | * You should have received a copy of the GNU General Public License |
| 17 | * along with this program; if not, write to the Free Software |
| 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, |
| 19 | * MA 02111-1307 USA |
| 20 | */ |
| 21 | |
| 22 | #ifndef __CONFIG_H |
| 23 | #define __CONFIG_H |
| 24 | |
Simon Glass | d2fdaaf | 2011-10-03 19:26:47 +0000 | [diff] [blame] | 25 | /* Number of bits in a C 'long' on this architecture */ |
| 26 | #define CONFIG_SANDBOX_BITS_PER_LONG 64 |
| 27 | |
Simon Glass | 827116f | 2012-02-15 15:51:12 -0800 | [diff] [blame] | 28 | #define CONFIG_OF_CONTROL |
Simon Glass | 1539343 | 2013-04-20 08:42:41 +0000 | [diff] [blame] | 29 | #define CONFIG_OF_HOSTFILE |
Simon Glass | 827116f | 2012-02-15 15:51:12 -0800 | [diff] [blame] | 30 | #define CONFIG_OF_LIBFDT |
| 31 | #define CONFIG_LMB |
Simon Glass | 79f396a | 2013-04-20 08:42:52 +0000 | [diff] [blame] | 32 | #define CONFIG_FIT |
| 33 | #define CONFIG_CMD_FDT |
Simon Glass | 827116f | 2012-02-15 15:51:12 -0800 | [diff] [blame] | 34 | |
Simon Glass | eb4cecd | 2012-12-26 09:53:37 +0000 | [diff] [blame] | 35 | #define CONFIG_FS_FAT |
| 36 | #define CONFIG_FS_EXT4 |
| 37 | #define CONFIG_EXT4_WRITE |
| 38 | #define CONFIG_CMD_FAT |
| 39 | #define CONFIG_CMD_EXT4 |
| 40 | #define CONFIG_CMD_EXT4_WRITE |
| 41 | |
Simon Glass | 827116f | 2012-02-15 15:51:12 -0800 | [diff] [blame] | 42 | #define CONFIG_SYS_VSNPRINTF |
| 43 | |
Simon Glass | 42454916 | 2012-02-15 15:51:14 -0800 | [diff] [blame] | 44 | #define CONFIG_CMD_GPIO |
| 45 | #define CONFIG_SANDBOX_GPIO |
| 46 | #define CONFIG_SANDBOX_GPIO_COUNT 20 |
| 47 | |
Simon Glass | d2fdaaf | 2011-10-03 19:26:47 +0000 | [diff] [blame] | 48 | /* |
| 49 | * Size of malloc() pool, although we don't actually use this yet. |
| 50 | */ |
| 51 | #define CONFIG_SYS_MALLOC_LEN (4 << 20) /* 4MB */ |
| 52 | |
| 53 | #define CONFIG_SYS_PROMPT "=>" /* Command Prompt */ |
| 54 | #define CONFIG_SYS_HUSH_PARSER |
Simon Glass | d2fdaaf | 2011-10-03 19:26:47 +0000 | [diff] [blame] | 55 | #define CONFIG_SYS_LONGHELP /* #undef to save memory */ |
| 56 | #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ |
| 57 | |
| 58 | /* Print Buffer Size */ |
| 59 | #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) |
| 60 | #define CONFIG_SYS_MAXARGS 16 |
| 61 | |
| 62 | /* turn on command-line edit/c/auto */ |
| 63 | #define CONFIG_CMDLINE_EDITING |
| 64 | #define CONFIG_COMMAND_HISTORY |
Mike Frysinger | c1285cb | 2011-10-26 00:19:58 +0000 | [diff] [blame] | 65 | #define CONFIG_AUTO_COMPLETE |
Simon Glass | d2fdaaf | 2011-10-03 19:26:47 +0000 | [diff] [blame] | 66 | |
| 67 | #define CONFIG_ENV_SIZE 8192 |
| 68 | #define CONFIG_ENV_IS_NOWHERE |
| 69 | |
| 70 | #define CONFIG_SYS_HZ 1000 |
| 71 | |
| 72 | /* Memory things - we don't really want a memory test */ |
Simon Glass | a081a0f | 2013-02-24 20:29:23 +0000 | [diff] [blame] | 73 | #define CONFIG_SYS_LOAD_ADDR 0x00000000 |
| 74 | #define CONFIG_SYS_MEMTEST_START 0x00100000 |
Simon Glass | d2fdaaf | 2011-10-03 19:26:47 +0000 | [diff] [blame] | 75 | #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x1000) |
| 76 | #define CONFIG_PHYS_64BIT |
Simon Glass | 1539343 | 2013-04-20 08:42:41 +0000 | [diff] [blame] | 77 | #define CONFIG_SYS_FDT_LOAD_ADDR 0x1000000 |
Simon Glass | d2fdaaf | 2011-10-03 19:26:47 +0000 | [diff] [blame] | 78 | |
| 79 | /* Size of our emulated memory */ |
Simon Glass | 62cf912 | 2013-04-26 02:53:43 +0000 | [diff] [blame] | 80 | #define CONFIG_SYS_SDRAM_BASE 0 |
Simon Glass | d2fdaaf | 2011-10-03 19:26:47 +0000 | [diff] [blame] | 81 | #define CONFIG_SYS_SDRAM_SIZE (128 << 20) |
Simon Glass | 62cf912 | 2013-04-26 02:53:43 +0000 | [diff] [blame] | 82 | #define CONFIG_SYS_TEXT_BASE 0 |
| 83 | #define CONFIG_SYS_MONITOR_BASE 0 |
| 84 | #define CONFIG_NR_DRAM_BANKS 1 |
Simon Glass | d2fdaaf | 2011-10-03 19:26:47 +0000 | [diff] [blame] | 85 | |
| 86 | #define CONFIG_BAUDRATE 115200 |
| 87 | #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\ |
| 88 | 115200} |
| 89 | #define CONFIG_SANDBOX_SERIAL |
| 90 | |
| 91 | #define CONFIG_SYS_NO_FLASH |
| 92 | |
| 93 | /* include default commands */ |
| 94 | #include <config_cmd_default.h> |
| 95 | |
| 96 | /* We don't have networking support yet */ |
| 97 | #undef CONFIG_CMD_NET |
| 98 | #undef CONFIG_CMD_NFS |
| 99 | |
Simon Glass | a081a0f | 2013-02-24 20:29:23 +0000 | [diff] [blame] | 100 | #define CONFIG_CMD_HASH |
| 101 | #define CONFIG_HASH_VERIFY |
| 102 | #define CONFIG_SHA1 |
| 103 | #define CONFIG_SHA256 |
| 104 | |
Simon Glass | 6cb5db4 | 2012-12-26 09:53:38 +0000 | [diff] [blame] | 105 | #define CONFIG_CMD_SANDBOX |
| 106 | |
Simon Glass | d2fdaaf | 2011-10-03 19:26:47 +0000 | [diff] [blame] | 107 | #define CONFIG_BOOTARGS "" |
| 108 | |
| 109 | #define CONFIG_EXTRA_ENV_SETTINGS "stdin=serial\0" \ |
| 110 | "stdout=serial\0" \ |
| 111 | "stderr=serial\0" |
| 112 | |
| 113 | #endif |