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 <scott.worley@microchip.com>
This commit is contained in:
Scott Worley 2021-07-26 15:08:53 -04:00 committed by Christopher Friedt
commit 4cb0020614
2 changed files with 1 additions and 3 deletions

View file

@ -22,8 +22,6 @@
#define ESPI_XEC_VWIRE_SEND_TIMEOUT 100ul #define ESPI_XEC_VWIRE_SEND_TIMEOUT 100ul
#define VW_MAX_GIRQS 2ul #define VW_MAX_GIRQS 2ul
/* Missing HAL value */
#define MEC_ESPI_MSVW08_SRC1_VAL BIT(5)
/* 200ms */ /* 200ms */
#define MAX_OOB_TIMEOUT 200ul #define MAX_OOB_TIMEOUT 200ul

View file

@ -77,7 +77,7 @@ manifest:
groups: groups:
- hal - hal
- name: hal_microchip - name: hal_microchip
revision: b280eec5d3b1296b231117c1999bcd0269b6ecc4 revision: 870d05e6a64ea9548da6b907058b03c8c9420826
path: modules/hal/microchip path: modules/hal/microchip
groups: groups:
- hal - hal