summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/lpc
Commit message (Expand)AuthorAgeFilesLines
* commonlib: Substitude macro "__unused" in compiler.hBill XIE2022-07-141-2/+4
* soc/amd/common/block/lpc/lpc.c: Remove duplicated includeElyes Haouas2022-07-081-1/+0
* soc,sb/amd: Change SPI controller resourceKyösti Mälkki2022-06-281-2/+1
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-1/+1
* soc/amd/common/include/espi: reduce visibility of IO/MMIO decode definesFelix Held2022-05-061-48/+67
* soc/amd/common/include/espi: generalize IO/MMIO decode range macrosFelix Held2022-05-061-4/+4
* soc/amd/common/block/lpc/espi: Add support for ALERT_ENABLE bitRaul E Rangel2022-04-273-3/+15
* soc/amd/common/block/lpc: Add support to not clear port80 enableKarthikeyan Ramasubramanian2022-03-292-1/+12
* soc/amd/common: move FCH IOAPIC and HPET init from SMBUs to LPC deviceFelix Held2022-03-221-0/+11
* soc/amd/*/lpc: rename SPIROM_BASE_ADDRESS_REGISTERFelix Held2022-03-092-11/+11
* src: Make PCI ID define names shorterFelix Singer2022-03-071-3/+3
* soc/amd/common/block/lpc/espi_util: use __fallthroughFelix Held2022-02-221-5/+5
* soc/amd/common/block/lpc/espi_util: add decode range register helpersFelix Held2022-02-111-18/+48
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-072-25/+23
* soc/amd/common/lpc/espi_util: move register definitions to header fileFelix Held2022-01-072-48/+56
* soc/amd/common/block/espi: use lower case hex digits in definitionsFelix Held2022-01-071-7/+7
* soc/amd/common/lpc/espi_util: handle espi_get_configuration errorFelix Held2022-01-071-1/+2
* src: Drop duplicated includesElyes HAOUAS2022-01-011-1/+0
* soc/amd/common/lpc/espi_util: use enum cb_err type for return valuesFelix Held2021-12-201-25/+25
* soc/amd/common/lpc/espi_util: use enum cb_err type for return valuesFelix Held2021-12-201-71/+75
* soc/amd/common/lpc/espi_util: simplify espi_configure_decodesFelix Held2021-12-201-5/+4
* soc/amd/common/lpc/espi_util: simplify espi_get_general_configurationFelix Held2021-12-201-2/+1
* soc/amd: use KiB and MiB definitionsFelix Held2021-12-081-1/+1
* soc/amd/common/block/lpc: use 32 bit accesses in lpc_enable_port80Felix Held2021-11-291-4/+4
* soc/amd/common/block/lpc/lpc_util: drop lpc_enable_pci_port80Felix Held2021-11-291-9/+0
* soc/amd/common/block: Add spi_hw mutexRaul E Rangel2021-11-151-0/+12
* soc/amd/common/block/lpc: Set FSP-S/M alignment to 64 when using SPI DMARaul E Rangel2021-11-121-1/+9
* soc/amd/common/block/lpc: Set CBFS_CACHE_ALIGN to 64 when using SPI DMARaul E Rangel2021-11-041-0/+6
* include/device/pci_ids,soc/amd/common/block/lpc: drop duplicate PCI IDsFelix Held2021-11-021-1/+2
* amd/lpc: Remove the weak functionZheng Bao2021-11-011-5/+0
* soc/amd/common/block/lpc/Makefile: simplify handling spi_dma.cFelix Held2021-10-251-3/+1
* soc/amd/common: move configure_espi_with_mb_hook implementationFelix Held2021-10-151-0/+7
* soc/amd/common/block/i2c: implement proper read_resourceFelix Held2021-10-151-8/+0
* soc/amd/common/block/lpc: simplify eSPI part of MakefileFelix Held2021-10-151-8/+1
* soc/amd/common/block/spi: Enable host burst to 4 DWORD when using DMAKarthikeyan Ramasubramanian2021-08-051-0/+1
* soc/amd/common/block/lpc/spi_dma: Yield after completing transactionRaul E Rangel2021-07-181-0/+3
* soc/amd/common/block/lpc/spi_dma: Use mutex to protect DMA registersRaul E Rangel2021-07-181-0/+7
* soc/amd/common/block/lpc/spi_dma: Implement SPI DMA functionalityRaul E Rangel2021-07-182-2/+187
* soc/amd/common/block/lpc: Don't disable the HOG bitRaul E Rangel2021-07-141-6/+0
* soc/amd/common/espi: Fix debug message log levelRaul E Rangel2021-07-021-1/+1
* soc/amd/common/block/lpc: Add custom SPI DMA boot deviceRaul E Rangel2021-07-023-0/+78
* soc/amd/cezanne: Add call to mb to configure eSPI requirementsMartin Roth2021-06-281-0/+4
* soc/amd/common/block/espi: Explicitly assert PLTRST#Raul E Rangel2021-05-301-4/+11
* soc/amd/common/block/espi: Fix typo in espi_setup_periph_channelRaul E Rangel2021-05-261-2/+2
* soc/amd/common/block/espi: Increase ESPI_CH_READY_TIMEOUT_US to 10msRaul E Rangel2021-05-251-1/+1
* soc/amd/common: Show espi init in logMartin Roth2021-05-201-0/+4
* soc/amd/common/block/espi_util: Work around in-band reset race conditionRaul E Rangel2021-05-191-2/+30
* Revert "soc/amd/common/espi: Don't set alert pin in espi_set_initial_config"Raul E Rangel2021-05-101-0/+11
* soc/amd/common/espi,mb/: Allow configuring open drain ALERT#Raul E Rangel2021-05-061-5/+24
* soc/amd/common/espi: Don't set alert pin in espi_set_initial_configRaul E Rangel2021-05-061-3/+0