]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add basic Intel Galileo board support
authorBin Meng <bmeng.cn@gmail.com>
Mon, 2 Feb 2015 14:35:28 +0000 (22:35 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:59:11 +0000 (12:59 +0200)
commit5203dabfa6e247897bcdbd57ba9711b1f50edaa1
treebae75804f1e1c09d85991b4ed1b4aa5257bf8908
parent2f2b603dccc106fecad71b97fe1c7d44d46013cb
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>
arch/x86/dts/Makefile
arch/x86/dts/galileo.dts [new file with mode: 0644]
board/intel/galileo/Kconfig [new file with mode: 0644]
board/intel/galileo/MAINTAINERS [new file with mode: 0644]
board/intel/galileo/Makefile [new file with mode: 0644]
board/intel/galileo/galileo.c [new file with mode: 0644]
board/intel/galileo/start.S [new file with mode: 0644]
configs/galileo_defconfig [new file with mode: 0644]
include/configs/galileo.h [new file with mode: 0644]