Age | Commit message (Expand) | Author |
2023-06-23 | commonlib/console/post_code.h: Change post code prefix to POSTCODE | lilacious |
2022-12-10 | lib/ramtest.c: Use {read,write}32p() | Elyes Haouas |
2022-11-12 | lib/ramtest.c: Update ram failure post code | Martin Roth |
2022-08-11 | lib: Add SPDX identifiers to files missing them | Martin Roth |
2021-02-04 | src: Remove useless comments in "includes" lines | Elyes HAOUAS |
2021-01-18 | lib/ramtest: Fix ram_check() declarations | Kyösti Mälkki |
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 |