summaryrefslogtreecommitdiffstats
path: root/src/include/cbfs.h
Commit message (Expand)AuthorAgeFilesLines
* cbfs: Add API to locate a file from specific regionPratik Prajapati2016-12-101-0/+3
* ACPI S3: Remove HIGH_MEMORY_SAVE where possibleKyösti Mälkki2016-11-091-0/+3
* cbfs: Add "struct" file type and associated helpersJulius Werner2016-08-271-0/+4
* src/include: Capitalize CPU, RAM and ROMElyes HAOUAS2016-07-311-1/+1
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-221-0/+8
* commonlib: Add common cbfs parsing logic to coreboot and cbfstool.Aaron Durbin2016-01-061-27/+1
* cbfs/vboot: remove firmware component supportAaron Durbin2015-12-101-0/+14
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cbfs: add struct cbfsfAaron Durbin2015-10-071-7/+13
* coreboot: introduce commonlibAaron Durbin2015-09-221-2/+2
* cbfs: hardcode file alignmentPatrick Georgi2015-07-151-3/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-021-65/+56
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* cbfs: make cbfs_load_prog_stage_by_offset() publicAaron Durbin2015-05-051-0/+2
* coreboot: common stage cacheAaron Durbin2015-04-221-2/+1
* cbfs: look for CBFS header in a predefined placeVadim Bendebury2015-04-171-0/+5
* exynos: return correct value when init_default_cbfs_media failsDaisuke Nojiri2015-04-171-1/+6
* program loading: introduce struct progAaron Durbin2015-04-031-0/+3
* loading: move ramstage cache function declarationsAaron Durbin2015-03-311-38/+0
* cbfs: remove run_address()Aaron Durbin2015-03-311-3/+0
* cbfs: expose init_backing_media()Aaron Durbin2015-03-241-0/+1
* vboot2: load decompressed stage directly to load addressDaisuke Nojiri2015-03-241-0/+1
* RELOCATABLE_RAMSTAGE: Fix weak symbols with ramstage_cacheKyösti Mälkki2014-12-281-4/+2
* coreboot: unify infrastructure for loading payloadsAaron Durbin2014-03-031-6/+0
* coreboot: infrastructure for different ramstage loadersAaron Durbin2014-02-151-3/+19
* cbfs: remove unused code and prototypeRonald G. Minnich2013-11-181-1/+0
* boot state: rebalance payload load vs actual bootAaron Durbin2013-05-011-1/+2
* coreboot: dynamic cbmem requirementAaron Durbin2013-03-221-9/+12
* coreboot: add caching loaded ramstage interfaceAaron Durbin2013-03-211-0/+21
* Extend CBFS to support arbitrary ROM source media.Hung-Te Lin2013-01-301-6/+31
* Implement stack overflow checking for the BSPRonald G. Minnich2012-07-241-0/+1
* split CBFS support into shared core and extended functionsPatrick Georgi2011-08-041-120/+3
* Move option table (cmos.layout's binary representation)Patrick Georgi2011-01-181-0/+3
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* 1. This patch adds CAR for Intel P6 series processors.Joseph Smith2010-04-091-2/+0
* This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer2010-03-011-7/+9
* Random cosmetic fixes (trivial).Uwe Hermann2010-02-221-1/+1
* Move the ulzma prototype out of the function to make the code easier to read.Myles Watson2009-10-091-1/+1
* strdup the input of dirname, as dirname is freePatrick Georgi2009-07-181-2/+5
* Attached patch moves the CBFS payload loader to selfboot.c as it'sPatrick Georgi2009-05-261-0/+2
* Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson2009-04-301-0/+1
* v2/src romfs->cbfs renamePeter Stuge2009-04-141-0/+169