Drop excessive whitespace randomly sprinkled in romstage.c files.
[coreboot.git] / src / northbridge / via / cn400 /
2010-11-20 Uwe HermannSome more DIMM0 related cleanups and deduplication.
2010-10-11 Uwe HermannFactor out a few commonly duplicated functions from...
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-08-27 Jens Rottmanndrop three unneeded config variables:
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-06-17 Myles WatsonAlways enable parent resources before child resources.
2010-06-09 Myles WatsonSame conversion as with resources from static arrays...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-25 Stefan Reinauerzero warnings days
2010-04-24 Stefan Reinauerdrop all duplicate copies of vgabios.c in favor
2010-04-15 Stefan Reinauerremove more warnings. move ROOT_COMPLEX selection to...
2010-04-14 Stefan Reinauerdrop setup_ics code that was blatantly copied from...
2010-04-09 Stefan Reinauerzero warning days.
2010-04-07 Stefan Reinauer"no warnings day"
2010-03-31 Stefan ReinauerDrop \r\n and \n\r as both print_XXX and printk now...
2010-03-28 Stefan Reinauerdrop unneeded __ROMCC__ checks when the check for __PRE...
2010-03-22 Myles WatsonFix all the format string warnings.
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-07 Patrick Georginewconfig is no more.
2009-11-06 Myles WatsonRemove drivers/pci/onboard. The only purpose was for...
2009-10-26 Uwe HermannAdd kconfig menus for most chipset VIDEO_MB values.
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-08 Patrick GeorgiDisable x86emu for via based boards which bring
2009-10-03 Patrick GeorgiTell vgabios code in a couple of boards/chipsets about...
2009-09-24 Patrick GeorgiMake all Kconfig enabled boards build (tested with...
2009-09-23 Stefan Reinauerfix some wrong versions of the FSF's address (trivial)
2009-08-20 Ronald G. MinnichThis goes a surprisingly long way to building the epia...
2009-08-18 Ronald G. MinnichCorrect usage of Makefile.inc and add support for cn400
2009-08-18 Jon HarrisonAdd the rest of the files.
2009-08-17 Jon HarrisonGet the Via EPIA-N(L)/CN400 to a reasonable level of...
2009-07-02 Myles WatsonMove the v3 resource allocator to v2.
2009-07-01 Jon HarrisonRon,