Add support for Intel Sandybridge CPU (northbridge part)
[coreboot.git] / src / northbridge / intel /
2012-04-05 Stefan ReinauerAdd support for Intel Sandybridge CPU (northbridge...
2012-03-16 Kyösti MälkkiIntel northbridge I945: Apply un-written naming rules
2012-03-07 Patrick GeorgiMove C labels to start-of-line
2012-02-17 Patrick GeorgiAvoid ../../.. paths in ASL files
2012-02-17 Patrick GeorgiRename i945 ACPI files to not carry an i945_ prefix
2012-02-10 Sven SchnelleRemove non-existent include
2012-02-10 Sven Schnellei5000: halt second BSP
2012-02-02 Sven SchnelleAdd Intel i5000 Memory Controller Hub
2012-01-31 Peter Stugenorthbridge/intel/i945: CHECK_SLFRCS_ON_RESUME Kconfig...
2012-01-10 Sven Schnellei945: fix tsc udelay()
2011-11-01 Stefan Reinauerremove trailing whitespace
2011-10-31 Kyösti MälkkiAdd support for E7505 northbridge.
2011-10-28 Kyösti MälkkiClear improper use of CONFIG_CACHE_AS_RAM
2011-10-28 Stefan Reinauercopy e7501 component to e7505
2011-10-18 Sven SchnelleI945: replace #if defined() by #if
2011-10-15 Stefan Reinaueruse acpi.h include instead of manually adding acpi_slp_...
2011-10-14 Stefan Reinauerfix compilation of intel/sch northbridge code with...
2011-09-09 Noe RubinsteinReplace while with do; while to avoid repetition
2011-09-09 Stefan ReinauerReport GSE chipset and warn if the code has been compil...
2011-08-04 Keith Huinorthbridge/intel/i440bx: Registered SDRAM modules...
2011-06-15 Sven Schnellei945 GMA: restore tft brightness from cmos
2011-06-15 Sven Schnellei82801gx: replace cafed00d/cafebabe by defines
2011-05-10 Patrick GeorgiChange read_option() to a macro that wraps some API...
2011-04-21 Stefan Reinauersome ifdef --> if fixes
2011-04-10 Sven Schnellei945: improve get_top_of_ram()
2011-02-21 Sven Schnelle[i945] Add SPD adress mapping
2011-01-27 Peter StugeSMM code on i945 platforms needs udelay()
2010-12-29 Stefan Reinauerfix i810 boards with ram init debugging disabled.
2010-12-27 Stefan Reinauerproper printk handling in src/northbridge/intel/i82810...
2010-12-27 Stefan Reinauerdump_spd_registers() is only defined when ram init...
2010-12-27 Stefan ReinauerFix most CONFIG_DEBUG_RAM_SETUP issues.
2010-12-23 Keith HuiFix build with CONFIG_DEBUG_RAM_SETUP on Intel 440BX...
2010-12-19 Stefan ReinauerThe same mechanisms are used for normal and fallback...
2010-12-18 Uwe HermannFix a few whitespace and coding style issues.
2010-12-18 Patrick GeorgiA couple of Poulsbo fixes:
2010-12-18 Patrick GeorgiSupport Intel SCH (Poulsbo) and add iwave/iWRainbowG6...
2010-12-16 Stefan Reinauerfix according to coding guidelines
2010-12-13 Rudolf MarekFollowing patch adds support for suspend/resume functio...
2010-12-13 Rudolf MarekWe hardcode highmemory size in every northbridge!...
2010-12-11 Stefan Reinauercatch some illegal configurations (trivial)
2010-12-08 stepansecond round name simplification. drop the <component...
2010-12-07 Uwe HermannGet rid of some unneeded function prototypes in romstag...
2010-11-27 Tobias DiedrichAfter finding the missing bit poweroff works now.
2010-11-22 Uwe Hermanni855: Remove useless memctrl indirection.
2010-11-20 Uwe HermannSome more DIMM0 related cleanups and deduplication.
2010-11-18 Uwe HermannFix/drop some obsolete comments,
2010-11-18 Patrick GeorgiMove DIMM_MAP_LOGICAL to Kconfig.
2010-11-15 Patrick GeorgiMove RCBA defines to northbridge (instead of mainboard)
2010-10-26 Uwe HermannConvert some comments to proper Doxygen syntax.
2010-10-19 Jonathan KollaschCorrect spelling of "spacing" (in comments).
2010-10-13 Uwe HermannRemove various .c #includes from Intel i810/i82801ax...
2010-10-13 Uwe HermannConvert all Intel i810 boards to CAR.
2010-10-12 Uwe HermannMove translate_spd_to_i82810[] from .h to .c file ...
2010-10-11 Uwe HermannFactor out a few commonly duplicated functions from...
2010-10-09 Uwe HermannRemove various .c #includes from Intel 440BX/82371EB...
2010-10-06 Uwe HermannConvert all Intel 440BX boards to Cache-as-RAM (CAR).
2010-10-05 Patrick GeorgiRemove lib/ramtest.c-include from all CAR boards.
2010-10-01 Peter StugeMake i945/raminit.c:fsbclk() return u16 rather than int
2010-10-01 Peter StugeSplit NORTHBRIDGE_INTEL_I945 into more precise _I945GC...
2010-10-01 Patrick GeorgiMove several i945 config #defines from romstage.c to...
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-25 Uwe HermannVarious CONFIG_DEBUG_RAM_SETUP related fixes (trivial).
2010-09-25 Myles WatsonKeep the mc146818rtc.h include close to the option...
2010-09-25 Stefan Reinauer- Fix race condition in option_table.h generation by...
2010-09-20 Keith HuiA number of cleanups for 440BX raminit code.
2010-09-13 Myles WatsonConvert i945 boards to use reserved resources instead...
2010-09-02 Myles WatsonTrivial warning fix for adl855pc.
2010-08-30 Stefan ReinauerWe call this cache as ram everywhere, so let's call...
2010-08-30 Andreas SchultzThis file was missing from r5751.
2010-08-30 Andreas SchultzRework i855GM/i855GME support
2010-08-27 Jens Rottmanndrop three unneeded config variables:
2010-08-26 Jens RottmannCONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only...
2010-08-26 Stefan ReinauerOne of my boards needs this mini delay in order to...
2010-08-25 Stefan ReinauerFix i945 based boards
2010-08-03 Stefan ReinauerDrop the USE_PRINTK_IN_CAR option. It's a bogus decisio...
2010-08-03 Myles WatsonVGA code needs to be refactored before it can be compil...
2010-08-02 Myles WatsonBuild VGA code conditionally to avoid errors when using...
2010-08-01 Corey OsgoodUpdate my old, no longer active email addresses
2010-07-08 Stefan ReinauerFix all warnings in the tree
2010-07-07 Myles WatsonKill a few more warnings.
2010-07-06 Edwin BeasantRe-integrate "USE_OPTION_TABLE" code.
2010-06-20 Joseph SmithThis patch implements GFXUMA on all supported i810...
2010-06-17 Myles WatsonAlways enable parent resources before child resources.
2010-06-09 Myles WatsonSame conversion as with resources from static arrays...
2010-05-27 Joseph SmithFix MBI walker.
2010-05-27 Stefan Reinauerfix warnings.
2010-05-25 Stefan Reinauercosmetics.
2010-05-21 Myles WatsonUse lists instead of arrays for resources in devices...
2010-05-14 Stefan Reinaueri945:
2010-05-14 Stefan ReinauerFix i945 ACPI for ASL Optimizing Compiler version 20100428.
2010-05-14 Nils Jacobslicense header fixes
2010-05-09 Stefan Reinaueri82830: fix debugging output and clarify bracketing
2010-04-30 Stefan Reinauerfix compilation of mtarvon
2010-04-30 Myles WatsonGet rid of a few more warnings.
2010-04-27 Anders JenboEnable 440BX NB to use large memory modules
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-27 Anders JenboRemove some additional white space to make it look...
2010-04-20 Patrick GeorgiMake RAM init on i945GC work
2010-04-16 Stefan Reinauerfix romcc compiled i3100 boards.
2010-04-16 Stefan Reinauerzero warnings days: unify mp tables. fix warnings.
next