summaryrefslogtreecommitdiff
path: root/payloads/coreinfo
AgeCommit message (Expand)Author
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2012-12-13coreinfo: Build libpayload from coreinfo makefileMarc Jones
2012-12-12coreinfo: changes to get the USB keyboard workingDave Frodin
2012-12-08coreinfo: Make better calls to libpayload build scriptsMarc Jones
2012-12-07coreinfo: change the foreground/background colorsDave Frodin
2012-11-30Add multi-architecture support to cbfstoolDavid Hendricks
2012-11-08Refactor the endianness conversion functions and header files.Gabe Black
2012-08-15coreinfo: fix build error (TRIVIAL)Alexandru Gagniuc
2012-01-07Eliminate magic numbersPhilip Prindeville
2012-01-07Cleanup access to vendor/part # infoPhilip Prindeville
2011-12-24Use convenience function to checksumPhilip Prindeville
2011-12-24Replace UNPACK_CB64 macro with inlinePhilip Prindeville
2011-12-21Respect linker orderChristian Ruppert
2011-12-02Mirror Fix coreinfo usage of cb_infoQingPei Wang
2011-04-01Add build instructions for coreinfo, specially pointing out installing ...Yang Hamo Bai
2010-08-05Change default path and configuration for Coreinfo.Myles Watson
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2009-08-24Update Coreinfo to use TAG_FORWARD in tables.Myles Watson
2009-07-07Add initial support for a CBFS module for coreinfo.Uwe Hermann
2008-11-11Signed-off-by: Robert Millan <rmh@aybabtu.com>Robert Millan
2008-11-11[PATCH] coreinfo: Add multiboot parsing supportJordan Crouse
2008-09-30Do not try to display non-printable characters on the bootlog andUlf Jordan
2008-09-24Fix overflow in modwin erase. Do not refresh modwin yet, since it isUlf Jordan
2008-09-05define array size in a single place (trivial)Stefan Reinauer
2008-08-13off by 1. (trivial)Stefan Reinauer
2008-08-13commit real fix to pci module of coreinfo (trivial)Stefan Reinauer
2008-08-11This patch updates coreinfo to use the ACS_ macros for line graphics.Ulf Jordan
2008-08-09Fix garbage characters on screen. mvwaddch inserts one character,Ulf Jordan
2008-08-08i messed this up.Stefan Reinauer
2008-08-08compile fix (trivial)Stefan Reinauer
2008-08-08fix some more warnings.Stefan Reinauer
2008-08-08fix warnings when starting make menuconfigStefan Reinauer
2008-08-08Drop useless .gitignore files.Uwe Hermann
2008-08-07Add a full set of pci access functions.Stefan Reinauer
2008-08-07fix cross compilationor libpayload / coreinfo by honoringStefan Reinauer
2008-08-07Cosmetic fixes (trivial).Uwe Hermann
2008-08-07fix make menuconfig if no libintl.h is found. (trivial)Stefan Reinauer
2008-08-05Move out some hardcoded strings in coreinfo to become Kconfig variables.Uwe Hermann
2008-08-04Remove duplicated code which is already in libpayload (trivial).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-11Quickfix to repair 'make clean; make menuconfig' (trivial).Uwe Hermann
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