summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd
Commit message (Expand)AuthorAgeFilesLines
* acpi_table_header: Replace hard-coded length via sizeof(acpi_fadt_t)Himanshu Sahdev2019-10-092-2/+2
* device: Use scan_static_bus() over scan_lpc_bus()Nico Huber2019-10-087-7/+7
* amdfam_10h-15h: Use ENV_PCI_SIMPLE_DEVICEKyösti Mälkki2019-09-291-14/+14
* binaryPI: Drop PSP Secure OS from buildKyösti Mälkki2019-09-171-8/+7
* binaryPI: Move Hudson firmware higher in CBFSKyösti Mälkki2019-09-171-0/+5
* binaryPI: Refactor Makefile for PSP directoryKyösti Mälkki2019-09-171-53/+15
* southbridge: Remove unused include <device/pci_ops.h>Elyes HAOUAS2019-09-1514-14/+0
* src/southbridge/amd/pi/hudson/lpc.c: add missing MCFG ACPI table generationMichał Żygowski2019-09-091-1/+5
* amdfam10: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-2610-32/+22
* nb/amd/pi,sb/amd/sr5650: Remove unnecessary allocationJacob Garber2019-08-201-11/+2
* AGESA,binaryPI: Replace use of __PRE_RAM__Kyösti Mälkki2019-08-208-32/+4
* AGESA,binaryPI: Fix use of chip.hKyösti Mälkki2019-08-204-14/+14
* cpu/x86: Change old-style SMI handler prototypesKyösti Mälkki2019-08-132-4/+2
* cpu/x86: Move some SMM function declarationsKyösti Mälkki2019-08-132-4/+6
* cpu/x86: Separate save_state struct headersKyösti Mälkki2019-08-132-0/+2
* sb/amd/sb800: Remove bit shift that does nothingJacob Garber2019-07-191-1/+0
* src: Make implicit fall throughs explicitJacob Garber2019-07-195-3/+14
* sb/amd/sr5650: Add fine-grained bounds checkingJacob Garber2019-07-171-10/+22
* sb/amd/{cimx,}/sb{700,800,900}: Prevent uninitialized readsJacob Garber2019-07-164-12/+12
* src: Add missing include <device/pci_ops.h>Elyes HAOUAS2019-07-121-0/+1
* arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki2019-07-092-3/+3
* sb/amd/sb{700,800}: Clean up index manipulationsJacob Garber2019-06-282-22/+8
* sb/amd/rs780: Remove dead assignmentJacob Garber2019-06-281-1/+0
* sb/amd/sr5650: Use 32 bit integers when disabling portsJacob Garber2019-06-211-2/+2
* {mb,sb}: Use get_acpi_table_revision(FADT)Elyes HAOUAS2019-06-192-2/+2
* sb/amd/cimx/sb900: Change logical negation to bitwiseJacob Garber2019-06-181-1/+1
* sb/amd/sb700: Fix misleading formattingMarshall Dawson2019-06-071-1/+1
* src/southbridge: Add missing 'include <types.h>'Elyes HAOUAS2019-05-295-2/+10
* sb/amd/cimx/sb800: Get rid of power button device in corebootPaul Menzel2019-05-201-9/+0
* sb/amd/rs780: Use 32 bit variable to avoid truncationJacob Garber2019-05-061-10/+10
* src/southbridge/amd: Remove unused variablesElyes HAOUAS2019-04-251-2/+0
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-234-2/+4
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-234-6/+5
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-0610-17/+10
* src: Use include <reset.h> when appropriateElyes HAOUAS2019-03-293-3/+2
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-252-2/+2
* sb/{amd,broadcom,nvidia}: Make use of generic set_subsystem()Kyösti Mälkki2019-03-221-8/+1
* sb/amd8111: Drop unused codeKyösti Mälkki2019-03-221-16/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-205-5/+1
* sb/amd/cimx/sb800/early.c: Drop unused 'include <cbmem.h>Elyes HAOUAS2019-03-131-1/+0
* src: Drop unused 'include <arch/acpigen.h>'Elyes HAOUAS2019-03-121-1/+0
* commonlib/loglevel.h: Drop unnecessary includeElyes HAOUAS2019-03-081-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-0850-115/+115
* src: Drop unused include <arch/acpi.h>Elyes HAOUAS2019-03-063-5/+0
* sb/amd: Use simple PCI IO config accessKyösti Mälkki2019-03-062-25/+29
* arch/io.h: Drop includes in fam10 romstagesKyösti Mälkki2019-03-054-0/+4
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-0424-16/+24
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-0437-37/+0
* arch/io.h: Add missing includesKyösti Mälkki2019-03-044-0/+4
* Fix <io.h> includesKyösti Mälkki2019-03-042-2/+2