x86: Add chromebook_coral
authorSimon Glass <sjg@chromium.org>
Mon, 9 Dec 2019 00:40:20 +0000 (17:40 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:30 +0000 (11:44 +0800)
commita1d6dc3f84071f05574044f337dbdca70fae495d
tree62e5e63f118c445232cd3f9089b9b831f8f77e86
parent2153e8fbfcf88068f47352b7ea16a4ad7f0602bc
x86: Add chromebook_coral

Add support for coral which is a range of Apollo Lake-based Chromebook
released in 2017. This also includes reef released in 2016, since it is
based on the same SoC.

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