Age | Commit message (Expand) | Author |
2010-10-13 | Remove various .c #includes from Intel i810/i82801ax/i82801bx boards. | Uwe Hermann |
2010-10-13 | Convert all Intel i810 boards to CAR. | Uwe Hermann |
2010-10-13 | Trivial. Clean up code and add some comments. | Zheng Bao |
2010-10-12 | Move translate_spd_to_i82810[] from .h to .c file (trivial). | Uwe Hermann |
2010-10-12 | We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. | Uwe Hermann |
2010-10-11 | Factor out a few commonly duplicated functions from northbridge.c. | Uwe Hermann |
2010-10-09 | Remove various .c #includes from Intel 440BX/82371EB boards. | Uwe Hermann |
2010-10-09 | Trivial. Spell checking. | Zheng Bao |
2010-10-09 | Trivial. Spell checking. | Zheng Bao |
2010-10-08 | Trivial. Spell checking. | Zheng Bao |
2010-10-08 | Trivial. Fix the typo. | Zheng Bao |
2010-10-07 | Remove duplicate line from pci_ids.h. | Jonathan Kollasch |
2010-10-06 | Convert all Intel 440BX boards to Cache-as-RAM (CAR). | Uwe Hermann |
2010-10-05 | Use %p instead of %x to print void *. | Jonathan Kollasch |
2010-10-05 | Remove lib/ramtest.c-include from all CAR boards. | Patrick Georgi |
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-10-01 | Make i945/raminit.c:fsbclk() return u16 rather than int | Peter Stuge |
2010-10-01 | Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GM | Peter Stuge |
2010-10-01 | Move several i945 config #defines from romstage.c to Kconfig. | Patrick Georgi |
2010-10-01 | Trivial. Re-indent the code. | Zheng Bao |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-09-28 | Trivial. re-Indent the code. | Zheng Bao |
2010-09-27 | Obviously missing brackets. | Xavi Drudis Ferran |
2010-09-25 | Mark read-only data as read-only, so the global vars test doesn't fail on it. | Patrick Georgi |
2010-09-25 | Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial). | Uwe Hermann |
2010-09-25 | Keep the mc146818rtc.h include close to the option table include where | Myles Watson |
2010-09-25 | - Fix race condition in option_table.h generation by moving the include | Stefan Reinauer |
2010-09-21 | Complete the code which was missing. | Zheng Bao |
2010-09-21 | Fix the typo. Field DisAutoRefresh is in DramTimngHi. | Zheng Bao |
2010-09-20 | A number of cleanups for 440BX raminit code. | Keith Hui |
2010-09-13 | Add reserved areas for fam10. | Myles Watson |
2010-09-13 | Port k8 UMA handling to fam10. | Myles Watson |
2010-09-13 | Fix a typo reported by Sylvain Hitier. | Myles Watson |
2010-09-13 | Convert i945 boards to use reserved resources instead of directly adding | Myles Watson |
2010-09-10 | Move memory type information out of some AMD sockets. | Myles Watson |
2010-09-09 | Please find appended. This patch gets rid of the %gs magic altogether, | Arne Georg Gleditsch |
2010-09-09 | Also improve boot time on AMD for the DDR3 code path. | Arne Georg Gleditsch |
2010-09-09 | Apparently, it's not crucial to clear this at the exact moment we switch | Arne Georg Gleditsch |
2010-09-05 | Trivial. Currently the max frequency is preset as 400Mhz. We need to set a | Zheng Bao |
2010-09-04 | AMD DDR2 and DDR3 MCT function InitPhyCompensation() compliant with AGESA code. | Kerry She |
2010-09-02 | Trivial warning fix for adl855pc. | Myles Watson |
2010-08-31 | Get Byte65/66 for register manufacture ID code. RegMan1Present will | Zheng Bao |
2010-08-30 | We call this cache as ram everywhere, so let's call it the same in Kconfig | Stefan Reinauer |
2010-08-30 | This file was missing from r5751. | Andreas Schultz |
2010-08-30 | Rework i855GM/i855GME support | Andreas Schultz |
2010-08-30 | Multi-DIMMS on AMD ddr2 MCT channel B fixed. | Kerry She |
2010-08-30 | Multi-DIMMS on AMD ddr3 MCT channel B works. | Kerry She |
2010-08-30 | Trivial syntax correction of AMD mct_ddr3 dir. | Kerry She |
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-08-26 | One of my boards needs this mini delay in order to survive ram initialization. | Stefan Reinauer |
2010-08-25 | Fix i945 based boards | Stefan Reinauer |
2010-08-24 | * Adds support for PC Engines Alix.2D(1)3 board to Coreboot. | Aurelien Guillaume |
2010-08-22 | documented workaround erratum 414, see | Xavi Drudis Ferran |
2010-08-22 | documented workaround erratum 372, see | Xavi Drudis Ferran |
2010-08-22 | Include RB_C3 in erratum 346 | Xavi Drudis Ferran |
2010-08-22 | Add RB_C3 to AMD_FAM10_ALL so that it gets its MSR right for mtrs, ht, etc. | Xavi Drudis Ferran |
2010-08-17 | Fix warnings (that become errors) in AMDHT for certain configurations (unused... | Xavi Drudis Ferran |
2010-08-05 | The number of cores is got by reading the bit 15,13,12 of [0,24,3,e8]. | Zheng Bao |
2010-08-03 | Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / | Stefan Reinauer |
2010-08-03 | VGA code needs to be refactored before it can be compiled conditionally. | Myles Watson |
2010-08-02 | Build VGA code conditionally to avoid errors when using SeaBIOS. | Myles Watson |
2010-08-01 | Clarify a comment on an old hack, remove the call to early_mtrr_init | Corey Osgood |
2010-08-01 | Update my old, no longer active email addresses | Corey Osgood |
2010-07-26 | This patch converts the Geode GX2 boards to CAR. | Nils Jacobs |
2010-07-26 | Make include paths more consistent. Fixes compilation errors for me. | Myles Watson |
2010-07-09 | Trivial -Werror fix. | Cristi M |
2010-07-08 | Fix all warnings in the tree | Stefan Reinauer |
2010-07-08 | get rid of even more fam10 and k8 warnings. | Stefan Reinauer |
2010-07-07 | fix some more warnings | Stefan Reinauer |
2010-07-07 | fix some warnings. | Stefan Reinauer |
2010-07-07 | Kill a few more warnings. | Myles Watson |
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-20 | This patch implements GFXUMA on all supported i810 boards. Also some fix-ups ... | Joseph Smith |
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-08 | Fix auto-mangled comments (trivial) | Patrick Georgi |
2010-06-04 | This patch replaces the headers of the following files: | Frank Vibrans |
2010-05-27 | Fix MBI walker. | Joseph Smith |
2010-05-27 | fix warnings. | Stefan Reinauer |
2010-05-25 | Move CS5535 specific setup from GX2 driver to CS5535. | Stefan Reinauer |
2010-05-25 | cosmetics. | Stefan Reinauer |
2010-05-24 | Fix VGA after switching to realmode_interrupt() | Michael Marineau |
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 | i945: | Stefan Reinauer |
2010-05-14 | more acpica fixes... The tricky part is the stuff in the AMD mainboard direct... | Stefan Reinauer |
2010-05-14 | Fix i945 ACPI for ASL Optimizing Compiler version 20100428. | Stefan Reinauer |
2010-05-14 | Remove another set of includes from Fam10 romstages: | Patrick Georgi |
2010-05-14 | fix SeaBIOS loading on GX2. | Nils Jacobs |
2010-05-14 | Fix warning. Hardware tested and didn't change behavior. | Stefan Reinauer |
2010-05-14 | license header fixes | Nils Jacobs |
2010-05-11 | Change real mode API to allow passing intXX number or entry point and | Stefan Reinauer |
2010-05-10 | Make show_all_routes work for fam10. | Myles Watson |
2010-05-10 | High tables don't have to be on node 0 on K8. Make it less restrictive. | Myles Watson |
2010-05-09 | Remove extra NULL #define in amdht code. The | Patrick Georgi |