summaryrefslogtreecommitdiffstats
path: root/src/boot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931.Myles Watson2009-02-101-1/+1
* Remove some warnings, mainly from format strings which didn't match theMyles Watson2009-02-091-3/+3
* Fix compile errors if CONFIG_FS_PAYLOAD=1:Jens Rottmann2008-11-031-1/+1
* Remove welcome message from elfboot. None of the other subsystems have theirStefan Reinauer2008-08-031-5/+1
* This is a simple patch which allows payloads to be placed in memory inMyles Watson2008-05-211-0/+4
* rename linuxbios_* files, too.Stefan Reinauer2008-01-181-1/+1
* Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer2008-01-183-17/+17
* fix a whole bunch of warnings. (trivial)Stefan Reinauer2007-10-231-1/+1
* This patch makes a some elf debugging information available at log levelStefan Reinauer2007-04-141-4/+4
* Apply linuxbios-rename-other-payload-options.patchEd Swierk2006-12-152-2/+2
* Fix a typo in elfboot.c. Closes #27Luis Correia2006-11-051-1/+1
* typoStefan Reinauer2006-04-291-1/+1
* these were factored out.Stefan Reinauer2005-11-171-16/+0
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-54arch import user (historical)2005-07-061-0/+1
* - Fix the definition of the linuxbios table so all of the compilersEric Biederman2004-12-101-9/+25
* allocating resource for legacy VGA frame buffer, it is not 100%Li-Ta Lo2004-12-031-2/+11