util/intelp2m: add Meteor Lake support
Enables parsing Meteor Lake inteltool output into gpio.h pad macros. Change-Id: Iaebd51d587507e68c6f263b92dc61cb6c0411bf8 Signed-off-by: Filip Lewiński <filip.lewinski@3mdeb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81916 Reviewed-by: Maxim <max.senia.poliak@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michał Kopeć <michal.kopec@3mdeb.com>
This commit is contained in:
committed by
Martin L Roth
parent
c42e28f077
commit
7898594b7c
@ -72,7 +72,8 @@ func main() {
|
||||
"\tcnl - CannonLake-LP or Whiskeylake/Coffeelake/Cometlake-U SoC\n"+
|
||||
"\ttgl - TigerLake-H SoC\n"+
|
||||
"\tadl - AlderLake PCH\n"+
|
||||
"\tjsl - Jasper Lake SoC\n")
|
||||
"\tjsl - Jasper Lake SoC\n"+
|
||||
"\tmtl - MeteorLake SoC\n")
|
||||
|
||||
fieldstyle := flag.String("fld", "none", "set fields macros style:\n"+
|
||||
"\tcb - use coreboot style for bit fields macros\n"+
|
||||
|
Reference in New Issue
Block a user