From dc3e7def5f1d0ef05cc26e75a91603dd6889068e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Niew=C3=B6hner?= Date: Sun, 28 Nov 2021 23:53:55 +0100 Subject: mb/clevo/l140cu: make use of the new clevo/it5570e ec driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hook up the new EC driver. Tested: - Fn hotkeys work (brightness, display, volume, tp toggle, ...) - Display lid - Sleep/wake - Camera (including Fn toggle) - Bluetooth (both CNVi and PCIe card) - Wi-Fi (both CNVi and PCIe card) - CMOS options Known issues: - Touchpad toggle needs OS setup; see CB:68791 - UCSI is not implemented; see CB:68791 Change-Id: I28ac401ada2945bb58fe862895458b10fed505fe Signed-off-by: Michael Niewöhner Reviewed-on: https://review.coreboot.org/c/coreboot/+/68795 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/clevo/cml-u/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/mainboard/clevo/cml-u/Kconfig') diff --git a/src/mainboard/clevo/cml-u/Kconfig b/src/mainboard/clevo/cml-u/Kconfig index bd895e2e81..cd22286de7 100644 --- a/src/mainboard/clevo/cml-u/Kconfig +++ b/src/mainboard/clevo/cml-u/Kconfig @@ -20,6 +20,7 @@ config BOARD_CLEVO_CMLU_COMMON config BOARD_CLEVO_L140CU_BASE bool select BOARD_CLEVO_CMLU_COMMON + select EC_CLEVO_IT5570E select HAVE_SPD_IN_CBFS if BOARD_CLEVO_CMLU_COMMON @@ -71,7 +72,7 @@ config SEABIOS_PS2_TIMEOUT depends on PAYLOAD_SEABIOS default 500 -config EC_SYSTEM76_EC_BAT_THRESHOLDS - default n if BOARD_CLEVO_L140CU_BASE +config EC_CLEVO_IT5570E_MEM_BASE + default 0xfe700000 endif -- cgit v1.2.3