summaryrefslogtreecommitdiffstats
path: root/src/soc/amd
Commit message (Expand)AuthorAgeFilesLines
* amd/common/acpi: move thermal zone to common locationMichał Żygowski2020-03-251-0/+92
* acpi: correct the processor devices scopeMichał Żygowski2020-03-257-34/+51
* soc/amd/picasso: Add CPUID of newer deviceMarshall Dawson2020-03-181-0/+1
* soc: Remove copyright noticesPatrick Georgi2020-03-18139-194/+0
* soc/amd/picasso: Set I2C clock reference to 150MHzMartin Roth2020-03-171-1/+1
* soc/amd/picasso: Remove unused defines from cpu.hMarshall Dawson2020-03-171-3/+0
* soc/amd/picasso: Move get_soc_config to common locationMarshall Dawson2020-03-173-13/+31
* soc/amd/picasso: Add PCI ID for Dali xHCIMarshall Dawson2020-03-021-0/+1
* soc/amd/common/block/include/amdblocks: Fix typosElyes HAOUAS2020-02-242-2/+2
* soc/amd/stoneyridge: Remove TODO for file extensionsMarshall Dawson2020-02-201-2/+2
* vboot: remove VBOOT_SAVE_RECOVERY_REASON_ON_REBOOT optionJoel Kitching2020-02-171-1/+0
* soc/amd: unify SMBus supportAaron Durbin2020-02-0410-305/+14
* soc/amd/picasso: move to using smbus_host.h definitionsAaron Durbin2020-01-314-40/+12
* soc/amd/picasso: use SMBus timeout in compilation unitAaron Durbin2020-01-312-6/+6
* soc/amd/picasso: use SMBus speed in compilation unitAaron Durbin2020-01-312-3/+4
* soc/amd/stoneyridge: move to using smbus_host.h definitionsAaron Durbin2020-01-315-41/+13
* soc/amd/stoneyridge: use SMBus timeout in compilation unitAaron Durbin2020-01-312-6/+6
* soc/amd/stoneyridge: use SMBus speed in compilation unitAaron Durbin2020-01-312-3/+4
* amdblocks/biosram: Do small reformattingMarshall Dawson2020-01-291-8/+6
* {soc,southbridge}/*/*/acpi: Add possibility to disable S4Wim Vervoorn2020-01-222-0/+6
* soc/amd/picasso: Add SMMSTORE supportMarshall Dawson2020-01-201-0/+24
* soc/amd/stoneyridge: Add SMMSTORE supportMatt DeVillier2020-01-201-0/+24
* soc/amd/common/block/spi: remove code duplicationAaron Durbin2020-01-036-705/+36
* amdblocks/acpimmio: add missing MMIO functionsMichał Żygowski2020-01-032-0/+156
* amdblocks/biosram: Force use of abstractionKyösti Mälkki2020-01-034-51/+48
* amd/acpi: Drop empty PCSD device nodesNico Huber2020-01-022-8/+0
* src: Remove unneeded 'include <arch/io.h>'Elyes HAOUAS2020-01-022-2/+0
* src/{soc,southbridge}/amd: Fix typoElyes HAOUAS2019-12-311-2/+2
* soc/amd/common: Correct SPI FIFO size checkMarshall Dawson2019-12-271-1/+2
* soc/amd/picasso: Configure APOB NV only with ACPI resumeMarshall Dawson2019-12-262-6/+2
* soc/amd/common/car: Remove unneeded headerKyösti Mälkki2019-12-261-1/+0
* AMD {SoC, AGESA, binaryPI}: Don't use both of _ADR and _HIDMichał Żygowski2019-12-202-2/+8
* {nb,soc}: Replace min/max() with MIN/MAX()Elyes HAOUAS2019-12-201-2/+3
* soc/amd/picasso: Reduce romstage.cMarshall Dawson2019-12-191-44/+14
* soc/amd/picasso: Remove unused Kconfig optionsMarshall Dawson2019-12-191-28/+0
* soc/{amd,cavium,mediatek,sifive}: Remove unused <stdlib.h>Elyes HAOUAS2019-12-195-5/+0
* soc/amd,{agesa,pi}/hudson: Have do_board_reset in all stagesKyösti Mälkki2019-12-162-7/+4
* Revert "{northbridge,soc,southbridge}: Don't use both of _ADR and _HID"Nico Huber2019-12-141-1/+1
* soc/amd/stoneyridge|mbs: Deprecate SOC_AMD_NAME_PKG and othersMarshall Dawson2019-12-112-30/+2
* soc/amd/stoneyridge|mbs: Define SOC_AMD_STONEYRIDGE symbolMarshall Dawson2019-12-111-3/+8
* soc/amd/stoneyridge|mb: Add Kconfig symbol for Prairie FalconMarshall Dawson2019-12-113-14/+23
* soc/amd/stoneyridge|vc: Change default locations for blobsMarshall Dawson2019-12-111-5/+5
* printf: Automatically prefix %p with 0xJulius Werner2019-12-114-5/+5
* amdblocks/pci: add common implementation of MMCONF enablingMichał Żygowski2019-12-104-9/+50
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-041-1/+1
* amdblocks/acpimmio: add common functions for AP entryMichał Żygowski2019-12-047-53/+18
* amdblocks/acpimmio: Unify BIOSRAM usageMichał Żygowski2019-12-0412-135/+94
* soc/amd/common/block/acpimmio: fix ACPIMMIO decode enable functionMichał Żygowski2019-12-045-14/+33
* soc/amd/stoneyridge: Use USE_AMD_BLOBS to remove default pathsMarshall Dawson2019-12-032-9/+20
* src: Move 'static' to the beginning of declarationElyes HAOUAS2019-12-021-2/+2