Add support for Intel Sandybridge CPU
[coreboot.git] / src / cpu / via /
2012-03-16 Patrick GeorgiVia Epia-N and C3: Set ioapic delivery type in Kconfig
2012-02-17 Patrick GeorgiRemove whitespace.
2012-02-09 Kyösti MälkkiVIA cpus: apply un-written naming rules
2012-01-10 Sven SchnelleMTRR: get physical address size from CPUID
2011-11-01 Patrick GeorgiRemove XIP_ROM_BASE
2011-10-30 Rudolf MarekFix slow CAR execution introduced by 7c7d87182feb78cb2b...
2011-10-28 Patrick GeorgiGet rid of AUTO_XIP_ROM_BASE
2011-04-21 Stefan Reinauermore ifdef -> if fixes
2011-04-11 Alexandru GagniucUnify use of post_code
2011-01-19 Stefan ReinauerRevert r5902 to make code more readable again. At least...
2011-01-19 Kevin O'ConnorNow that the VIA code is run above 1Meg (like other...
2010-12-11 Stefan ReinauerAfter this has been brought up many times before, renam...
2010-10-12 Warren TurkalReduce duplicate definition in CAR code.
2010-10-07 Uwe HermannRemove some duplicate #include files (trivial).
2010-10-02 Uwe HermannAdd comments to make it clear why these two lines are...
2010-10-01 Uwe HermannFactor out common CAR asm snippets.
2010-10-01 Stefan Reinauerfix VIA C7 code.
2010-10-01 Uwe HermannCAR simplifications, typos, readability improvements...
2010-09-30 Uwe HermannVarious cosmetic and coding style fixes in CAR code...
2010-09-30 Uwe HermannUse existing, readable MTRR #defines instead of hardcod...
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-30 Warren TurkalMove VIA C7 board CAR config to VIA C7 instead of boards.
2010-09-08 Kevin O'ConnorIt should not be necessary to read in the rom during...
2010-08-03 Stefan ReinauerDrop the USE_PRINTK_IN_CAR option. It's a bogus decisio...
2010-06-07 Stefan Reinauerreplace outb -> port 0x80 with post_code() in some...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-25 Stefan Reinauera single place for the romstage stack for copy_and_run.
2010-04-13 Stefan ReinauerSpeed up coreboot_ram loading by moving the decompressi...
2010-04-12 Patrick GeorgiMove the CPU specific includes from
2010-04-12 Patrick Georgi- move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclu...
2010-04-09 Stefan ReinauerThis patch changes C7 CAR code to be a single assembler...
2010-04-07 Stefan Reinauer- copy_and_run() gets the same calling convention on...
2010-04-03 Stefan Reinauerremove more warnings
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-02-25 Patrick GeorgiUnify crt0s setup to src/arch/i386/Makefile.inc. This...
2010-02-25 Stefan ReinauerHAVE_MOVNTI really means SSE2. Also add sfence in the...
2010-02-11 Patrick GeorgiAdapt all uses of CONFIG_XIP_ROM_BASE to use
2010-02-07 Patrick Georginewconfig is no more.
2010-01-25 Patrick GeorgiFix ACPI build on a couple of boards (now that it's...
2010-01-04 Patrick Georgi- Fix UDELAY options and HAVE_INIT_TIMER [kconfig]
2009-10-23 Myles WatsonWhite space and comment fixes for cache_as_ram.inc...
2009-10-17 Myles WatsonRemove CONFIG_ from #defines that aren't config variabl...
2009-10-17 Peter StugeRemove some more instances of including previous empty...
2009-10-17 Peter StugeDrop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since...
2009-10-16 Peter StugeDrop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc...
2009-10-16 Uwe HermannSimilar to r4626, change obj-y to driver-y for VIA...
2009-10-09 Myles WatsonRemove default n statements to simplify .config and...
2009-09-24 Patrick GeorgiMake all Kconfig enabled boards build (tested with...
2009-08-20 Ronald G. MinnichThis goes a surprisingly long way to building the epia...
2009-08-12 Patrick GeorgiKconfig!
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-04-27 Patrick GeorgiCreate a valid stack pointer after leaving CAR, so...
2009-04-17 Stefan ReinauerAdd VIA CX700 support, plus VIA vt8454c reference board...
2009-01-19 Stefan ReinauerFirst shot at factoring SMM code into generic parts...
2008-12-18 Corey OsgoodAdd another CPUID to the Via C7's table, the one on...
2008-10-03 Carl-Daniel HailfingerThanks to Jason Zhao we got a skeleton CAR code for...
2008-03-18 Stefan Reinauer* split model_centaur into model_c3 and model_c7
2008-01-12 Corey OsgoodVia C3 datasheets don't make any mention of microcode...
2007-11-07 Corey OsgoodThis patch adds the pci ids of c7 cpus to the existing...
2007-10-24 Stefan Reinaueranalog changes for the cpu_driver structures...
2006-08-02 Jonathan McDowellAdd newer Via Nehemiah stepping levels.
2005-11-26 Stefan Reinaueradd another Via C3 cpu id reported by grzegorz@el-kom.pl
2005-11-22 Ronald G. Minnichfixed fsf address
2005-11-22 Ronald G. MinnichEPIA-M fixup
2005-09-05 Jonathan McDowellAdd VIA C3 Nehemiah CPUID, as reported by Doug Bell.
2004-11-11 Eric Biedermanmpspec.h: Tweak the write_smp_table macro so that it...
2004-10-29 Mark WilkinsonChanges to allow Via/Epia code to be compiled after...