summaryrefslogtreecommitdiffstats
path: root/payloads/coreinfo/coreinfo.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
* coreinfo/coreinfo.c: Correct main function signatureJacob Garber2020-02-041-1/+4
* coreinfo/coreinfo.c: Support both lower and upper case alphabetsHimanshu Sahdev2019-10-021-2/+7
* payloads/coreinfo: Use correct integer types for loop indicesJacob Garber2019-07-071-11/+9
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-071-13/+13
* coreinfo: Use regular `if` over `#if` for `IS_ENABLED`Nicola Corna2017-06-271-3/+2
* coreinfo: Add support to read timestampsAntonello Dettori2016-07-201-0/+4
* coreinfo: Move time to the last lineJonathan Neuschäfer2016-04-101-1/+1
* coreinfo: Allow numbers in addition to F keysStefan Reinauer2016-03-181-12/+15
* coreinfo: Remove the LAR moduleJonathan Neuschäfer2016-03-131-4/+0
* coreinfo: Default to first non-empty categoryJonathan Neuschäfer2016-03-111-0/+11
* coreinfo: Show "No modules selected" when appropriateJonathan Neuschäfer2016-03-111-0/+13
* coreinfo: Move screen dimensions to headerYasha Cherikovsky2015-11-191-3/+0
* coreinfo: Fix off-by-one in displayed month of yearYasha Cherikovsky2015-11-191-1/+1
* coreinfo: Hide blinking cursorYasha Cherikovsky2015-11-191-0/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* coreinfo: reboot when finishedMaxime de Roucy2015-10-171-0/+3
* coreinfo: Use IS_ENABLED() to query Kconfig variablesStefan Reinauer2015-07-011-13/+13
* 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
* coreinfo: changes to get the USB keyboard workingDave Frodin2012-12-121-0/+7
* coreinfo: change the foreground/background colorsDave Frodin2012-12-071-2/+3
* Add initial support for a CBFS module for coreinfo.Uwe Hermann2009-07-071-1/+5
* [PATCH] coreinfo: Add multiboot parsing supportJordan Crouse2008-11-111-4/+8
* Fix overflow in modwin erase. Do not refresh modwin yet, since it isUlf Jordan2008-09-241-7/+1
* This patch updates coreinfo to use the ACS_ macros for line graphics.Ulf Jordan2008-08-111-1/+1
* Cosmetic fixes (trivial).Uwe Hermann2008-08-071-12/+5
* Move out some hardcoded strings in coreinfo to become Kconfig variables.Uwe Hermann2008-08-051-4/+4
* Random coding style fixes and simplifications (trivial).Uwe Hermann2008-07-181-13/+8
* Add a coreinfo module which can hexdump arbitrary RAM regions andUwe Hermann2008-07-081-0/+4
* coreinfo: Enable serial supportJordan Crouse2008-06-201-3/+0
* coreinfo: Specify a name, listname and desc item for coreinfoJordan Crouse2008-05-271-0/+4
* Add KEY_ESC (trivial).Uwe Hermann2008-05-211-1/+3
* coreinfo: Use the ESC key to exit the payloadJordan Crouse2008-05-201-0/+2
* coreinfo: Fix the subwindow refresh based on the libpayload changesJordan Crouse2008-05-201-12/+17
* coreinfo: Add a module for browsing the boot LARJordan Crouse2008-05-071-5/+9
* coreinfo: Show the current time and date in the menuJordan Crouse2008-05-061-7/+24
* We were in the risk of running out of space in the option menu atJordan Crouse2008-05-061-23/+94
* The previous commit had more in it then I wanted - so I am revertingJordan Crouse2008-05-061-94/+23
* coreinfo: Move the rdtsc.h include into the #ifdef CONFIG_MODULE_CPUINFOJordan Crouse2008-05-061-23/+94
* Add support for a 'bootlog' module to coreinfo.Uwe Hermann2008-04-221-0/+4
* Fix the case where the user selects no modules in Kconfig at all.Uwe Hermann2008-04-041-4/+11
* Add support for an "NVRAM Dump" screen in coreinfo (optional), as well as forUwe Hermann2008-03-311-0/+20
* Various tiny fixes (trivial):Uwe Hermann2008-03-271-7/+5
* Make functions static (where possible) to reduce code size (trivial).Uwe Hermann2008-03-231-4/+7
* Smaller fixes to allow using -Wall (trivial).Uwe Hermann2008-03-201-2/+4
* Cosmetic changes and coding style fixes by running 'indent', with someUwe Hermann2008-03-201-16/+15
* corinfo: Inital release of the coreinfo codeJordan Crouse2008-03-201-0/+172