summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2016-07-13 16:39:06 +0930
committerJoel Stanley <joel@jms.id.au>2016-07-27 15:44:02 +0930
commitf9b2a49f57c153c7358f9769234c0cefdf4de8d4 (patch)
tree4b8c68ec844541a8d065211330900bb5c226d428 /configs
parent784c705b79b08b3c2c599766ea97ce7de3b32423 (diff)
downloadblackbird-obmc-uboot-f9b2a49f57c153c7358f9769234c0cefdf4de8d4.tar.gz
blackbird-obmc-uboot-f9b2a49f57c153c7358f9769234c0cefdf4de8d4.zip
board/aspeed: Add ast-g5 board
This adds a Aspeed fifth generation board with defconfigs for a system with NCSI and with a directly attached PHY configuration. Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'configs')
-rw-r--r--configs/ast_g5_ncsi_defconfig7
-rw-r--r--configs/ast_g5_phy_defconfig8
2 files changed, 15 insertions, 0 deletions
diff --git a/configs/ast_g5_ncsi_defconfig b/configs/ast_g5_ncsi_defconfig
new file mode 100644
index 0000000000..6d11afbbc6
--- /dev/null
+++ b/configs/ast_g5_ncsi_defconfig
@@ -0,0 +1,7 @@
+CONFIG_ARM=y
+CONFIG_TARGET_AST_G5=y
+CONFIG_SYS_PROMPT="ast# "
+CONFIG_CMD_DHCP=y
+CONFIG_CMD_PING=y
+CONFIG_SPI_FLASH=y
+CONFIG_SYS_NS16550=y
diff --git a/configs/ast_g5_phy_defconfig b/configs/ast_g5_phy_defconfig
new file mode 100644
index 0000000000..20f62e08f5
--- /dev/null
+++ b/configs/ast_g5_phy_defconfig
@@ -0,0 +1,8 @@
+CONFIG_ARM=y
+CONFIG_TARGET_AST_G5=y
+CONFIG_ASPEED_NET_PHY=y
+CONFIG_SYS_PROMPT="ast# "
+CONFIG_CMD_DHCP=y
+CONFIG_CMD_PING=y
+CONFIG_SPI_FLASH=y
+CONFIG_SYS_NS16550=y
OpenPOWER on IntegriCloud