index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
payloads
/
coreinfo
/
coreinfo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
1
-1
/
+0
*
coreinfo/coreinfo.c: Correct main function signature
Jacob Garber
2020-02-04
1
-1
/
+4
*
coreinfo/coreinfo.c: Support both lower and upper case alphabets
Himanshu Sahdev
2019-10-02
1
-2
/
+7
*
payloads/coreinfo: Use correct integer types for loop indices
Jacob Garber
2019-07-07
1
-11
/
+9
*
payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-07
1
-13
/
+13
*
coreinfo: Use regular `if` over `#if` for `IS_ENABLED`
Nicola Corna
2017-06-27
1
-3
/
+2
*
coreinfo: Add support to read timestamps
Antonello Dettori
2016-07-20
1
-0
/
+4
*
coreinfo: Move time to the last line
Jonathan Neuschäfer
2016-04-10
1
-1
/
+1
*
coreinfo: Allow numbers in addition to F keys
Stefan Reinauer
2016-03-18
1
-12
/
+15
*
coreinfo: Remove the LAR module
Jonathan Neuschäfer
2016-03-13
1
-4
/
+0
*
coreinfo: Default to first non-empty category
Jonathan Neuschäfer
2016-03-11
1
-0
/
+11
*
coreinfo: Show "No modules selected" when appropriate
Jonathan Neuschäfer
2016-03-11
1
-0
/
+13
*
coreinfo: Move screen dimensions to header
Yasha Cherikovsky
2015-11-19
1
-3
/
+0
*
coreinfo: Fix off-by-one in displayed month of year
Yasha Cherikovsky
2015-11-19
1
-1
/
+1
*
coreinfo: Hide blinking cursor
Yasha Cherikovsky
2015-11-19
1
-0
/
+1
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
1
-4
/
+0
*
coreinfo: reboot when finished
Maxime de Roucy
2015-10-17
1
-0
/
+3
*
coreinfo: Use IS_ENABLED() to query Kconfig variables
Stefan Reinauer
2015-07-01
1
-13
/
+13
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
1
-1
/
+1
*
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-03-01
1
-1
/
+1
*
coreinfo: changes to get the USB keyboard working
Dave Frodin
2012-12-12
1
-0
/
+7
*
coreinfo: change the foreground/background colors
Dave Frodin
2012-12-07
1
-2
/
+3
*
Add initial support for a CBFS module for coreinfo.
Uwe Hermann
2009-07-07
1
-1
/
+5
*
[PATCH] coreinfo: Add multiboot parsing support
Jordan Crouse
2008-11-11
1
-4
/
+8
*
Fix overflow in modwin erase. Do not refresh modwin yet, since it is
Ulf Jordan
2008-09-24
1
-7
/
+1
*
This patch updates coreinfo to use the ACS_ macros for line graphics.
Ulf Jordan
2008-08-11
1
-1
/
+1
*
Cosmetic fixes (trivial).
Uwe Hermann
2008-08-07
1
-12
/
+5
*
Move out some hardcoded strings in coreinfo to become Kconfig variables.
Uwe Hermann
2008-08-05
1
-4
/
+4
*
Random coding style fixes and simplifications (trivial).
Uwe Hermann
2008-07-18
1
-13
/
+8
*
Add a coreinfo module which can hexdump arbitrary RAM regions and
Uwe Hermann
2008-07-08
1
-0
/
+4
*
coreinfo: Enable serial support
Jordan Crouse
2008-06-20
1
-3
/
+0
*
coreinfo: Specify a name, listname and desc item for coreinfo
Jordan Crouse
2008-05-27
1
-0
/
+4
*
Add KEY_ESC (trivial).
Uwe Hermann
2008-05-21
1
-1
/
+3
*
coreinfo: Use the ESC key to exit the payload
Jordan Crouse
2008-05-20
1
-0
/
+2
*
coreinfo: Fix the subwindow refresh based on the libpayload changes
Jordan Crouse
2008-05-20
1
-12
/
+17
*
coreinfo: Add a module for browsing the boot LAR
Jordan Crouse
2008-05-07
1
-5
/
+9
*
coreinfo: Show the current time and date in the menu
Jordan Crouse
2008-05-06
1
-7
/
+24
*
We were in the risk of running out of space in the option menu at
Jordan Crouse
2008-05-06
1
-23
/
+94
*
The previous commit had more in it then I wanted - so I am reverting
Jordan Crouse
2008-05-06
1
-94
/
+23
*
coreinfo: Move the rdtsc.h include into the #ifdef CONFIG_MODULE_CPUINFO
Jordan Crouse
2008-05-06
1
-23
/
+94
*
Add support for a 'bootlog' module to coreinfo.
Uwe Hermann
2008-04-22
1
-0
/
+4
*
Fix the case where the user selects no modules in Kconfig at all.
Uwe Hermann
2008-04-04
1
-4
/
+11
*
Add support for an "NVRAM Dump" screen in coreinfo (optional), as well as for
Uwe Hermann
2008-03-31
1
-0
/
+20
*
Various tiny fixes (trivial):
Uwe Hermann
2008-03-27
1
-7
/
+5
*
Make functions static (where possible) to reduce code size (trivial).
Uwe Hermann
2008-03-23
1
-4
/
+7
*
Smaller fixes to allow using -Wall (trivial).
Uwe Hermann
2008-03-20
1
-2
/
+4
*
Cosmetic changes and coding style fixes by running 'indent', with some
Uwe Hermann
2008-03-20
1
-16
/
+15
*
corinfo: Inital release of the coreinfo code
Jordan Crouse
2008-03-20
1
-0
/
+172