Age | Commit message (Expand) | Author |
2012-10-07 | Remove chip.h files without config structure | Kyösti Mälkki |
2012-08-28 | Fix AMD UMA for RS780 | Kyösti Mälkki |
2012-08-27 | AMD northbridges: factor out CPU allocation | Kyösti Mälkki |
2012-08-27 | AMD northbridges: rewrite CPU allocation | Kyösti Mälkki |
2012-08-22 | Auto-declare chip_operations | Kyösti Mälkki |
2012-08-09 | AMD northbridge: copy TOP_MEM and TOP_MEM2 for distribution | Kyösti Mälkki |
2012-08-07 | Move cpus_ready_for_init() to AMD K8 | Kyösti Mälkki |
2012-08-02 | AMD and GFXUMA: move setup_uma_memory() to northbridge | Kyösti Mälkki |
2012-08-02 | AMD K8 and AMDFAM10, GFXUMA: drop use of uma_memory_base | Kyösti Mälkki |
2012-07-16 | AMD: Fix GFXUMA with 4GB or more RAM | Kyösti Mälkki |
2012-07-16 | Move setup_uma_memory() to K8 northbridge | Kyösti Mälkki |
2012-07-16 | Define global uma_memory variables | Kyösti Mälkki |
2012-07-16 | Add global uma_resource() | Kyösti Mälkki |
2012-05-08 | Some more #if cleanup | Patrick Georgi |
2012-05-08 | Clean up #ifs | Patrick Georgi |
2012-03-16 | VIA southbridge K8T890: Apply un-written naming rules | Kyösti Mälkki |
2012-03-07 | Move C labels to start-of-line | Patrick Georgi |
2011-12-14 | k8: add CONFIG_K8_FORCE_2T_DRAM_TIMING and enable it for asus k8v-x | Florian Zumbiehl |
2011-11-23 | k8 raminit: fix bug, improve clock selection, add clock limit for sock754 | Florian Zumbiehl |
2011-11-16 | fix DDR_MASK in load-dependent clock limiting for socket 939 in k8 raminit | Florian Zumbiehl |
2011-11-07 | Cycle time at CAS Latency (CLX - 2) is at 25 in DDR2 SPD, not at 26 | Florian Zumbiehl |
2011-11-01 | remove trailing whitespace | Stefan Reinauer |
2011-10-15 | AMD CPU and chipset fixes for compilation with gcc 4.6 | Stefan Reinauer |
2011-10-12 | amdk8: ASL include for K8 temperature sensor support in ACPI | Christoph Grenz |
2011-10-03 | TINY_BOOTBLOCK problem-fix on amdk8+amd8111 platforms | enok71 |
2011-07-22 | Update AMD SR5650 and SB700 | efdesign98 |
2011-06-30 | Improve VIA K8M890 HT settings. Use recommended settings for ROMSIP and | Rudolf Marek |
2011-05-11 | Work around unclean CMOS handling for now | Patrick Georgi |
2011-05-10 | Change read_option() to a macro that wraps some API uglyness | Patrick Georgi |
2011-04-21 | more ifdef -> if fixes | Stefan Reinauer |
2011-04-19 | cleanup wrong use of defined() after exporting all variables in Kconfig | Stefan Reinauer |
2011-02-24 | Add compile-time defaults to some K8 CMOS options in case they're absent in CMOS | Josef Kellermann |
2011-02-14 | Errata #169 works on HT, not MC | Josef Kellermann |
2011-02-10 | Implemented workaround for erratum 169, obsoleting erratum 131. | Alexandru Gagniuc |
2010-12-13 | Attached patch implements the memory speed reductions (and 2T/1T clock logic)... | Rudolf Marek |
2010-12-13 | Following patch adds support to bring out the memory out of self refresh when... | Rudolf Marek |
2010-12-13 | We hardcode highmemory size in every northbridge! This is bad, and especiall... | Rudolf Marek |
2010-12-11 | After this has been brought up many times before, rename src/arch/i386 to | Stefan Reinauer |
2010-12-08 | second round name simplification. drop the <component>_ prefix. | stepan |
2010-11-22 | 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC... | Rudolf Marek |
2010-11-22 | Printing coreboot debug messages on VGA console is pretty much useless, since | Stefan Reinauer |
2010-11-20 | Some more DIMM0 related cleanups and deduplication. | Uwe Hermann |
2010-11-18 | Fix/drop some obsolete comments, | Uwe Hermann |
2010-11-17 | This problem was introduced with | Tobias Diedrich |
2010-11-13 | MTRR related improvements for AMD family 10h and family 0Fh systems | Scott Duplichan |
2010-11-10 | Make amdk8 printk_raminit() accept just a single string parameter | Peter Stuge |
2010-11-07 | Move K8_ALLOCATE_IO_RANGE to Kconfig. | Patrick Georgi |
2010-11-05 | Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.c | Patrick Georgi |
2010-10-11 | Factor out a few commonly duplicated functions from northbridge.c. | Uwe Hermann |
2010-10-07 | Remove duplicate line from pci_ids.h. | Jonathan Kollasch |