]>
Commit | Line | Data |
---|---|---|
746f985a | 1 | CONFIG_ARM=y |
abf8d963 | 2 | CONFIG_COUNTER_FREQUENCY=25165824 |
746f985a | 3 | CONFIG_TARGET_THUNDERX_88XX=y |
98463903 | 4 | CONFIG_TEXT_BASE=0x00500000 |
9802154a | 5 | CONFIG_SYS_MALLOC_LEN=0x101000 |
e0568924 | 6 | CONFIG_SYS_MALLOC_F_LEN=0x400 |
d168bcb6 | 7 | CONFIG_NR_DRAM_BANKS=1 |
554e5514 | 8 | CONFIG_ENV_SIZE=0x1000 |
2bba7807 | 9 | CONFIG_DEFAULT_DEVICE_TREE="thunderx-88xx" |
1247c35c | 10 | CONFIG_SYS_PROMPT="ThunderX_88XX> " |
358b6a20 TR |
11 | CONFIG_DEBUG_UART_BASE=0x87e024000000 |
12 | CONFIG_DEBUG_UART_CLOCK=24000000 | |
a4d88920 | 13 | CONFIG_IDENT_STRING=" for Cavium Thunder CN88XX ARM v8 Multi-Core" |
d46e86d2 | 14 | CONFIG_SYS_LOAD_ADDR=0x500000 |
fb82fe38 | 15 | CONFIG_DEBUG_UART=y |
eaf6ea6a TR |
16 | CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y |
17 | CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x57fff0 | |
a8c281d4 | 18 | CONFIG_REMAKE_ELF=y |
bb597c0e | 19 | CONFIG_BOOTDELAY=5 |
5abc1a45 SP |
20 | CONFIG_USE_BOOTARGS=y |
21 | CONFIG_BOOTARGS="console=ttyAMA0,115200n8 earlycon=pl011,0x87e024000000 debug maxcpus=48 rootwait rw root=/dev/sda2 coherent_pool=16M" | |
19a97475 | 22 | # CONFIG_DISPLAY_CPUINFO is not set |
84351792 | 23 | # CONFIG_DISPLAY_BOARDINFO is not set |
746f985a | 24 | CONFIG_HUSH_PARSER=y |
d021e942 | 25 | # CONFIG_AUTO_COMPLETE is not set |
cf493582 | 26 | CONFIG_SYS_MAXARGS=64 |
d31466b3 | 27 | CONFIG_SYS_CBSIZE=512 |
d0ee7f29 | 28 | CONFIG_SYS_PBSIZE=544 |
c45568cc | 29 | CONFIG_SYS_BOOTM_LEN=0x800000 |
746f985a ST |
30 | # CONFIG_CMD_EXPORTENV is not set |
31 | # CONFIG_CMD_IMPORTENV is not set | |
32 | # CONFIG_CMD_EDITENV is not set | |
33 | # CONFIG_CMD_SAVEENV is not set | |
34 | # CONFIG_CMD_ENV_EXISTS is not set | |
746f985a | 35 | # CONFIG_CMD_NET is not set |
8d8ee47e | 36 | CONFIG_SYS_RELOC_GD_ENV_ADDR=y |
8728c97e | 37 | # CONFIG_MMC is not set |
aca5cd27 | 38 | CONFIG_DM_SERIAL=y |
746f985a | 39 | CONFIG_DEBUG_UART_SKIP_INIT=y |