summaryrefslogtreecommitdiffstats
path: root/src/include/cbfs.h
Commit message (Expand)AuthorAgeFilesLines
* commonlib/bsd: Remove cb_err_tJulius Werner2022-03-091-5/+5
* cbfs: Remove deprecated APIsJulius Werner2021-12-061-11/+1
* cbfs: Add unverified_area APIsJulius Werner2021-11-301-0/+47
* cbfs: Add helper functions to look up size and type of a fileJulius Werner2021-11-171-0/+72
* lib/cbfs: Add cbfs_preload()Raul E Rangel2021-11-041-0/+15
* lib/cbfs: Enable cbfs_cache for x86Raul E Rangel2021-10-291-5/+0
* lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernizeRaul E Rangel2021-07-201-6/+0
* cbfs: Simplify cbfs_load_and_decompress() and stop exporting itJulius Werner2021-04-061-7/+0
* cbfs: Make `mdata` argument to cbfs_allocator_t constJulius Werner2021-04-051-3/+3
* cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map()Julius Werner2021-03-081-22/+174
* cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS coreJulius Werner2021-03-081-1/+14
* cbfs: Move trivial wrappers to static inlinesJulius Werner2021-03-081-24/+66
* cbfs: Reflow cbfs.c and cbfs.h to 96-character line lengthsJulius Werner2021-03-081-34/+33
* cbfs: Add verification for RO CBFS metadata hashJulius Werner2020-12-031-0/+10
* cbfs: Introduce cbfs_ro_map() and cbfs_ro_load()Julius Werner2020-12-031-3/+9
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-10/+13
* cbfs: Move more stuff into cbfs_boot_lookup()Julius Werner2020-12-021-0/+6
* cbfs: Add metadata cacheJulius Werner2020-11-211-5/+18
* src/include: Add missing includesElyes HAOUAS2020-07-261-0/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/include: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* src/device: Add option to look at revision in option romsMartin Roth2020-03-251-0/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* cbfs: Remove unused functionsJulius Werner2020-03-111-8/+0
* cbfs: Remove locator conceptJulius Werner2020-01-181-29/+1
* cbfs: switch to region_device for location APIsAaron Durbin2019-11-201-5/+9
* cbfs: remove prepare() callback from struct cbfs_locatorAaron Durbin2019-11-151-7/+1
* cbfs: Stop checking master headerJulius Werner2019-11-141-1/+1
* cbfs: Make cbfs_master_header_props() externally availableJulius Werner2019-11-141-0/+3
* cbfs: Add cbfs_boot_load_file()T Michael Turney2018-04-171-5/+6
* src/include: Wrap lines at 80 columnsLee Leahy2017-03-131-1/+3
* cbfs: Add API to locate a file from specific regionPratik Prajapati2016-12-101-0/+3
* ACPI S3: Remove HIGH_MEMORY_SAVE where possibleKyösti Mälkki2016-11-091-0/+3
* cbfs: Add "struct" file type and associated helpersJulius Werner2016-08-271-0/+4
* src/include: Capitalize CPU, RAM and ROMElyes HAOUAS2016-07-311-1/+1
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-221-0/+8
* commonlib: Add common cbfs parsing logic to coreboot and cbfstool.Aaron Durbin2016-01-061-27/+1
* cbfs/vboot: remove firmware component supportAaron Durbin2015-12-101-0/+14
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cbfs: add struct cbfsfAaron Durbin2015-10-071-7/+13
* coreboot: introduce commonlibAaron Durbin2015-09-221-2/+2
* cbfs: hardcode file alignmentPatrick Georgi2015-07-151-3/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-021-65/+56
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* cbfs: make cbfs_load_prog_stage_by_offset() publicAaron Durbin2015-05-051-0/+2
* coreboot: common stage cacheAaron Durbin2015-04-221-2/+1
* cbfs: look for CBFS header in a predefined placeVadim Bendebury2015-04-171-0/+5
* exynos: return correct value when init_default_cbfs_media failsDaisuke Nojiri2015-04-171-1/+6
* program loading: introduce struct progAaron Durbin2015-04-031-0/+3
* loading: move ramstage cache function declarationsAaron Durbin2015-03-311-38/+0