summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/fast_spi
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-01soc/intel/common: Fix 16-bit read/write PCI_COMMAND registerElyes HAOUAS
2020-04-06soc/intel/common: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-18soc: Remove copyright noticesPatrick Georgi
2020-02-17treewide: capitalize 'BIOS'Elyes HAOUAS
2020-01-28drivers/spi/spi_flash: remove spi flash namesAaron Durbin
2020-01-15soc/intel/common/block/fast_spi: don't include all spi flash driversAaron Durbin
2019-12-20{nb,soc}: Replace min/max() with MIN/MAX()Elyes HAOUAS
2019-12-19src/soc/intel: Remove unused <stdlib.h>Elyes HAOUAS
2019-08-09soc/intel/apl: Implement power-failure-state APINico Huber
2019-07-11soc/intel/common: Check bios_size and window_size after MIN operationJohn Zhao
2019-06-24Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADERSubrata Banik
2019-05-29soc/intel/common: Check bios_size and window_size after MIN operationJohn Zhao
2019-05-29Clean up unused arch/early_variables.h headerArthur Heymans
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-01-21drivers/spi: Add controller protection typeRizwan Qureshi
2018-12-04soc/intel/common: Limit BIOS region cache to 16MBLijian Zhao
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-06-14src: Get rid of device_tElyes HAOUAS
2018-06-04src/soc: Get rid of whitespace before tabElyes HAOUAS
2018-04-20pci: Move inline PCI functions to pci_ops.hPatrick Rudolph
2017-12-16soc/intel/common/fast_spi: implement spi_flash_ctrlr_protect_region()Aaron Durbin
2017-11-03soc/intel/common/block: Make integer literal unsigned longPaul Menzel
2017-09-11soc/intel/skylake: Fix SPI WP disable status checkRavi Sarawadi
2017-08-25soc/intel/common: Add function to DLOCK PR registersBarnali Sarkar
2017-08-17intel/common/block/fast_spi: Add config option to disable write statusDuncan Laurie
2017-07-25soc/intel/common/block: Modify fast_spi_lock_bar functionBarnali Sarkar
2017-07-24soc/intel/common/block: Add max SPI transaction time-out as 5 secBarnali Sarkar
2017-07-21common/block/fast_spi: Perform SPI offset read after lock down operationSubrata Banik
2017-06-09soc/intel/common/fast_spi: support caching bios in ramstageAaron Durbin
2017-06-05soc/intel/common/block: add bios caching to fast spi moduleAaron Durbin
2017-05-19drivers/spi/spi_flash: Move flash ops to spi_flash_ops structureFurquan Shaikh
2017-05-19drivers/spi/spi_flash: Clean up SPI flash probeFurquan Shaikh
2017-05-19drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functionsFurquan Shaikh
2017-05-19drivers/spi/spi_flash: Pass in flash structure to fill in probeFurquan Shaikh
2017-05-19drivers/spi/spi_flash: Add page_size to struct spi_flashFurquan Shaikh
2017-05-05drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh
2017-05-05soc/intel/common: Provide common block fast_spi_flash_ctrlrFurquan Shaikh
2017-05-01soc/intel/common/block: Add Intel common FAST_SPI codeBarnali Sarkar