summaryrefslogtreecommitdiffstats
path: root/payloads/coreinfo
Commit message (Expand)AuthorAgeFilesLines
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-0114-14/+14
* coreinfo: Build libpayload from coreinfo makefileMarc Jones2012-12-131-6/+19
* coreinfo: changes to get the USB keyboard workingDave Frodin2012-12-121-0/+7
* coreinfo: Make better calls to libpayload build scriptsMarc Jones2012-12-081-26/+25
* coreinfo: change the foreground/background colorsDave Frodin2012-12-071-2/+3
* Add multi-architecture support to cbfstoolDavid Hendricks2012-11-301-1/+2
* Refactor the endianness conversion functions and header files.Gabe Black2012-11-081-1/+1
* coreinfo: fix build error (TRIVIAL)Alexandru Gagniuc2012-08-151-1/+1
* Eliminate magic numbersPhilip Prindeville2012-01-071-2/+2
* Cleanup access to vendor/part # infoPhilip Prindeville2012-01-071-2/+2
* Use convenience function to checksumPhilip Prindeville2011-12-241-3/+3
* Replace UNPACK_CB64 macro with inlinePhilip Prindeville2011-12-241-3/+3
* Respect linker orderChristian Ruppert2011-12-211-3/+3
* Mirror Fix coreinfo usage of cb_infoQingPei Wang2011-12-021-1/+1
* Add build instructions for coreinfo, specially pointing out installing ...Yang Hamo Bai2011-04-011-0/+24
* Change default path and configuration for Coreinfo.Myles Watson2010-08-052-3/+5
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-276-48/+48
* 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
OpenPOWER on IntegriCloud