Add support for Intel Sandybridge CPU (northbridge part)
[coreboot.git] / src / northbridge / via /
2011-11-01 Stefan Reinauerremove trailing whitespace
2011-10-14 Stefan ReinauerFix compilation of VIA CN700 northbridge code with...
2011-04-21 Stefan Reinauermore ifdef -> if fixes
2011-04-14 Stefan Reinauerdrop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused...
2011-04-11 Alexandru GagniucUnify use of post_code
2010-12-27 Stefan Reinauer__PRE_RAM__ is defined by the makefile
2010-12-27 Stefan ReinauerFix most CONFIG_DEBUG_RAM_SETUP issues.
2010-12-19 Stefan ReinauerThe same mechanisms are used for normal and fallback...
2010-12-17 Stefan Reinauerdrop one more version of doing serial uart output diffe...
2010-12-13 Rudolf MarekWe hardcode highmemory size in every northbridge!...
2010-12-08 stepansecond round name simplification. drop the <component...
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-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-07 Jonathan KollaschRemove duplicate line from pci_ids.h.
2010-10-01 Patrick GeorgiMove CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into...
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-08-27 Jens Rottmanndrop three unneeded config variables:
2010-08-26 Jens RottmannCONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only...
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-07-26 Myles WatsonMake include paths more consistent. Fixes compilation...
2010-07-07 Stefan Reinauerfix some warnings.
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-24 Michael MarineauFix VGA after switching to realmode_interrupt()
2010-05-11 Stefan ReinauerChange real mode API to allow passing intXX number...
2010-04-30 Stefan Reinauerget rid of some more warnings..
2010-04-30 Stefan Reinauerdrop extra pci access functions. these are exact copies...
2010-04-30 Myles WatsonGet rid of a few more warnings.
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-26 Patrick GeorgiSet success flag in cx700 int15 handler
2010-04-25 Stefan Reinauercx700 int15 handler rework. Int15 handler needs to...
2010-04-25 Patrick GeorgiOnly do complete VGA init if a VGABIOS was found and...
2010-04-25 Stefan Reinauerzero warnings days
2010-04-24 Stefan Reinauerdrop all duplicate copies of vgabios.c in favor
2010-04-22 Stefan Reinauervia epia-m now works with default x86.c instead of...
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-14 Myles WatsonRemove few more warnings and some dead code.
2010-04-14 Stefan Reinauergeeesh! And this really compiles and even runs?
2010-04-14 Stefan Reinauerdrop quite a lot of dead code that did nothing but...
2010-04-14 Stefan Reinauerzero warnings days. Down to under 600 different warnings
2010-04-14 Stefan Reinauermove cpu/x86/car to cpu/intel/car as previously discuss...
2010-04-09 Stefan Reinauerzero warning days.
2010-04-09 Stefan Reinauercopy_and_run.c is not needed twice, and it is used...
2010-04-07 Stefan Reinauer- copy_and_run() gets the same calling convention on...
2010-04-07 Stefan Reinauerit's a long term, give the compiler a chance to breathe...
2010-04-07 Stefan Reinauerclean up age old via epia target.
2010-04-07 Stefan Reinauerfix epia-m700 compilation, and remove more warnings.
2010-04-07 Stefan Reinauer"no warnings day"
2010-04-03 Stefan Reinauerremove more warnings.
2010-04-03 Stefan Reinauerremove more warnings
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-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-03-16 Stefan Reinauerpci drivers should be const.
2010-03-05 Uwe HermannThis patch is from 2009-10-20
2010-02-28 Patrick GeorgiUse the romstraps build infrastructure created for...
2010-02-23 Stefan ReinauerRemove nonsensical wrapper for function in
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-05 Stefan Reinauerthis should get the VIA VT8454c in shape with Kconfig
2010-01-16 Stefan Reinauercoreboot has 13 instances of IOAPIC setup distributed...
2009-11-06 Myles WatsonRemove drivers/pci/onboard. The only purpose was for...
2009-11-06 Myles WatsonSplit the two usages of __ROMCC__:
2009-10-26 Uwe HermannAdd kconfig menus for most chipset VIDEO_MB values.
2009-10-19 Myles WatsonClean up some #ifdef CONFIG_*
2009-10-18 Uwe HermannDrop dead/unused code (trivial).
2009-10-15 Myles WatsonAdd CONFIG_GENERATE_* for tables so that the user can...
2009-10-14 Myles WatsonFix high tables address calculation on cn700 with VIDEO...
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-29 Myles WatsonMake CONFIG_HAVE_HIGH_TABLES consistent in where and...
2009-09-25 Patrick Georgisome progress on kconfig:
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-09-23 Stefan Reinauersimplify source tree hierarchy: move files from sdram...
2009-08-25 Uwe HermannVarious Kconfig and Makefile.inc fixes and cosmetics.
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-08-12 Patrick GeorgiKconfig!
2009-07-07 Myles WatsonAdd pci_rawops.h from the mailing list and fix the...
2009-07-02 Myles WatsonFix many things for via/epia-m700 to build.
2009-07-02 Myles WatsonMove the v3 resource allocator to v2.
2009-07-01 Jon HarrisonRon,
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-06-09 Stefan Reinauerthis port is horribly broken and should not have been...
2009-05-27 Uwe HermannFirst batch of indent-aided code cleanups, more will...
next