From 53461ad1f89f31a091d6e055dedbb9c0b014ac86 Mon Sep 17 00:00:00 2001 From: zhaojohn Date: Mon, 21 Aug 2017 21:50:10 -0400 Subject: src/mainboard/intel/cannonlake: Add gpio support for cannonlake Add gpio pins configuration for cannonlake rvp u/y boards. Change-Id: Ia077a070979401fe7bd23bda110d2b66a038d9fc Signed-off-by: john zhao Reviewed-on: https://review.coreboot.org/21139 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- .../variants/cnl_u/include/variant/gpio.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/mainboard/intel/cannonlake_rvp/variants/cnl_u/include/variant/gpio.h (limited to 'src/mainboard/intel/cannonlake_rvp/variants/cnl_u/include') diff --git a/src/mainboard/intel/cannonlake_rvp/variants/cnl_u/include/variant/gpio.h b/src/mainboard/intel/cannonlake_rvp/variants/cnl_u/include/variant/gpio.h new file mode 100644 index 0000000000..4b6f579013 --- /dev/null +++ b/src/mainboard/intel/cannonlake_rvp/variants/cnl_u/include/variant/gpio.h @@ -0,0 +1,21 @@ +/* + * This file is part of the coreboot project. + * + * Copyright 2017 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