Move eSPI files to board common code

The eSPI logic is the same for all TGL boards using it. None of it is
moved to IT5570E due to the call to power_cpu_reset().

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2021-06-11 10:37:07 -06:00
committed by Jeremy Soller
parent 8ea0403850
commit 3f446e5c6e
6 changed files with 9 additions and 420 deletions

View File

@@ -1,12 +0,0 @@
// SPDX-License-Identifier: GPL-3.0-only
#ifndef _BOARD_ESPI_H
#define _BOARD_ESPI_H
#include <ec/espi.h>
void espi_init(void);
void espi_reset(void);
void espi_event(void);
#endif // _BOARD_ESPI_H