aboutsummaryrefslogtreecommitdiff
path: root/src/boot/selfboot.c
AgeCommit message (Expand)Author
2012-07-24Implement stack overflow checking for the BSPRonald G. Minnich
2012-03-30Add timestamps for selfboot and acpi wakeDuncan Laurie
2012-03-28selfboot: Allow loading SeaBIOS into a reserved region in the lower 1MBStefan Reinauer
2012-03-07Move C labels to start-of-linePatrick Georgi
2012-03-07selfboot: drop dead codeStefan Reinauer
2011-11-08selfboot: Don't include unneeded ip_checksum.hStefan Reinauer
2011-11-08selfboot: fix bug in valid_area()Stefan Reinauer
2011-11-08selfboot: cleanupStefan Reinauer
2011-10-21Use ntohll where appropriate.Stefan Reinauer
2011-10-15use byteorder.h instead of implementing another byte swap functionStefan Reinauer
2011-04-21more ifdef -> if fixes.Stefan Reinauer
2011-04-11Unify use of post_codeAlexandru Gagniuc
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-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
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-24removal of that unnecessary include slipped through r4841Stefan Reinauer
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-07-23CBFS stuff: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-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. Ronald G. Minnich
2009-04-14v2/src romfs->cbfs renamePeter Stuge
2009-04-01Add copyright notices to two files, src/boot/elfboot.cebiederm
2009-04-01This code adds support for coreboot images that use ROMFS. Ronald G. Minnich