summaryrefslogtreecommitdiffstats
path: root/payloads/coreinfo
Commit message (Expand)AuthorAgeFilesLines
* Update Coreinfo to use TAG_FORWARD in tables.Myles Watson2009-08-242-11/+12
* Add initial support for a CBFS module for coreinfo.Uwe Hermann2009-07-074-4/+235
* Signed-off-by: Robert Millan <rmh@aybabtu.com>Robert Millan2008-11-111-2/+2
* [PATCH] coreinfo: Add multiboot parsing supportJordan Crouse2008-11-114-5/+136
* Do not try to display non-printable characters on the bootlog andUlf Jordan2008-09-302-2/+3
* Fix overflow in modwin erase. Do not refresh modwin yet, since it isUlf Jordan2008-09-241-7/+1
* define array size in a single place (trivial)Stefan Reinauer2008-09-051-2/+3
* off by 1. (trivial)Stefan Reinauer2008-08-131-1/+1
* commit real fix to pci module of coreinfo (trivial)Stefan Reinauer2008-08-131-22/+20
* This patch updates coreinfo to use the ACS_ macros for line graphics.Ulf Jordan2008-08-114-8/+8
* Fix garbage characters on screen. mvwaddch inserts one character,Ulf Jordan2008-08-091-2/+2
* i messed this up.Stefan Reinauer2008-08-081-1/+1
* compile fix (trivial)Stefan Reinauer2008-08-081-2/+2
* fix some more warnings.Stefan Reinauer2008-08-081-1/+1
* fix warnings when starting make menuconfigStefan Reinauer2008-08-081-1/+1
* Drop useless .gitignore files.Uwe Hermann2008-08-082-23/+0
* Add a full set of pci access functions.Stefan Reinauer2008-08-071-5/+8
* fix cross compilationor libpayload / coreinfo by honoringStefan Reinauer2008-08-071-4/+5
* Cosmetic fixes (trivial).Uwe Hermann2008-08-072-13/+6
* fix make menuconfig if no libintl.h is found. (trivial)Stefan Reinauer2008-08-071-1/+1
* Move out some hardcoded strings in coreinfo to become Kconfig variables.Uwe Hermann2008-08-052-4/+28
* Remove duplicated code which is already in libpayload (trivial).Uwe Hermann2008-08-041-25/+1
* Random coding style fixes and simplifications (trivial).Uwe Hermann2008-07-182-51/+27
* Add a coreinfo module which can hexdump arbitrary RAM regions andUwe Hermann2008-07-084-1/+122
* 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
* Quickfix to repair 'make clean; make menuconfig' (trivial).Uwe Hermann2008-05-111-2/+2
* coreinfo: Add a module for browsing the boot LARJordan Crouse2008-05-074-6/+177
* 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-062-24/+95
* Add support for a 'bootlog' module to coreinfo.Uwe Hermann2008-04-224-1/+152
* Show index numbers in the NVRAM dump, similar to the PCI config space dump.Uwe Hermann2008-04-222-4/+17
* coreinfo: Make coreinfo use the gcc-wrappers from libpayloadJordan Crouse2008-04-101-14/+9
* Fix the case where the user selects no modules in Kconfig at all.Uwe Hermann2008-04-041-4/+11
* Document a rough estimate of how much space in the ELF file each of theUwe Hermann2008-04-041-0/+10
* Doing another 'make' after a 'make clean' was broken until now. Fix itUwe Hermann2008-04-033-3/+9
* Add support for an "NVRAM Dump" screen in coreinfo (optional), as well as forUwe Hermann2008-03-318-7/+136
* Various tiny fixes (trivial):Uwe Hermann2008-03-274-20/+18
* Add a recent kconfig version to coreinfo, in order to make theUwe Hermann2008-03-2439-16/+19539
* Make functions static (where possible) to reduce code size (trivial).Uwe Hermann2008-03-234-20/+23
* Smaller fixes to allow using -Wall (trivial).Uwe Hermann2008-03-205-18/+23
* Add -Os to the CFLAGS for size improvements.Jordan Crouse2008-03-201-1/+1
* Cosmetic changes and coding style fixes by running 'indent', with someUwe Hermann2008-03-206-172/+142
* corinfo: Inital release of the coreinfo codeJordan Crouse2008-03-209-0/+1502
OpenPOWER on IntegriCloud