summaryrefslogtreecommitdiffstats
path: root/src/include/cbfs.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* cbfs: remove run_address()Aaron Durbin2015-03-311-3/+0
* cbfs: expose init_backing_media()Aaron Durbin2015-03-241-0/+1
* vboot2: load decompressed stage directly to load addressDaisuke Nojiri2015-03-241-0/+1
* RELOCATABLE_RAMSTAGE: Fix weak symbols with ramstage_cacheKyösti Mälkki2014-12-281-4/+2
* coreboot: unify infrastructure for loading payloadsAaron Durbin2014-03-031-6/+0
* coreboot: infrastructure for different ramstage loadersAaron Durbin2014-02-151-3/+19
* cbfs: remove unused code and prototypeRonald G. Minnich2013-11-181-1/+0
* boot state: rebalance payload load vs actual bootAaron Durbin2013-05-011-1/+2
* coreboot: dynamic cbmem requirementAaron Durbin2013-03-221-9/+12
* coreboot: add caching loaded ramstage interfaceAaron Durbin2013-03-211-0/+21
* Extend CBFS to support arbitrary ROM source media.Hung-Te Lin2013-01-301-6/+31
* Implement stack overflow checking for the BSPRonald G. Minnich2012-07-241-0/+1
* split CBFS support into shared core and extended functionsPatrick Georgi2011-08-041-120/+3
* Move option table (cmos.layout's binary representation)Patrick Georgi2011-01-181-0/+3
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* 1. This patch adds CAR for Intel P6 series processors.Joseph Smith2010-04-091-2/+0
* This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer2010-03-011-7/+9
* Random cosmetic fixes (trivial).Uwe Hermann2010-02-221-1/+1
* Move the ulzma prototype out of the function to make the code easier to read.Myles Watson2009-10-091-1/+1