aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8
AgeCommit message (Expand)Author
2013-09-11CBMEM AMD: Fix calls to set_top_of_ram_once()Kyösti Mälkki
2013-09-11CBMEM AMD: Remove references to global high_tables_baseKyösti Mälkki
2013-07-11Set PCI bus operations at buildtime for ramstageKyösti Mälkki
2013-06-24AMD: Drop empty root_complexKyösti Mälkki
2013-05-10Get rid of a number of __GNUC__ checksStefan Reinauer
2013-05-08Drop CONFIG_AP_CODE_IN_CARStefan Reinauer
2013-04-12Revert "siemens/sitemp_g1p1: Make ACPI report the right mmconf region"Nico Huber
2013-04-10siemens/sitemp_g1p1: Make ACPI report the right mmconf regionPatrick Georgi
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-28Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer
2013-02-14sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer
2013-02-14sconfig: rename pci_domain -> domainStefan Reinauer
2012-11-28Remove assembly coded log2 functionRonald G. Minnich
2012-11-28amdk8/amdfam10: Use CAR_GLOBAL for sysinfoPatrick Georgi
2012-11-27Get rid of drivers classPatrick Georgi
2012-10-07Remove chip.h files without config structureKyösti Mälkki
2012-08-28Fix AMD UMA for RS780Kyösti Mälkki
2012-08-27AMD northbridges: factor out CPU allocationKyösti Mälkki
2012-08-27AMD northbridges: rewrite CPU allocationKyösti Mälkki
2012-08-22Auto-declare chip_operationsKyösti Mälkki
2012-08-09AMD northbridge: copy TOP_MEM and TOP_MEM2 for distributionKyösti Mälkki
2012-08-07Move cpus_ready_for_init() to AMD K8Kyösti Mälkki
2012-08-02AMD and GFXUMA: move setup_uma_memory() to northbridgeKyösti Mälkki
2012-08-02AMD K8 and AMDFAM10, GFXUMA: drop use of uma_memory_baseKyösti Mälkki
2012-07-16AMD: Fix GFXUMA with 4GB or more RAMKyösti Mälkki
2012-07-16Move setup_uma_memory() to K8 northbridgeKyösti Mälkki
2012-07-16Define global uma_memory variablesKyösti Mälkki
2012-07-16Add global uma_resource()Kyösti Mälkki
2012-05-08Some more #if cleanupPatrick Georgi
2012-05-08Clean up #ifsPatrick Georgi
2012-03-16VIA southbridge K8T890: Apply un-written naming rulesKyösti Mälkki
2012-03-07Move C labels to start-of-linePatrick Georgi
2011-12-14k8: add CONFIG_K8_FORCE_2T_DRAM_TIMING and enable it for asus k8v-xFlorian Zumbiehl
2011-11-23k8 raminit: fix bug, improve clock selection, add clock limit for sock754Florian Zumbiehl
2011-11-16fix DDR_MASK in load-dependent clock limiting for socket 939 in k8 raminitFlorian Zumbiehl
2011-11-07Cycle time at CAS Latency (CLX - 2) is at 25 in DDR2 SPD, not at 26Florian Zumbiehl
2011-11-01remove trailing whitespaceStefan Reinauer
2011-10-15AMD CPU and chipset fixes for compilation with gcc 4.6Stefan Reinauer
2011-10-12amdk8: ASL include for K8 temperature sensor support in ACPIChristoph Grenz
2011-10-03TINY_BOOTBLOCK problem-fix on amdk8+amd8111 platformsenok71
2011-07-22Update AMD SR5650 and SB700efdesign98
2011-06-30Improve VIA K8M890 HT settings. Use recommended settings for ROMSIP andRudolf Marek
2011-05-11Work around unclean CMOS handling for nowPatrick Georgi
2011-05-10Change read_option() to a macro that wraps some API uglynessPatrick Georgi
2011-04-21more ifdef -> if fixesStefan Reinauer
2011-04-19cleanup wrong use of defined() after exporting all variables in KconfigStefan Reinauer
2011-02-24Add compile-time defaults to some K8 CMOS options in case they're absent in CMOSJosef Kellermann
2011-02-14Errata #169 works on HT, not MCJosef Kellermann
2011-02-10Implemented workaround for erratum 169, obsoleting erratum 131.Alexandru Gagniuc
2010-12-13Attached patch implements the memory speed reductions (and 2T/1T clock logic)...Rudolf Marek
2010-12-13Following patch adds support to bring out the memory out of self refresh when...Rudolf Marek
2010-12-13We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek
2010-12-11After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer
2010-12-08second round name simplification. drop the <component>_ prefix.stepan
2010-11-221) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...Rudolf Marek
2010-11-22Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer
2010-11-20Some more DIMM0 related cleanups and deduplication.Uwe Hermann
2010-11-18Fix/drop some obsolete comments,Uwe Hermann
2010-11-17This problem was introduced withTobias Diedrich
2010-11-13MTRR related improvements for AMD family 10h and family 0Fh systemsScott Duplichan
2010-11-10Make amdk8 printk_raminit() accept just a single string parameterPeter Stuge
2010-11-07Move K8_ALLOCATE_IO_RANGE to Kconfig.Patrick Georgi
2010-11-05Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.cPatrick Georgi
2010-10-11Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann
2010-10-07Remove duplicate line from pci_ids.h.Jonathan Kollasch
2010-10-05Use %p instead of %x to print void *.Jonathan Kollasch
2010-10-02Fix spelling/typos in comments.Jonathan Kollasch
2010-10-01Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig,Patrick Georgi
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-25- Fix race condition in option_table.h generation by moving the includeStefan Reinauer
2010-09-10Move memory type information out of some AMD sockets.Myles Watson
2010-08-27drop three unneeded config variables:Jens Rottmann
2010-08-26CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board /Jens Rottmann
2010-07-09Trivial -Werror fix.Cristi M
2010-07-08Fix all warnings in the tree Stefan Reinauer
2010-07-07fix some more warningsStefan Reinauer
2010-07-06Eliminate a couple of warnings from setup_resourcemap.cMyles Watson
2010-07-06Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant
2010-07-06A bug fix:Myles Watson
2010-06-17Always enable parent resources before child resources.Myles Watson
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-06-09Make k8 & fam10 northbridge.c code more similar.Myles Watson
2010-06-04This patch replaces the headers of the following files:Frank Vibrans
2010-05-21Fix amdk8_util.asl and explain behaviour a bit.Myles Watson
2010-05-21Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson
2010-05-14more acpica fixes... The tricky part is the stuff in the AMD mainboard direct...Stefan Reinauer
2010-05-10High tables don't have to be on node 0 on K8. Make it less restrictive.Myles Watson
2010-04-30Get rid of a few more warnings.Myles Watson
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-25zero warnings daysStefan Reinauer
2010-04-23zero warnings days...Stefan Reinauer
2010-04-22zero warnings days...Stefan Reinauer
2010-04-20As Myles suggested a while back: Switch long time #warnings to be commentsStefan Reinauer
2010-04-15zero warnings days...Stefan Reinauer
2010-04-14Remove few more warnings and some dead code.Myles Watson
2010-04-09fix the broken nvidia chipset boards,Stefan Reinauer
2010-04-09zero warnings days.Stefan Reinauer
2010-04-091. This patch adds CAR for Intel P6 series processors.Joseph Smith
2010-04-08Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson