summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* improve lzma error messages. When coreboot panics because lzma decompressionStefan Reinauer2009-09-251-3/+3
* fix some wrong versions of the FSF's address (trivial)Stefan Reinauer2009-09-231-1/+1
* simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer2009-09-233-0/+321
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-251-23/+23
* 20090819-2-trim-down-cbfs:Patrick Georgi2009-08-201-2/+16
* Kconfig!Patrick Georgi2009-08-121-0/+29
* CBFS stuff:Stefan Reinauer2009-07-231-5/+5
* Some USB debug updates, mostly comments fixing, license header updatesStefan Reinauer2009-07-211-4/+15
* strdup the input of dirname, as dirname is freePatrick Georgi2009-07-181-14/+4
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-304-11/+11
* These changes implement car in qemu. The implementation is in several Ronald G. minnich2009-06-161-1/+1
* Add lzma.o for CBFS, regardless if CONFIG_COMPRESSED_PAYLOAD_LZMA isPatrick Georgi2009-05-281-1/+1
* Move coreboot_ram and coreboot_apc to CBFS. This allows to Patrick Georgi2009-05-271-8/+6
* Attached patch moves the CBFS payload loader to selfboot.c as it'sPatrick Georgi2009-05-261-18/+0
* Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson2009-04-301-1/+0
* Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi2009-04-301-6/+4
* Make the CBFS file lookup skip file data instead of brute-forcingPatrick Georgi2009-04-251-4/+13
* Remove the inclusion of lzma.c (which really contains code) Patrick Georgi2009-04-242-1/+7
* These are some really horrible bugs that got through. Ronald G. Minnich2009-04-241-2/+2
* - function prototypes do not need "extern"Stefan Reinauer2009-04-211-16/+17
* v2/src romfs->cbfs renamePeter Stuge2009-04-151-252/+0
* v2/src romfs->cbfs renamePeter Stuge2009-04-142-2/+254
* * commit previously forgotten romfs.txtStefan Reinauer2009-04-081-8/+8
* This fixes a bug in romfs code; see comment. If we add the pci rom Ronald G. Minnich2009-04-061-1/+2
* fix variable shadowing in lzmadecode.c (trivial)Stefan Reinauer2009-04-041-1/+1
* These are some cleanups and changes. These are build and boot tested on qemu.Ronald G. Minnich2009-04-031-9/+26
* This code adds support for coreboot images that use ROMFS. Ronald G. Minnich2009-04-012-0/+238
* fix shadow variable in compute_ip_checksum.cStefan Reinauer2009-03-311-4/+4
* use pointers instead of size_t when dealing with pointers. Also fix a fewStefan Reinauer2009-03-061-10/+10
* use inb instead of outb for delays in usb debug code (trivial)Stefan Reinauer2009-03-061-1/+1
* I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger2009-03-041-1/+1
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-121-1/+1
* fix compiler warnings (trivial)Stefan Reinauer2009-01-202-2/+2
* Drop tons of duplicated debug.c files, move common file toUwe Hermann2008-10-121-0/+66
OpenPOWER on IntegriCloud