summaryrefslogtreecommitdiffstats
path: root/src/lib/cbfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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