summaryrefslogtreecommitdiffstats
path: root/src/cpu/via
Commit message (Expand)AuthorAgeFilesLines
* CBFS: use cbfs_get_file_content whenever possible rather than cbfs_get_fileVladimir Serbinenko2014-01-121-10/+10
* cpu: Rename CPU_MICROCODE_IN_CBFS to SUPPORT_CPU_UCODE_IN_CBFSAlexandru Gagniuc2013-12-131-1/+1
* cpu: Fix spellingMartin Roth2013-07-112-4/+4
* VIA Nano: Add microcode updates filesAlexandru Gagniuc2013-06-042-3/+926
* copy_and_run: drop boot_complete parameterStefan Reinauer2013-05-081-5/+0
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Extend CBFS to support arbitrary ROM source media.Hung-Te Lin2013-01-301-1/+1
* Get rid of drivers classPatrick Georgi2012-11-273-3/+3
* VIA Nano: Add support for VIA Nano CPUsAlexandru Gagniuc2012-09-057-3/+505
* Replace cache control magic numbers with symbolsPatrick Georgi2012-04-251-4/+5
* Via Epia-N and C3: Set ioapic delivery type in KconfigPatrick Georgi2012-03-161-0/+1
* Remove whitespace.Patrick Georgi2012-02-171-1/+1
* VIA cpus: apply un-written naming rulesKyösti Mälkki2012-02-099-17/+22
* MTRR: get physical address size from CPUIDSven Schnelle2012-01-102-2/+2
* Remove XIP_ROM_BASEPatrick Georgi2011-11-011-1/+1
* Fix slow CAR execution introduced by 7c7d87182feb78cb2bc02fb3558bef56a41682c9Rudolf Marek2011-10-301-3/+3
* Get rid of AUTO_XIP_ROM_BASEPatrick Georgi2011-10-281-11/+15
* more ifdef -> if fixesStefan Reinauer2011-04-211-1/+1
* Unify use of post_codeAlexandru Gagniuc2011-04-111-2/+3
* Revert r5902 to make code more readable again. At least three people like toStefan Reinauer2011-01-191-7/+20
* Now that the VIA code is run above 1Meg (like other boards), it shouldKevin O'Connor2011-01-191-35/+8
* After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer2010-12-111-1/+1
* Reduce duplicate definition in CAR code.Warren Turkal2010-10-121-12/+33
* Remove some duplicate #include files (trivial).Uwe Hermann2010-10-072-3/+0
* Add comments to make it clear why these two lines are written like that:Uwe Hermann2010-10-021-0/+5
* Factor out common CAR asm snippets.Uwe Hermann2010-10-011-20/+7
* fix VIA C7 code.Stefan Reinauer2010-10-011-2/+4
* 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