summaryrefslogtreecommitdiffstats
path: root/src/lib/ramtest.c
Commit message (Expand)AuthorAgeFilesLines
* commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious2023-06-231-2/+2
* lib/ramtest.c: Use {read,write}32p()Elyes Haouas2022-12-101-2/+2
* lib/ramtest.c: Update ram failure post codeMartin Roth2022-11-121-2/+2
* lib: Add SPDX identifiers to files missing themMartin Roth2022-08-111-0/+2
* src: Remove useless comments in "includes" linesElyes HAOUAS2021-02-041-1/+1
* lib/ramtest: Fix ram_check() declarationsKyösti Mälkki2021-01-181-4/+4
* treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki2020-06-171-1/+1
* Move calls to quick_ram_check() before CBMEM initKyösti Mälkki2019-03-271-6/+4
* lib/ramtest.c: Make it a bit more arch-agnosticKyösti Mälkki2019-03-221-30/+19
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* {device,drivers,lib,mb,nb}: Use only one space after 'if'Elyes HAOUAS2018-05-091-1/+1
* lib/ramtest: Add commentPatrick Rudolph2017-11-071-0/+2
* src/lib: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-061-2/+2
* src/lib: Remove unnecessary codeLee Leahy2017-03-131-2/+1
* src/lib: Fix spacingLee Leahy2017-03-131-8/+8
* quick_ram_check: Remove reference to RAMBASEKyösti Mälkki2016-11-081-11/+16
* misc: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-091-68/+1
* doxygen fixes: change @var to @param varMartin Roth2015-01-061-4/+4
* ramtest.c: Add silent ram_checkAlexandru Gagniuc2013-06-101-0/+25
* Replace ramtest pattern to assist in DIMM configurationKyösti Mälkki2012-03-251-91/+94
* lib: add ram_check_nodieSven Schnelle2012-01-121-3/+37
* Clear improper use of CONFIG_CACHE_AS_RAMKyösti Mälkki2011-10-281-12/+12
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-051-0/+2
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-301-12/+12
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-031-12/+12
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-3/+3
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-18/+18
* Add a non-time consuming version of ram check so we can print a decent errorStefan Reinauer2010-03-281-8/+54
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-12/+12
* Get rid of a few warnings:Myles Watson2010-03-191-0/+2
* HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.Stefan Reinauer2010-02-251-1/+7
* This is a general cleanup patchStefan Reinauer2010-02-221-8/+8
* simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer2009-09-231-0/+161