summaryrefslogtreecommitdiffstats
path: root/src/cpu/via/car
Commit message (Expand)AuthorAgeFilesLines
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* x86 romstage: Move stack just below RAMTOPKyösti Mälkki2014-10-191-2/+1
* 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
* Replace cache control magic numbers with symbolsPatrick Georgi2012-04-251-4/+5
* Remove whitespace.Patrick Georgi2012-02-171-1/+1
* 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
* Reduce duplicate definition in CAR code.Warren Turkal2010-10-121-12/+33
* 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
* It should not be necessary to read in the rom during CAR setup.Kevin O'Connor2010-09-081-0/+2
* 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-271-9/+9
* 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 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-093-152/+123
* - 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
* Adapt all uses of CONFIG_XIP_ROM_BASE to usePatrick Georgi2010-02-111-1/+7
* 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
* 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-171-0/+106
* Thanks to Jason Zhao we got a skeleton CAR code for VIA C7. I have triedCarl-Daniel Hailfinger2008-10-032-0/+203