summaryrefslogtreecommitdiffstats
path: root/src/lib/cbfs.c
Commit message (Expand)AuthorAgeFilesLines
* cbfs: fix relocation ramstage compiler errorsAaron Durbin2013-03-231-2/+2
* romstage: add support for vboot firmware selectionAaron Durbin2013-03-221-1/+14
* coreboot: dynamic cbmem requirementAaron Durbin2013-03-221-39/+52
* coreboot: add caching loaded ramstage interfaceAaron Durbin2013-03-211-27/+50
* ramstage: cache relocated ramstage in RAMAaron Durbin2013-03-211-11/+47
* romstage_handoff: provide common logic for setupAaron Durbin2013-03-211-1/+1
* coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGEAaron Durbin2013-03-211-0/+61
* x86: don't clear bss in ramstage entryAaron Durbin2013-03-201-0/+1
* cbfs: alternative support for cbfs_load_payload()Aaron Durbin2013-03-191-0/+2
* cbfs: Revise debug messages.Hung-Te Lin2013-02-061-3/+3
* armv7: Add 'bootblock' build class.Hung-Te Lin2013-02-031-0/+2
* Extend CBFS to support arbitrary ROM source media.Hung-Te Lin2013-01-301-39/+102
* Make CBFS output more consistentStefan Reinauer2012-05-041-6/+11
* Use ntohll where appropriate.Stefan Reinauer2011-10-211-2/+2
* split CBFS support into shared core and extended functionsPatrick Georgi2011-08-041-106/+12
* X60: trigger save cmos on volume/brightness changeSven Schnelle2011-06-151-29/+30
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-8/+8
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-16/+16
* This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer2010-03-011-11/+15
* YABEL updateStefan Reinauer2010-02-221-8/+2
* Help track down enable_rom issues in CBFS. If the magicPatrick Georgi2009-11-111-0/+4
* Create lib.h for homeless prototypes.Myles Watson2009-10-281-2/+1
* reasonable output for cbfs loading..Stefan Reinauer2009-10-261-4/+6
* Move the ulzma prototype out of the function to make the code easier to read.Myles Watson2009-10-091-6/+8
* 20090819-2-trim-down-cbfs:Patrick Georgi2009-08-201-2/+16
* CBFS stuff:Stefan Reinauer2009-07-231-5/+5
* strdup the input of dirname, as dirname is freePatrick Georgi2009-07-181-14/+4
* Move coreboot_ram and coreboot_apc to CBFS. This allows to Patrick Georgi2009-05-271-8/+6
* Attached patch moves the CBFS payload loader to selfboot.c as it'sPatrick Georgi2009-05-261-18/+0
* Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson2009-04-301-1/+0
* Make the CBFS file lookup skip file data instead of brute-forcingPatrick Georgi2009-04-251-4/+13
* These are some really horrible bugs that got through. Ronald G. Minnich2009-04-241-2/+2
* v2/src romfs->cbfs renamePeter Stuge2009-04-141-0/+252
OpenPOWER on IntegriCloud