index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
ramtest.c
Age
Commit message (
Expand
)
Author
2020-06-17
treewide: Replace CONFIG(ARCH_xx) tests
Kyösti Mälkki
2019-03-27
Move calls to quick_ram_check() before CBMEM init
Kyösti Mälkki
2019-03-22
lib/ramtest.c: Make it a bit more arch-agnostic
Kyösti Mälkki
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2018-05-09
{device,drivers,lib,mb,nb}: Use only one space after 'if'
Elyes HAOUAS
2017-11-07
lib/ramtest: Add comment
Patrick Rudolph
2017-07-06
src/lib: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-03-13
src/lib: Remove unnecessary code
Lee Leahy
2017-03-13
src/lib: Fix spacing
Lee Leahy
2016-11-08
quick_ram_check: Remove reference to RAMBASE
Kyösti Mälkki
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