Move bcm5785_enable_rom.c include to where it's used.
[coreboot.git] / src / northbridge / intel /
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.
2010-04-15 Stefan Reinauerzero warnings days...
2010-04-15 Stefan Reinauerthe dump function assumed that the mbi data comes right...
2010-04-14 Stefan Reinauerdrop setup_ics code that was blatantly copied from...
2010-04-14 Stefan Reinauerdrop quite a lot of dead code that did nothing but...
2010-04-14 Stefan Reinauerfix digitallogic adl855pc compilation (and clean up...
2010-04-13 Stefan Reinauerip1000: fix seabios start, fix flash gpio detection
2010-04-11 Stefan Reinaueradd int15 handler for thomson ip1000
2010-04-11 Stefan Reinauersimplify ram_read32 on i82830
2010-04-11 Joseph SmithMore trivial changes to i82830 raminit.c for USE_PRINTK...
2010-04-11 Joseph SmithTrivial changes to i82830 raminit.c for USE_PRINTK_IN_CAR.
2010-04-09 Stefan Reinauerzero warning days.
2010-04-09 Joseph Smith1. This patch adds CAR for Intel P6 series processors.
2010-03-31 Stefan ReinauerDrop \r\n and \n\r as both print_XXX and printk now...
2010-03-31 Stefan ReinauerThis patch drops arch/i386/lib/console.c and arch/i386...
2010-03-30 Stefan Reinauerdrop USE_INIT should be USE_PRINTK_IN_CAR here.
2010-03-22 Myles WatsonFix all the format string warnings.
2010-03-22 Stefan Reinauerdrop some unused files and fix warnings on i945 based...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-17 Joseph SmithThis is kind of a pre CAR patch to properly allocate...
2010-03-17 Stefan Reinauermore warning fixes.
2010-03-17 Keith HuiFrom Keith Hui:
2010-03-16 Stefan Reinauerpci drivers should be const.
2010-03-13 Keith HuiAdd SDRAMPWR_4DIMM Kconfig option (not user-visible...
2010-03-11 Myles WatsonReplace clear_memory with memset.
2010-03-06 Keith Hui440BX: Do not hardcode DIMM number + size anymore.
2010-03-05 Stefan Reinaueri945 mini patch:
2010-03-05 Uwe HermannThis patch is from 2009-10-20
2010-03-01 Stefan ReinauerFix YABEL guards; make debugging optional; fix some...
2010-03-01 Stefan ReinauerThis patch implements MBI (modular bios interface)...
2010-02-25 Stefan ReinauerDrop i855pm port and rename i855gme to i855 instead.
2010-02-24 Stefan ReinauerRemove register pressure from e7501 driver by not indir...
2010-02-22 Stefan Reinauerdrop two warnings (trivial)
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-08 Stefan Reinauerjanitor task: unify and cleanup naming.
2010-02-07 Patrick Georginewconfig is no more.
2010-02-01 Joseph SmithAlot of it is trivial clean ups and 830 is now able...
2010-01-25 Stefan ReinauerThis code was copied from amdk8 and never really made...
2010-01-17 Stefan ReinauerSupport a few more i945 variants. With this framework...
2010-01-16 Stefan Reinauer* drop reset files from 945 mainboards (and use southbr...
2009-11-28 Maciej PijankaMaciej Pijanka tried to get the Biostar M6TLD running...
2009-10-30 Uwe HermannAllow per-northbridge and per-board VGA BIOS file name...
2009-10-27 Uwe HermannImprove coreboot build output and eliminate some warnings:
2009-10-26 Uwe HermannAdd kconfig menus for most chipset VIDEO_MB values.
2009-10-26 Stefan ReinauerKontron 986LCD-M update
2009-10-19 Myles WatsonClean up some #ifdef CONFIG_*
2009-10-15 Myles WatsonAdd CONFIG_GENERATE_* for tables so that the user can...
2009-10-09 Myles WatsonRemove default n statements to simplify .config and...
2009-10-01 Peter StugeAdd some trivial numbers for 945, and Core2 Duo E8200...
next