mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
4a84cf06aa
Add low level platform initialization for the AST2600 SoC. The 2-stage booting with U-Boot SPL are leveraged to support different booting mode. However, currently the patch supports only the booting from memory-mapped SPI flash. Signed-off-by: Chia-Wei, Wang <chiawei_wang@aspeedtech.com> Reviewed-by: Ryan Chen <ryan_chen@aspeedtech.com>
17 lines
428 B
Text
17 lines
428 B
Text
if ASPEED_AST2600
|
|
|
|
config SYS_CPU
|
|
default "armv7"
|
|
|
|
config TARGET_EVB_AST2600
|
|
bool "EVB-AST2600"
|
|
depends on ASPEED_AST2600
|
|
help
|
|
EVB-AST2600 is Aspeed evaluation board for AST2600A0 chip.
|
|
It has 512M of RAM, 32M of SPI flash, two Ethernet ports,
|
|
4 Serial ports, 4 USB ports, VGA port, PCIe, SD card slot,
|
|
20 pin JTAG, pinouts for 14 I2Cs, 3 SPIs and eSPI, 8 PWMs.
|
|
|
|
source "board/aspeed/evb_ast2600/Kconfig"
|
|
|
|
endif
|