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