summaryrefslogtreecommitdiff
path: root/src/lib/cbfs.c
AgeCommit message (Expand)Author
2020-05-28drivers/intel/fsp2_0: add option to compress FSP-M in cbfsAaron Durbin
2020-05-28drivers/intel/fsp2_0: add option to compress FSP-S in cbfsAaron Durbin
2020-05-28lib/cbfs: add cbfs_stage_load_and_decompress helperAaron Durbin
2020-05-28lib/cbfs: refactor code culling compression checksAaron Durbin
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-23rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner
2020-04-04src/lib: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-31security/tpm: Include mrc.bin in CRTM if presentBill XIE
2020-03-31security/vboot: Decouple measured boot from verified bootBill XIE
2020-03-25src/device: Add option to look at revision in option romsMartin Roth
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-03-11cbfs: Remove unused functionsJulius Werner
2020-01-28commonlib: Add commonlib/bsdJulius Werner
2020-01-18cbfs: Remove locator conceptJulius Werner
2019-11-20cbfs: switch to region_device for location APIsAaron Durbin
2019-11-15cbfs: remove prepare() callback from struct cbfs_locatorAaron Durbin
2019-11-14cbfs: Stop checking master headerJulius Werner
2019-11-14lib/fmap: Add optional pre-RAM cacheJulius Werner
2019-11-14cbfs: Make cbfs_master_header_props() externally availableJulius Werner
2019-11-07lib/cbfs: Add fallback to RO region to cbfs_boot_locateWim Vervoorn
2019-11-04cbfs: read header offset as explicitly LEMarty E. Plummer
2019-10-28lib/cbfs: Don't load XIP stages from bootblockArthur Heymans
2019-04-23src: Use include <console/console.h> when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-02-25security/vboot: Add measured boot modePhilipp Deppenwiese
2018-12-07cbfs: Alert if something goes wrong in cbfs_boot_locate()Nico Huber
2018-10-08Move compiler.h to commonlibNico Huber
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