summaryrefslogtreecommitdiff
path: root/payloads/coreinfo/coreinfo.c
AgeCommit message (Expand)Author
2020-09-14coreinfo: Use SPDX license identifiersJacob Garber
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-02-04coreinfo/coreinfo.c: Correct main function signatureJacob Garber
2019-10-02coreinfo/coreinfo.c: Support both lower and upper case alphabetsHimanshu Sahdev
2019-07-07payloads/coreinfo: Use correct integer types for loop indicesJacob Garber
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2017-06-27coreinfo: Use regular `if` over `#if` for `IS_ENABLED`Nicola Corna
2016-07-20coreinfo: Add support to read timestampsAntonello Dettori
2016-04-10coreinfo: Move time to the last lineJonathan Neuschäfer
2016-03-18coreinfo: Allow numbers in addition to F keysStefan Reinauer
2016-03-13coreinfo: Remove the LAR moduleJonathan Neuschäfer
2016-03-11coreinfo: Default to first non-empty categoryJonathan Neuschäfer
2016-03-11coreinfo: Show "No modules selected" when appropriateJonathan Neuschäfer
2015-11-19coreinfo: Move screen dimensions to headerYasha Cherikovsky
2015-11-19coreinfo: Fix off-by-one in displayed month of yearYasha Cherikovsky
2015-11-19coreinfo: Hide blinking cursorYasha Cherikovsky
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-17coreinfo: reboot when finishedMaxime de Roucy
2015-07-01coreinfo: Use IS_ENABLED() to query Kconfig variablesStefan Reinauer
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2012-12-12coreinfo: changes to get the USB keyboard workingDave Frodin
2012-12-07coreinfo: change the foreground/background colorsDave Frodin
2009-07-07Add initial support for a CBFS module for coreinfo.Uwe Hermann
2008-11-11[PATCH] coreinfo: Add multiboot parsing supportJordan Crouse
2008-09-24Fix overflow in modwin erase. Do not refresh modwin yet, since it isUlf Jordan
2008-08-11This patch updates coreinfo to use the ACS_ macros for line graphics.Ulf Jordan
2008-08-07Cosmetic fixes (trivial).Uwe Hermann
2008-08-05Move out some hardcoded strings in coreinfo to become Kconfig variables.Uwe Hermann
2008-07-18Random coding style fixes and simplifications (trivial).Uwe Hermann
2008-07-08Add a coreinfo module which can hexdump arbitrary RAM regions andUwe Hermann
2008-06-20coreinfo: Enable serial supportJordan Crouse
2008-05-27coreinfo: Specify a name, listname and desc item for coreinfoJordan Crouse
2008-05-21Add KEY_ESC (trivial).Uwe Hermann
2008-05-20coreinfo: Use the ESC key to exit the payloadJordan Crouse
2008-05-20coreinfo: Fix the subwindow refresh based on the libpayload changesJordan Crouse
2008-05-07coreinfo: Add a module for browsing the boot LARJordan Crouse
2008-05-06coreinfo: Show the current time and date in the menuJordan Crouse
2008-05-06We were in the risk of running out of space in the option menu atJordan Crouse
2008-05-06The previous commit had more in it then I wanted - so I am revertingJordan Crouse
2008-05-06coreinfo: Move the rdtsc.h include into the #ifdef CONFIG_MODULE_CPUINFOJordan Crouse
2008-04-22Add support for a 'bootlog' module to coreinfo.Uwe Hermann
2008-04-04Fix the case where the user selects no modules in Kconfig at all.Uwe Hermann
2008-03-31Add support for an "NVRAM Dump" screen in coreinfo (optional), as well as forUwe Hermann
2008-03-27Various tiny fixes (trivial):Uwe Hermann
2008-03-23Make functions static (where possible) to reduce code size (trivial).Uwe Hermann
2008-03-20Smaller fixes to allow using -Wall (trivial).Uwe Hermann
2008-03-20Cosmetic changes and coding style fixes by running 'indent', with someUwe Hermann
2008-03-20corinfo: Inital release of the coreinfo codeJordan Crouse