diff options
author | Fabian Meyer <fabian.meyer@student.kit.edu> | 2024-05-06 16:55:57 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-05-13 15:09:45 +0000 |
commit | a8a4a39adc6604f2193294588a05d2bb6c852abc (patch) | |
tree | 6ac87e23d7d38a7e3256f10f811e0a946ec3d873 /util/inteltool/gpio_names | |
parent | 6fe35343b1b6acbc4187ab72c7fd47b2e4c7110f (diff) |
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 <fabian.meyer@student.kit.edu>
Co-authored-by: Yussuf Khalil <yussuf.khalil@kit.edu>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82205
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/inteltool/gpio_names')
-rw-r--r-- | util/inteltool/gpio_names/emmitsburg.h | 32 |
1 files changed, 16 insertions, 16 deletions
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 = { |