soc/intel/cannonlake: Dump ME status info before notify EndOfFirmware
commit9637856b533ee6eaa7cd3e1c1b2ec4d816f58dff
authorBora Guvendik <bora.guvendik@intel.com>
Fri, 24 May 2019 21:41:31 +0000 (24 14:41 -0700)
committerDuncan Laurie <dlaurie@chromium.org>
Tue, 28 May 2019 20:13:59 +0000 (28 20:13 +0000)
treed5bf5dfed1dd780ebaf46cfa29d2813e2b314bda
parent48b2adae1c3ba0c23630f912fd7f7c87f0a7528c
soc/intel/cannonlake: Dump ME status info before notify EndOfFirmware

Dumping ME status displays wrong information if we disable Heci1 because
it is called after fsp notifies EndOfFirmware and disables Heci1. This patch
moves the ME status dump before fsp notify EndOfFirmware.

TEST=Boot to OS, check ME dump information

Change-Id: Ifd8b18a41c502c4ecfb84698a7669028394589fd
Signed-off-by: Bora Guvendik <bora.guvendik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32991
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
src/soc/intel/cannonlake/finalize.c
src/soc/intel/cannonlake/include/soc/me.h
src/soc/intel/cannonlake/me.c