summaryrefslogtreecommitdiff
path: root/src/northbridge/intel
AgeCommit message (Expand)Author
2012-12-19Fix compile-time errorHEADmasterNoe Rubinstein
2012-12-07Rewrite EP80579 RAM initNoe Rubinstein
2011-06-23Add support for unbuffered DDR2 RAM to Truxton.Dustin Harrison
2011-06-23Convert JEDEC init procedure to DDR2Dustin Harrison
2011-06-23Disable ODT/CS/CKE for second slot if not populated.Dustin Harrison
2011-06-23Convert hard-coded numbers to register names and values.Dustin Harrison
2011-06-23Add MMCONF support and set as default.Dustin Harrison
2011-06-23Add debugging to romstage and raminitDustin Harrison
2011-06-23Convert to CAR and make i3100/{early_smbus.c,smbus.c} compile with host gccDustin Harrison
2011-05-10Change read_option() to a macro that wraps some API uglynessPatrick Georgi
2011-04-21some ifdef --> if fixesStefan Reinauer
2011-04-10i945: improve get_top_of_ram()Sven Schnelle
2011-02-21[i945] Add SPD adress mappingSven Schnelle
2011-01-27SMM code on i945 platforms needs udelay()Peter Stuge
2010-12-29fix i810 boards with ram init debugging disabled.Stefan Reinauer
2010-12-27proper printk handling in src/northbridge/intel/i82810/raminit.cStefan Reinauer
2010-12-27dump_spd_registers() is only defined when ram init debugging is on.Stefan Reinauer
2010-12-27Fix most CONFIG_DEBUG_RAM_SETUP issues. Stefan Reinauer
2010-12-23Fix build with CONFIG_DEBUG_RAM_SETUP on Intel 440BX, use printk().Uwe Hermann
2010-12-19The same mechanisms are used for normal and fallback images. Stefan Reinauer
2010-12-18Fix a few whitespace and coding style issues.Uwe Hermann
2010-12-18A couple of Poulsbo fixes:Patrick Georgi
2010-12-18Support Intel SCH (Poulsbo) and add iwave/iWRainbowG6 boardPatrick Georgi
2010-12-16fix according to coding guidelinesStefan Reinauer
2010-12-13Following patch adds support for suspend/resume functions. I had to change th...Rudolf Marek
2010-12-13We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek
2010-12-11catch some illegal configurations (trivial)Stefan Reinauer
2010-12-08second round name simplification. drop the <component>_ prefix.Stefan Reinauer
2010-12-07Get rid of some unneeded function prototypes in romstage.c files.Uwe Hermann
2010-11-27After finding the missing bit poweroff works now.Tobias Diedrich
2010-11-22i855: Remove useless memctrl indirection.Uwe Hermann
2010-11-20Some more DIMM0 related cleanups and deduplication.Uwe Hermann
2010-11-18Fix/drop some obsolete comments,Uwe Hermann
2010-11-18Move DIMM_MAP_LOGICAL to Kconfig.Patrick Georgi
2010-11-15Move RCBA defines to northbridge (instead of mainboard)Patrick Georgi
2010-10-26Convert some comments to proper Doxygen syntax.Uwe Hermann
2010-10-19Correct spelling of "spacing" (in comments).Jonathan A. Kollasch
2010-10-13Remove various .c #includes from Intel i810/i82801ax/i82801bx boards.Uwe Hermann
2010-10-13Convert all Intel i810 boards to CAR.Uwe Hermann
2010-10-12Move translate_spd_to_i82810[] from .h to .c file (trivial).Uwe Hermann
2010-10-11Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann
2010-10-09Remove various .c #includes from Intel 440BX/82371EB boards.Uwe Hermann
2010-10-06Convert all Intel 440BX boards to Cache-as-RAM (CAR).Uwe Hermann
2010-10-05Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi
2010-10-01Make i945/raminit.c:fsbclk() return u16 rather than intPatrick Georgi
2010-10-01Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GMPatrick Georgi
2010-10-01Move several i945 config #defines from romstage.c to Kconfig.Patrick Georgi
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-25Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial).Uwe Hermann
2010-09-25Keep the mc146818rtc.h include close to the option table include whereStefan Reinauer