W83627DHG/W83627EHG fixups for virtual LDNs.
[coreboot.git] / src / northbridge /
2010-12-02 Zheng BaoMore explicite and straight way to set seed.
2010-11-27 Tobias DiedrichAfter finding the missing bit poweroff works now.
2010-11-22 Rudolf Marek1) wraps the s3 parts of chipset code/memory init code...
2010-11-22 Uwe Hermanni855: Remove useless memctrl indirection.
2010-11-22 Stefan ReinauerPrinting coreboot debug messages on VGA console is...
2010-11-21 Uwe HermannSimplify a few code chunks, fix whitespace and indentation.
2010-11-21 Uwe HermannDrop excessive whitespace randomly sprinkled in romstag...
2010-11-20 Uwe HermannSome more DIMM0 related cleanups and deduplication.
2010-11-20 Patrick GeorgiUnify DIMM SPD addressing. For Geode, change the
2010-11-18 Uwe HermannFix/drop some obsolete comments,
2010-11-18 Patrick GeorgiMove DIMM_MAP_LOGICAL to Kconfig.
2010-11-17 Tobias DiedrichThis problem was introduced with
2010-11-15 Patrick GeorgiMove RCBA defines to northbridge (instead of mainboard)
2010-11-13 Scott DuplichanMTRR related improvements for AMD family 10h and family...
2010-11-10 Peter StugeMake amdk8 printk_raminit() accept just a single string...
2010-11-07 Patrick GeorgiMove K8_ALLOCATE_IO_RANGE to Kconfig.
2010-11-05 Patrick GeorgiMove QRANK_DIMM_SUPPORT to Kconfig, removing it from...
2010-11-05 Nils JacobsAdd Kconfig CPU speed selection to Geode GX2 boards.
2010-11-05 Nils JacobsRemove banner wrapper function and unify print(k) usage.
2010-11-03 Nils JacobsRemove some unused code from gx2/raminit.c.
2010-11-03 Nils JacobsClean up some comments and white space in gx2/northbrid...
2010-11-01 Nils JacobsChange Geode GX2 to use the auto DRAM detect code from...
2010-11-01 Nils JacobsRemove some unused code.
2010-11-01 Nils JacobsGX2: Clean up some white space and comments.
2010-11-01 Nils JacobsGX2: Change MSR register numbers into more descriptive...
2010-10-26 Uwe HermannConvert some comments to proper Doxygen syntax.
2010-10-19 Jonathan KollaschCorrect spelling of "spacing" (in comments).
2010-10-19 Scott DuplichanRevision 5966 changed the end of line style of the...
2010-10-19 Scott DuplichanWhen debug logging is enabled, a message such as '...
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-13 Zheng BaoTrivial. Clean up code and add some comments.
2010-10-12 Uwe HermannMove translate_spd_to_i82810[] from .h to .c file ...
2010-10-12 Uwe HermannWe define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
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-09 Zheng BaoTrivial. Spell checking.
2010-10-09 Zheng BaoTrivial. Spell checking.
2010-10-08 Zheng BaoTrivial. Spell checking.
2010-10-08 Zheng BaoTrivial. Fix the typo.
2010-10-07 Jonathan KollaschRemove duplicate line from pci_ids.h.
2010-10-06 Uwe HermannConvert all Intel 440BX boards to Cache-as-RAM (CAR).
2010-10-05 Jonathan KollaschUse %p instead of %x to print void *.
2010-10-05 Patrick GeorgiRemove lib/ramtest.c-include from all CAR boards.
2010-10-02 Jonathan KollaschFix spelling/typos in comments.
2010-10-01 Patrick GeorgiMove CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into...
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-10-01 Zheng BaoTrivial. Re-indent the code.
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-28 Zheng BaoTrivial. re-Indent the code.
2010-09-27 Xavi Drudis FerranObviously missing brackets.
2010-09-25 Patrick GeorgiMark read-only data as read-only, so the global vars...
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-21 Zheng BaoComplete the code which was missing.
2010-09-21 Zheng BaoFix the typo. Field DisAutoRefresh is in DramTimngHi.
2010-09-20 Keith HuiA number of cleanups for 440BX raminit code.
2010-09-13 Myles WatsonAdd reserved areas for fam10.
2010-09-13 Myles WatsonPort k8 UMA handling to fam10.
2010-09-13 Myles WatsonFix a typo reported by Sylvain Hitier.
2010-09-13 Myles WatsonConvert i945 boards to use reserved resources instead...
2010-09-10 Myles WatsonMove memory type information out of some AMD sockets.
2010-09-09 Arne Georg GleditschPlease find appended. This patch gets rid of the ...
2010-09-09 Arne Georg GleditschAlso improve boot time on AMD for the DDR3 code path.
2010-09-09 Arne Georg GleditschApparently, it's not crucial to clear this at the exact...
2010-09-05 Zheng BaoTrivial. Currently the max frequency is preset as 400Mh...
2010-09-04 Kerry SheAMD DDR2 and DDR3 MCT function InitPhyCompensation...
2010-09-02 Myles WatsonTrivial warning fix for adl855pc.
2010-08-31 Zheng BaoGet Byte65/66 for register manufacture ID code. RegMan1...
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-30 Kerry SheMulti-DIMMS on AMD ddr2 MCT channel B fixed.
2010-08-30 Kerry SheMulti-DIMMS on AMD ddr3 MCT channel B works.
2010-08-30 Kerry SheTrivial syntax correction of AMD mct_ddr3 dir.
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-24 Aurelien Guillaume* Adds support for PC Engines Alix.2D(1)3 board to...
2010-08-22 Xavi Drudis Ferrandocumented workaround erratum 414, see
2010-08-22 Xavi Drudis Ferrandocumented workaround erratum 372, see
2010-08-22 Xavi Drudis FerranInclude RB_C3 in erratum 346
2010-08-22 Xavi Drudis FerranAdd RB_C3 to AMD_FAM10_ALL so that it gets its MSR...
2010-08-17 Xavi Drudis FerranFix warnings (that become errors) in AMDHT for certain...
2010-08-05 Zheng BaoThe number of cores is got by reading the bit 15,13...
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 OsgoodClarify a comment on an old hack, remove the call to...
2010-08-01 Corey OsgoodUpdate my old, no longer active email addresses
2010-07-26 Nils JacobsThis patch converts the Geode GX2 boards to CAR.
2010-07-26 Myles WatsonMake include paths more consistent. Fixes compilation...
2010-07-09 Cristi MTrivial -Werror fix.
2010-07-08 Stefan ReinauerFix all warnings in the tree
2010-07-08 Stefan Reinauerget rid of even more fam10 and k8 warnings.
2010-07-07 Stefan Reinauerfix some more warnings
next