summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2010-04-15Myles suspected this hangs certain machines, so back it out.Stefan Reinauer
2010-04-14drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer
2010-04-03no need to udelay()Stefan Reinauer
2010-04-03remove more warningsStefan Reinauer
2010-03-31Consolidate ifdefs in src/lib/cbmem.c for readability.Myles Watson
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-30no USE_INITStefan Reinauer
2010-03-29This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer
2010-03-29This patch fixes build.h dependencies in coreboot again.Stefan Reinauer
2010-03-28Add a non-time consuming version of ram check so we can print a decent errorStefan Reinauer
2010-03-24dependency tracking for corebootStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-19Get rid of a few warnings:Myles Watson
2010-03-18Remove remaining uses ofPatrick Georgi
2010-03-17clean up shadow variables in jpeg decoder.Stefan Reinauer
2010-03-01This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer
2010-02-25HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.Stefan Reinauer
2010-02-22Random cosmetic fixes (trivial).Uwe Hermann
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-22YABEL updateStefan Reinauer
2010-02-11separate build.h and config.h usage (now possible because newconfig is gone)Stefan Reinauer
2010-02-07newconfig is no more.Patrick Georgi
2010-01-16coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer
2009-11-12Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson
2009-11-11Help track down enable_rom issues in CBFS. If the magicPatrick Georgi
2009-11-06Split the two usages of __ROMCC__:Myles Watson
2009-10-29Add prototypes to silence these warnings.Myles Watson
2009-10-28Create lib.h for homeless prototypes.Myles Watson
2009-10-27Remove redundant declarations. Trivial.Myles Watson
2009-10-27Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka
2009-10-26reasonable output for cbfs loading..Stefan Reinauer
2009-10-26CBMEM high table memory manager.Stefan Reinauer
2009-10-24Fix USB Debug Device for Intel ICH chipsetsStefan Reinauer
2009-10-09Move the ulzma prototype out of the function to make the code easier to read.Myles Watson
2009-10-03Remove:Patrick Georgi
2009-09-26* drop libgcc from coreboot_apc.o, not needed.Stefan Reinauer
2009-09-25drop some dead code, clarify small comments and small cleanups to malloc.cStefan Reinauer
2009-09-25improve lzma error messages. When coreboot panics because lzma decompressionStefan Reinauer
2009-09-23fix some wrong versions of the FSF's address (trivial)Stefan Reinauer
2009-09-23simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-2020090819-2-trim-down-cbfs:Patrick Georgi
2009-08-12Kconfig!Patrick Georgi
2009-07-23CBFS stuff:Stefan Reinauer
2009-07-21Some USB debug updates, mostly comments fixing, license header updatesStefan Reinauer
2009-07-18strdup the input of dirname, as dirname is freePatrick Georgi
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-16These changes implement car in qemu. The implementation is in several Ronald G. minnich
2009-05-28Add lzma.o for CBFS, regardless if CONFIG_COMPRESSED_PAYLOAD_LZMA isPatrick Georgi
2009-05-27Move coreboot_ram and coreboot_apc to CBFS. This allows to Patrick Georgi