summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-31/+31
* Fix some wrong capitalizations, reformat comments, fix a typo.Stefan Reinauer2010-09-231-10/+9
* USB Debug Port related license header fixes (trivial).Uwe Hermann2010-09-231-3/+1
* Fix a compiler warning in src/lib/usbdebug.c (trivial).Uwe Hermann2010-09-221-6/+6
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-303-14/+14
* Remove warnings from USB debug console code.Myles Watson2010-08-041-2/+5
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-033-14/+14
* Add support for the console over Ethernet (through PCI NE2000).Rudolf Marek2010-07-163-0/+575
* also rename the config option.Stefan Reinauer2010-05-251-1/+1
* fix most usbdebug warnings and fix function names.Stefan Reinauer2010-05-251-47/+48
* Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer2010-05-252-2/+3
* Fix usbdebug compilation.Stefan Reinauer2010-05-251-3/+3
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-2714-65/+65
* Myles suspected this hangs certain machines, so back it out.Stefan Reinauer2010-04-151-1/+1
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-141-1/+1
* no need to udelay()Stefan Reinauer2010-04-031-1/+0
* remove more warningsStefan Reinauer2010-04-031-18/+60
* Consolidate ifdefs in src/lib/cbmem.c for readability.Myles Watson2010-03-311-15/+6
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-314-31/+31
* no USE_INITStefan Reinauer2010-03-301-6/+6
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-291-1/+1
* This patch fixes build.h dependencies in coreboot again.Stefan Reinauer2010-03-292-4/+2
* Add a non-time consuming version of ram check so we can print a decent errorStefan Reinauer2010-03-281-8/+54
* dependency tracking for corebootStefan Reinauer2010-03-241-4/+0
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-229-58/+58
* Get rid of a few warnings:Myles Watson2010-03-192-8/+3
* Remove remaining uses ofPatrick Georgi2010-03-181-2/+0
* clean up shadow variables in jpeg decoder.Stefan Reinauer2010-03-171-15/+15
* This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer2010-03-012-11/+17
* HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.Stefan Reinauer2010-02-251-1/+7
* Random cosmetic fixes (trivial).Uwe Hermann2010-02-222-12/+8
* This is a general cleanup patchStefan Reinauer2010-02-223-11/+11
* YABEL updateStefan Reinauer2010-02-225-8/+1053
* separate build.h and config.h usage (now possible because newconfig is gone)Stefan Reinauer2010-02-111-0/+1
* newconfig is no more.Patrick Georgi2010-02-071-33/+0
* coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer2010-01-161-46/+46
* Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson2009-11-121-4/+1
* Help track down enable_rom issues in CBFS. If the magicPatrick Georgi2009-11-111-0/+4
* Split the two usages of __ROMCC__:Myles Watson2009-11-062-9/+9
* Add prototypes to silence these warnings.Myles Watson2009-10-291-1/+1
* Create lib.h for homeless prototypes.Myles Watson2009-10-284-10/+5
* Remove redundant declarations. Trivial.Myles Watson2009-10-271-1/+0
* Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka2009-10-273-2/+5
* reasonable output for cbfs loading..Stefan Reinauer2009-10-261-4/+6
* CBMEM high table memory manager.Stefan Reinauer2009-10-263-2/+244
* Fix USB Debug Device for Intel ICH chipsetsStefan Reinauer2009-10-241-4/+3
* Move the ulzma prototype out of the function to make the code easier to read.Myles Watson2009-10-091-6/+8
* Remove:Patrick Georgi2009-10-031-8/+2
* * drop libgcc from coreboot_apc.o, not needed.Stefan Reinauer2009-09-263-0/+37
* drop some dead code, clarify small comments and small cleanups to malloc.cStefan Reinauer2009-09-251-16/+8
OpenPOWER on IntegriCloud