Clone a tag rather than SeaBIOS stable branch HEAD
[coreboot.git] / payloads / coreinfo / coreinfo.c
2009-07-07 Uwe HermannAdd initial support for a CBFS module for coreinfo.
2008-11-11 Jordan Crouse[PATCH] coreinfo: Add multiboot parsing support
2008-09-24 Ulf JordanFix overflow in modwin erase. Do not refresh modwin...
2008-08-11 Ulf JordanThis patch updates coreinfo to use the ACS_ macros...
2008-08-07 Uwe HermannCosmetic fixes (trivial).
2008-08-05 Uwe HermannMove out some hardcoded strings in coreinfo to become...
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-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-04 Uwe HermannFix the case where the user selects no modules in Kconf...
2008-03-31 Uwe HermannAdd support for an "NVRAM Dump" screen in coreinfo...
2008-03-27 Uwe HermannVarious tiny fixes (trivial):
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 Uwe HermannCosmetic changes and coding style fixes by running...
2008-03-20 Jordan Crousecorinfo: Inital release of the coreinfo code