xref: /openbmc/u-boot/include/configs/sandbox.h (revision b994efbd)
1 /*
2  * Copyright (c) 2011 The Chromium OS Authors.
3  * SPDX-License-Identifier:	GPL-2.0+
4  */
5 
6 #ifndef __CONFIG_H
7 #define __CONFIG_H
8 
9 #ifdef FTRACE
10 #define CONFIG_TRACE
11 #define CONFIG_CMD_TRACE
12 #define CONFIG_TRACE_BUFFER_SIZE	(16 << 20)
13 #define CONFIG_TRACE_EARLY_SIZE		(8 << 20)
14 #define CONFIG_TRACE_EARLY
15 #define CONFIG_TRACE_EARLY_ADDR		0x00100000
16 
17 #endif
18 
19 #define CONFIG_IO_TRACE
20 #define CONFIG_CMD_IOTRACE
21 
22 #define CONFIG_SYS_TIMER_RATE		1000000
23 
24 #define CONFIG_BOOTSTAGE
25 #define CONFIG_BOOTSTAGE_REPORT
26 #define CONFIG_CMD_DEMO
27 #define CONFIG_CMD_DM
28 #define CONFIG_DM_DEMO
29 #define CONFIG_DM_DEMO_SIMPLE
30 #define CONFIG_DM_DEMO_SHAPE
31 #define CONFIG_DM_GPIO
32 #define CONFIG_DM_TEST
33 #define CONFIG_DM_SERIAL
34 #define CONFIG_DM_CROS_EC
35 
36 #define CONFIG_SYS_STDIO_DEREGISTER
37 
38 /* Number of bits in a C 'long' on this architecture */
39 #define CONFIG_SANDBOX_BITS_PER_LONG	64
40 
41 #define CONFIG_OF_LIBFDT
42 #define CONFIG_LMB
43 #define CONFIG_CMD_FDT
44 #define CONFIG_ANDROID_BOOT_IMAGE
45 
46 #define CONFIG_FS_FAT
47 #define CONFIG_FAT_WRITE
48 #define CONFIG_FS_EXT4
49 #define CONFIG_EXT4_WRITE
50 #define CONFIG_CMD_FAT
51 #define CONFIG_CMD_EXT4
52 #define CONFIG_CMD_EXT4_WRITE
53 #define CONFIG_CMD_PART
54 #define CONFIG_DOS_PARTITION
55 #define CONFIG_HOST_MAX_DEVICES 4
56 #define CONFIG_CMD_FS_GENERIC
57 #define CONFIG_CMD_MD5SUM
58 
59 #define CONFIG_SYS_VSNPRINTF
60 
61 #define CONFIG_CMD_GPIO
62 #define CONFIG_SANDBOX_GPIO
63 #define CONFIG_SANDBOX_GPIO_COUNT	128
64 
65 #define CONFIG_CMD_GPT
66 #define CONFIG_PARTITION_UUIDS
67 #define CONFIG_EFI_PARTITION
68 
69 /*
70  * Size of malloc() pool, before and after relocation
71  */
72 #define CONFIG_SYS_MALLOC_F_LEN	(1 << 10)
73 #define CONFIG_MALLOC_F_ADDR		0x0010000
74 #define CONFIG_SYS_MALLOC_LEN		(32 << 20)	/* 32MB  */
75 
76 #define CONFIG_SYS_HUSH_PARSER
77 #define CONFIG_SYS_LONGHELP			/* #undef to save memory */
78 #define CONFIG_SYS_CBSIZE		1024	/* Console I/O Buffer Size */
79 
80 /* Print Buffer Size */
81 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
82 #define CONFIG_SYS_MAXARGS	16
83 
84 /* turn on command-line edit/c/auto */
85 #define CONFIG_CMDLINE_EDITING
86 #define CONFIG_COMMAND_HISTORY
87 #define CONFIG_AUTO_COMPLETE
88 #define CONFIG_BOOTDELAY	3
89 
90 #define CONFIG_ENV_SIZE		8192
91 #define CONFIG_ENV_IS_NOWHERE
92 
93 /* SPI - enable all SPI flash types for testing purposes */
94 #define CONFIG_SANDBOX_SPI
95 #define CONFIG_CMD_SF
96 #define CONFIG_CMD_SF_TEST
97 #define CONFIG_CMD_SPI
98 #define CONFIG_SPI_FLASH
99 #define CONFIG_DM_SPI
100 #define CONFIG_DM_SPI_FLASH
101 #define CONFIG_SPI_FLASH_ATMEL
102 #define CONFIG_SPI_FLASH_EON
103 #define CONFIG_SPI_FLASH_GIGADEVICE
104 #define CONFIG_SPI_FLASH_MACRONIX
105 #define CONFIG_SPI_FLASH_SANDBOX
106 #define CONFIG_SPI_FLASH_SPANSION
107 #define CONFIG_SPI_FLASH_SST
108 #define CONFIG_SPI_FLASH_STMICRO
109 #define CONFIG_SPI_FLASH_WINBOND
110 
111 #define CONFIG_DM_I2C
112 #define CONFIG_CMD_I2C
113 #define CONFIG_SYS_I2C_SANDBOX
114 #define CONFIG_I2C_EDID
115 #define CONFIG_I2C_EEPROM
116 
117 /* Memory things - we don't really want a memory test */
118 #define CONFIG_SYS_LOAD_ADDR		0x00000000
119 #define CONFIG_SYS_MEMTEST_START	0x00100000
120 #define CONFIG_SYS_MEMTEST_END		(CONFIG_SYS_MEMTEST_START + 0x1000)
121 #define CONFIG_SYS_FDT_LOAD_ADDR	        0x100
122 
123 #define CONFIG_PHYSMEM
124 
125 /* Size of our emulated memory */
126 #define CONFIG_SYS_SDRAM_BASE		0
127 #define CONFIG_SYS_SDRAM_SIZE		(128 << 20)
128 #define CONFIG_SYS_TEXT_BASE		0
129 #define CONFIG_SYS_MONITOR_BASE	0
130 #define CONFIG_NR_DRAM_BANKS		1
131 
132 #define CONFIG_BAUDRATE			115200
133 #define CONFIG_SYS_BAUDRATE_TABLE	{4800, 9600, 19200, 38400, 57600,\
134 					115200}
135 #define CONFIG_SANDBOX_SERIAL
136 
137 #define CONFIG_SYS_NO_FLASH
138 
139 /* include default commands */
140 #include <config_cmd_default.h>
141 
142 /* We don't have networking support yet */
143 #undef CONFIG_CMD_NET
144 #undef CONFIG_CMD_NFS
145 
146 #define CONFIG_CMD_HASH
147 #define CONFIG_HASH_VERIFY
148 #define CONFIG_SHA1
149 #define CONFIG_SHA256
150 
151 #define CONFIG_TPM_TIS_SANDBOX
152 
153 #define CONFIG_CMD_SANDBOX
154 
155 #define CONFIG_BOOTARGS ""
156 
157 #define CONFIG_CROS_EC
158 #define CONFIG_CMD_CROS_EC
159 #define CONFIG_CROS_EC_SANDBOX
160 #define CONFIG_ARCH_EARLY_INIT_R
161 #define CONFIG_BOARD_LATE_INIT
162 
163 #define CONFIG_SOUND
164 #define CONFIG_SOUND_SANDBOX
165 #define CONFIG_CMD_SOUND
166 
167 #ifndef SANDBOX_NO_SDL
168 #define CONFIG_SANDBOX_SDL
169 #endif
170 
171 /* LCD and keyboard require SDL support */
172 #ifdef CONFIG_SANDBOX_SDL
173 #define CONFIG_LCD
174 #define CONFIG_VIDEO_SANDBOX_SDL
175 #define CONFIG_CMD_BMP
176 #define CONFIG_BOARD_EARLY_INIT_F
177 #define CONFIG_CONSOLE_MUX
178 #define CONFIG_SYS_CONSOLE_IS_IN_ENV
179 #define LCD_BPP			LCD_COLOR16
180 #define CONFIG_LCD_BMP_RLE8
181 
182 #define CONFIG_CROS_EC_KEYB
183 #define CONFIG_KEYBOARD
184 
185 #define CONFIG_EXTRA_ENV_SETTINGS	"stdin=serial,cros-ec-keyb\0" \
186 					"stdout=serial,lcd\0" \
187 					"stderr=serial,lcd\0"
188 #else
189 
190 #define CONFIG_EXTRA_ENV_SETTINGS	"stdin=serial\0" \
191 					"stdout=serial,lcd\0" \
192 					"stderr=serial,lcd\0"
193 #endif
194 
195 #define CONFIG_GZIP_COMPRESSED
196 #define CONFIG_BZIP2
197 #define CONFIG_LZO
198 #define CONFIG_LZMA
199 
200 #define CONFIG_TPM_TIS_SANDBOX
201 
202 #define CONFIG_CMD_LZMADEC
203 
204 #endif
205