]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: Add support for the samus chromebook
authorSimon Glass <sjg@chromium.org>
Wed, 16 Mar 2016 13:44:43 +0000 (07:44 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:27 +0000 (10:27 +0800)
commit374e78efb0c6739c8c700325acca769d7a9e47de
tree4e626abc6d6bd43beec4b8bdad9025b4ef0e08e7
parente5aa8a9b1593f524af07318d4e84352b06a53402
x86: Add support for the samus chromebook

This adds basic support for chromebook_samus. This is the 2015 Pixel and
is based on an Intel broadwell platform.

Supported so far are:
- Serial
- SPI flash
- SDRAM init (with MRC cache)
- SATA
- Video (on the internal LCD panel)
- Keyboard

Various less-visible drivers are provided to make the above work (e.g. PCH,
power control and LPC).

The platform requires various binary blobs which are documented in the
README. The major missing feature is USB3 since the existing U-Boot support
does not work correctly with Intel XHCI controllers.

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