summaryrefslogtreecommitdiff
path: root/src/boot
AgeCommit message (Expand)Author
2012-11-27Add initialization hook for chipsNico Huber
2012-11-13Clean up stack checking codeStefan Reinauer
2012-11-13Add method for delaying adding of timestampsStefan Reinauer
2012-11-12Store timestamps before resuming from suspendStefan Reinauer
2012-11-07Add POST code for "All devices initialized"Stefan Reinauer
2012-10-02Fix compilation without CONFIG_WRITE_HIGH_TABLES.Denis 'GNUtoo' Carikli
2012-07-24Implement stack overflow checking for the BSPRonald G. Minnich
2012-05-11Hook up MRC cache updateStefan Reinauer
2012-05-08Clean up #ifsPatrick Georgi
2012-04-24Make timestamp collection conditional in hardwaremain.cRudolf Marek
2012-03-30Add more timestamps in coreboot.Stefan Reinauer
2012-03-30Add timestamps for selfboot and acpi wakeDuncan Laurie
2012-03-29CBMEM CONSOLE: Add code using the new console driver.Vadim Bendebury
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-30Rename build system variables to be more intuitive, andPatrick Georgi
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-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-09Allow building images with different prefixes (ie. normal/romstage,Patrick Georgi
2010-02-07newconfig is no more.Patrick Georgi
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-27Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka
2009-10-26CBMEM high table memory manager.Stefan Reinauer
2009-10-24removal of that unnecessary include slipped through r4841Stefan Reinauer
2009-10-03Remove:Patrick Georgi
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-08-12Kconfig!Patrick Georgi
2009-07-23CBFS stuff:Stefan Reinauer
2009-07-21Example how simple it is to use printk instead of printk_something inStefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_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