util/intelp2m: Support Jasper Lake

Support generating Jasper Lake GPIO configuration from inteltool logs

Change-Id: I519d27e0c91c8d9159224d9bc1c6e49c83270b7a
Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78093
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Maxim <max.senia.poliak@gmail.com>
This commit is contained in:
Jonathon Hall
2023-01-27 18:05:30 -05:00
committed by Felix Held
parent 89aee538a9
commit 1af3e3c5f8
5 changed files with 152 additions and 4 deletions

View File

@ -70,7 +70,8 @@ func main() {
"\tlbg - Lewisburg PCH with Xeon SP\n"+
"\tapl - Apollo Lake SoC\n"+
"\tcnl - CannonLake-LP or Whiskeylake/Coffeelake/Cometlake-U SoC\n"+
"\tadl - AlderLake PCH\n")
"\tadl - AlderLake PCH\n"+
"\tjsl - Jasper Lake SoC\n")
fieldstyle := flag.String("fld", "none", "set fields macros style:\n"+
"\tcb - use coreboot style for bit fields macros\n"+