From e391cbff7ff5217c0bb17515a50c8bd88935eb31 Mon Sep 17 00:00:00 2001 From: Lijian Zhao Date: Tue, 24 Jul 2018 17:46:20 -0700 Subject: mb/intel/coffeelake_rvp: Add whiskey lake rvp Add new mainboard variant of whiskey lake rvp, which is primary validation platform for whiskey lake silicon, support socket DDR4 memory module. BUG=N/A TEST=Build and flash, confirm boot up into kernel on whiskey lake rvp platform. Change-Id: I4a5e8a9ec76d5e55e55ef9bf968825c17fbe9816 Signed-off-by: Lijian Zhao Reviewed-on: https://review.coreboot.org/27628 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- .../variants/whl_u/include/variant/gpio.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/mainboard/intel/coffeelake_rvp/variants/whl_u/include/variant/gpio.h (limited to 'src/mainboard/intel/coffeelake_rvp/variants/whl_u/include/variant') diff --git a/src/mainboard/intel/coffeelake_rvp/variants/whl_u/include/variant/gpio.h b/src/mainboard/intel/coffeelake_rvp/variants/whl_u/include/variant/gpio.h new file mode 100644 index 0000000000..c34a9b3cd9 --- /dev/null +++ b/src/mainboard/intel/coffeelake_rvp/variants/whl_u/include/variant/gpio.h @@ -0,0 +1,21 @@ +/* + * This file is part of the coreboot project. + * + * Copyright 2018 Intel Corporation. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the + * GNU General Public License for more details. + */ + +#ifndef __MAINBOARD_GPIO_H__ +#define __MAINBOARD_GPIO_H__ + +#include + +#endif /* __MAINBOARD_GPIO_H__ */ -- cgit v1.2.3