summaryrefslogtreecommitdiff
path: root/src/lib/cbfs.c
AgeCommit message (Expand)Author
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-11cbfs: don't load x86 programs over the top of read-only mediaAaron Durbin
2015-10-07cbfs: add struct cbfsfAaron Durbin
2015-07-15cbfs: hardcode file alignmentPatrick Georgi
2015-06-02assets: abstract away the firmware assets used for bootingAaron Durbin
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-05cbfs: make cbfs_load_prog_stage_by_offset() publicAaron Durbin
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