summaryrefslogtreecommitdiffstats
path: root/src/lib/cbfs.c
Commit message (Expand)AuthorAgeFilesLines
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-7/+7
* security/vboot: Add measured boot modePhilipp Deppenwiese2019-02-251-14/+21
* cbfs: Alert if something goes wrong in cbfs_boot_locate()Nico Huber2018-12-071-3/+9
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* vboot: Fix linking error with USE_OPTION_TABLE enabledPatrick Rudolph2018-06-281-0/+5
* lib/cbfs: Optimise LZMA away from romstageKyösti Mälkki2018-06-041-0/+3
* lib/cbfs.c: fix typoPatrick Georgi2018-05-021-1/+1
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* cbfs: Add cbfs_boot_load_file()T Michael Turney2018-04-171-2/+2
* src/lib: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-061-1/+1
* src/lib: Fix space between type, * and variable nameLee Leahy2017-03-091-1/+1
* cbfs: Add API to locate a file from specific regionPratik Prajapati2016-12-101-1/+15
* ACPI S3: Remove HIGH_MEMORY_SAVE where possibleKyösti Mälkki2016-11-091-0/+12
* cbfs: Add "struct" file type and associated helpersJulius Werner2016-08-271-0/+21
* Kconfig: separate memory mapped boot device from SPIAaron Durbin2016-08-191-1/+1
* Revert "Kconfig: separate memory mapped boot device from SPI"Aaron Durbin2016-08-151-1/+1
* Kconfig: separate memory mapped boot device from SPIAaron Durbin2016-08-151-1/+1
* vboot: Separate vboot from chromeosFurquan Shaikh2016-07-281-1/+1
* lib: Don't require ULZMA compression for postcarLee Leahy2016-07-261-2/+2
* cbfs: Use NO_XIP_EARLY_STAGES to decide if stage is XIPFurquan Shaikh2016-06-021-1/+1
* lib/cbfs: Use fmap derived information about the COREBOOT regionPatrick Georgi2016-05-031-2/+7
* lib/prog_loading: introduce prog_segment_loaded()Aaron Durbin2016-04-021-1/+1
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-221-21/+54
* commonlib: Add common cbfs parsing logic to coreboot and cbfstool.Aaron Durbin2016-01-061-72/+0
* lib: remove assets infrastructureAaron Durbin2015-12-101-1/+1
* cbfs/vboot: remove firmware component supportAaron Durbin2015-12-101-2/+94
* cbfs: Fix typo in cbfs_prog_stage_load()Julius Werner2015-12-041-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* 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