Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
93a51766aaca50cfbcbedca780e935ce66c12d73
/
src
/
cpu
/
via
/
car
ce9f422
x86/car: Replace reference of copy_and_run location
by Kyösti Mälkki
· 5 years ago
49b4285
cpu/via/car: drop CARTEST
by Lubomir Rintel
· 5 years ago
9618cf4
cpu/via/car: ensure CAR ends up zeroed out
by Lubomir Rintel
· 5 years ago
a8843de
Use more secure HTTPS URLs for coreboot sites
by Paul Menzel
· 6 years ago
65cc526
Ignore RAMTOP for MTRRs
by Kyösti Mälkki
· 7 years ago
d71cfd2
VIA C7 NANO: Fix early MTRR setting
by Kyösti Mälkki
· 7 years ago
a73b931
tree: drop last paragraph of GPL copyright header
by Patrick Georgi
· 8 years ago
86091f9
cpu/mtrr.h: Fix macro names for MTRR registers
by Alexandru Gagniuc
· 8 years ago
5264862
Remove empty lines at end of file
by Elyes HAOUAS
· 8 years ago
b890a12
Remove address from GPLv2 headers
by Patrick Georgi
· 8 years ago
1729cd8
x86 romstage: Move stack just below RAMTOP
by Kyösti Mälkki
· 9 years ago
648d166
copy_and_run: drop boot_complete parameter
by Stefan Reinauer
· 10 years ago
a46a712
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
by Paul Menzel
· 10 years ago
05e740f
Replace cache control magic numbers with symbols
by Patrick Georgi
· 11 years ago
472efa6
Remove whitespace.
by Patrick Georgi
· 11 years ago
784544b
Remove XIP_ROM_BASE
by Patrick Georgi
· 12 years ago
9438da3
Fix slow CAR execution introduced by 7c7d87182feb78cb2bc02fb3558bef56a41682c9
by Rudolf Marek
· 12 years ago
1da1046
Get rid of AUTO_XIP_ROM_BASE
by Patrick Georgi
· 12 years ago
d4814bd
more ifdef -> if fixes
by Stefan Reinauer
· 12 years ago
5005bb06
Unify use of post_code
by Alexandru Gagniuc
· 12 years ago
7b0500c
Revert r5902 to make code more readable again. At least three people like to
by Stefan Reinauer
· 12 years ago
5bb9fd6
Now that the VIA code is run above 1Meg (like other boards), it should
by Kevin O'Connor
· 12 years ago
4ffde94
Reduce duplicate definition in CAR code.
by Warren Turkal
· 13 years ago
36455aa
Add comments to make it clear why these two lines are written like that:
by Uwe Hermann
· 13 years ago
dd83670
Factor out common CAR asm snippets.
by Uwe Hermann
· 13 years ago
f11b81d
fix VIA C7 code.
by Stefan Reinauer
· 13 years ago
66d1687
CAR simplifications, typos, readability improvements (trivial).
by Uwe Hermann
· 13 years ago
4292684
Various cosmetic and coding style fixes in CAR code (trivial).
by Uwe Hermann
· 13 years ago
1d36d6d
Use existing, readable MTRR #defines instead of hardcoding numbers.
by Uwe Hermann
· 13 years ago
24f83a7
It should not be necessary to read in the rom during CAR setup.
by Kevin O'Connor
· 13 years ago
aed9920
replace outb -> port 0x80 with post_code() in some places.
by Stefan Reinauer
· 13 years ago
14e2277
Since some people disapprove of white space cleanups mixed in regular commits
by Stefan Reinauer
· 13 years ago
e08c29e
a single place for the romstage stack for copy_and_run.
by Stefan Reinauer
· 13 years ago
f17ca16
Speed up coreboot_ram loading by moving the decompression stack
by Stefan Reinauer
· 13 years ago
f1ce6f2
- move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusively
by Patrick Georgi
· 13 years ago
314e551
This patch changes C7 CAR code to be a single assembler file instead
by Stefan Reinauer
· 13 years ago
56a684a
- copy_and_run() gets the same calling convention on AMD and on all the others.
by Stefan Reinauer
· 13 years ago
c65666f
remove more warnings
by Stefan Reinauer
· 13 years ago
535e3b4
Adapt all uses of CONFIG_XIP_ROM_BASE to use
by Patrick Georgi
· 13 years ago
707fad0
White space and comment fixes for cache_as_ram.inc files so it's easier to spot
by Myles Watson
· 14 years ago
0bc6154
Remove CONFIG_ from #defines that aren't config variables. Trivial.
by Myles Watson
· 14 years ago
0867062
This patch unifies the use of config options in v2 to all start with CONFIG_
by Stefan Reinauer
· 14 years ago
9322578
Create a valid stack pointer after leaving CAR, so function calls don't
by Patrick Georgi
· 14 years ago
aeba92a
Add VIA CX700 support, plus VIA vt8454c reference board support.
by Stefan Reinauer
· 14 years ago
92f3eda
Thanks to Jason Zhao we got a skeleton CAR code for VIA C7. I have tried
by Carl-Daniel Hailfinger
· 15 years ago