libpayload: Fix EHCI driver
[coreboot.git] / payloads / coreinfo /
2012-01-07 Philip PrindevilleEliminate magic numbers
2012-01-07 Philip PrindevilleCleanup access to vendor/part # info
2011-12-24 Philip PrindevilleUse convenience function to checksum
2011-12-24 Philip PrindevilleReplace UNPACK_CB64 macro with inline
2011-12-21 Christian RuppertRespect linker order
2011-12-02 QingPei WangMirror Fix coreinfo usage of cb_info
2011-04-01 Yang Hamo BaiAdd build instructions for coreinfo, specially pointing...
2010-08-05 Myles WatsonChange default path and configuration for Coreinfo.
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2009-08-24 Myles WatsonUpdate Coreinfo to use TAG_FORWARD in tables.
2009-07-07 Uwe HermannAdd initial support for a CBFS module for coreinfo.
2008-11-11 Robert MillanSigned-off-by: Robert Millan <rmh@aybabtu.com>
2008-11-11 Jordan Crouse[PATCH] coreinfo: Add multiboot parsing support
2008-09-30 Ulf JordanDo not try to display non-printable characters on the...
2008-09-24 Ulf JordanFix overflow in modwin erase. Do not refresh modwin...
2008-09-05 Stefan Reinauerdefine array size in a single place (trivial)
2008-08-13 Stefan Reinaueroff by 1. (trivial)
2008-08-13 Stefan Reinauercommit real fix to pci module of coreinfo (trivial)
2008-08-11 Ulf JordanThis patch updates coreinfo to use the ACS_ macros...
2008-08-09 Ulf JordanFix garbage characters on screen. mvwaddch inserts...
2008-08-08 Stefan Reinaueri messed this up.
2008-08-08 Stefan Reinauercompile fix (trivial)
2008-08-08 Stefan Reinauerfix some more warnings.
2008-08-08 Stefan Reinauerfix warnings when starting make menuconfig
2008-08-08 Uwe HermannDrop useless .gitignore files.
2008-08-07 Stefan ReinauerAdd a full set of pci access functions.
2008-08-07 Stefan Reinauerfix cross compilationor libpayload / coreinfo by honoring
2008-08-07 Uwe HermannCosmetic fixes (trivial).
2008-08-07 Stefan Reinauerfix make menuconfig if no libintl.h is found. (trivial)
2008-08-05 Uwe HermannMove out some hardcoded strings in coreinfo to become...
2008-08-04 Uwe HermannRemove duplicated code which is already in libpayload...
2008-07-18 Uwe HermannRandom coding style fixes and simplifications (trivial).
2008-07-08 Uwe HermannAdd a coreinfo module which can hexdump arbitrary RAM...
2008-06-20 Jordan Crousecoreinfo: Enable serial support
2008-05-27 Jordan Crousecoreinfo: Specify a name, listname and desc item for...
2008-05-21 Uwe HermannAdd KEY_ESC (trivial).
2008-05-20 Jordan Crousecoreinfo: Use the ESC key to exit the payload
2008-05-20 Jordan Crousecoreinfo: Fix the subwindow refresh based on the libpa...
2008-05-11 Uwe HermannQuickfix to repair 'make clean; make menuconfig' (trivial).
2008-05-07 Jordan Crousecoreinfo: Add a module for browsing the boot LAR
2008-05-06 Jordan Crousecoreinfo: Show the current time and date in the menu
2008-05-06 Jordan CrouseWe were in the risk of running out of space in the...
2008-05-06 Jordan CrouseThe previous commit had more in it then I wanted -...
2008-05-06 Jordan Crousecoreinfo: Move the rdtsc.h include into the #ifdef...
2008-04-22 Uwe HermannAdd support for a 'bootlog' module to coreinfo.
2008-04-22 Uwe HermannShow index numbers in the NVRAM dump, similar to the...
2008-04-10 Jordan Crousecoreinfo: Make coreinfo use the gcc-wrappers from...
2008-04-04 Uwe HermannFix the case where the user selects no modules in Kconf...
2008-04-04 Uwe HermannDocument a rough estimate of how much space in the...
2008-04-03 Uwe HermannDoing another 'make' after a 'make clean' was broken...
2008-03-31 Uwe HermannAdd support for an "NVRAM Dump" screen in coreinfo...
2008-03-27 Uwe HermannVarious tiny fixes (trivial):
2008-03-24 Uwe HermannAdd a recent kconfig version to coreinfo, in order...
2008-03-23 Uwe HermannMake functions static (where possible) to reduce code...
2008-03-20 Uwe HermannSmaller fixes to allow using -Wall (trivial).
2008-03-20 Jordan CrouseAdd -Os to the CFLAGS for size improvements.
2008-03-20 Uwe HermannCosmetic changes and coding style fixes by running...
2008-03-20 Jordan Crousecorinfo: Inital release of the coreinfo code