]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: Add Intel Cougar Canyon 2 board
authorBin Meng <bmeng.cn@gmail.com>
Wed, 17 Feb 2016 08:16:25 +0000 (00:16 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 21 Feb 2016 05:42:52 +0000 (13:42 +0800)
commita2e3b05e16c96ccc5929d60457938cd96912d758
tree507b98f4bdf64a0130bee108d6e9aff15b62dddd
parent87077e97d1a72286871d03a6f06903245b9caacd
x86: Add Intel Cougar Canyon 2 board

This adds basic support to Intel Cougar Canyon 2 board, a board
based on Chief River platform with an Ivy Bridge processor and
a Panther Point chipset.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
12 files changed:
arch/x86/cpu/ivybridge/Kconfig
arch/x86/dts/Makefile
arch/x86/dts/cougarcanyon2.dts [new file with mode: 0644]
board/intel/Kconfig
board/intel/cougarcanyon2/Kconfig [new file with mode: 0644]
board/intel/cougarcanyon2/MAINTAINERS [new file with mode: 0644]
board/intel/cougarcanyon2/Makefile [new file with mode: 0644]
board/intel/cougarcanyon2/cougarcanyon2.c [new file with mode: 0644]
board/intel/cougarcanyon2/start.S [new file with mode: 0644]
configs/cougarcanyon2_defconfig [new file with mode: 0644]
doc/README.x86
include/configs/cougarcanyon2.h [new file with mode: 0644]