index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
coreinfo
/
coreinfo.c
Age
Commit message (
Expand
)
Author
2015-10-17
coreinfo: reboot when finished
Maxime de Roucy
2015-07-01
coreinfo: Use IS_ENABLED() to query Kconfig variables
Stefan Reinauer
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2012-12-12
coreinfo: changes to get the USB keyboard working
Dave Frodin
2012-12-07
coreinfo: change the foreground/background colors
Dave Frodin
2009-07-07
Add initial support for a CBFS module for coreinfo.
Uwe Hermann
2008-11-11
[PATCH] coreinfo: Add multiboot parsing support
Jordan Crouse
2008-09-24
Fix overflow in modwin erase. Do not refresh modwin yet, since it is
Ulf Jordan
2008-08-11
This patch updates coreinfo to use the ACS_ macros for line graphics.
Ulf Jordan
2008-08-07
Cosmetic fixes (trivial).
Uwe Hermann
2008-08-05
Move out some hardcoded strings in coreinfo to become Kconfig variables.
Uwe Hermann
2008-07-18
Random coding style fixes and simplifications (trivial).
Uwe Hermann
2008-07-08
Add a coreinfo module which can hexdump arbitrary RAM regions and
Uwe Hermann
2008-06-20
coreinfo: Enable serial support
Jordan Crouse
2008-05-27
coreinfo: Specify a name, listname and desc item for coreinfo
Jordan Crouse
2008-05-21
Add KEY_ESC (trivial).
Uwe Hermann
2008-05-20
coreinfo: Use the ESC key to exit the payload
Jordan Crouse
2008-05-20
coreinfo: Fix the subwindow refresh based on the libpayload changes
Jordan Crouse
2008-05-07
coreinfo: Add a module for browsing the boot LAR
Jordan Crouse
2008-05-06
coreinfo: Show the current time and date in the menu
Jordan Crouse
2008-05-06
We were in the risk of running out of space in the option menu at
Jordan Crouse
2008-05-06
The previous commit had more in it then I wanted - so I am reverting
Jordan Crouse
2008-05-06
coreinfo: Move the rdtsc.h include into the #ifdef CONFIG_MODULE_CPUINFO
Jordan Crouse
2008-04-22
Add support for a 'bootlog' module to coreinfo.
Uwe Hermann
2008-04-04
Fix the case where the user selects no modules in Kconfig at all.
Uwe Hermann
2008-03-31
Add support for an "NVRAM Dump" screen in coreinfo (optional), as well as for
Uwe Hermann
2008-03-27
Various tiny fixes (trivial):
Uwe Hermann
2008-03-23
Make functions static (where possible) to reduce code size (trivial).
Uwe Hermann
2008-03-20
Smaller fixes to allow using -Wall (trivial).
Uwe Hermann
2008-03-20
Cosmetic changes and coding style fixes by running 'indent', with some
Uwe Hermann
2008-03-20
corinfo: Inital release of the coreinfo code
Jordan Crouse