index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
soc
/
intel
/
common
/
block
/
fast_spi
Age
Commit message (
Expand
)
Author
2021-01-14
build system: Structure and serialize INTERMEDIATE
Patrick Georgi
2021-01-08
*/Makefile.inc: Add some INTERMEDIATE targets to .PHONY
Arthur Heymans
2020-12-08
soc/intel/common/fast_spi: Add Lockdown of extended BIOS region
Srinidhi N Kaushik
2020-12-08
soc/intel/common/fast_spi: Add support for configuring MTRRs
Srinidhi N Kaushik
2020-12-08
soc/intel/common/fast_spi: Add extended decode window support
Srinidhi N Kaushik
2020-12-08
coreboot tables: Add SPI flash memory map windows to coreboot tables
Furquan Shaikh
2020-12-08
soc/intel/common/fast_spi: Add custom boot media device
Furquan Shaikh
2020-09-21
src/soc/intel: Drop unneeded empty lines
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-01
soc/intel/common: Fix 16-bit read/write PCI_COMMAND register
Elyes HAOUAS
2020-04-06
soc/intel/common: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-18
soc: Remove copyright notices
Patrick Georgi
2020-02-17
treewide: capitalize 'BIOS'
Elyes HAOUAS
2020-01-28
drivers/spi/spi_flash: remove spi flash names
Aaron Durbin
2020-01-15
soc/intel/common/block/fast_spi: don't include all spi flash drivers
Aaron Durbin
2019-12-20
{nb,soc}: Replace min/max() with MIN/MAX()
Elyes HAOUAS
2019-12-19
src/soc/intel: Remove unused <stdlib.h>
Elyes HAOUAS
2019-08-09
soc/intel/apl: Implement power-failure-state API
Nico Huber
2019-07-11
soc/intel/common: Check bios_size and window_size after MIN operation
John Zhao
2019-06-24
Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADER
Subrata Banik
2019-05-29
soc/intel/common: Check bios_size and window_size after MIN operation
John Zhao
2019-05-29
Clean up unused arch/early_variables.h header
Arthur Heymans
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-01-21
drivers/spi: Add controller protection type
Rizwan Qureshi
2018-12-04
soc/intel/common: Limit BIOS region cache to 16MB
Lijian Zhao
2018-11-16
src: Remove unneeded include <console/console.h>
Elyes HAOUAS
2018-06-14
src: Get rid of device_t
Elyes HAOUAS
2018-06-04
src/soc: Get rid of whitespace before tab
Elyes HAOUAS
2018-04-20
pci: Move inline PCI functions to pci_ops.h
Patrick Rudolph
2017-12-16
soc/intel/common/fast_spi: implement spi_flash_ctrlr_protect_region()
Aaron Durbin
2017-11-03
soc/intel/common/block: Make integer literal unsigned long
Paul Menzel
2017-09-11
soc/intel/skylake: Fix SPI WP disable status check
Ravi Sarawadi
2017-08-25
soc/intel/common: Add function to DLOCK PR registers
Barnali Sarkar
2017-08-17
intel/common/block/fast_spi: Add config option to disable write status
Duncan Laurie
2017-07-25
soc/intel/common/block: Modify fast_spi_lock_bar function
Barnali Sarkar
2017-07-24
soc/intel/common/block: Add max SPI transaction time-out as 5 sec
Barnali Sarkar
2017-07-21
common/block/fast_spi: Perform SPI offset read after lock down operation
Subrata Banik
2017-06-09
soc/intel/common/fast_spi: support caching bios in ramstage
Aaron Durbin
2017-06-05
soc/intel/common/block: add bios caching to fast spi module
Aaron Durbin
2017-05-19
drivers/spi/spi_flash: Move flash ops to spi_flash_ops structure
Furquan Shaikh
2017-05-19
drivers/spi/spi_flash: Clean up SPI flash probe
Furquan Shaikh
2017-05-19
drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functions
Furquan Shaikh
2017-05-19
drivers/spi/spi_flash: Pass in flash structure to fill in probe
Furquan Shaikh
2017-05-19
drivers/spi/spi_flash: Add page_size to struct spi_flash
Furquan Shaikh
2017-05-05
drivers/spi: Re-factor spi_crop_chunk
Furquan Shaikh
2017-05-05
soc/intel/common: Provide common block fast_spi_flash_ctrlr
Furquan Shaikh
2017-05-01
soc/intel/common/block: Add Intel common FAST_SPI code
Barnali Sarkar