Age | Commit message (Expand) | Author |
2013-04-12 | Revert "siemens/sitemp_g1p1: Make ACPI report the right mmconf region" | Nico Huber |
2013-04-10 | siemens/sitemp_g1p1: Make ACPI report the right mmconf region | Patrick Georgi |
2013-03-22 | x86: Unify arch/io.h and arch/romcc_io.h | Stefan Reinauer |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-28 | Drop CONFIG_WRITE_HIGH_TABLES | Stefan Reinauer |
2013-02-14 | sconfig: rename lapic_cluster -> cpu_cluster | Stefan Reinauer |
2013-02-14 | sconfig: rename pci_domain -> domain | Stefan Reinauer |
2012-11-28 | Remove assembly coded log2 function | Ronald G. Minnich |
2012-11-28 | amdk8/amdfam10: Use CAR_GLOBAL for sysinfo | Patrick Georgi |
2012-11-27 | Get rid of drivers class | Patrick Georgi |
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 |
2010-10-05 | Use %p instead of %x to print void *. | Jonathan Kollasch |
2010-10-02 | Fix spelling/typos in comments. | Jonathan Kollasch |
2010-10-01 | Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig, | Patrick Georgi |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-09-25 | - Fix race condition in option_table.h generation by moving the include | Stefan Reinauer |
2010-09-10 | Move memory type information out of some AMD sockets. | Myles Watson |
2010-08-27 | drop three unneeded config variables: | Jens Rottmann |
2010-08-26 | CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board / | Jens Rottmann |
2010-07-09 | Trivial -Werror fix. | Cristi M |
2010-07-08 | Fix all warnings in the tree | Stefan Reinauer |
2010-07-07 | fix some more warnings | Stefan Reinauer |
2010-07-06 | Eliminate a couple of warnings from setup_resourcemap.c | Myles Watson |
2010-07-06 | Re-integrate "USE_OPTION_TABLE" code. | Edwin Beasant |
2010-07-06 | A bug fix: | Myles Watson |
2010-06-17 | Always enable parent resources before child resources. | Myles Watson |
2010-06-09 | Same conversion as with resources from static arrays to lists, except | Myles Watson |
2010-06-09 | Make k8 & fam10 northbridge.c code more similar. | Myles Watson |
2010-06-04 | This patch replaces the headers of the following files: | Frank Vibrans |
2010-05-21 | Fix amdk8_util.asl and explain behaviour a bit. | Myles Watson |
2010-05-21 | Use lists instead of arrays for resources in devices to reduce memory usage. | Myles Watson |
2010-05-14 | more acpica fixes... The tricky part is the stuff in the AMD mainboard direct... | Stefan Reinauer |
2010-05-10 | High tables don't have to be on node 0 on K8. Make it less restrictive. | Myles Watson |
2010-04-30 | Get rid of a few more warnings. | Myles Watson |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-25 | zero warnings days | Stefan Reinauer |
2010-04-23 | zero warnings days... | Stefan Reinauer |
2010-04-22 | zero warnings days... | Stefan Reinauer |
2010-04-20 | As Myles suggested a while back: Switch long time #warnings to be comments | Stefan Reinauer |
2010-04-15 | zero warnings days... | Stefan Reinauer |
2010-04-14 | Remove few more warnings and some dead code. | Myles Watson |
2010-04-09 | fix the broken nvidia chipset boards, | Stefan Reinauer |
2010-04-09 | zero warnings days. | Stefan Reinauer |
2010-04-09 | 1. This patch adds CAR for Intel P6 series processors. | Joseph Smith |
2010-04-08 | Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so... | Myles Watson |
2010-04-07 | no warnings day | Stefan Reinauer |
2010-04-07 | "no warnings day" | Stefan Reinauer |
2010-04-07 | - unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLY | Stefan Reinauer |
2010-04-06 | No warnings day, next round. | Stefan Reinauer |
2010-04-03 | remove more warnings. | Stefan Reinauer |
2010-04-02 | Fix includes for showallroutes. | Myles Watson |