]>
Commit | Line | Data |
---|---|---|
746f985a ST |
1 | CONFIG_ARM=y |
2 | CONFIG_TARGET_THUNDERX_88XX=y | |
278b90ce | 3 | CONFIG_SYS_TEXT_BASE=0x00500000 |
a09fea1d | 4 | CONFIG_ENV_SIZE=0x1000 |
d168bcb6 | 5 | CONFIG_NR_DRAM_BANKS=1 |
358b6a20 TR |
6 | CONFIG_DEBUG_UART_BASE=0x87e024000000 |
7 | CONFIG_DEBUG_UART_CLOCK=24000000 | |
a4d88920 | 8 | CONFIG_IDENT_STRING=" for Cavium Thunder CN88XX ARM v8 Multi-Core" |
fb82fe38 | 9 | CONFIG_DEBUG_UART=y |
bb597c0e | 10 | CONFIG_BOOTDELAY=5 |
5abc1a45 SP |
11 | CONFIG_USE_BOOTARGS=y |
12 | CONFIG_BOOTARGS="console=ttyAMA0,115200n8 earlycon=pl011,0x87e024000000 debug maxcpus=48 rootwait rw root=/dev/sda2 coherent_pool=16M" | |
19a97475 | 13 | # CONFIG_DISPLAY_CPUINFO is not set |
84351792 | 14 | # CONFIG_DISPLAY_BOARDINFO is not set |
746f985a | 15 | CONFIG_HUSH_PARSER=y |
d021e942 | 16 | # CONFIG_AUTO_COMPLETE is not set |
746f985a | 17 | CONFIG_SYS_PROMPT="ThunderX_88XX> " |
746f985a ST |
18 | # CONFIG_CMD_EXPORTENV is not set |
19 | # CONFIG_CMD_IMPORTENV is not set | |
20 | # CONFIG_CMD_EDITENV is not set | |
21 | # CONFIG_CMD_SAVEENV is not set | |
22 | # CONFIG_CMD_ENV_EXISTS is not set | |
746f985a | 23 | # CONFIG_CMD_NET is not set |
8c5cad05 | 24 | CONFIG_DEFAULT_DEVICE_TREE="thunderx-88xx" |
8d8ee47e | 25 | CONFIG_SYS_RELOC_GD_ENV_ADDR=y |
746f985a | 26 | CONFIG_DM=y |
8728c97e | 27 | # CONFIG_MMC is not set |
aca5cd27 | 28 | CONFIG_DM_SERIAL=y |
746f985a | 29 | CONFIG_DEBUG_UART_PL011=y |
746f985a | 30 | CONFIG_DEBUG_UART_SKIP_INIT=y |