sb/intel/*/me_status.c: Fix typo
Looks like someone couldn't decide between `enter` and `entry`. According to ME documentation, it should be the latter, so fix it. Change-Id: I971fb667264be97cdffa2b2b0e155f5dcacdaab7 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41108 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Michael Niewöhner Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
f7b2fe6b64
commit
e91af4dc15
|
@ -106,7 +106,7 @@ static const char *me_progress_bup_values[] = {
|
||||||
|
|
||||||
/* Progress Code 3 states */
|
/* Progress Code 3 states */
|
||||||
static const char *me_progress_policy_values[] = {
|
static const char *me_progress_policy_values[] = {
|
||||||
[0x00] = "Entery into Policy Module",
|
[0x00] = "Entry into Policy Module",
|
||||||
[0x03] = "Received S3 entry",
|
[0x03] = "Received S3 entry",
|
||||||
[0x04] = "Received S4 entry",
|
[0x04] = "Received S4 entry",
|
||||||
[0x05] = "Received S5 entry",
|
[0x05] = "Received S5 entry",
|
||||||
|
|
|
@ -107,7 +107,7 @@ static const char *me_progress_bup_values[] = {
|
||||||
|
|
||||||
/* Progress Code 3 states */
|
/* Progress Code 3 states */
|
||||||
static const char *me_progress_policy_values[] = {
|
static const char *me_progress_policy_values[] = {
|
||||||
[ME_HFS2_STATE_POLICY_ENTRY] = "Entery into Policy Module",
|
[ME_HFS2_STATE_POLICY_ENTRY] = "Entry into Policy Module",
|
||||||
[ME_HFS2_STATE_POLICY_RCVD_S3] = "Received S3 entry",
|
[ME_HFS2_STATE_POLICY_RCVD_S3] = "Received S3 entry",
|
||||||
[ME_HFS2_STATE_POLICY_RCVD_S4] = "Received S4 entry",
|
[ME_HFS2_STATE_POLICY_RCVD_S4] = "Received S4 entry",
|
||||||
[ME_HFS2_STATE_POLICY_RCVD_S5] = "Received S5 entry",
|
[ME_HFS2_STATE_POLICY_RCVD_S5] = "Received S5 entry",
|
||||||
|
|
Loading…
Reference in New Issue