summaryrefslogtreecommitdiffstats
path: root/payloads/coreinfo/coreinfo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud