summaryrefslogtreecommitdiffstats
path: root/src/boot
Commit message (Expand)AuthorAgeFilesLines
* Move C labels to start-of-linePatrick Georgi2012-03-071-1/+1
* selfboot: drop dead codeStefan Reinauer2012-03-071-21/+4
* selfboot: Don't include unneeded ip_checksum.hStefan Reinauer2011-11-081-1/+0
* selfboot: fix bug in valid_area()Stefan Reinauer2011-11-081-2/+2
* selfboot: cleanupStefan Reinauer2011-11-081-40/+29
* Use ntohll where appropriate.Stefan Reinauer2011-10-211-7/+9
* use byteorder.h instead of implementing another byte swap functionStefan Reinauer2011-10-151-7/+1
* more ifdef -> if fixes.Stefan Reinauer2011-04-211-2/+2
* Unify use of post_codeAlexandru Gagniuc2011-04-112-7/+7
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-2/+2
* Fix some wrong capitalizations, reformat comments, fix a typo.Stefan Reinauer2010-09-231-1/+1
* Check the value of ulzma and do not continue if there was an error.Myles Watson2010-06-011-1/+3
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-6/+6
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-34/+34
* This is a general cleanup patchStefan Reinauer2010-02-222-3/+2
* Allow building images with different prefixes (ie. normal/romstage,Patrick Georgi2010-02-091-5/+1
* newconfig is no more.Patrick Georgi2010-02-071-2/+0
* If the coreboot and filo overlap, it will "slice off" a piece at theZheng Bao2009-11-051-34/+43
* typo. trivial. Then -> Than.Zheng Bao2009-11-011-1/+1
* Remove some warnings from the tyan s2895.Myles Watson2009-10-301-6/+6
* Create lib.h for homeless prototypes.Myles Watson2009-10-281-1/+1
* Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka2009-10-271-0/+2
* CBMEM high table memory manager.Stefan Reinauer2009-10-261-4/+9
* removal of that unnecessary include slipped through r4841Stefan Reinauer2009-10-241-1/+0
* Remove:Patrick Georgi2009-10-034-902/+3
* Fix payload loading in various corner cases when workingPatrick Georgi2009-09-301-5/+22
* drop some dead code, clarify small comments and small cleanups to malloc.cStefan Reinauer2009-09-251-0/+1
* Fix the bounce_size global so that the bounce buffer works with CBFS.Myles Watson2009-09-231-7/+8
* Kconfig!Patrick Georgi2009-08-121-0/+2
* CBFS stuff:Stefan Reinauer2009-07-232-49/+57
* Example how simple it is to use printk instead of printk_something inStefan Reinauer2009-07-211-3/+2
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-302-14/+14
* Attached patch moves the CBFS payload loader to selfboot.c as it'sPatrick Georgi2009-05-261-0/+18
* #136: failed to boot under KVM\QEMURonald G. Minnich2009-05-141-8/+10
* Allow dynamic size for the {s,}elfboot bounce buffer.Patrick Georgi2009-05-132-33/+55
* Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson2009-04-302-12/+7
* Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi2009-04-302-2/+4
* Move decompression further down the code flow, so that - wherePatrick Georgi2009-04-251-140/+115
* Another v3-style #ifdef in v2 to killPatrick Georgi2009-04-241-2/+2
* These are some really horrible bugs that got through. Ronald G. Minnich2009-04-241-0/+2
* * move i386 / ACPI dependent code out of hardwaremain.c and into the i386 Stefan Reinauer2009-04-221-19/+4
* Eliminate various issues brought up by scan-build.Patrick Georgi2009-04-211-3/+0
* v2/src romfs->cbfs renamePeter Stuge2009-04-143-17/+17
* fix up the tree.Stefan Reinauer2009-04-141-0/+2
* The wake_vec must be HAVE_ACPI_RESUME guarded because PPC uses -Werror on thi...Rudolf Marek2009-04-131-0/+2
* Following patch adds necessary hooks and as well the compile time checks forRudolf Marek2009-04-131-1/+20
* the attached patch is the last infrastructure change necessary forPatrick Georgi2009-04-031-0/+1
* (trivial) add filo call back for those few mainboards that still (need to) Stefan Reinauer2009-04-011-10/+10
* Add copyright notices to two files, src/boot/elfboot.cebiederm2009-04-012-0/+39
* This code adds support for coreboot images that use ROMFS. Ronald G. Minnich2009-04-013-3/+514