Add constants for fast path resume copying
[coreboot.git] / src / boot /
2012-03-30 Stefan ReinauerAdd more timestamps in coreboot.
2012-03-30 Duncan LaurieAdd timestamps for selfboot and acpi wake
2012-03-29 Vadim BendeburyCBMEM CONSOLE: Add code using the new console driver.
2012-03-28 Stefan Reinauerselfboot: Allow loading SeaBIOS into a reserved region...
2012-03-07 Patrick GeorgiMove C labels to start-of-line
2012-03-07 Stefan Reinauerselfboot: drop dead code
2011-11-08 Stefan Reinauerselfboot: Don't include unneeded ip_checksum.h
2011-11-08 Stefan Reinauerselfboot: fix bug in valid_area()
2011-11-08 Stefan Reinauerselfboot: cleanup
2011-10-21 Stefan ReinauerUse ntohll where appropriate.
2011-10-15 Stefan Reinaueruse byteorder.h instead of implementing another byte...
2011-04-21 Stefan Reinauermore ifdef -> if fixes.
2011-04-11 Alexandru GagniucUnify use of post_code
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-23 Stefan ReinauerFix some wrong capitalizations, reformat comments,...
2010-06-01 Myles WatsonCheck the value of ulzma and do not continue if there...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-09 Patrick GeorgiAllow building images with different prefixes (ie....
2010-02-07 Patrick Georginewconfig is no more.
2009-11-05 Zheng BaoIf the coreboot and filo overlap, it will "slice off...
2009-11-01 Zheng Baotypo. trivial. Then -> Than.
2009-10-30 Myles WatsonRemove some warnings from the tyan s2895.
2009-10-28 Myles WatsonCreate lib.h for homeless prototypes.
2009-10-27 Maciej PijankaAdd few missing prototypes, and remove few unused ...
2009-10-26 Stefan ReinauerCBMEM high table memory manager.
2009-10-24 Stefan Reinauerremoval of that unnecessary include slipped through...
2009-10-03 Patrick GeorgiRemove:
2009-09-30 Patrick GeorgiFix payload loading in various corner cases when working
2009-09-25 Stefan Reinauerdrop some dead code, clarify small comments and small...
2009-09-23 Myles WatsonFix the bounce_size global so that the bounce buffer...
2009-08-12 Patrick GeorgiKconfig!
2009-07-23 Stefan ReinauerCBFS stuff:
2009-07-21 Stefan ReinauerExample how simple it is to use printk instead of print...
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-05-26 Patrick GeorgiAttached patch moves the CBFS payload loader to selfboo...
2009-05-14 Ronald G. Minnich#136: failed to boot under KVM\QEMU
2009-05-13 Patrick GeorgiAllow dynamic size for the {s,}elfboot bounce buffer.
2009-04-30 Myles WatsonRemove warnings from compilation of the s2892 with...
2009-04-30 Patrick GeorgiRefactor copy_and_run so that it uses a single code...
2009-04-25 Patrick GeorgiMove decompression further down the code flow, so that...
2009-04-24 Patrick GeorgiAnother v3-style #ifdef in v2 to kill
2009-04-24 Ronald G. MinnichThese are some really horrible bugs that got through.
2009-04-22 Stefan Reinauer* move i386 / ACPI dependent code out of hardwaremain...
2009-04-21 Patrick GeorgiEliminate various issues brought up by scan-build.
2009-04-14 Peter Stugev2/src romfs->cbfs rename
2009-04-14 Stefan Reinauerfix up the tree.
2009-04-13 Rudolf MarekThe wake_vec must be HAVE_ACPI_RESUME guarded because...
2009-04-13 Rudolf MarekFollowing patch adds necessary hooks and as well the...
2009-04-03 Patrick Georgithe attached patch is the last infrastructure change...
2009-04-01 Stefan Reinauer(trivial) add filo call back for those few mainboards...
2009-04-01 ebiedermAdd copyright notices to two files, src/boot/elfboot.c
2009-04-01 Ronald G. MinnichThis code adds support for coreboot images that use...
2009-02-10 Myles WatsonChange 0x%p to %p. Thanks Stefan for catching the...
2009-02-09 Myles WatsonRemove some warnings, mainly from format strings which...
2008-11-03 Jens RottmannFix compile errors if CONFIG_FS_PAYLOAD=1:
2008-08-03 Stefan ReinauerRemove welcome message from elfboot. None of the other...
2008-05-21 Myles WatsonThis is a simple patch which allows payloads to be...
2008-01-18 Stefan Reinauerrename linuxbios_* files, too.
2008-01-18 Stefan ReinauerRename almost all occurences of LinuxBIOS to coreboot.
2007-10-23 Stefan Reinauerfix a whole bunch of warnings. (trivial)
2007-04-14 Stefan ReinauerThis patch makes a some elf debugging information avail...
2006-12-15 Ed SwierkApply linuxbios-rename-other-payload-options.patch
2006-11-05 Luis CorreiaFix a typo in elfboot.c. Closes #27
2006-04-29 Stefan Reinauertypo
2005-11-17 Stefan Reinauerthese were factored out.
2005-07-06 arch import user... Revision: linuxbios@linuxbios.org--devel/freebios-...
2004-12-10 Eric Biederman- Fix the definition of the linuxbios table so all...
2004-12-03 Li-Ta Loallocating resource for legacy VGA frame buffer, it...
2004-11-04 Li-Ta Loremoved the comment in the very beginning of hardwarema...
2004-11-04 Eric Biederman- Update abuild.sh so it will rebuild successfull builds
2004-10-27 Eric Biedermansizeram removal/conversion.
2004-10-16 Eric Biederman- Cleanup the bugfix in elfboot.c
2004-10-16 Eric Biederman- First stab at running linuxbios without the old stati...
2004-10-14 Eric Biederman- First pass through with with device tree enhancement...
2004-05-13 Li-Ta Locode reformat
2004-03-26 Greg Watsoncleanup code to remove warnings
2004-03-23 Li-Ta LoDoxidization, reformat
2004-03-17 Greg Watsonfilo boot load support
2003-10-11 Eric Biederman - O2, enums, and switch statements work in romcc
2003-09-30 Ronald G. Minnichmore fixes for via ... plus a little more spew.
2003-09-26 Ronald G. Minnichfix 'deprecated' warnings
2003-09-03 Greg Watsonmoved init_timer() to static initialization
2003-09-02 Eric Biederman- Major update of the dynamic device tree so it can...
2003-09-01 Eric Biederman- Add back in the hard reset code from the freebios1...
2003-09-01 Eric Biederman- Updates to config.g so that it works more reliably...
2003-07-23 Greg Watsonadded post-pci pass
2003-07-23 Greg Watsonstatic devices
2003-07-21 Eric Biederman- First pass at s2880 support.
2003-07-19 Eric Biederman- Major cleanup of the bootpath
2003-07-12 Eric Biederman- Initialize list pointers
2003-06-17 Ronald G. Minnichadded config and other test files.
2003-05-19 Eric Biederman- Cleanups on the romcc side including a pci interface...
2003-04-24 Eric Biederman- Small step forward Linux boots and almost works...
2003-04-22 Eric Biederman- Initial checkin of the freebios2 tree