summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd
Commit message (Expand)AuthorAgeFilesLines
* amdfam_10h-15h: Use ENV_PCI_SIMPLE_DEVICEKyösti Mälkki2019-09-293-10/+8
* northbridge: Remove unused include <device/pci_ops.h>Elyes HAOUAS2019-09-151-1/+0
* amdfam10: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-264-33/+17
* arch/x86: Add <arch/romstage.h>Kyösti Mälkki2019-08-221-1/+1
* nb/amd/pi,sb/amd/sr5650: Remove unnecessary allocationJacob Garber2019-08-201-8/+2
* src: Remove variable length arraysJacob Garber2019-08-202-8/+29
* AGESA,binaryPI: Replace use of __PRE_RAM__Kyösti Mälkki2019-08-203-10/+3
* src: Include <stdint.h> instead of <inttypes.h>Jacob Garber2019-08-1041-41/+41
* nb/amd/amdht: Use standard coreboot assertionsJacob Garber2019-07-306-76/+3
* nb/amd/trinity: Rename PCI ID of the IOMMUMarshall Dawson2019-07-211-1/+1
* amdfam10: Declare get_sysinfo()Kyösti Mälkki2019-07-043-7/+7
* amdfam10: Declare empty activate_spd_rom() stubKyösti Mälkki2019-07-042-1/+6
* src: Use CRx_TYPE type for CRxElyes HAOUAS2019-07-026-10/+12
* device,nb/amd: Deduplicate add_more_links()Jacob Garber2019-06-286-216/+0
* nb/amd/amdmct/mct_ddr3: Remove unused codeJacob Garber2019-06-211-7/+0
* nb/amd/amdfam10: Use 64 bits in multiplicationJacob Garber2019-06-211-1/+1
* nb/amd/amdfam10/northbridge.c: Remove variable set but not usedElyes HAOUAS2019-06-211-29/+2
* nb/amd/amdmct/mct: Remove duplicate if conditionJacob Garber2019-06-211-2/+0
* nb/amd/amdmct/mct_ddr3: Remove duplicate conditionalJacob Garber2019-06-211-5/+0
* nb/amd/amdmct/mct_ddr3: Remove duplicate codeJacob Garber2019-06-211-6/+0
* nb/amd/amdmct/mct: Simplify conditionalJacob Garber2019-06-151-12/+4
* nb/amd/amdfam10: die() on out of bounds readsJacob Garber2019-06-131-0/+9
* nb/amd/pi/00630F01/northbridge.c: Remove variable set but not usedElyes HAOUAS2019-06-031-4/+0
* nb/amd/amdmct/mct_ddr3/mct_d.c: Remove variable set but not usedElyes HAOUAS2019-06-031-2/+1
* src/northbridge: Add missing 'include <types.h>'Elyes HAOUAS2019-05-297-0/+9
* AGESA binaryPI: Add AGESA entry timestampsKyösti Mälkki2019-05-251-0/+2
* AGESA: Move debug helper to eventlog fileKyösti Mälkki2019-05-251-1/+11
* AGESA: Move heap_status_name() implementationKyösti Mälkki2019-05-251-1/+0
* nb/amd/amdmct/mct/mctdqs_d.c: Remove variable set but not usedElyes HAOUAS2019-05-241-3/+1
* nb/amd/amdmct/mct/mctpro_d.c: Remove variable set but not usedElyes HAOUAS2019-05-241-2/+1
* nb/amd/amdmct/mct/mctecc_d.c: Remove variable set but not usedElyes HAOUAS2019-05-241-2/+1
* nb/amd/pi/00660F01: Remove variable set but not usedElyes HAOUAS2019-05-241-2/+0
* src/northbridge/amd: Remove unused variablesElyes HAOUAS2019-04-253-18/+5
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-233-3/+5
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-235-2/+8
* nb/amd/amdfam10/util.c: Use "CONFIG" only when appropriateElyes HAOUAS2019-04-111-1/+1
* nb/amd/pi/agesawrapper: Drop stale comment about IS_ENABLED()Nico Huber2019-04-081-2/+0
* nb/amd/pi, mb/amd/bettong: Fix null pointer checksJacob Garber2019-04-083-3/+16
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+1
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-252-3/+3
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-2017-20/+19
* Fix 'unsigned int' to bare use of 'unsigned'Subrata Banik2019-03-198-114/+117
* src: Drop unused '#include <halt.h>'Elyes HAOUAS2019-03-161-1/+0
* nb/amd/amdfam10: Remove define macro already done in 'amdfam10.h'Elyes HAOUAS2019-03-131-7/+0
* nb/amd/amdfam10: Remove 'IS_ENABLED()'Elyes HAOUAS2019-03-131-12/+12
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-0824-109/+109
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-0416-16/+0
* arch/io.h: Add missing includesKyösti Mälkki2019-03-042-0/+2
* arch/io.h: Fix PCI and PNP simple typedefsKyösti Mälkki2019-03-041-0/+1