aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/intelp2m/fields/fsp/fsp.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/intelp2m/fields/fsp/fsp.go b/util/intelp2m/fields/fsp/fsp.go
index be3cde9dab..f7d3f3a007 100644
--- a/util/intelp2m/fields/fsp/fsp.go
+++ b/util/intelp2m/fields/fsp/fsp.go
@@ -121,10 +121,10 @@ func (FieldMacros) DecodeDW0() {
&field {
configmap : map[uint8]string {
- 0: "GpioResetPwrGood",
- 1: "GpioResetDeep",
- 2: "GpioResetNormal",
- 3: "GpioResetResume",
+ 0: "GpioResetPwrGood", // TODO: Has multiple values (to GPP and GPD)
+ 1: "GpioHostDeepReset",
+ 2: "GpioPlatformReset",
+ 3: "GpioResumeReset",
},
value : dw0.GetResetConfig(),
},