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
/
lib
/
ramtest.c
Age
Commit message (
Expand
)
Author
2015-01-09
misc: Drop print_ implementation from non-romcc boards
Stefan Reinauer
2015-01-06
doxygen fixes: change @var to @param var
Martin Roth
2013-06-10
ramtest.c: Add silent ram_check
Alexandru Gagniuc
2012-03-25
Replace ramtest pattern to assist in DIMM configuration
Kyösti Mälkki
2012-01-12
lib: add ram_check_nodie
Sven Schnelle
2011-10-28
Clear improper use of CONFIG_CACHE_AS_RAM
Kyösti Mälkki
2010-10-05
Remove lib/ramtest.c-include from all CAR boards.
Patrick Georgi
2010-08-30
We call this cache as ram everywhere, so let's call it the same in Kconfig
Stefan Reinauer
2010-08-03
Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /
Stefan Reinauer
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-03-31
Drop \r\n and \n\r as both print_XXX and printk now do this internally.
Stefan Reinauer
2010-03-28
Add a non-time consuming version of ram check so we can print a decent error
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-19
Get rid of a few warnings:
Myles Watson
2010-02-25
HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.
Stefan Reinauer
2010-02-22
This is a general cleanup patch
Stefan Reinauer
2009-09-23
simplify source tree hierarchy: move files from sdram/ and ram/ to lib/
Stefan Reinauer