Remove whitespace.
[coreboot.git] / src / cpu / via / car / cache_as_ram.inc
2012-02-17 Patrick GeorgiRemove whitespace.
2011-11-01 Patrick GeorgiRemove XIP_ROM_BASE
2011-10-30 Rudolf MarekFix slow CAR execution introduced by 7c7d87182feb78cb2b...
2011-10-28 Patrick GeorgiGet rid of AUTO_XIP_ROM_BASE
2011-04-21 Stefan Reinauermore ifdef -> if fixes
2011-04-11 Alexandru GagniucUnify use of post_code
2011-01-19 Stefan ReinauerRevert r5902 to make code more readable again. At least...
2011-01-19 Kevin O'ConnorNow that the VIA code is run above 1Meg (like other...
2010-10-12 Warren TurkalReduce duplicate definition in CAR code.
2010-10-02 Uwe HermannAdd comments to make it clear why these two lines are...
2010-10-01 Uwe HermannFactor out common CAR asm snippets.
2010-10-01 Stefan Reinauerfix VIA C7 code.
2010-10-01 Uwe HermannCAR simplifications, typos, readability improvements...
2010-09-30 Uwe HermannVarious cosmetic and coding style fixes in CAR code...
2010-09-30 Uwe HermannUse existing, readable MTRR #defines instead of hardcod...
2010-09-08 Kevin O'ConnorIt should not be necessary to read in the rom during...
2010-06-07 Stefan Reinauerreplace outb -> port 0x80 with post_code() in some...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-25 Stefan Reinauera single place for the romstage stack for copy_and_run.
2010-04-13 Stefan ReinauerSpeed up coreboot_ram loading by moving the decompressi...
2010-04-12 Patrick Georgi- move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclu...
2010-04-09 Stefan ReinauerThis patch changes C7 CAR code to be a single assembler...
2010-04-03 Stefan Reinauerremove more warnings
2010-02-11 Patrick GeorgiAdapt all uses of CONFIG_XIP_ROM_BASE to use
2009-10-23 Myles WatsonWhite space and comment fixes for cache_as_ram.inc...
2009-10-17 Myles WatsonRemove CONFIG_ from #defines that aren't config variabl...
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2008-10-03 Carl-Daniel HailfingerThanks to Jason Zhao we got a skeleton CAR code for...