]> git.sur5r.net Git - u-boot/commit
x86: Support Intel Cherry Hill board
authorBin Meng <bmeng.cn@gmail.com>
Wed, 16 Aug 2017 05:42:02 +0000 (22:42 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sat, 16 Sep 2017 06:57:44 +0000 (14:57 +0800)
commiteb45787b396f197f2d4c3bc3556c48421528f62b
treeceb6aa913e7685dee331ef5dbef929ec940eaf4b
parent507f1024b8f2659e78324ce459f5965de4232c24
x86: Support Intel Cherry Hill board

This adds support to Intel Cherry Hill board, a board based on
Intel Braswell SoC. The following devices are validated:

- serial port as the serial console
- on-board Realtek 8169 ethernet controller
- SATA AHCI controller
- EMMC/SDHC controller
- USB 3.0 xHCI controller
- PCIe x1 slot with a graphics card
- ICH SPI controller with an 8MB Macronix SPI flash
- Integrated graphics device as the video console

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