aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/via/car/cache_as_ram.inc
AgeCommit message (Expand)Author
2019-11-20cpu/via/nano: Drop supportArthur Heymans
2019-09-10AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth
2018-09-18cpu/*/car: fix ancient URL explaining XIP range run-time calculationStefan Tauner
2018-06-27x86/car: Replace reference of copy_and_run locationKyösti Mälkki
2018-04-25cpu/via/car: drop CARTESTLubomir Rintel
2018-04-25cpu/via/car: ensure CAR ends up zeroed outLubomir Rintel
2017-06-07Use more secure HTTPS URLs for coreboot sitesPaul Menzel
2016-06-22Ignore RAMTOP for MTRRsKyösti Mälkki
2016-06-20VIA C7 NANO: Fix early MTRR settingKyösti Mälkki
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-15cpu/mtrr.h: Fix macro names for MTRR registersAlexandru Gagniuc
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2014-10-19x86 romstage: Move stack just below RAMTOPKyösti Mälkki
2013-05-08copy_and_run: drop boot_complete parameterStefan Reinauer
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2012-04-25Replace cache control magic numbers with symbolsPatrick Georgi
2012-02-17Remove whitespace.Patrick Georgi
2011-11-01Remove XIP_ROM_BASEPatrick Georgi
2011-10-30Fix slow CAR execution introduced by 7c7d87182feb78cb2bc02fb3558bef56a41682c9Rudolf Marek
2011-10-28Get rid of AUTO_XIP_ROM_BASEPatrick Georgi
2011-04-21more ifdef -> if fixesStefan Reinauer
2011-04-11Unify use of post_codeAlexandru Gagniuc
2011-01-19Revert r5902 to make code more readable again. At least three people like toStefan Reinauer
2011-01-19Now that the VIA code is run above 1Meg (like other boards), it shouldKevin O'Connor
2010-10-12Reduce duplicate definition in CAR code.Warren Turkal
2010-10-02Add comments to make it clear why these two lines are written like that:Uwe Hermann
2010-10-01Factor out common CAR asm snippets.Uwe Hermann
2010-10-01fix VIA C7 code.Stefan Reinauer
2010-10-01CAR simplifications, typos, readability improvements (trivial).Uwe Hermann
2010-09-30Various cosmetic and coding style fixes in CAR code (trivial).Uwe Hermann
2010-09-30Use existing, readable MTRR #defines instead of hardcoding numbers.Uwe Hermann
2010-09-08It should not be necessary to read in the rom during CAR setup.Kevin O'Connor
2010-06-07replace outb -> port 0x80 with post_code() in some places.Stefan Reinauer
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
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-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
2008-10-03Thanks to Jason Zhao we got a skeleton CAR code for VIA C7. I have triedCarl-Daniel Hailfinger