summaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/lpc
AgeCommit message (Expand)Author
2021-11-12soc/amd/common/block/lpc: Set FSP-S/M alignment to 64 when using SPI DMARaul E Rangel
2021-11-04soc/amd/common/block/lpc: Set CBFS_CACHE_ALIGN to 64 when using SPI DMARaul E Rangel
2021-11-02include/device/pci_ids,soc/amd/common/block/lpc: drop duplicate PCI IDsFelix Held
2021-11-01amd/lpc: Remove the weak functionZheng Bao
2021-10-25soc/amd/common/block/lpc/Makefile: simplify handling spi_dma.cFelix Held
2021-10-15soc/amd/common: move configure_espi_with_mb_hook implementationFelix Held
2021-10-15soc/amd/common/block/i2c: implement proper read_resourceFelix Held
2021-10-15soc/amd/common/block/lpc: simplify eSPI part of MakefileFelix Held
2021-08-05soc/amd/common/block/spi: Enable host burst to 4 DWORD when using DMAKarthikeyan Ramasubramanian
2021-07-18soc/amd/common/block/lpc/spi_dma: Yield after completing transactionRaul E Rangel
2021-07-18soc/amd/common/block/lpc/spi_dma: Use mutex to protect DMA registersRaul E Rangel
2021-07-18soc/amd/common/block/lpc/spi_dma: Implement SPI DMA functionalityRaul E Rangel
2021-07-14soc/amd/common/block/lpc: Don't disable the HOG bitRaul E Rangel
2021-07-02soc/amd/common/espi: Fix debug message log levelRaul E Rangel
2021-07-02soc/amd/common/block/lpc: Add custom SPI DMA boot deviceRaul E Rangel
2021-06-28soc/amd/cezanne: Add call to mb to configure eSPI requirementsMartin Roth
2021-05-30soc/amd/common/block/espi: Explicitly assert PLTRST#Raul E Rangel
2021-05-26soc/amd/common/block/espi: Fix typo in espi_setup_periph_channelRaul E Rangel
2021-05-25soc/amd/common/block/espi: Increase ESPI_CH_READY_TIMEOUT_US to 10msRaul E Rangel
2021-05-20soc/amd/common: Show espi init in logMartin Roth
2021-05-19soc/amd/common/block/espi_util: Work around in-band reset race conditionRaul E Rangel
2021-05-10Revert "soc/amd/common/espi: Don't set alert pin in espi_set_initial_config"Raul E Rangel
2021-05-06soc/amd/common/espi,mb/: Allow configuring open drain ALERT#Raul E Rangel
2021-05-06soc/amd/common/espi: Don't set alert pin in espi_set_initial_configRaul E Rangel
2021-05-06soc/amd/common/espi: Print set eSPI peripheral configRaul E Rangel
2021-04-29soc/amd/common: Remove eSPI decode workaroundRaul E Rangel
2021-04-23amd/common/blocks: Print eSPI peripheral channelRaul E Rangel
2021-04-05soc/amd: Make espi_clear_decodes privateRaul E Rangel
2021-04-05soc/amd: Make espi_configure_decodes privateRaul E Rangel
2021-04-05soc/amd/common/espi: Clear DNCMD_COMPLETE on completionRaul E Rangel
2021-04-05soc/amd/common/espi: Reset eSPI registers to known stateRaul E Rangel
2021-04-05soc/amd/common/espi: Add missing eSPI register definitionsRaul E Rangel
2021-04-05soc/amd/common/espi: Add ESPI_ prefix to SLAVE0_INT_ENRaul E Rangel
2021-04-05soc/amd/common: Add func to clear eSPI IO & memory decode rangesMartin Roth
2021-03-02soc/amd/common/blocks/lpc: Explicitly disable serial IRQRaul E Rangel
2021-02-18Revert "soc/amd: Add option to select if SOC supports ESPI sub decode"Felix Held
2021-02-18soc/amd/common/block/lpc: move ACPI name to common codeFelix Held
2021-02-16soc/amd/common/*/Kconfig: remove unneeded default n for bool optionsFelix Held
2021-02-12soc/amd: Move southbridge_write_acpi_tablesRaul E Rangel
2021-02-10soc/amd/common/blocks/lpc: Remove common SPI registersRaul E Rangel
2021-02-03src: Remove unused <cbmem.h>Elyes HAOUAS
2021-01-30soc/amd,intel: Drop leftover GNVS includesKyösti Mälkki
2021-01-28soc/amd/common: Handle I2C resource only if base address is definedZheng Bao
2021-01-27soc/amd/common: Only set write_acpi_tables if ACPI table is enabledZheng Bao
2021-01-26soc/amd: Add an option to select if SOC supports ESPI sub decodeZheng Bao
2021-01-19soc/amd: Drop unnecessary <soc/nvs.h> includeKyösti Mälkki
2021-01-13ACPI: Have single call-site for acpi_inject_nvsa()Kyösti Mälkki
2021-01-10ACPI: Drop redundant CBMEM_ID_ACPI_GNVS allocationsKyösti Mälkki
2020-12-15soc/amd/common: Move lpc_util to verstage_x86Kyösti Mälkki
2020-11-30soc/amd/common: simplify conditionals in MakefilesFelix Held
2020-09-21soc/amd: Drop unneeded empty linesElyes HAOUAS
2020-09-11soc/amd/common/espi_util: clarify espi_open_io_windowFelix Held
2020-08-12soc/amd/common/espi_util: rename espi_check_statusFelix Held
2020-08-11soc/amd/common/espi_util: espi_send_command: improve error messageFelix Held
2020-08-11soc/amd/common/espi_util: espi_std_io_decode: fix edge case bugFelix Held
2020-08-11soc/amd/common/espi_util: simplify espi_std_io_decode functionFelix Held
2020-08-11soc/amd/common/espi_util: make decode enable parameter uint32_tFelix Held
2020-08-11soc/amd/common/espi_util: make reg parameter unsignedFelix Held
2020-07-16soc/amd/common: Don't get eSPI address from PCI if not on x86Martin Roth
2020-06-30soc/amd/common/lpc: Skip SERIRQ setup when using eSPIMarshall Dawson
2020-06-30ACPI: Drop typedef global_nvs_tKyösti Mälkki
2020-06-02src: Remove redundant includesElyes HAOUAS
2020-06-02src: Remove duplicated includesElyes HAOUAS
2020-05-13soc/amd/common/block: Add support for configuring eSPI connection to slaveFurquan Shaikh
2020-05-13Remove new additions of "this file is part of" linesFurquan Shaikh
2020-05-13soc/amd/common/block/lpc: Add helper function lpc_early_init()Furquan Shaikh
2020-05-12soc/amd/common/block/lpc: Configure io/mmio windows differently for LPC and eSPIFurquan Shaikh
2020-05-12soc/amd/common/block/lpc: Provide an option to use static eSPI BARFurquan Shaikh
2020-05-12soc/amd/common/block/lpc: Add helpers for managing eSPI decodeFurquan Shaikh
2020-05-12soc/amd/common/block/lpc: Set LPC_IO_PORT_DECODE_ENABLE to 0 when disabling d...Furquan Shaikh
2020-05-12soc/amd/common/block/lpc: Split lpc_set_spibase() into two functionsFurquan Shaikh
2020-05-11soc/amd/common/block/lpc: Reorganize LPC enable resourcesFurquan Shaikh
2020-05-11soc/amd/common/block/lpc: Add config options for eSPIFurquan Shaikh
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-07soc/amd/common/block/lpc: Use standard pci_dev_ops_pciFurquan Shaikh
2020-05-05soc/amd/common/block/lpc: Add lpc_disable_spi_rom_sharingRaul E Rangel
2020-04-28amd/family17h: Add PCI device IDs for all controllers in AMD Family17hFurquan Shaikh
2020-04-24soc/amd/picasso/i2c: don't initialize I2C4 as master and refactor codeMartin Roth
2020-04-05soc/amd: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-02Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber
2020-03-18soc: Remove copyright noticesPatrick Georgi
2019-10-20soc/amd/common/lpc: Add SuperIO decode functionMarshall Dawson
2019-10-08device: Use scan_static_bus() over scan_lpc_bus()Nico Huber
2019-09-09soc/amd/common/lpc: Add decode disable functionMarshall Dawson
2019-07-03soc/amd/common/lpc: Add Picasso IDMarshall Dawson
2019-06-06soc/amd/stoneyridge: Move LPC support to commonMarshall Dawson