summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2016-07-14 00:02:38 +0930
committerJoel Stanley <joel@jms.id.au>2016-07-27 15:44:01 +0930
commit784c705b79b08b3c2c599766ea97ce7de3b32423 (patch)
tree9fab1a8d4e7aa6abf0cd5b263a586fece93939f9 /configs
parenta0ca4ecbeae4ae9632ebc67bf5318dd2ea09c94f (diff)
downloadtalos-obmc-uboot-784c705b79b08b3c2c599766ea97ce7de3b32423.tar.gz
talos-obmc-uboot-784c705b79b08b3c2c599766ea97ce7de3b32423.zip
board/aspeed: Add ast-g4 board
This adds a Aspeed fourth 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_g4_ncsi_defconfig7
-rw-r--r--configs/ast_g4_phy_defconfig8
2 files changed, 15 insertions, 0 deletions
diff --git a/configs/ast_g4_ncsi_defconfig b/configs/ast_g4_ncsi_defconfig
new file mode 100644
index 0000000000..4ee71c5d9a
--- /dev/null
+++ b/configs/ast_g4_ncsi_defconfig
@@ -0,0 +1,7 @@
+CONFIG_ARM=y
+CONFIG_TARGET_AST_G4=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_g4_phy_defconfig b/configs/ast_g4_phy_defconfig
new file mode 100644
index 0000000000..61fd69b468
--- /dev/null
+++ b/configs/ast_g4_phy_defconfig
@@ -0,0 +1,8 @@
+CONFIG_ARM=y
+CONFIG_TARGET_AST_G4=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