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
2022-04-23
soc/intel/cmn/fast_spi: Include SAF_CE (bit 8) bit to clear HSFSTS reg
Subrata Banik
2022-04-20
soc/intel/cmn/{block, pch}: Migrate GPMR driver
Subrata Banik
2022-04-19
soc/intel/cmn/fast_spi: Add API to set SPI controller VCL
Subrata Banik
2022-04-19
soc/intel/cmn/fast_spi: Add API to clear outstanding SPI status
Subrata Banik
2022-04-19
soc/intel/cmn/fast_spi: Add API to check if SPI Cycle In Progress
Subrata Banik
2022-04-19
soc/intel/cmn/fast_spi: Use tab instead space
Subrata Banik
2022-04-02
soc/intel/common/block/fast_spi: Refactor ROM caching implementation
Subrata Banik
2022-03-17
soc/intel/common/fast_spi: support caching `ext_bios` in ramstage
Subrata Banik
2022-02-26
soc/intel/fast_spi: Check SPI Cycle In-Progress prior start HW Seq
Subrata Banik
2022-02-17
src/soc: Remove space before tab
Elyes Haouas
2022-02-07
treewide: Remove "ERROR: "/"WARN: " prefixes from log messages
Julius Werner
2021-10-26
soc/intel: Update api name for getting spi destination id
Wonkyu Kim
2021-10-05
src/soc to src/superio: Fix spelling errors
Martin Roth
2021-07-02
arch/x86: Add X86_CUSTOM_BOOTMEDIA
Raul E Rangel
2021-06-21
security/intel: Add option to enable SMM flash access only
Angel Pons
2021-04-16
soc/intel/common/block/fast_spi: Add flash PRR34 lock
Marc Jones
2021-04-06
soc/intel/common: Prevent SMI storm when setting SPI WPD bit
Angel Pons
2021-03-13
soc/intel/common/fast_spi: Fix check-fmap-16mib-crossing check
Furquan Shaikh
2021-03-13
soc/intel/fast_spi/Makefile: Rewrite 16mib check for legibility
Nico Huber
2021-03-13
soc/intel/fast_spi/Makefile: Fix exit of 16mib-check recipe
Nico Huber
2021-03-12
soc/intel/common/block/fast_spi: Clean up header
Angel Pons
2021-02-18
soc/intel/common: Drop unused `fast_spi_flash_read_wpsr` function
Angel Pons
2021-02-18
soc/intel/common/block/fast_spi: Define __SIMPLE_DEVICE__
Angel Pons
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