summaryrefslogtreecommitdiffstats
path: root/src/cpu/via
Commit message (Expand)AuthorAgeFilesLines
* CAR simplifications, typos, readability improvements (trivial).Uwe Hermann2010-10-011-24/+17
* Various cosmetic and coding style fixes in CAR code (trivial).Uwe Hermann2010-09-301-84/+88
* Use existing, readable MTRR #defines instead of hardcoding numbers.Uwe Hermann2010-09-301-22/+18
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-302-2/+2
* Move VIA C7 board CAR config to VIA C7 instead of boards.Warren Turkal2010-09-301-1/+7
* It should not be necessary to read in the rom during CAR setup.Kevin O'Connor2010-09-081-0/+2
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-031-1/+0
* replace outb -> port 0x80 with post_code() in some places.Stefan Reinauer2010-06-071-2/+2
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-273-13/+13
* a single place for the romstage stack for copy_and_run.Stefan Reinauer2010-04-251-11/+2
* Speed up coreboot_ram loading by moving the decompression stackStefan Reinauer2010-04-131-6/+8
* Move the CPU specific includes fromPatrick Georgi2010-04-121-0/+2
* - move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusivelyPatrick Georgi2010-04-121-3/+3
* This patch changes C7 CAR code to be a single assembler file instead Stefan Reinauer2010-04-094-152/+136
* - copy_and_run() gets the same calling convention on AMD and on all the others.Stefan Reinauer2010-04-071-1/+0
* remove more warningsStefan Reinauer2010-04-031-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-18/+18
* Unify crt0s setup to src/arch/i386/Makefile.inc. This variablePatrick Georgi2010-02-252-0/+2
* HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.Stefan Reinauer2010-02-251-0/+1
* Adapt all uses of CONFIG_XIP_ROM_BASE to usePatrick Georgi2010-02-111-1/+7
* newconfig is no more.Patrick Georgi2010-02-072-56/+0
* Fix ACPI build on a couple of boards (now that it's active)Patrick Georgi2010-01-251-0/+1
* - Fix UDELAY options and HAVE_INIT_TIMER [kconfig]Patrick Georgi2010-01-041-0/+1
* White space and comment fixes for cache_as_ram.inc files so it's easier to spotMyles Watson2009-10-231-72/+73
* Remove CONFIG_ from #defines that aren't config variables. Trivial.Myles Watson2009-10-171-1/+1
* Remove some more instances of including previous empty x86/fpu/Makefile.incPeter Stuge2009-10-172-2/+0
* Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also emptyPeter Stuge2009-10-172-2/+0
* Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove referencesPeter Stuge2009-10-164-8/+0
* Similar to r4626, change obj-y to driver-y for VIA C3 and C7.Uwe Hermann2009-10-162-2/+2
* Remove default n statements to simplify .config and ldoptions files.Myles Watson2009-10-092-2/+0
* Make all Kconfig enabled boards build (tested with kbuildall).Patrick Georgi2009-09-241-0/+1
* This goes a surprisingly long way to building the epia-n. It also hasRonald G. Minnich2009-08-204-13/+26
* Kconfig!Patrick Georgi2009-08-124-0/+19
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-302-9/+9
* Create a valid stack pointer after leaving CAR, so function calls don'tPatrick Georgi2009-04-271-4/+7
* Add VIA CX700 support, plus VIA vt8454c reference board support.Stefan Reinauer2009-04-173-5/+116
* First shot at factoring SMM code into generic parts and southbridge specificStefan Reinauer2009-01-192-0/+2
* Add another CPUID to the Via C7's table, the one on my Jetway J7F2.Corey Osgood2008-12-181-0/+1
* Thanks to Jason Zhao we got a skeleton CAR code for VIA C7. I have triedCarl-Daniel Hailfinger2008-10-032-0/+203
* * split model_centaur into model_c3 and model_c7Stefan Reinauer2008-03-186-74/+341
* Via C3 datasheets don't make any mention of microcode updates, and theCorey Osgood2008-01-122-2/+0
* This patch adds the pci ids of c7 cpus to the existing model_centaur. c3 Corey Osgood2007-11-071-0/+10
* analog changes for the cpu_driver structures...Stefan Reinauer2007-10-241-1/+1
* Add newer Via Nehemiah stepping levels.Jonathan McDowell2006-08-021-1/+7
* add another Via C3 cpu id reported by grzegorz@el-kom.plStefan Reinauer2005-11-261-0/+1
* fixed fsf addressRonald G. Minnich2005-11-221-0/+2
* EPIA-M fixupRonald G. Minnich2005-11-221-0/+8
* Add VIA C3 Nehemiah CPUID, as reported by Doug Bell.Jonathan McDowell2005-09-051-0/+1
* mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a comp...Eric Biederman2004-11-111-17/+0
* Changes to allow Via/Epia code to be compiled after recent code changes.Mark Wilkinson2004-10-292-0/+65
OpenPOWER on IntegriCloud