summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Emergency fixup for the missing is_coldboot().Carl-Daniel Hailfinger2009-03-201-0/+11
* Fix evil typo resulting in a compile failure.Carl-Daniel Hailfinger2009-03-191-1/+1
* v3 vtxprintf(): Stop looking for non-ASCII characters after one has been found.Peter Stuge2009-03-191-1/+4
* This patch tries to make printk more readable and reliable.Carl-Daniel Hailfinger2009-03-191-1/+8
* last kontron commit. Ronald G. Minnich2009-03-111-1/+38
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-121-1/+1
* Be silent in ram_check in non-debug loglevelsMart Raudsepp2008-11-201-3/+5
* Not a single file is being rebuilt in v3 if build.h changes. That meansCarl-Daniel Hailfinger2008-11-162-0/+6
* This patch adds some debug functions, cleans up whitespace (per indent), and ...Myles Watson2008-11-141-11/+9
* Return the count of failures from ram_check.Mart Raudsepp2008-11-131-3/+7
* We are woefully unaware about how much stack v3 really uses.Carl-Daniel Hailfinger2008-11-131-0/+3
* Fix a bunch of Doxygen warnings in v3 (trivial).Uwe Hermann2008-10-231-1/+1
* 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
* the multiboot map is generated too early inJordan Crouse2008-10-172-4/+6
* Add log levels to the output. In order to use this enable EXPERT and CONSOLE...Myles Watson2008-10-132-1/+16
* Minor fixes and improvements for v3, mostly for Kconfig files (trivial).Uwe Hermann2008-10-012-6/+12
* Fix initial printk buffer address initialization. This was broken inCarl-Daniel Hailfinger2008-09-041-1/+3
* Improve debugging printks for LAR and PCI access.Carl-Daniel Hailfinger2008-09-041-2/+2
* log2 is now log2f (floor) and log2c (ceiling) and users MUST pick one or Ronald G. Minnich2008-08-311-4/+23
* This gets us back to a compiling k8 target. Ronald G. Minnich2008-08-302-1/+3
* Emergency fixup for r828 to at least get it to compile for one targetCarl-Daniel Hailfinger2008-08-281-0/+1
* gcc -fwhole-program needs to mark any function which is used outside theCarl-Daniel Hailfinger2008-08-271-0/+1
* needs to be const, or the segment checker will bail out. (trivial)Stefan Reinauer2008-08-241-1/+1
* This now compiles and has a simple error on build to stage2. Ronald G. Minnich2008-08-231-0/+1
* Fix unexplained magic value and make it future-proof.Carl-Daniel Hailfinger2008-08-181-1/+1
* Move console log level management to global variable infrastructure. TheCarl-Daniel Hailfinger2008-08-181-4/+7
* Change v3 makefile rules to be source-based, part I.Carl-Daniel Hailfinger2008-08-181-2/+2
* Fixed typo in r778.Carl-Daniel Hailfinger2008-08-171-2/+2
* The decompressors linked into stage0 end up in the variableCarl-Daniel Hailfinger2008-08-171-3/+3
* Introduce a generic global variable storage mechanism and switch theCarl-Daniel Hailfinger2008-08-141-11/+7
* Minor cosmetic and/or license header fixes (trivial).Uwe Hermann2008-08-112-2/+2
* Console: Ronald G. Minnich2008-08-091-4/+25
* Fix a typo in r684 which caused compilation to fail. Trivial.Carl-Daniel Hailfinger2008-05-231-1/+1
* Print current and wanted LZMA scratchpad size in the decompressionCarl-Daniel Hailfinger2008-05-231-3/+5
* Clarify LZMA code license.Carl-Daniel Hailfinger2008-03-171-2/+6
* Small fixes for lib/ramtest.c:Uwe Hermann2008-03-061-11/+7
* Various cosmetic fixes, added Doxygen comments (trivial).Uwe Hermann2008-03-062-40/+71
* Add ramtest for development.Ronald G. Minnich2008-03-061-0/+108
* Print name of compression algorithm in addition to the corresponding Carl-Daniel Hailfinger2008-02-181-10/+24
* On 16.02.2008 07:41, ron minnich wrote:Carl-Daniel Hailfinger2008-02-161-1/+1
* This patch adds zero compression for bss segments. One of the reasonsMyles Watson2008-02-151-0/+5
* 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-132-1/+81
* Now version 3: LinuxBIOS -> coreboot rename. Stefan Reinauer2008-01-2716-29/+29
* This change will support stage2 running LAR files. The initial exampleRonald G. Minnich2008-01-261-1/+1
* Add hlt() back into the die() function and update the comments.Marc Jones2008-01-091-16/+23
* The current parameter situation of post_code() is rather mixed betweenCarl-Daniel Hailfinger2008-01-072-11/+11
* 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