summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd
Commit message (Expand)AuthorAgeFilesLines
* src/mainboard: Remove unused '#include <device/pci.h>'Elyes HAOUAS2019-12-2039-39/+0
* mainboard: Add missing include <device/pci_def.h>Elyes HAOUAS2019-12-201-0/+1
* src/mainboard/amd: Remove unused <stdlib.h>Elyes HAOUAS2019-12-193-3/+0
* AGESA: Disable boards from buildKyösti Mälkki2019-12-1518-25/+46
* sb/amd/cimx/sb800: Postpone Sb_Poweron_Init() callKyösti Mälkki2019-12-134-0/+8
* AGESA, binaryPI: Remove generic device for SPD eepromsKyösti Mälkki2019-12-1210-83/+10
* mb/amd/padmelon: Use Prairie Falcon configurationRichard Spiegel2019-12-111-1/+17
* soc/amd/stoneyridge|mbs: Deprecate SOC_AMD_NAME_PKG and othersMarshall Dawson2019-12-112-2/+4
* soc/amd/stoneyridge|mbs: Define SOC_AMD_STONEYRIDGE symbolMarshall Dawson2019-12-112-0/+2
* soc/amd/stoneyridge|mb: Add Kconfig symbol for Prairie FalconMarshall Dawson2019-12-111-1/+1
* binaryPI boards: Bulk remove BINARYPI_LEGACY_WRAPPER remainsKyösti Mälkki2019-12-094-78/+3
* AGESA,binaryPI: Move PORT80 selection to C bootblockKyösti Mälkki2019-12-0914-13/+7
* AGESA boards: Drop commented out codeKyösti Mälkki2019-12-031-38/+0
* sb/amd/cimx: replace cimx_util with common ACPIMMIO AMD blockMichał Żygowski2019-12-024-12/+12
* binaryPI boards: Remove BIST reportingKyösti Mälkki2019-11-304-19/+4
* binaryPI: Clean leftover romstage prototypeKyösti Mälkki2019-11-304-9/+6
* AGESA,binaryPI: Flag boards with ROMCC_BOOTBLOCKKyösti Mälkki2019-11-3011-0/+11
* binaryPI: Drop BINARYPI_LEGACY_WRAPPER supportKyösti Mälkki2019-11-2713-17/+4
* binaryPI: Disable boards from buildKyösti Mälkki2019-11-278-8/+24
* Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi2019-11-2313-13/+13
* mb/*/*: Use proper header for pm_iowrite()Arthur Heymans2019-11-203-3/+3
* mb/*/*: Drop AMDFAM10 mainboardsArthur Heymans2019-11-2092-15236/+0
* mainboard/amd: Remove AMD Torpedo mainboardJoe Moore2019-11-2026-7589/+0
* src/mainboard: change "unsigned" to "unsigned int"Martin Roth2019-10-276-9/+9
* mb/amd/serengeti_cheetah_fam10: Use 'Device()' instead of 'Processor()'Elyes HAOUAS2019-10-271-4/+16
* mb/amd: Use 'Device()' instead of 'Processor()'Elyes HAOUAS2019-10-278-125/+100
* src/mainboard: Drop wrong _ADR objectsElyes HAOUAS2019-10-251-3/+0
* acpi_table_header: Replace hard-coded length via sizeof(acpi_fadt_t)Himanshu Sahdev2019-10-092-2/+2
* acpi_table_header: Replace hard-coded revision via macro and functionHimanshu Sahdev2019-10-041-1/+1
* src/mainboard: Remove unused include <device/pci_ops.h>Elyes HAOUAS2019-09-161-1/+0
* mainboard/amd: Add padmelon board codeRichard Spiegel2019-09-0423-0/+1370
* mb/amd/serengeti_cheetah_fam10: Add null pointer checkJacob Garber2019-08-201-0/+3
* AGESA,binaryPI: Replace use of __PRE_RAM__Kyösti Mälkki2019-08-201-3/+5
* amdfam10: Declare get_sysinfo()Kyösti Mälkki2019-07-044-8/+4
* amdfam10: Declare empty activate_spd_rom() stubKyösti Mälkki2019-07-044-9/+0
* {mb,sb}: Use get_acpi_table_revision(FADT)Elyes HAOUAS2019-06-191-1/+1
* soc/amd/stoneyridge: Move GPIO support to commonMarshall Dawson2019-06-062-2/+2
* sb/amd/cimx/sb800: Get rid of power button device in corebootPaul Menzel2019-05-204-36/+0
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-234-1/+4
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-231-0/+1
* nb/amd/pi, mb/amd/bettong: Fix null pointer checksJacob Garber2019-04-081-2/+8
* mb/amd/bettong/mainboard: Drop unused include <agesawrapper.h>Elyes HAOUAS2019-04-061-1/+0
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-253-9/+9
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-2037-40/+0
* src: Drop unused 'include <cbfs.h>'Elyes HAOUAS2019-03-197-16/+16
* mb/mainboard/amd/serengeti_cheetah_fam10: Use PCI_DEVFN()Elyes HAOUAS2019-03-131-3/+3
* src: Drop unused 'include <arch/acpigen.h>'Elyes HAOUAS2019-03-1213-15/+0
* commonlib/loglevel.h: Drop unnecessary includeElyes HAOUAS2019-03-089-9/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-0823-38/+38
* src: Drop unused include <arch/acpi.h>Elyes HAOUAS2019-03-066-6/+0