Age | Commit message (Expand) | Author |
2009-10-03 | Remove: | Patrick Georgi |
2009-09-26 | * drop libgcc from coreboot_apc.o, not needed. | Stefan Reinauer |
2009-09-25 | drop some dead code, clarify small comments and small cleanups to malloc.c | Stefan Reinauer |
2009-09-25 | improve lzma error messages. When coreboot panics because lzma decompression | Stefan Reinauer |
2009-09-23 | fix some wrong versions of the FSF's address (trivial) | Stefan Reinauer |
2009-09-23 | simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ | Stefan Reinauer |
2009-08-25 | Various Kconfig and Makefile.inc fixes and cosmetics. | Uwe Hermann |
2009-08-20 | 20090819-2-trim-down-cbfs: | Patrick Georgi |
2009-08-12 | Kconfig! | Patrick Georgi |
2009-07-23 | CBFS stuff: | Stefan Reinauer |
2009-07-21 | Some USB debug updates, mostly comments fixing, license header updates | Stefan Reinauer |
2009-07-18 | strdup the input of dirname, as dirname is free | Patrick Georgi |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-06-16 | These changes implement car in qemu. The implementation is in several | Ronald G. minnich |
2009-05-28 | Add lzma.o for CBFS, regardless if CONFIG_COMPRESSED_PAYLOAD_LZMA is | Patrick Georgi |
2009-05-27 | Move coreboot_ram and coreboot_apc to CBFS. This allows to | Patrick Georgi |
2009-05-26 | Attached patch moves the CBFS payload loader to selfboot.c as it's | Patrick Georgi |
2009-04-30 | Remove warnings from compilation of the s2892 with and without CBFS. | Myles Watson |
2009-04-30 | Refactor copy_and_run so that it uses a single code base instead of | Patrick Georgi |
2009-04-25 | Make the CBFS file lookup skip file data instead of brute-forcing | Patrick Georgi |
2009-04-24 | Remove the inclusion of lzma.c (which really contains code) | Patrick Georgi |
2009-04-24 | These are some really horrible bugs that got through. | Ronald G. Minnich |
2009-04-21 | - function prototypes do not need "extern" | Stefan Reinauer |
2009-04-15 | v2/src romfs->cbfs rename | Peter Stuge |
2009-04-14 | v2/src romfs->cbfs rename | Peter Stuge |
2009-04-08 | * commit previously forgotten romfs.txt | Stefan Reinauer |
2009-04-06 | This fixes a bug in romfs code; see comment. If we add the pci rom | Ronald G. Minnich |
2009-04-04 | fix variable shadowing in lzmadecode.c (trivial) | Stefan Reinauer |
2009-04-03 | These are some cleanups and changes. These are build and boot tested on qemu. | Ronald G. Minnich |
2009-04-01 | This code adds support for coreboot images that use ROMFS. | Ronald G. Minnich |
2009-03-31 | fix shadow variable in compute_ip_checksum.c | Stefan Reinauer |
2009-03-06 | use pointers instead of size_t when dealing with pointers. Also fix a few | Stefan Reinauer |
2009-03-06 | use inb instead of outb for delays in usb debug code (trivial) | Stefan Reinauer |
2009-03-04 | I just went on a bugfix frenzy and fixed all printk format warnings | Carl-Daniel Hailfinger |
2009-02-12 | This patch converts __FUNCTION__ to __func__, since __func__ is standard. | Myles Watson |
2009-01-20 | fix compiler warnings (trivial) | Stefan Reinauer |
2008-10-12 | Drop tons of duplicated debug.c files, move common file to | Uwe Hermann |
2008-08-27 | If you have | Ward Vandewege |
2008-08-01 | clean up Config.lb in lib/ (trivial) | Stefan Reinauer |
2008-03-17 | Clarify LZMA code license. | Carl-Daniel Hailfinger |
2008-01-18 | Rename almost all occurences of LinuxBIOS to coreboot. | Stefan Reinauer |
2007-02-28 | This is (most of) the usb2 debug console code ripped out of | Yinghai Lu |
2006-10-09 | replace table based crc with computational one. by Ed Swierk. | stepan |
2006-10-07 | Add serial stream payload support from Ed Swierk <eswierk@arastra.com> | Stefan Reinauer |
2006-10-05 | make ppc happy for console | Yinghai Lu |
2006-10-04 | CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in | Yinghai Lu |
2006-10-04 | AMD Rev F support | Yinghai Lu |
2006-09-14 | additions and mods for lzma. | Carl-Daniel Hailfinger |
2006-05-25 | fix broadcom/blast, tyan/s2735, tyan/s2891, tyan/s2895 broken by r2307 | Stefan Reinauer |
2006-05-18 | cleanup some of the compressed rom stream ugliness -- more to do! | Ronald G. Minnich |