summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/spi
Commit message (Expand)AuthorAgeFilesLines
* soc/amd/common: Make fch_spi_config_modes staticMathew King2021-03-181-1/+1
* soc/amd/common/*/Kconfig: remove unneeded default n for bool optionsFelix Held2021-02-161-2/+0
* soc/amd/common/blocks/lpc: Remove common SPI registersRaul E Rangel2021-02-101-0/+1
* soc/amd/common: simplify conditionals in MakefilesFelix Held2020-11-301-6/+2
* soc/amd/common/block/spi/fch_spi_util.c: Fix read with invalid lengthIgor Bagnucki2020-09-211-1/+1
* amd/common/block/spi: Add EFS SPI configurations to KconfigMatt Papageorge2020-07-301-0/+43
* src/soc/amd: Add include <types.h>Elyes HAOUAS2020-07-281-0/+1
* soc/amd: Use spi_writeX & spi_readX for all spi accessesMartin Roth2020-07-271-10/+6
* soc/amd/common: Move spi access functions into their own fileMartin Roth2020-07-274-39/+61
* soc/amd/common: Refactor and consolidate code for spi baseMartin Roth2020-07-262-27/+25
* Remove new additions of "this file is part of" linesFurquan Shaikh2020-05-131-1/+0
* soc/amd/common/block/spi: Include mmio.h in fch_spi_ctrl.cFurquan Shaikh2020-05-131-0/+1
* soc/amd/common/block/spi: Add support for common SPI configurationFurquan Shaikh2020-05-123-1/+96
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* soc/amd: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* soc/amd/common/block/spi: remove code duplicationAaron Durbin2020-01-035-603/+36
* soc/amd/common: Correct SPI FIFO size checkMarshall Dawson2019-12-271-1/+2
* {nb,soc}: Replace min/max() with MIN/MAX()Elyes HAOUAS2019-12-201-2/+3
* printf: Automatically prefix %p with 0xJulius Werner2019-12-112-2/+2
* src: Remove unused 'include <string.h>'Elyes HAOUAS2019-10-201-1/+0
* soc/amd/common/block/spi/fch_spi_ctrl.c: Fix SPI vendor id codeRichard Spiegel2019-09-262-10/+19
* soc/amd/common/block: Create new SPI codeRichard Spiegel2019-09-216-0/+886