aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/via/car
AgeCommit message (Expand)Author
2010-04-25a single place for the romstage stack for copy_and_run.Stefan Reinauer
2010-04-13Speed up coreboot_ram loading by moving the decompression stackStefan Reinauer
2010-04-12- move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusivelyPatrick Georgi
2010-04-09This patch changes C7 CAR code to be a single assembler file instead Stefan Reinauer
2010-04-07- copy_and_run() gets the same calling convention on AMD and on all the others.Stefan Reinauer
2010-04-03remove more warningsStefan Reinauer
2010-02-11Adapt all uses of CONFIG_XIP_ROM_BASE to usePatrick Georgi
2009-10-23White space and comment fixes for cache_as_ram.inc files so it's easier to spotMyles Watson
2009-10-17Remove CONFIG_ from #defines that aren't config variables. Trivial.Myles Watson
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-04-27Create a valid stack pointer after leaving CAR, so function calls don'tPatrick Georgi
2009-04-17Add VIA CX700 support, plus VIA vt8454c reference board support.Stefan Reinauer
2008-10-03Thanks to Jason Zhao we got a skeleton CAR code for VIA C7. I have triedCarl-Daniel Hailfinger