Attention is currently required from: Kapil Porwal.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/74765
to look at the new patch set (#3).
Change subject: soc/intel/cmn/block/cse: Support sending EOP from payload ......................................................................
soc/intel/cmn/block/cse: Support sending EOP from payload
It has been observed that CSE might be busy and might require more time to process the EOP command. Currently any boot time improvement in coreboot leads to increase in EOP processing time hence add support for sending EOP from payload in order to delay it as late as possible.
This improves boot time by ~10ms miliseconds.
BUG=b:279184514 TEST=Verify sending EOP from depthcharge
Signed-off-by: Kapil Porwal kapilporwal@google.com Change-Id: I0fbb9fd0f8522eefad39960ca3167c2ba764f523 --- M src/soc/intel/common/block/cse/Kconfig M src/soc/intel/common/block/cse/cse.c M src/soc/intel/common/block/cse/cse_eop.c 3 files changed, 38 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/74765/3