AMD SB800: Drop component prefix from filenames.
[coreboot.git] / src / northbridge /
2010-12-30 Nils JacobsUse die() to assure the processor can't wake up from...
2010-12-29 Nils Jacobs-Change the remaining GLIU1 port 5 register names from...
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 Reinauer__PRE_RAM__ is defined by the makefile
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-26 Nils JacobsMove Geode GX2 UMA video memory size to Kconfig
2010-12-26 Nils JacobsRemove dead and unused Geode GX2 code
2010-12-26 Nils JacobsReplace Geode GX2 MSR addresses for GLCP on GLIU1 with...
2010-12-26 Nils JacobsClean up Geode GX2 comments, whitespace and coding...
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-17 Stefan Reinauerdrop one more version of doing serial uart output diffe...
2010-12-16 Stefan Reinauerfix according to coding guidelines
2010-12-13 Rudolf MarekAttached patch implements the memory speed reductions...
2010-12-13 Rudolf MarekFollowing patch adds support for suspend/resume functio...
2010-12-13 Rudolf MarekFollowing patch adds support to bring out the memory...
2010-12-13 Rudolf MarekWe hardcode highmemory size in every northbridge!...
2010-12-11 Stefan Reinauercatch some illegal configurations (trivial)
2010-12-11 Stefan ReinauerAfter this has been brought up many times before, renam...
2010-12-08 stepansecond round name simplification. drop the <component...
2010-12-07 Myles WatsonMove MMCONF resource into the domain for fam10 for...
2010-12-07 Uwe HermannGet rid of some unneeded function prototypes in romstag...
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...
next