index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
boot
/
selfboot.c
Age
Commit message (
Expand
)
Author
2012-11-13
Clean up stack checking code
Stefan Reinauer
2012-07-24
Implement stack overflow checking for the BSP
Ronald G. Minnich
2012-03-30
Add timestamps for selfboot and acpi wake
Duncan Laurie
2012-03-28
selfboot: Allow loading SeaBIOS into a reserved region in the lower 1MB
Stefan Reinauer
2012-03-07
Move C labels to start-of-line
Patrick Georgi
2012-03-07
selfboot: drop dead code
Stefan Reinauer
2011-11-08
selfboot: Don't include unneeded ip_checksum.h
Stefan Reinauer
2011-11-08
selfboot: fix bug in valid_area()
Stefan Reinauer
2011-11-08
selfboot: cleanup
Stefan Reinauer
2011-10-21
Use ntohll where appropriate.
Stefan Reinauer
2011-10-15
use byteorder.h instead of implementing another byte swap function
Stefan Reinauer
2011-04-21
more ifdef -> if fixes.
Stefan Reinauer
2011-04-11
Unify use of post_code
Alexandru Gagniuc
2010-09-23
Fix some wrong capitalizations, reformat comments, fix a typo.
Stefan Reinauer
2010-06-01
Check the value of ulzma and do not continue if there was an error.
Myles Watson
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-02-22
This is a general cleanup patch
Stefan Reinauer
2009-11-05
If the coreboot and filo overlap, it will "slice off" a piece at the
Zheng Bao
2009-11-01
typo. trivial. Then -> Than.
Zheng Bao
2009-10-30
Remove some warnings from the tyan s2895.
Myles Watson
2009-10-28
Create lib.h for homeless prototypes.
Myles Watson
2009-10-24
removal of that unnecessary include slipped through r4841
Stefan Reinauer
2009-09-30
Fix payload loading in various corner cases when working
Patrick Georgi
2009-09-25
drop some dead code, clarify small comments and small cleanups to malloc.c
Stefan Reinauer
2009-09-23
Fix the bounce_size global so that the bounce buffer works with CBFS.
Myles Watson
2009-07-23
CBFS stuff:
Stefan Reinauer
2009-05-26
Attached patch moves the CBFS payload loader to selfboot.c as it's
Patrick Georgi
2009-05-14
#136: failed to boot under KVM\QEMU
Ronald G. Minnich
2009-05-13
Allow dynamic size for the {s,}elfboot bounce buffer.
Patrick Georgi
2009-04-30
Remove warnings from compilation of the s2892 with and without CBFS.
Myles Watson
2009-04-25
Move decompression further down the code flow, so that - where
Patrick Georgi
2009-04-24
Another v3-style #ifdef in v2 to kill
Patrick Georgi
2009-04-24
These are some really horrible bugs that got through.
Ronald G. Minnich
2009-04-14
v2/src romfs->cbfs rename
Peter Stuge
2009-04-01
Add copyright notices to two files, src/boot/elfboot.c
ebiederm
2009-04-01
This code adds support for coreboot images that use ROMFS.
Ronald G. Minnich