From 07e6499b4813101997f336da9bfce3e02d048de3 Mon Sep 17 00:00:00 2001 From: Aamir Bohra Date: Thu, 22 Nov 2018 17:07:11 +0530 Subject: mb/intel/icelake_rvp: Add EC acpi support code This implementation adds below changes: 1. Add chrome ec asl support for iclrvp. 2. EC SCI, SMI, S3/S5 wake events. 3. Wake pin and EC SMI GPE confiiguration. Change-Id: Ie95da92f7125e56fe9ef9d57a1098278c308918e Signed-off-by: Aamir Bohra Reviewed-on: https://review.coreboot.org/c/29797 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) --- .../icelake_rvp/variants/icl_y/include/variant/ec.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/mainboard/intel/icelake_rvp/variants/icl_y/include/variant/ec.h (limited to 'src/mainboard/intel/icelake_rvp/variants/icl_y') diff --git a/src/mainboard/intel/icelake_rvp/variants/icl_y/include/variant/ec.h b/src/mainboard/intel/icelake_rvp/variants/icl_y/include/variant/ec.h new file mode 100644 index 0000000000..af41bf4008 --- /dev/null +++ b/src/mainboard/intel/icelake_rvp/variants/icl_y/include/variant/ec.h @@ -0,0 +1,21 @@ +/* + * This file is part of the coreboot project. + * + * Copyright (C) 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_EC_H__ +#define __MAINBOARD_EC_H__ + +#include + +#endif /* __MAINBOARD_EC_H__ */ -- cgit v1.2.3