summaryrefslogtreecommitdiffstats
path: root/src/cpu/via
Commit message (Expand)AuthorAgeFilesLines
* via/nano: Move CPU microcode to 3rdparty/blobsStefan Reinauer2015-08-073-924/+5
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-021-3/+2
* Remove address from GPLv2 headersPatrick Georgi2015-05-213-5/+3
* vboot2: add verstageStefan Reinauer2015-01-273-0/+3
* cpu: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-061-1/+1
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-273-3/+3
* x86 romstage: Move stack just below RAMTOPKyösti Mälkki2014-10-191-2/+1
* Drop redundant select CACHE_AS_RAMKyösti Mälkki2014-07-052-2/+0
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-063-3/+9
* Move ARCH_* from board/Kconfig to cpu or soc Kconfig.Furquan Shaikh2014-05-033-0/+3
* 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