From c420ef67e5799d80b807c2866576bf3881893cbf Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 13 Nov 2016 14:24:54 -0700 Subject: rockchip: Add support for veyron-minnie (ASUS Chromebook Flip) This adds support for the Asus Chromebook Flip, an RK3288-based clamshell device which can flip into 'tablet' mode. The device tree file comes from Linux v4.8. The SDRAM parameters are for 4GB Samsung LPDDR3. Signed-off-by: Simon Glass --- board/google/veyron/Kconfig | 16 ++++++++++++++++ board/google/veyron/MAINTAINERS | 7 +++++++ 2 files changed, 23 insertions(+) (limited to 'board/google') diff --git a/board/google/veyron/Kconfig b/board/google/veyron/Kconfig index a99190f..770e9aa 100644 --- a/board/google/veyron/Kconfig +++ b/board/google/veyron/Kconfig @@ -29,3 +29,19 @@ config BOARD_SPECIFIC_OPTIONS # dummy def_bool y endif + +if TARGET_CHROMEBOOK_MINNIE + +config SYS_BOARD + default "veyron" + +config SYS_VENDOR + default "google" + +config SYS_CONFIG_NAME + default "veyron" + +config BOARD_SPECIFIC_OPTIONS # dummy + def_bool y + +endif diff --git a/board/google/veyron/MAINTAINERS b/board/google/veyron/MAINTAINERS index e44e1a9..d582cb0 100644 --- a/board/google/veyron/MAINTAINERS +++ b/board/google/veyron/MAINTAINERS @@ -11,3 +11,10 @@ S: Maintained F: board/google/veyron/ F: include/configs/veyron.h F: configs/chromebit_mickey_defconfig + +CHROMEBIT MINNIE BOARD +M: Simon Glass +S: Maintained +F: board/google/veyron/ +F: include/configs/veyron.h +F: configs/chromebit_minnie_defconfig -- cgit v1.1