summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common
Commit message (Expand)AuthorAgeFilesLines
* soc/amd/common/block/spi/fch_spi_ctrl.c: Fix SPI vendor id codeRichard Spiegel2019-09-263-11/+27
* soc/amd/stoneyridge: Use new common SPI codeRichard Spiegel2019-09-211-2/+10
* soc/amd/common/block: Create new SPI codeRichard Spiegel2019-09-218-0/+981
* src/soc: Remove unused include <device/pci_ops.h>Elyes HAOUAS2019-09-154-4/+0
* soc/amd/common: Remove Picasso display HDA from listMarshall Dawson2019-09-151-1/+0
* soc/amd/common/lpc: Add decode disable functionMarshall Dawson2019-09-092-0/+23
* soc/amd/common: Add missing stdint.h to lpc.hMarshall Dawson2019-09-091-0/+1
* soc/amd/common: Add missing stdint.h to acpimmio.hMarshall Dawson2019-09-061-0/+1
* soc/amd/common: Add missing stdint.h to BiosCallOuts.hMarshall Dawson2019-09-061-0/+1
* soc/amd/common: Refactor S3 helpersKyösti Mälkki2019-08-163-38/+49
* soc/amd/common: Add new GPIO 8K pull-up definitionMarshall Dawson2019-08-091-0/+2
* soc/*: Report mp_init errorsPatrick Rudolph2019-08-061-4/+4
* soc/amd: Move SPI base alignment define into commonMarshall Dawson2019-07-211-0/+1
* soc/amd/common/lpc: Add Picasso IDMarshall Dawson2019-07-031-0/+1
* soc/amd/common/iommu: Add Picasso IDMarshall Dawson2019-07-031-0/+1
* soc/amd/common/hda: Add Picasso IDsMarshall Dawson2019-07-031-0/+2
* soc/amd/common: Add errors for invalid AcpiMmio accessMarshall Dawson2019-06-112-10/+115
* soc/amd/common: Make biosram functions more readableMarshall Dawson2019-06-061-15/+7
* soc/amd/common: Update AcpiMmio commentsMarshall Dawson2019-06-062-4/+110
* soc/amd/common: Fix consistency in AcpiMmio argumentsMarshall Dawson2019-06-062-37/+37
* soc/amd/common: Clean up prototypes for AcpiMmioMarshall Dawson2019-06-061-3/+1
* src/amd/stoneyridge: Move alink source to commonMarshall Dawson2019-06-064-0/+154
* soc/amd/stoneyridge: Move sata to commonMarshall Dawson2019-06-064-0/+70
* soc/amd/stoneyridge: Relocate acpi_get_sleep_type()Marshall Dawson2019-06-061-2/+6
* soc/amd/stoneyridge: Move IOMMU support to commonMarshall Dawson2019-06-063-0/+65
* soc/amd/stoneyridge: Move hda.c to commonMarshall Dawson2019-06-063-0/+49
* soc/amd/stoneyridge: Relocate MMIO access of ACPI registersMarshall Dawson2019-06-065-0/+192
* soc/amd/common: Rework block/acpiMarshall Dawson2019-06-063-2/+8
* soc/amd/stoneyridge: Move LPC support to commonMarshall Dawson2019-06-066-0/+953
* soc/amd/stoneyridge: Move GPIO support to commonMarshall Dawson2019-06-065-0/+764
* src/soc: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-1/+1
* soc/amd/common: Identify AGESA call patternKyösti Mälkki2019-05-221-92/+46
* soc/amd/common: Refactor AmdCreateStruct() useKyösti Mälkki2019-05-211-73/+70
* soc/amd/common: Create AcpiMmio functionality from stoneyridgeMarshall Dawson2019-05-166-0/+560
* soc/amd/common: Introduce module_dispatch()Kyösti Mälkki2019-05-061-16/+39
* soc/amd/common: Remove AmdReadEventLog()Kyösti Mälkki2019-04-231-58/+0
* soc/amd/common: Introduce agesa_execute_state()Kyösti Mälkki2019-04-236-30/+71
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-233-0/+3
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+0
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-1/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-203-2/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-082-7/+7
* src: Drop unused include <arch/acpi.h>Elyes HAOUAS2019-03-061-1/+0
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-042-1/+2
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* soc/amd/common: Fix AmdLateRunApTask()Kyösti Mälkki2019-02-253-26/+6
* soc/amd/common: Move PI refcode loaderKyösti Mälkki2019-02-153-136/+155
* soc/amd/common: Don't use CAR_GLOBALArthur Heymans2019-02-121-9/+5
* soc/amd/common: Remove redundant ACPI S3 testKyösti Mälkki2019-02-121-9/+0
* soc/amd/stoneyridge: Reboot if missing MRC cache infoMarshall Dawson2019-02-041-8/+24