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
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