Age | Commit message (Expand) | Author |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-09-23 | Fix some wrong capitalizations, reformat comments, fix a typo. | Stefan Reinauer |
2010-06-01 | Check the value of ulzma and do not continue if there was an error. | Myles Watson |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-02-22 | This is a general cleanup patch | Stefan Reinauer |
2010-02-09 | Allow building images with different prefixes (ie. normal/romstage, | Patrick Georgi |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2009-11-05 | If the coreboot and filo overlap, it will "slice off" a piece at the | Zheng Bao |
2009-11-01 | typo. trivial. Then -> Than. | Zheng Bao |
2009-10-30 | Remove some warnings from the tyan s2895. | Myles Watson |
2009-10-28 | Create lib.h for homeless prototypes. | Myles Watson |
2009-10-27 | Add few missing prototypes, and remove few unused (thus lonelly) variables. | Maciej Pijanka |
2009-10-26 | CBMEM high table memory manager. | Stefan Reinauer |
2009-10-24 | removal of that unnecessary include slipped through r4841 | Stefan Reinauer |
2009-10-03 | Remove: | Patrick Georgi |
2009-09-30 | Fix payload loading in various corner cases when working | Patrick Georgi |
2009-09-25 | drop some dead code, clarify small comments and small cleanups to malloc.c | Stefan Reinauer |
2009-09-23 | Fix the bounce_size global so that the bounce buffer works with CBFS. | Myles Watson |
2009-08-12 | Kconfig! | Patrick Georgi |
2009-07-23 | CBFS stuff: | Stefan Reinauer |
2009-07-21 | Example how simple it is to use printk instead of printk_something in | Stefan Reinauer |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-05-26 | Attached patch moves the CBFS payload loader to selfboot.c as it's | Patrick Georgi |
2009-05-14 | #136: failed to boot under KVM\QEMU | Ronald G. Minnich |
2009-05-13 | Allow dynamic size for the {s,}elfboot bounce buffer. | 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 | Move decompression further down the code flow, so that - where | Patrick Georgi |
2009-04-24 | Another v3-style #ifdef in v2 to kill | Patrick Georgi |
2009-04-24 | These are some really horrible bugs that got through. | Ronald G. Minnich |
2009-04-22 | * move i386 / ACPI dependent code out of hardwaremain.c and into the i386 | Stefan Reinauer |
2009-04-21 | Eliminate various issues brought up by scan-build. | Patrick Georgi |
2009-04-14 | v2/src romfs->cbfs rename | Peter Stuge |
2009-04-14 | fix up the tree. | Stefan Reinauer |
2009-04-13 | The wake_vec must be HAVE_ACPI_RESUME guarded because PPC uses -Werror on thi... | Rudolf Marek |
2009-04-13 | Following patch adds necessary hooks and as well the compile time checks for | Rudolf Marek |
2009-04-03 | the attached patch is the last infrastructure change necessary for | Patrick Georgi |
2009-04-01 | (trivial) add filo call back for those few mainboards that still (need to) | Stefan Reinauer |
2009-04-01 | Add copyright notices to two files, src/boot/elfboot.c | ebiederm |
2009-04-01 | This code adds support for coreboot images that use ROMFS. | Ronald G. Minnich |
2009-02-10 | Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931. | Myles Watson |
2009-02-09 | Remove some warnings, mainly from format strings which didn't match the | Myles Watson |
2008-11-03 | Fix compile errors if CONFIG_FS_PAYLOAD=1: | Jens Rottmann |
2008-08-03 | Remove welcome message from elfboot. None of the other subsystems have their | Stefan Reinauer |
2008-05-21 | This is a simple patch which allows payloads to be placed in memory in | Myles Watson |
2008-01-18 | rename linuxbios_* files, too. | Stefan Reinauer |
2008-01-18 | Rename almost all occurences of LinuxBIOS to coreboot. | Stefan Reinauer |
2007-10-23 | fix a whole bunch of warnings. (trivial) | Stefan Reinauer |
2007-04-14 | This patch makes a some elf debugging information available at log level | Stefan Reinauer |