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
/
lib
/
cbfs.c
Age
Commit message (
Expand
)
Author
2013-03-23
cbfs: fix relocation ramstage compiler errors
Aaron Durbin
2013-03-22
romstage: add support for vboot firmware selection
Aaron Durbin
2013-03-22
coreboot: dynamic cbmem requirement
Aaron Durbin
2013-03-21
coreboot: add caching loaded ramstage interface
Aaron Durbin
2013-03-21
ramstage: cache relocated ramstage in RAM
Aaron Durbin
2013-03-21
romstage_handoff: provide common logic for setup
Aaron Durbin
2013-03-21
coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE
Aaron Durbin
2013-03-20
x86: don't clear bss in ramstage entry
Aaron Durbin
2013-03-19
cbfs: alternative support for cbfs_load_payload()
Aaron Durbin
2013-02-06
cbfs: Revise debug messages.
Hung-Te Lin
2013-02-03
armv7: Add 'bootblock' build class.
Hung-Te Lin
2013-01-30
Extend CBFS to support arbitrary ROM source media.
Hung-Te Lin
2012-05-04
Make CBFS output more consistent
Stefan Reinauer
2011-10-21
Use ntohll where appropriate.
Stefan Reinauer
2011-08-04
split CBFS support into shared core and extended functions
Patrick Georgi
2011-06-15
X60: trigger save cmos on volume/brightness change
Sven Schnelle
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-01
This patch implements MBI (modular bios interface) support to the i830 chipset.
Stefan Reinauer
2010-02-22
YABEL update
Stefan Reinauer
2009-11-11
Help track down enable_rom issues in CBFS. If the magic
Patrick Georgi
2009-10-28
Create lib.h for homeless prototypes.
Myles Watson
2009-10-26
reasonable output for cbfs loading..
Stefan Reinauer
2009-10-09
Move the ulzma prototype out of the function to make the code easier to read.
Myles Watson
2009-08-20
20090819-2-trim-down-cbfs:
Patrick Georgi
2009-07-23
CBFS stuff:
Stefan Reinauer
2009-07-18
strdup the input of dirname, as dirname is free
Patrick Georgi
2009-05-27
Move coreboot_ram and coreboot_apc to CBFS. This allows to
Patrick Georgi
2009-05-26
Attached patch moves the CBFS payload loader to selfboot.c as it's
Patrick Georgi
2009-04-30
Remove warnings from compilation of the s2892 with and without CBFS.
Myles Watson
2009-04-25
Make the CBFS file lookup skip file data instead of brute-forcing
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