summaryrefslogtreecommitdiffstats
path: root/lib/console.c
Commit message (Expand)AuthorAgeFilesLines
* Not a single file is being rebuilt in v3 if build.h changes. That meansCarl-Daniel Hailfinger2008-11-161-0/+1
* We are woefully unaware about how much stack v3 really uses.Carl-Daniel Hailfinger2008-11-131-0/+3
* This patch fixes the fix! Sorry again.Myles Watson2008-10-221-4/+4
* This patch fixes 921 so that the log_level works again. Sorry about that.Myles Watson2008-10-221-3/+3
* Add log levels to the output. In order to use this enable EXPERT and CONSOLE...Myles Watson2008-10-131-1/+11
* Minor fixes and improvements for v3, mostly for Kconfig files (trivial).Uwe Hermann2008-10-011-1/+1
* Fix initial printk buffer address initialization. This was broken inCarl-Daniel Hailfinger2008-09-041-1/+3
* This gets us back to a compiling k8 target. Ronald G. Minnich2008-08-301-0/+1
* Emergency fixup for r828 to at least get it to compile for one targetCarl-Daniel Hailfinger2008-08-281-0/+1
* Move console log level management to global variable infrastructure. TheCarl-Daniel Hailfinger2008-08-181-4/+7
* Introduce a generic global variable storage mechanism and switch theCarl-Daniel Hailfinger2008-08-141-11/+7
* Console: Ronald G. Minnich2008-08-091-4/+25
* Remove superfluous checks for boolean CONFIG_* variables where we testedCarl-Daniel Hailfinger2008-02-141-1/+1
* Make printk() log to a buffer.Carl-Daniel Hailfinger2008-02-131-1/+74
* Now version 3: LinuxBIOS -> coreboot rename. Stefan Reinauer2008-01-271-4/+4
* Add hlt() back into the die() function and update the comments.Marc Jones2008-01-091-16/+23
* Change die() to make it JTAG friendly.Carl-Daniel Hailfinger2008-01-041-1/+23
* Add a banner function to lib/console.c that is SHARED so all code canCarl-Daniel Hailfinger2008-01-041-0/+23
* Merge hlt() into cpu.h where it belongs. Add some documentation.Uwe Hermann2007-07-121-4/+2
* * start using arch/foo.h again instead of archfoo.h (trivial)Stefan Reinauer2007-06-291-1/+0
* Minor bugfixes:Uwe Hermann2007-06-201-1/+1
* Move console/*.c into lib/ in order to simplify the directory structure.Stefan Reinauer2007-05-061-0/+70