sb/intel/bd82x6x/me.h: Add missing definitions
Two ME current working state definitions are missing. They are needed for CB:85413. Get them from intelmetool. Change-Id: Ie163c4b29155e3fd44f0cb3096f825c84da37559 Signed-off-by: Keith Hui <buurin@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87394 Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
2f62dd8a6b
commit
6322be7992
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@
|
|||
#define ME_HFS_CWS_RESET 0
|
||||
#define ME_HFS_CWS_INIT 1
|
||||
#define ME_HFS_CWS_REC 2
|
||||
#define ME_HFS_CWS_TEST 3
|
||||
#define ME_HFS_CWS_DISABLED 4
|
||||
#define ME_HFS_CWS_NORMAL 5
|
||||
#define ME_HFS_CWS_WAIT 6
|
||||
#define ME_HFS_CWS_TRANS 7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue