aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block
AgeCommit message (Expand)Author
2020-09-21soc/amd: Drop unneeded empty linesElyes HAOUAS
2020-09-21soc/amd/common/block/spi/fch_spi_util.c: Fix read with invalid lengthIgor Bagnucki
2020-09-11soc/amd/common/espi_util: clarify espi_open_io_windowFelix Held
2020-08-24mrc_cache: Add mrc_cache fetch functions to support non-x86 platformsShelley Chen
2020-08-24soc/amd/common: Move interrupt and wake status clearJosie Nordrum
2020-08-21soc/amd/common: add rudimentary ATIF supportAaron Durbin
2020-08-19soc/amd/common: add gpio subsystem event reportingAaron Durbin
2020-08-18elog: rename ELOG_WAKE_SOURCE_GPIO to ELOG_WAKE_SOURCE_GPEAaron Durbin
2020-08-17soc/amd/common: add GPE event logsAaron Durbin
2020-08-17soc/amd/common: removed unused functionsAaron Durbin
2020-08-17soc/amd/common: add acpi_fill_gnvs()Aaron Durbin
2020-08-17soc/amd/common: add single function ACPI PM1 GPE helpersAaron Durbin
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-08-03Change all assert(0) to BUG()Julius Werner
2020-07-30amd/common/block/spi: Add EFS SPI configurations to KconfigMatt Papageorge
2020-07-28src/soc/amd: Add include <types.h>Elyes HAOUAS
2020-07-27soc/amd: Use spi_writeX & spi_readX for all spi accessesMartin Roth
2020-07-27soc/amd/common: Move spi access functions into their own fileMartin Roth
2020-07-26soc/amd/common/block/psp/psp_smm.c: Add missing <string.h>Elyes HAOUAS
2020-07-26soc/amd/common: Refactor and consolidate code for spi baseMartin Roth
2020-07-23soc/amd/common/gpio: Fix definition of GPIO_INT_ENABLE_STATUS_DELIVERYFurquan Shaikh
2020-07-17soc/amd/common/gpio: Add macro for PAD_NCFurquan Shaikh
2020-07-16soc/amd/common: Don't get eSPI address from PCI if not on x86Martin Roth
2020-07-14soc/amd/common/block/include/amdblocks/acpi.h: Add missing <types.h>Elyes HAOUAS
2020-07-14src: Remove unused 'include <cpu/x86/msr.h>'Elyes HAOUAS
2020-07-14src: Remove unused 'include <stdint.h>Elyes HAOUAS
2020-07-11arch/x86: Drop CBMEM_TOP_BACKUPKyösti Mälkki
2020-07-09include/cpu/amd/msr: move SMM_LOCK bit right after HWCR_MSR definitionFelix Held
2020-07-08src/amd/common: Exclude biosram from psp_verstageMartin Roth
2020-07-08soc/amd/common: Don't init SMIs or SCIs in psp_verstageMartin Roth
2020-07-06soc/amd/common: Fix missing gpio_banks.h includeKyösti Mälkki
2020-07-03soc/amd/common: fix eSPI virtual wire polarity encodingAaron Durbin
2020-06-30soc/amd/common/gpio: Clear interrupt and wake status when configuring padsFurquan Shaikh
2020-06-30soc/amd/common/gpio: Add new helper macro PAD_CFG_STRUCT_FLAGSFurquan Shaikh
2020-06-30soc/amd/gpio, mb/{amd,google}: Configure pads using a single entry in GPIO co...Furquan Shaikh
2020-06-30soc/amd/common/gpio: Use gpio_setbits32()Furquan Shaikh
2020-06-30soc/amd/common/gpio: Add macros for setting fields of soc_amd_gpioFurquan Shaikh
2020-06-30soc/amd/common/lpc: Skip SERIRQ setup when using eSPIMarshall Dawson
2020-06-30soc/amd/common/gpio: Rename GPIO debounce macrosFurquan Shaikh
2020-06-30soc/amd/common/gpio: Update the macros for interrupt and pad filteringFurquan Shaikh
2020-06-30soc/amd/common/gpio: Make macro names for GPIO flags consistentFurquan Shaikh
2020-06-30soc/amd/common/gpio: Drop unused macro GPIO_TRIGGER_INVALIDFurquan Shaikh
2020-06-30ACPI: Drop typedef global_nvs_tKyösti Mälkki
2020-06-29soc/amd/common: Refactor GPIO SCI/SMI interruptsKyösti Mälkki
2020-06-29soc/amd/common: Refactor GPIO_MASTER_SWITCH interrupt enableKyösti Mälkki
2020-06-29soc/amd/common: Drop ACPIMMIO GPIO bank separationKyösti Mälkki
2020-06-28soc/amd/common: Allow runtime mapping of ACPIMMIO banksKyösti Mälkki
2020-06-28soc/amd/common: Access ACPIMMIO via proper symbolsKyösti Mälkki
2020-06-25Revert "soc/amd/common/block/acpimmio: Update acpimmio for psp_verstage"Kyösti Mälkki
2020-06-23src/*: Update makefiles to exclude x86 code from psp-verstageMartin Roth
2020-06-22cpu/x86/lapic: Support x86_64 and clean up codePatrick Rudolph
2020-06-15soc/amd/common/block/acpimmio: Update acpimmio for psp_verstageMartin Roth
2020-06-06src: Use pci_dev_ops_pci where applicableAngel Pons
2020-06-05soc/amd/common/spi: add and use define for last FIFO positionFelix Held
2020-06-02src: Remove redundant includesElyes HAOUAS
2020-06-02src: Remove duplicated includesElyes HAOUAS
2020-06-02src: Remove unused 'include <bootstate.h>'Elyes HAOUAS
2020-06-02src: Remove unused '#include <timer.h>'Elyes HAOUAS
2020-06-02src: Remove unused '#include <cpu/x86/lapic.h>'Elyes HAOUAS
2020-05-21soc/amd/common/block/gpio: add API for gpio override tablePeichao Wang
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/psp: Remove unused northbridge headerRaul E Rangel
2020-05-13soc/amd/common/block/spi: Include mmio.h in fch_spi_ctrl.cFurquan 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: Add header file for eSPI register definitionsFurquan 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/spi: Add support for common SPI configurationFurquan Shaikh
2020-05-12soc/amd/common/block/lpc: Split lpc_set_spibase() into two functionsFurquan Shaikh
2020-05-12soc/amd/common/block: Add support for common config for AMD SoCsFurquan 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-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-05-01soc/amd/common/block/graphics/graphics: Add missing const to fill_ssdtRaul E Rangel
2020-04-30soc/amd/common/block/smbus: Include acpimmio_map.h in sm.cFurquan Shaikh
2020-04-29soc/amd/hda: Move HDA PCI device from DSDT to SSDTFurquan Shaikh
2020-04-29soc/amd/hda: Add .acpi_name() callback to HDA driverFurquan Shaikh
2020-04-29soc/amd/common/block/hda: Use tabs instead of spaces in hda.cFurquan Shaikh
2020-04-29soc/amd/common/block/hda: Use default pci_dev_ops_pciFurquan Shaikh
2020-04-29soc/amd/common/block/hda: Drop PCI_DEVICE_ID_AMD_FAM17H_HDA0Furquan Shaikh
2020-04-28soc/amd/common/block/sata: Add missing .ops_pci memberFurquan Shaikh
2020-04-28soc/amd/picasso: Use AMD common SATA driverFurquan Shaikh
2020-04-28soc/amd/sata: Move SATA PCI device from DSDT to SSDTFurquan Shaikh
2020-04-28soc/amd/sata: Add .acpi_name() callback to SATA driverFurquan Shaikh
2020-04-28soc/amd/common/block/sata: Use tabs instead of spaces in sata.cFurquan Shaikh
2020-04-28soc/amd/common/block/sata: Fix the condition to include sata.cFurquan Shaikh
2020-04-28soc/amd/{common,picasso}: Move GFX device from static ASL to SSDTFurquan Shaikh
2020-04-28soc/amd/picasso: Use common block graphics driverFurquan Shaikh
2020-04-28soc/amd/common: Add a common graphics block device driver for AMD SoCsFurquan Shaikh