summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/amdk8/northbridge.c
Commit message (Expand)AuthorAgeFilesLines
* AMD K8: Fix allocation size for HyperTransport linksKyösti Mälkki2015-03-091-5/+6
* AMD K8: Move the test for connected HyperTransport linkKyösti Mälkki2015-03-091-13/+19
* AMD K8 fam10: Refactor offset_unitid configurationKyösti Mälkki2015-02-201-14/+10
* AMD K8 fam10: Drop link_num from scan_chain parametersKyösti Mälkki2015-02-201-7/+7
* AMD K8 fam10: Remove some excessive preprocessor useKyösti Mälkki2015-02-201-21/+14
* amdfam10: Move to per-device ACPIVladimir Serbinenko2014-11-221-0/+3
* northbridge/amd: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan2014-11-011-7/+3
* Fix mismerge of ACPI patchesVladimir Serbinenko2014-10-171-3/+3
* amdk8: Move to per-device ACPIVladimir Serbinenko2014-10-161-0/+36
* AMD boards: Fix comment style and typosKyösti Mälkki2014-06-291-1/+3
* AMD boards: Fix typosKyösti Mälkki2014-06-261-1/+1
* Replace all occurences of sprintf with snprintfVladimir Serbinenko2014-01-101-2/+2
* CBMEM AMD: Fix calls to set_top_of_ram_once()Kyösti Mälkki2013-09-111-10/+8
* CBMEM AMD: Remove references to global high_tables_baseKyösti Mälkki2013-09-111-14/+4
* Set PCI bus operations at buildtime for ramstageKyösti Mälkki2013-07-111-1/+1
* Revert "siemens/sitemp_g1p1: Make ACPI report the right mmconf region"Nico Huber2013-04-121-3/+0
* siemens/sitemp_g1p1: Make ACPI report the right mmconf regionPatrick Georgi2013-04-101-0/+3
* Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer2013-02-281-6/+0
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-141-1/+1
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-141-1/+1
* Remove assembly coded log2 functionRonald G. Minnich2012-11-281-1/+1
* Remove chip.h files without config structureKyösti Mälkki2012-10-071-2/+0
* Fix AMD UMA for RS780Kyösti Mälkki2012-08-281-3/+10
* AMD northbridges: factor out CPU allocationKyösti Mälkki2012-08-271-26/+10
* AMD northbridges: rewrite CPU allocationKyösti Mälkki2012-08-271-33/+20
* AMD northbridge: copy TOP_MEM and TOP_MEM2 for distributionKyösti Mälkki2012-08-091-16/+5
* Move cpus_ready_for_init() to AMD K8Kyösti Mälkki2012-08-071-0/+3
* AMD and GFXUMA: move setup_uma_memory() to northbridgeKyösti Mälkki2012-08-021-1/+3
* AMD K8 and AMDFAM10, GFXUMA: drop use of uma_memory_baseKyösti Mälkki2012-08-021-3/+0
* AMD: Fix GFXUMA with 4GB or more RAMKyösti Mälkki2012-07-161-10/+2
* Move setup_uma_memory() to K8 northbridgeKyösti Mälkki2012-07-161-0/+63
* Define global uma_memory variablesKyösti Mälkki2012-07-161-4/+0
* Add global uma_resource()Kyösti Mälkki2012-07-161-13/+1
* Clean up #ifsPatrick Georgi2012-05-081-21/+21
* We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek2010-12-131-10/+8
* 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...Rudolf Marek2010-11-221-1/+2
* Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer2010-11-221-5/+2
* Fix/drop some obsolete comments,Uwe Hermann2010-11-181-1/+1
* MTRR related improvements for AMD family 10h and family 0Fh systemsScott Duplichan2010-11-131-2/+24
* Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann2010-10-111-19/+4
* Always enable parent resources before child resources.Myles Watson2010-06-171-9/+3
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-091-65/+109
* Make k8 & fam10 northbridge.c code more similar.Myles Watson2010-06-091-93/+88
* Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson2010-05-211-9/+7
* High tables don't have to be on node 0 on K8. Make it less restrictive.Myles Watson2010-05-101-2/+2
* As Myles suggested a while back: Switch long time #warnings to be commentsStefan Reinauer2010-04-201-5/+4
* zero warnings days.Stefan Reinauer2010-04-091-1/+1
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-081-1/+1
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-1/+1
* dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer2010-03-291-1/+1
OpenPOWER on IntegriCloud