summaryrefslogtreecommitdiffstats
path: root/include/configs/ast-g4-ncsi.h
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 /include/configs/ast-g4-ncsi.h
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 'include/configs/ast-g4-ncsi.h')
-rw-r--r--include/configs/ast-g4-ncsi.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/include/configs/ast-g4-ncsi.h b/include/configs/ast-g4-ncsi.h
new file mode 100644
index 0000000000..8191dfcd39
--- /dev/null
+++ b/include/configs/ast-g4-ncsi.h
@@ -0,0 +1,29 @@
+/*
+ * Copyright 2016 IBM Corporation
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
+ *
+ */
+
+#ifndef __AST_G4_NCSI_CONFIG_H
+#define __AST_G4_NCSI_CONFIG_H
+
+#define CONFIG_ARCH_AST2400
+#define CONFIG_SYS_LOAD_ADDR 0x43000000
+
+#define CONFIG_MISC_INIT_R
+
+#include <configs/ast-common.h>
+
+/* Ethernet */
+#define CONFIG_LIB_RAND
+#define CONFIG_ASPEEDNIC
+
+/* platform.S settings */
+#define CONFIG_CPU_420 1
+#define CONFIG_DRAM_528 1
+
+#endif /* __AST_G4_NCSI_CONFIG_H */
OpenPOWER on IntegriCloud