summaryrefslogtreecommitdiffstats
path: root/payloads/coreinfo/ramdump_module.c
Commit message (Expand)AuthorAgeFilesLines
* coreinfo: Use SPDX license identifiersJacob Garber2020-09-141-13/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-071-1/+1
* coreinfo: Pretty print RAM addressesStefan Reinauer2016-03-151-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* coreinfo: Use IS_ENABLED() to query Kconfig variablesStefan Reinauer2015-07-011-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Update Coreinfo to use TAG_FORWARD in tables.Myles Watson2009-08-241-11/+9
* Do not try to display non-printable characters on the bootlog andUlf Jordan2008-09-301-1/+2
* Fix garbage characters on screen. mvwaddch inserts one character,Ulf Jordan2008-08-091-2/+2
* Add a coreinfo module which can hexdump arbitrary RAM regions andUwe Hermann2008-07-081-0/+112