Change in coreboot[master]: soc/intel/common/block: [WIP]Add Intel common FAST_SPI code
Hello build bot (Jenkins), Pratikkumar Prajapati, I'd like you to reexamine a change. Please visit https://review.coreboot.org/18557 to look at the new patch set (#18). Change subject: soc/intel/common/block: [WIP]Add Intel common FAST_SPI code ...................................................................... soc/intel/common/block: [WIP]Add Intel common FAST_SPI code Create Intel Common FAST_SPI Controller code. This code currently only contains the code for SPI initialization required in Bootblock phase, which has the following programming - * Get BIOS Rom Region Size * Enable SPIBAR * Disable the BIOS write protect so write commands are allowed * Enable SPI Prefetching and Caching. * SPI Controller register offsets in the common header fast_spi.h More code will get added up in the subsequent phases. Change-Id: I046e3b30c8efb172851dd17f49565c9ec4cb38cb Signed-off-by: Barnali Sarkar <barnali.sarkar@intel.com> --- A src/soc/intel/common/block/fast_spi/Kconfig A src/soc/intel/common/block/fast_spi/Makefile.inc A src/soc/intel/common/block/fast_spi/fast_spi.c A src/soc/intel/common/block/include/intelblocks/fast_spi.h A src/soc/intel/common/block/include/intelblocks/fast_spi_def.h 5 files changed, 371 insertions(+), 0 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/18557/18 -- To view, visit https://review.coreboot.org/18557 To unsubscribe, visit https://review.coreboot.org/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I046e3b30c8efb172851dd17f49565c9ec4cb38cb Gerrit-PatchSet: 18 Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Owner: Barnali Sarkar <barnali.sarkar@intel.com> Gerrit-Reviewer: Aamir Bohra <aamir.bohra@intel.com> Gerrit-Reviewer: Aaron Durbin <adurbin@chromium.org> Gerrit-Reviewer: Balaji Manigandan <balaji.manigandan@intel.com> Gerrit-Reviewer: Barnali Sarkar <barnali.sarkar@intel.com> Gerrit-Reviewer: Furquan Shaikh <furquan@google.com> Gerrit-Reviewer: Hannah Williams <hannah.williams@intel.com> Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net> Gerrit-Reviewer: Pratikkumar Prajapati <pratikkumar.v.prajapati@intel.corp-partner.google.com> Gerrit-Reviewer: Subrata Banik <subrata.banik@intel.com> Gerrit-Reviewer: build bot (Jenkins)
participants (1)
-
Barnali Sarkar (Code Review)