From 4cb0020614f4494ce2c7779c0ccd1b1777e00727 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Mon, 26 Jul 2021 15:08:53 -0400 Subject: [PATCH] modules: hal_microchip: Update Microchip HAL to version 1.2.1 Microchip HAL update used by MEC152x projects with eSPI definition changes. Remove hack from XEC ESPI driver since the missing symbol is in the HAL. Signed-off-by: Scott Worley --- drivers/espi/espi_mchp_xec.c | 2 -- west.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/espi/espi_mchp_xec.c b/drivers/espi/espi_mchp_xec.c index bc835ac37e1..51517d534ab 100644 --- a/drivers/espi/espi_mchp_xec.c +++ b/drivers/espi/espi_mchp_xec.c @@ -22,8 +22,6 @@ #define ESPI_XEC_VWIRE_SEND_TIMEOUT 100ul #define VW_MAX_GIRQS 2ul -/* Missing HAL value */ -#define MEC_ESPI_MSVW08_SRC1_VAL BIT(5) /* 200ms */ #define MAX_OOB_TIMEOUT 200ul diff --git a/west.yml b/west.yml index 7893c5a25ab..7d89b15f341 100644 --- a/west.yml +++ b/west.yml @@ -77,7 +77,7 @@ manifest: groups: - hal - name: hal_microchip - revision: b280eec5d3b1296b231117c1999bcd0269b6ecc4 + revision: 870d05e6a64ea9548da6b907058b03c8c9420826 path: modules/hal/microchip groups: - hal