summaryrefslogtreecommitdiff
path: root/src/lib/ramtest.c
AgeCommit message (Expand)Author
2021-02-04src: Remove useless comments in "includes" linesElyes HAOUAS
2021-01-18lib/ramtest: Fix ram_check() declarationsKyösti Mälkki
2020-06-17treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki
2019-03-27Move calls to quick_ram_check() before CBMEM initKyösti Mälkki
2019-03-22lib/ramtest.c: Make it a bit more arch-agnosticKyösti Mälkki
2019-03-08coreboot: 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-07lib/ramtest: Add commentPatrick Rudolph
2017-07-06src/lib: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-03-13src/lib: Remove unnecessary codeLee Leahy
2017-03-13src/lib: Fix spacingLee Leahy
2016-11-08quick_ram_check: Remove reference to RAMBASEKyösti Mälkki
2015-01-09misc: Drop print_ implementation from non-romcc boardsStefan Reinauer
2015-01-06doxygen fixes: change @var to @param varMartin Roth
2013-06-10ramtest.c: Add silent ram_checkAlexandru Gagniuc
2012-03-25Replace ramtest pattern to assist in DIMM configurationKyösti Mälkki
2012-01-12lib: add ram_check_nodieSven Schnelle
2011-10-28Clear improper use of CONFIG_CACHE_AS_RAMKyösti Mälkki
2010-10-05Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi
2010-08-30We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer
2010-08-03Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-28Add a non-time consuming version of ram check so we can print a decent errorStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-19Get rid of a few warnings:Myles Watson
2010-02-25HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.Stefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2009-09-23simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer