summaryrefslogtreecommitdiffstats
path: root/src/soc/amd
Commit message (Expand)AuthorAgeFilesLines
* 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-204-3/+1
* soc/amd/stoneyridge: Correct PSP SecureOs Kconfig symbolMarshall Dawson2019-03-182-3/+3
* src: Drop unused 'include <arch/acpigen.h>'Elyes HAOUAS2019-03-121-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-0818-35/+35
* soc/amd/stoneyridge: Convert SMU fanless optionsMarshall Dawson2019-03-071-2/+3
* soc/amd/stoneyridge: Call amdfwtool with different argumentsMarshall Dawson2019-03-071-28/+29
* 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-046-3/+7
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-0414-14/+0
* arch/io.h: Add missing includesKyösti Mälkki2019-03-041-0/+1
* Fix <io.h> includesKyösti Mälkki2019-03-041-1/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-015-0/+5
* ACPI: Rename FADT model and set it to zeroElyes HAOUAS2019-03-011-1/+1
* soc/amd: Remove defined but unwritten functionsRichard Spiegel2019-02-262-3/+0
* security/vboot: Add measured boot modePhilipp Deppenwiese2019-02-251-0/+1
* soc/amd/common: Fix AmdLateRunApTask()Kyösti Mälkki2019-02-253-26/+6
* ACPI: Correct asl_compiler_revision valueElyes HAOUAS2019-02-211-1/+2
* soc/amd/common: Move PI refcode loaderKyösti Mälkki2019-02-153-136/+155
* soc/amd/stoneyridge: Expand 48MHz for both osc out signalsRichard Spiegel2019-02-152-6/+15
* soc/amd/common: Don't use CAR_GLOBALArthur Heymans2019-02-122-22/+12
* soc/amd/common: Remove redundant ACPI S3 testKyösti Mälkki2019-02-123-11/+4
* soc/amd/stoneyridge: Reboot if missing MRC cache infoMarshall Dawson2019-02-041-8/+24
* soc/amd/stoneyridge: Add generic PM1 register clear functionMarshall Dawson2019-02-012-3/+14
* soc/amd/stoneyridge: Access SMBUS through MMIORichard Spiegel2019-01-308-133/+134
* amd/stoneyridge: Disable GPIO MASK STATUSRaul E Rangel2019-01-282-1/+30
* soc/amd/stoneyridge/gpio: Allow specifying 0 value for debounce timeoutDaniel Kurtz2019-01-231-0/+1
* soc/{amd,intel}: Remove needless '&' on function pointersElyes HAOUAS2019-01-231-3/+3
* Revert "soc/amd/stoneyridge/gpio: Configure debounce for irq gpios"Raul Rangel2019-01-212-36/+1
* soc/amd/stoneyridge/gpio: Configure debounce for irq gpiosDaniel Kurtz2019-01-162-1/+36
* soc/amd/stoneyridge/gpio: Remove redundant definitionsDaniel Kurtz2019-01-161-5/+0
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-163-3/+0
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-141-1/+0
* usbdebug: Make the EHCI debug console work in the bootblockArthur Heymans2019-01-061-1/+2
* device: Use pcidev_path_on_root()Kyösti Mälkki2019-01-066-11/+11
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-1/+1
* arch/x86: SSE2 implies SSE supportKyösti Mälkki2018-12-281-1/+0
* soc/amd/stoneyridge: Get rid of device_tElyes HAOUAS2018-12-202-2/+2
* amd/stoneyridge: Clear SMI_EVENT_STATUS when entering S3/S5Edward Hill2018-12-191-0/+1
* soc: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* soc: Remove unneeded include <pc80/mc146818rtc.h>Elyes HAOUAS2018-12-181-1/+0
* soc/amd/stoneyridge: Improve grammar through punctuationJonathan Neuschäfer2018-12-181-1/+1
* Fix typos involving "the the"Jonathan Neuschäfer2018-12-182-2/+2
* soc/amd/stoneyridge: Run romstage mainboard code before AGESAMartin Roth2018-12-051-2/+1
* soc/amd/stoneyridge: Name IO061 in ASL appropriatelyMarshall Dawson2018-12-051-1/+7
* src/(device/lib/soc): Remove unused variablesRichard Spiegel2018-12-054-9/+5
* elog: make elog's SMM handler code follow everything elsePatrick Georgi2018-12-051-2/+2
* soc/amd/stoneyridge: Use new ACPI MMIO functionsRichard Spiegel2018-12-035-22/+29
* soc/amd/stoneyridge: Create MMIO offsets for ACPIRichard Spiegel2018-12-032-0/+10
* soc/amd/stoneyridge: Create MMIO ACPI access functionsRichard Spiegel2018-12-032-0/+36