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
/
src
/
console
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.
Myles Watson
2009-11-12
2
-2
/
+2
*
Create lib.h for homeless prototypes.
Myles Watson
2009-10-28
1
-2
/
+1
*
Improve coreboot build output and eliminate some warnings:
Uwe Hermann
2009-10-27
1
-0
/
+2
*
Various smaller console option fixes as suggested by Peter Stuge:
Uwe Hermann
2009-10-26
1
-16
/
+16
*
Define some variables that were not defined. There are a couple left.
Myles Watson
2009-10-26
1
-0
/
+11
*
re-order console output functions, add proper prototypes,
Stefan Reinauer
2009-10-24
4
-63
/
+39
*
Make COM port selection and BAUD rate a "choice" for better usability.
Uwe Hermann
2009-10-16
1
-8
/
+69
*
Revert deletion that snuck in to 4794. Sorry.
Myles Watson
2009-10-16
1
-0
/
+8
*
Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8.
Myles Watson
2009-10-16
3
-67
/
+79
*
Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.
Myles Watson
2009-10-16
1
-1
/
+1
*
Make console maximum/default log level a choice option.
Uwe Hermann
2009-10-11
1
-9
/
+110
*
Remove extra CONFIG variables.
Myles Watson
2009-10-09
1
-6
/
+1
*
Various Kconfig fixes and improvements:
Uwe Hermann
2009-10-07
1
-12
/
+55
*
Various fixes to Kconfig: All kconfig-boards should have a
Patrick Georgi
2009-10-06
1
-0
/
+5
*
Rename CONFIG_SERIAL_CONSOLE to match newconfig.
Myles Watson
2009-09-25
2
-4
/
+5
*
tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ...
Myles Watson
2009-09-22
1
-0
/
+6
*
Help text for maximum and default console loglevel in Kconfig.
Carl-Daniel Hailfinger
2009-09-22
1
-2
/
+2
*
Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP.
Myles Watson
2009-09-17
1
-1
/
+1
*
Move some config variables that are in one or two mainboards to
Ronald G. Minnich
2009-08-28
1
-0
/
+4
*
Various Kconfig and Makefile.inc fixes and cosmetics.
Uwe Hermann
2009-08-25
2
-17
/
+20
*
Kconfig!
Patrick Georgi
2009-08-12
3
-9
/
+52
*
trivial typo in a comment
Stefan Reinauer
2009-07-26
1
-1
/
+1
*
Some USB debug updates, mostly comments fixing, license header updates
Stefan Reinauer
2009-07-21
1
-16
/
+44
*
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-06-30
3
-19
/
+19
*
die() does never return. Annotate it as such.
Carl-Daniel Hailfinger
2009-06-05
1
-1
/
+1
*
Revert "CMOS: Add set_option and rework get_option."
Luc Verhaegen
2009-06-03
3
-7
/
+15
*
CMOS: Add set_option and rework get_option.
Luc Verhaegen
2009-06-03
3
-15
/
+7
*
Implement native VGA Support.
Luc Verhaegen
2009-05-29
1
-73
/
+63
*
Make vsprintf reentrant. More importantly, eliminate global variable.
Patrick Georgi
2009-05-26
1
-11
/
+11
*
Refactor copy_and_run so that it uses a single code base instead of
Patrick Georgi
2009-04-30
1
-5
/
+1
*
fix warnings, shadowed declarations and style guide violations (all trivial)
Stefan Reinauer
2009-04-22
1
-1
/
+1
*
Eliminate various issues brought up by scan-build.
Patrick Georgi
2009-04-21
1
-0
/
+1
*
fix warning in vga console code (trivial)
Stefan Reinauer
2008-08-01
1
-1
/
+1
*
Rename almost all occurences of LinuxBIOS to coreboot.
Stefan Reinauer
2008-01-18
1
-1
/
+1
*
Another CONSTification...
Stefan Reinauer
2007-10-24
5
-5
/
+5
*
smaller changes to silence build warnings. (trivial)
Stefan Reinauer
2007-10-24
1
-1
/
+6
*
This is (most of) the usb2 debug console code ripped out of
Yinghai Lu
2007-02-28
2
-0
/
+62
*
make ppc happy for console
Yinghai Lu
2006-10-05
1
-2
/
+2
*
CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in
Yinghai Lu
2006-10-04
1
-0
/
+3
*
1201_ht_bus0_dev0_fidvid_core.diff
Stefan Reinauer
2005-12-02
3
-8
/
+5
*
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-44
arch import user (historical)
2005-07-06
1
-2
/
+4
*
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38
arch import user (historical)
2005-07-06
1
-4
/
+2
*
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36
arch import user (historical)
2005-07-06
1
-2
/
+4
*
minor reformat
Li-Ta Lo
2005-01-19
1
-1
/
+3
*
CONFIG_PCI_ROM_RUN
Yinghai Lu
2005-01-14
1
-6
/
+18
*
added PCI expansion ROM support,
Li-Ta Lo
2005-01-10
1
-2
/
+3
*
btext fix
Yinghai Lu
2004-12-16
2
-2
/
+2
*
- HDAMA boots!
Eric Biederman
2004-10-16
1
-15
/
+20
*
fixed function prototype for die()
Li-Ta Lo
2004-10-14
1
-1
/
+1
*
console code cleanup.
Stefan Reinauer
2004-05-28
5
-305
/
+314
[next]