Attention is currently required from: Saurabh Mishra, Subrata Banik.

Ashish Kumar Mishra uploaded patch set #2 to this change.

View Change

block/fast_spi: Use read32p/write32p for spi rw

The current fast_spi impl. uses memcpy for rw. The memcpy impl. for
x86_64 changed to 8 byte copy and due to 4 byte limit, spi rw fails. MRC
cache rw regression observed in existing X86_64 platforms. Hence update
rw ops to use read32p/write32p.

BUG=b:242829490
TEST=Build and boot mtl 64-bit and verified MRC cache working.

Change-Id: I317c7160bf192dd2aeacebf6029a809bc97f3420
Signed-off-by: Ashish Kumar Mishra <ashish.k.mishra@intel.com>
---
M src/soc/intel/common/block/fast_spi/fast_spi_flash.c
1 file changed, 30 insertions(+), 4 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/82079/2

To view, visit change 82079. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I317c7160bf192dd2aeacebf6029a809bc97f3420
Gerrit-Change-Number: 82079
Gerrit-PatchSet: 2
Gerrit-Owner: Ashish Kumar Mishra <ashish.k.mishra@intel.com>
Gerrit-Reviewer: Saurabh Mishra <mishra.saurabh@intel.com>
Gerrit-Reviewer: Subrata Banik <subratabanik@google.com>
Gerrit-Attention: Saurabh Mishra <mishra.saurabh@intel.com>
Gerrit-Attention: Subrata Banik <subratabanik@google.com>
Gerrit-MessageType: newpatchset