summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/fast_spi
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-113-3/+0
* soc/intel/common: Fix 16-bit read/write PCI_COMMAND registerElyes HAOUAS2020-05-011-6/+4
* soc/intel/common: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-063-39/+6
* soc: Remove copyright noticesPatrick Georgi2020-03-183-3/+0
* treewide: capitalize 'BIOS'Elyes HAOUAS2020-02-171-1/+1
* drivers/spi/spi_flash: remove spi flash namesAaron Durbin2020-01-281-1/+0
* soc/intel/common/block/fast_spi: don't include all spi flash driversAaron Durbin2020-01-151-0/+1
* {nb,soc}: Replace min/max() with MIN/MAX()Elyes HAOUAS2019-12-201-2/+3
* src/soc/intel: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* soc/intel/apl: Implement power-failure-state APINico Huber2019-08-091-1/+1
* soc/intel/common: Check bios_size and window_size after MIN operationJohn Zhao2019-07-111-1/+1
* Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADERSubrata Banik2019-06-241-1/+1
* soc/intel/common: Check bios_size and window_size after MIN operationJohn Zhao2019-05-291-3/+2
* Clean up unused arch/early_variables.h headerArthur Heymans2019-05-291-1/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-042-2/+2
* drivers/spi: Add controller protection typeRizwan Qureshi2019-01-211-3/+20
* soc/intel/common: Limit BIOS region cache to 16MBLijian Zhao2018-12-041-0/+6
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* src: Get rid of device_tElyes HAOUAS2018-06-141-5/+25
* src/soc: Get rid of whitespace before tabElyes HAOUAS2018-06-041-16/+16
* pci: Move inline PCI functions to pci_ops.hPatrick Rudolph2018-04-201-0/+1
* soc/intel/common/fast_spi: implement spi_flash_ctrlr_protect_region()Aaron Durbin2017-12-162-11/+56
* soc/intel/common/block: Make integer literal unsigned longPaul Menzel2017-11-031-1/+1
* soc/intel/skylake: Fix SPI WP disable status checkRavi Sarawadi2017-09-111-0/+18
* soc/intel/common: Add function to DLOCK PR registersBarnali Sarkar2017-08-252-0/+25
* intel/common/block/fast_spi: Add config option to disable write statusDuncan Laurie2017-08-172-1/+12
* soc/intel/common/block: Modify fast_spi_lock_bar functionBarnali Sarkar2017-07-252-4/+9
* soc/intel/common/block: Add max SPI transaction time-out as 5 secBarnali Sarkar2017-07-241-1/+1
* common/block/fast_spi: Perform SPI offset read after lock down operationSubrata Banik2017-07-211-1/+16
* soc/intel/common/fast_spi: support caching bios in ramstageAaron Durbin2017-06-091-7/+14
* soc/intel/common/block: add bios caching to fast spi moduleAaron Durbin2017-06-051-0/+25
* drivers/spi/spi_flash: Move flash ops to spi_flash_ops structureFurquan Shaikh2017-05-191-5/+8
* drivers/spi/spi_flash: Clean up SPI flash probeFurquan Shaikh2017-05-191-2/+3
* drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functionsFurquan Shaikh2017-05-191-1/+1
* drivers/spi/spi_flash: Pass in flash structure to fill in probeFurquan Shaikh2017-05-191-8/+3
* drivers/spi/spi_flash: Add page_size to struct spi_flashFurquan Shaikh2017-05-191-5/+7
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-051-0/+1
* soc/intel/common: Provide common block fast_spi_flash_ctrlrFurquan Shaikh2017-05-051-0/+15
* soc/intel/common/block: Add Intel common FAST_SPI codeBarnali Sarkar2017-05-015-0/+739