From a8a4a39adc6604f2193294588a05d2bb6c852abc Mon Sep 17 00:00:00 2001 From: Fabian Meyer Date: Mon, 6 May 2024 16:55:57 +0200 Subject: util/inteltool: Fix Emmitsburg GPIO Group J pad names Pad names now matching soc/intel/xeon_sp/ebg/soc_gpio.c. Test: Generated pad names for ASRock Rack SPC741D8 now compile. Change-Id: Ied53b654f905add86a05bce8c2e366dea9ccf4d3 Signed-off-by: Fabian Meyer Co-authored-by: Yussuf Khalil Reviewed-on: https://review.coreboot.org/c/coreboot/+/82205 Reviewed-by: Angel Pons Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- util/inteltool/gpio_names/emmitsburg.h | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'util/inteltool/gpio_names') diff --git a/util/inteltool/gpio_names/emmitsburg.h b/util/inteltool/gpio_names/emmitsburg.h index 85223967de..e229cc78b9 100644 --- a/util/inteltool/gpio_names/emmitsburg.h +++ b/util/inteltool/gpio_names/emmitsburg.h @@ -283,22 +283,22 @@ static const struct gpio_group emmitsburg_group_h = { }; static const char *const emmitsburg_group_j_names[] = { - "GPPC_J0", "CPUPWRGD", - "GPPC_J1", "CPU_THRMTRIP_N", - "GPPC_J2", "PLTRST_CPU_N", - "GPPC_J3", "TRIGGER0_N", - "GPPC_J4", "TRIGGER1_N", - "GPPC_J5", "CPU_PWER_DEBUG_N", - "GPPC_J6", "CPU_MEMTRIP_N", - "GPPC_J7", "CPU_MSMI_N", - "GPPC_J8", "ME_PECI", - "GPPC_J9", "n/a", // Not described in EDS, add here to take space - "GPPC_J10", "n/a", // Not described in EDS, add here to take space - "GPPC_J11", "n/a", // Not described in EDS, add here to take space - "GPPC_J12", "CPU_ERR0_N", - "GPPC_J13", "CPU_CATERR_N", - "GPPC_J14", "CPU_ERR1_N", - "GPPC_J15", "CPU_ERR2_N", + "GPP_J0", "CPUPWRGD", + "GPP_J1", "CPU_THRMTRIP_N", + "GPP_J2", "PLTRST_CPU_N", + "GPP_J3", "TRIGGER0_N", + "GPP_J4", "TRIGGER1_N", + "GPP_J5", "CPU_PWER_DEBUG_N", + "GPP_J6", "CPU_MEMTRIP_N", + "GPP_J7", "CPU_MSMI_N", + "GPP_J8", "ME_PECI", + "GPP_J9", "n/a", // Not described in EDS, add here to take space + "GPP_J10", "n/a", // Not described in EDS, add here to take space + "GPP_J11", "n/a", // Not described in EDS, add here to take space + "GPP_J12", "CPU_ERR0_N", + "GPP_J13", "CPU_CATERR_N", + "GPP_J14", "CPU_ERR1_N", + "GPP_J15", "CPU_ERR2_N", }; static const struct gpio_group emmitsburg_group_j = { -- cgit v1.2.3