summaryrefslogtreecommitdiffstats
path: root/src/lib/cbfs.c
Commit message (Expand)AuthorAgeFilesLines
* cbfs: don't load x86 programs over the top of read-only mediaAaron Durbin2015-10-111-0/+12
* cbfs: add struct cbfsfAaron Durbin2015-10-071-22/+21
* cbfs: hardcode file alignmentPatrick Georgi2015-07-151-6/+3
* assets: abstract away the firmware assets used for bootingAaron Durbin2015-06-021-5/+3
* cbfs: new API and better program loadingAaron Durbin2015-06-021-144/+190
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* cbfs: make cbfs_load_prog_stage_by_offset() publicAaron Durbin2015-05-051-1/+1
* cbfs: Print absolute offsets of loaded filesVadim Bendebury2015-04-211-2/+2
* cbfs: Enforce media->map() result checking, improve error messagesJulius Werner2015-04-071-1/+4
* program loading: introduce struct progAaron Durbin2015-04-031-11/+42
* cbfs: more accurate size check for simple buffer mappingDaisuke Nojiri2015-04-011-1/+1
* program loading: provide one cache maintenance callbackAaron Durbin2015-03-311-2/+1
* cbfs: remove run_address()Aaron Durbin2015-03-311-14/+0
* cbfs/rmodule: add architecture specific operations at stage loadIonela Voinescu2015-03-271-0/+3
* cbfs: expose init_backing_media()Aaron Durbin2015-03-241-0/+8
* vboot2: load decompressed stage directly to load addressDaisuke Nojiri2015-03-241-29/+43
* aarch64: Fix 64-bit pointer related castsMarcelo Povoa2014-12-091-2/+2
* lib/cbfs: Use linker symbols over .c include in cbfs.cEdward O'Callaghan2014-11-191-46/+2
* lib/cbfs: more cleanup for 32/64 issuesRonald G. Minnich2014-10-161-2/+2
* coreboot: unify infrastructure for loading payloadsAaron Durbin2014-03-031-19/+0
* Kill ALT_CBFS_LOAD_PAYLOADVladimir Serbinenko2014-02-251-2/+0
* coreboot: infrastructure for different ramstage loadersAaron Durbin2014-02-151-53/+0
* coreboot: config to cache ramstage outside CBMEMAaron Durbin2014-01-301-47/+0
* rmodule: consolidate rmodule stage loadingAaron Durbin2014-01-281-41/+9
* lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko2014-01-121-4/+4
* Coding style: punctuation cleanup [1/2].Idwer Vollering2013-12-231-1/+1
* cbfs: remove unused code and prototypeRonald G. Minnich2013-11-181-19/+0
* Don't include LZMA in romstage if ramstage is not compressed.Andrew Wu2013-08-191-0/+2
* CBFS: Change how the bss is zeroed when loading a stage.Gabe Black2013-08-151-2/+4
* CBFS: Change the signature of cbfs_decompress.Gabe Black2013-08-151-8/+10
* 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