summaryrefslogtreecommitdiffstats
path: root/configs/galileo_defconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-02-02 22:35:28 +0800
committerSimon Glass <sjg@chromium.org>2015-02-06 12:07:41 -0700
commitafee3fb8c807e1ac9713ecb31d895008e3b5251a (patch)
tree5b282d9190037b2218fa7cb74c4ad3b1df94db4b /configs/galileo_defconfig
parent828d9af5eca7404ded18e0ede453f8040fd01f78 (diff)
downloadblackbird-obmc-uboot-afee3fb8c807e1ac9713ecb31d895008e3b5251a.tar.gz
blackbird-obmc-uboot-afee3fb8c807e1ac9713ecb31d895008e3b5251a.zip
x86: Add basic Intel Galileo board support
New board/intel/galileo board directory with minimum codes, plus board dts, defconfig and configuration files. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/galileo_defconfig')
-rw-r--r--configs/galileo_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig
new file mode 100644
index 0000000000..f2086514be
--- /dev/null
+++ b/configs/galileo_defconfig
@@ -0,0 +1,6 @@
+CONFIG_SYS_EXTRA_OPTIONS="SYS_TEXT_BASE=0xfff10000"
+CONFIG_X86=y
+CONFIG_TARGET_GALILEO=y
+CONFIG_OF_CONTROL=y
+CONFIG_OF_SEPARATE=y
+CONFIG_DEFAULT_DEVICE_TREE="galileo"
OpenPOWER on IntegriCloud