summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/pi
Commit message (Expand)AuthorAgeFilesLines
* device,nb/amd: Deduplicate add_more_links()Jacob Garber2019-06-283-108/+0
* nb/amd/pi/00630F01/northbridge.c: Remove variable set but not usedElyes HAOUAS2019-06-031-4/+0
* nb/amd/pi/00660F01: Remove variable set but not usedElyes HAOUAS2019-05-241-2/+0
* src/northbridge/amd: Remove unused variablesElyes HAOUAS2019-04-251-4/+0
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-231-0/+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
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-1/+1
* Fix 'unsigned int' to bare use of 'unsigned'Subrata Banik2019-03-193-42/+44
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-085-15/+15
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-044-4/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-014-0/+4
* AGESA/binaryPI: Add NULL pointers checkKyösti Mälkki2019-01-222-6/+10
* binaryPI: Drop CONFIG_CBB and CONFIG_CDBKyösti Mälkki2019-01-144-15/+37
* binaryPI: Drop invalid northbridge.h fileKyösti Mälkki2019-01-146-70/+0
* binaryPI: Drop warning on EXT_CONF_SUPPORTKyösti Mälkki2019-01-102-8/+0
* agesawrapper.c: check if HOP_COUNT_TABLE exists before AmdInitLate()Krystian Hebel2019-01-091-0/+5
* binaryPI: Use pcidev_on_root()Kyösti Mälkki2019-01-046-25/+25
* nb/amd/pi/00{630F01,730F01}: Use ARRAY_SIZEElyes HAOUAS2019-01-032-10/+8
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-163-3/+0
* src/mainboard: Remove unused "HW_MEM_HOLE_SIZE_AUTO_INC"Elyes HAOUAS2018-11-164-16/+0
* src: Get rid of duplicated includesElyes HAOUAS2018-11-163-3/+0
* amd: Fix non-local header treated as localElyes HAOUAS2018-11-055-12/+12
* cpu/amd: Use common AMD's MSRElyes HAOUAS2018-10-183-22/+20
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* nb/amd/pi/00730F01: use MMIO and performance counters from AGESAPiotr Król2018-09-201-23/+38
* nb/amd/pi/00730F01: Don't use device_t in ramstageElyes HAOUAS2018-09-181-1/+1
* nb/amd/pi/00730F01: Add initial native IVRS supportTimothy Pearson2018-09-151-12/+212
* nb/amd/pi/00730F01: Initialize IOMMU deviceKyösti Mälkki2018-09-153-1/+63
* AGESA binaryPI: Remove code for CONFIG_CBB!=0Kyösti Mälkki2018-07-233-195/+14
* AGESA binaryPI: Fix and optimize for MAX_NODES_NUMKyösti Mälkki2018-07-203-54/+5
* src/northbridge: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-092-2/+2
* src: Use of device_t is deprecatedElyes HAOUAS2018-06-141-2/+2
* AGESA binaryPI: Drop RAMBASE and RAMTOPKyösti Mälkki2018-06-141-8/+0
* arch/x86: Make RELOCATABLE_RAMSTAGE the defaultKyösti Mälkki2018-06-061-1/+0
* src: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-06-041-1/+1
* nb/amd/pi: Get rid of device_tKyösti Mälkki2018-05-233-101/+101
* {mb,nb,soc}: Remove references to pci_bus_default_ops()Nico Huber2018-05-083-3/+0
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* binaryPI: Move agesawrapper.h headerKyösti Mälkki2018-01-231-3/+47
* AGESA binaryPI: Drop amdlib.h in dimmSpd.hKyösti Mälkki2017-09-293-3/+0
* AGESA: Move API interface under drivers/Kyösti Mälkki2017-09-261-10/+0
* AGESA: Implement POSTCAR_STAGEKyösti Mälkki2017-09-261-0/+1
* binaryPI: Drop Options.h includeKyösti Mälkki2017-09-263-3/+0
* AGESA: Avoid cpuRegisters.h includeKyösti Mälkki2017-09-264-7/+3
* AGESA binaryPI: Clean up amdfamXX.h includeKyösti Mälkki2017-09-223-3/+0
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-1/+1
* binaryPI: Introduce BINARYPI_LEGACY_WRAPPER and its counterpartKyösti Mälkki2017-08-024-0/+21
* binaryPI: Enable RELOCATABLE_RAMSTAGEKyösti Mälkki2017-08-021-0/+1