aboutsummaryrefslogtreecommitdiff
path: root/src/lib/cbfs.c
AgeCommit message (Expand)Author
2015-04-21cbfs: Print absolute offsets of loaded filesVadim Bendebury
2015-04-07cbfs: Enforce media->map() result checking, improve error messagesJulius Werner
2015-04-03program loading: introduce struct progAaron Durbin
2015-04-01cbfs: more accurate size check for simple buffer mappingDaisuke Nojiri
2015-03-31program loading: provide one cache maintenance callbackAaron Durbin
2015-03-31cbfs: remove run_address()Aaron Durbin
2015-03-27cbfs/rmodule: add architecture specific operations at stage loadIonela Voinescu
2015-03-24cbfs: expose init_backing_media()Aaron Durbin
2015-03-24vboot2: load decompressed stage directly to load addressDaisuke Nojiri
2014-12-09aarch64: Fix 64-bit pointer related castsMarcelo Povoa
2014-11-19lib/cbfs: Use linker symbols over .c include in cbfs.cEdward O'Callaghan
2014-10-16lib/cbfs: more cleanup for 32/64 issuesRonald G. Minnich
2014-03-03coreboot: unify infrastructure for loading payloadsAaron Durbin
2014-02-25Kill ALT_CBFS_LOAD_PAYLOADVladimir Serbinenko
2014-02-15coreboot: infrastructure for different ramstage loadersAaron Durbin
2014-01-30coreboot: config to cache ramstage outside CBMEMAaron Durbin
2014-01-28rmodule: consolidate rmodule stage loadingAaron Durbin
2014-01-12lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko
2013-12-23Coding style: punctuation cleanup [1/2].Idwer Vollering
2013-11-18cbfs: remove unused code and prototypeRonald G. Minnich
2013-08-19Don't include LZMA in romstage if ramstage is not compressed.Andrew Wu
2013-08-15CBFS: Change how the bss is zeroed when loading a stage.Gabe Black
2013-08-15CBFS: Change the signature of cbfs_decompress.Gabe Black
2013-03-23cbfs: fix relocation ramstage compiler errorsAaron Durbin
2013-03-22romstage: add support for vboot firmware selectionAaron Durbin
2013-03-22coreboot: dynamic cbmem requirementAaron Durbin
2013-03-21coreboot: add caching loaded ramstage interfaceAaron Durbin
2013-03-21ramstage: cache relocated ramstage in RAMAaron Durbin
2013-03-21romstage_handoff: provide common logic for setupAaron Durbin
2013-03-21coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGEAaron Durbin
2013-03-20x86: don't clear bss in ramstage entryAaron Durbin
2013-03-19cbfs: alternative support for cbfs_load_payload()Aaron Durbin
2013-02-06cbfs: Revise debug messages.Hung-Te Lin
2013-02-03armv7: Add 'bootblock' build class.Hung-Te Lin
2013-01-30Extend CBFS to support arbitrary ROM source media.Hung-Te Lin
2012-05-04Make CBFS output more consistentStefan Reinauer
2011-10-21Use ntohll where appropriate.Stefan Reinauer
2011-08-04split CBFS support into shared core and extended functionsPatrick Georgi
2011-06-15X60: trigger save cmos on volume/brightness changeSven Schnelle
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-01This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer
2010-02-22YABEL updateStefan Reinauer
2009-11-11Help track down enable_rom issues in CBFS. If the magicPatrick Georgi
2009-10-28Create lib.h for homeless prototypes.Myles Watson
2009-10-26reasonable output for cbfs loading..Stefan Reinauer
2009-10-09Move the ulzma prototype out of the function to make the code easier to read.Myles Watson
2009-08-2020090819-2-trim-down-cbfs:Patrick Georgi
2009-07-23CBFS stuff:Stefan Reinauer
2009-07-18strdup the input of dirname, as dirname is freePatrick Georgi
2009-05-27Move coreboot_ram and coreboot_apc to CBFS. This allows to Patrick Georgi
2009-05-26Attached patch moves the CBFS payload loader to selfboot.c as it'sPatrick Georgi
2009-04-30Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson
2009-04-25Make the CBFS file lookup skip file data instead of brute-forcingPatrick Georgi
2009-04-24These are some really horrible bugs that got through. Ronald G. Minnich
2009-04-14v2/src romfs->cbfs renamePeter Stuge