summaryrefslogtreecommitdiffstats
path: root/src/lib/cbfs.c
Commit message (Expand)AuthorAgeFilesLines
* commonlib/region: Turn addrspace_32bit into a more official APIJulius Werner2021-04-211-2/+2
* cbfs: Add file data hashing for CONFIG_CBFS_VERIFICATIONJulius Werner2021-04-061-13/+48
* cbfs: Simplify cbfs_load_and_decompress() and stop exporting itJulius Werner2021-04-061-38/+21
* cbfs: Make `mdata` argument to cbfs_allocator_t constJulius Werner2021-04-051-2/+2
* cbfs: Move stage header into a CBFS attributeJulius Werner2021-03-171-35/+21
* cbfs: Remove prog_locate() for stages and rmodulesJulius Werner2021-03-161-11/+21
* cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map()Julius Werner2021-03-081-52/+65
* cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS coreJulius Werner2021-03-081-5/+56
* cbfs: Move trivial wrappers to static inlinesJulius Werner2021-03-081-22/+2
* cbfs: Reflow cbfs.c and cbfs.h to 96-character line lengthsJulius Werner2021-03-081-56/+43
* lib/cbfs.c: Fix return value of failure to measureArthur Heymans2021-03-031-3/+4
* cbfs: Allow mcache to be found after the first lookupJulius Werner2020-12-091-3/+11
* Revert "cbfs: Skip mcache in post-RAM stages before CBMEM is online"Julius Werner2020-12-091-2/+1
* cbfs: Skip mcache in post-RAM stages before CBMEM is onlineJulius Werner2020-12-081-1/+2
* cbfs: Add more error messages for lookupJulius Werner2020-12-041-1/+10
* cbfs: Add verification for RO CBFS metadata hashJulius Werner2020-12-031-8/+45
* cbfs: Introduce cbfs_ro_map() and cbfs_ro_load()Julius Werner2020-12-031-4/+25
* cbfs: Port cbfs_load() and cbfs_map() to new APIJulius Werner2020-12-021-18/+18
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-9/+15
* cbfs: Move more stuff into cbfs_boot_lookup()Julius Werner2020-12-021-27/+34
* cbfs: Add metadata cacheJulius Werner2020-11-211-11/+101
* cbfs: Hook up to new CBFS implementationJulius Werner2020-10-301-27/+24
* lib/cbfs: deserialize cbfs_stage objects correctlyAaron Durbin2020-10-131-3/+9
* drivers/intel/fsp2_0: add option to compress FSP-M in cbfsAaron Durbin2020-05-281-0/+12
* drivers/intel/fsp2_0: add option to compress FSP-S in cbfsAaron Durbin2020-05-281-0/+13
* lib/cbfs: add cbfs_stage_load_and_decompress helperAaron Durbin2020-05-281-9/+40
* lib/cbfs: refactor code culling compression checksAaron Durbin2020-05-281-9/+23
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-231-4/+4
* src/lib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* security/tpm: Include mrc.bin in CRTM if presentBill XIE2020-03-311-3/+10
* security/vboot: Decouple measured boot from verified bootBill XIE2020-03-311-7/+7
* src/device: Add option to look at revision in option romsMartin Roth2020-03-251-0/+17
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-2/+0
* cbfs: Remove unused functionsJulius Werner2020-03-111-30/+0
* commonlib: Add commonlib/bsdJulius Werner2020-01-281-1/+1
* cbfs: Remove locator conceptJulius Werner2020-01-181-56/+3
* cbfs: switch to region_device for location APIsAaron Durbin2019-11-201-30/+10
* cbfs: remove prepare() callback from struct cbfs_locatorAaron Durbin2019-11-151-13/+0
* cbfs: Stop checking master headerJulius Werner2019-11-141-38/+10
* lib/fmap: Add optional pre-RAM cacheJulius Werner2019-11-141-2/+4
* cbfs: Make cbfs_master_header_props() externally availableJulius Werner2019-11-141-1/+1
* lib/cbfs: Add fallback to RO region to cbfs_boot_locateWim Vervoorn2019-11-071-0/+16
* cbfs: read header offset as explicitly LEMarty E. Plummer2019-11-041-1/+1
* lib/cbfs: Don't load XIP stages from bootblockArthur Heymans2019-10-281-1/+1
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-231-0/+1
* 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