Move C labels to start-of-line
[coreboot.git] / src / boot / selfboot.c
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-23 Stefan ReinauerFix some wrong capitalizations, reformat comments,...
2010-06-01 Myles WatsonCheck the value of ulzma and do not continue if there...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-02-22 Stefan ReinauerThis is a general cleanup patch
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-24 Stefan Reinauerremoval of that unnecessary include slipped through...
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-07-23 Stefan ReinauerCBFS stuff:
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-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-14 Peter Stugev2/src romfs->cbfs rename
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...