From f9b2a49f57c153c7358f9769234c0cefdf4de8d4 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Wed, 13 Jul 2016 16:39:06 +0930 Subject: 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 --- configs/ast_g5_ncsi_defconfig | 7 +++++++ configs/ast_g5_phy_defconfig | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 configs/ast_g5_ncsi_defconfig create mode 100644 configs/ast_g5_phy_defconfig (limited to 'configs') 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 -- cgit v1.2.1