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