summaryrefslogtreecommitdiff
path: root/util/intelp2m/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'util/intelp2m/main.go')
-rw-r--r--util/intelp2m/main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/intelp2m/main.go b/util/intelp2m/main.go
index 64db9fee5a..dc78778016 100644
--- a/util/intelp2m/main.go
+++ b/util/intelp2m/main.go
@@ -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"+