index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpu
/
via
/
car
Age
Commit message (
Expand
)
Author
2019-09-10
AUTHORS: Move src/cpu copyrights into AUTHORS file
Martin Roth
2018-09-18
cpu/*/car: fix ancient URL explaining XIP range run-time calculation
Stefan Tauner
2018-06-27
x86/car: Replace reference of copy_and_run location
Kyösti Mälkki
2018-04-25
cpu/via/car: drop CARTEST
Lubomir Rintel
2018-04-25
cpu/via/car: ensure CAR ends up zeroed out
Lubomir Rintel
2017-06-07
Use more secure HTTPS URLs for coreboot sites
Paul Menzel
2016-06-22
Ignore RAMTOP for MTRRs
Kyösti Mälkki
2016-06-20
VIA C7 NANO: Fix early MTRR setting
Kyösti Mälkki
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-15
cpu/mtrr.h: Fix macro names for MTRR registers
Alexandru Gagniuc
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2014-10-19
x86 romstage: Move stack just below RAMTOP
Kyösti Mälkki
2013-05-08
copy_and_run: drop boot_complete parameter
Stefan Reinauer
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2012-04-25
Replace cache control magic numbers with symbols
Patrick Georgi
2012-02-17
Remove whitespace.
Patrick Georgi
2011-11-01
Remove XIP_ROM_BASE
Patrick Georgi
2011-10-30
Fix slow CAR execution introduced by 7c7d87182feb78cb2bc02fb3558bef56a41682c9
Rudolf Marek
2011-10-28
Get rid of AUTO_XIP_ROM_BASE
Patrick Georgi
2011-04-21
more ifdef -> if fixes
Stefan Reinauer
2011-04-11
Unify use of post_code
Alexandru Gagniuc
2011-01-19
Revert r5902 to make code more readable again. At least three people like to
Stefan Reinauer
2011-01-19
Now that the VIA code is run above 1Meg (like other boards), it should
Kevin O'Connor
2010-10-12
Reduce duplicate definition in CAR code.
Warren Turkal
2010-10-02
Add comments to make it clear why these two lines are written like that:
Uwe Hermann
2010-10-01
Factor out common CAR asm snippets.
Uwe Hermann
2010-10-01
fix VIA C7 code.
Stefan Reinauer
2010-10-01
CAR simplifications, typos, readability improvements (trivial).
Uwe Hermann
2010-09-30
Various cosmetic and coding style fixes in CAR code (trivial).
Uwe Hermann
2010-09-30
Use existing, readable MTRR #defines instead of hardcoding numbers.
Uwe Hermann
2010-09-08
It should not be necessary to read in the rom during CAR setup.
Kevin O'Connor
2010-06-07
replace outb -> port 0x80 with post_code() in some places.
Stefan Reinauer
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-25
a single place for the romstage stack for copy_and_run.
Stefan Reinauer
2010-04-13
Speed up coreboot_ram loading by moving the decompression stack
Stefan Reinauer
2010-04-12
- move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusively
Patrick Georgi
2010-04-09
This 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-03
remove more warnings
Stefan Reinauer
2010-02-11
Adapt all uses of CONFIG_XIP_ROM_BASE to use
Patrick Georgi
2009-10-23
White space and comment fixes for cache_as_ram.inc files so it's easier to spot
Myles Watson
2009-10-17
Remove CONFIG_ from #defines that aren't config variables. Trivial.
Myles Watson
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-04-27
Create a valid stack pointer after leaving CAR, so function calls don't
Patrick Georgi
2009-04-17
Add VIA CX700 support, plus VIA vt8454c reference board support.
Stefan Reinauer
2008-10-03
Thanks to Jason Zhao we got a skeleton CAR code for VIA C7. I have tried
Carl-Daniel Hailfinger