summaryrefslogtreecommitdiff
path: root/src/lib/cbfs.c
AgeCommit message (Expand)Author
2018-06-28vboot: Fix linking error with USE_OPTION_TABLE enabledPatrick Rudolph
2018-06-04lib/cbfs: Optimise LZMA away from romstageKyösti Mälkki
2018-05-02lib/cbfs.c: fix typoPatrick Georgi
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-04-17cbfs: Add cbfs_boot_load_file()T Michael Turney
2017-07-06src/lib: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-03-09src/lib: Fix space between type, * and variable nameLee Leahy
2016-12-10cbfs: Add API to locate a file from specific regionPratik Prajapati
2016-11-09ACPI S3: Remove HIGH_MEMORY_SAVE where possibleKyösti Mälkki
2016-08-27cbfs: Add "struct" file type and associated helpersJulius Werner
2016-08-19Kconfig: separate memory mapped boot device from SPIAaron Durbin
2016-08-15Revert "Kconfig: separate memory mapped boot device from SPI"Aaron Durbin
2016-08-15Kconfig: separate memory mapped boot device from SPIAaron Durbin
2016-07-28vboot: Separate vboot from chromeosFurquan Shaikh
2016-07-26lib: Don't require ULZMA compression for postcarLee Leahy
2016-06-02cbfs: Use NO_XIP_EARLY_STAGES to decide if stage is XIPFurquan Shaikh
2016-05-03lib/cbfs: Use fmap derived information about the COREBOOT regionPatrick Georgi
2016-04-02lib/prog_loading: introduce prog_segment_loaded()Aaron Durbin
2016-02-22cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner
2016-01-06commonlib: Add common cbfs parsing logic to coreboot and cbfstool.Aaron Durbin
2015-12-10lib: remove assets infrastructureAaron Durbin
2015-12-10cbfs/vboot: remove firmware component supportAaron Durbin
2015-12-04cbfs: Fix typo in cbfs_prog_stage_load()Julius Werner
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