Attention is currently required from: Furquan Shaikh, Angel Pons, Patrick Rudolph. Hello build bot (Jenkins), Furquan Shaikh, Tim Wawrzynczak, Angel Pons, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/58064
to look at the new patch set (#4).
Change subject: soc/intel/common/../cse: Helper function to check CSE device `devfn` status ......................................................................
soc/intel/common/../cse: Helper function to check CSE device `devfn` status
This patch creates a helper function in cse common code block to check the status of all CSE `devfn`. Example: CSE, CSE_2, IDER, KT, CSE_3 and CSE_4.
Currently cse common code is only able to read the device state of `PCH_DEVFN_CSE` CSE device alone.
Additionally, print `slot` and 'func' number of CSE devices in case the device is either disable or hidden.
BUG=b:200644229 TEST=Able to build and boot ADLRVP-P with this patch where the serial message listed the CSE devices that are disabled in the device tree as below:
HECI: CSE device 16.01 is disabled HECI: CSE device 16.04 is disabled HECI: CSE device 16.05 is disabled
Signed-off-by: Subrata Banik subrata.banik@intel.com Change-Id: I208b07e89e3aa9d682837380809fbff01ea225b0 --- M src/soc/intel/common/block/cse/cse.c M src/soc/intel/common/block/include/intelblocks/cse.h 2 files changed, 18 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/58064/4