]> git.ipfire.org Git - people/ms/u-boot.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)
committerSimon Glass <sjg@chromium.org>
Fri, 6 Feb 2015 19:07:41 +0000 (12:07 -0700)
commitafee3fb8c807e1ac9713ecb31d895008e3b5251a
tree5b282d9190037b2218fa7cb74c4ad3b1df94db4b
parent828d9af5eca7404ded18e0ede453f8040fd01f78
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]