summaryrefslogtreecommitdiffstats
path: root/src/commonlib/cbfs.c
Commit message (Expand)AuthorAgeFilesLines
* cbfs: Remove deprecated APIsJulius Werner2021-12-061-347/+0
* commonlib/cbfs.c: Remove unuse <console/console.h>Elyes HAOUAS2021-02-151-1/+0
* cbfstool: Use cbfs_serialized.h and standard vboot helpersJulius Werner2020-12-031-1/+1
* cbfs: Hook up to new CBFS implementationJulius Werner2020-10-301-15/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/commonlib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-12/+2
* commonlib/cbfs.c: Remove unused macroElyes HAOUAS2020-03-111-3/+0
* src/commonlib: Fix typosElyes HAOUAS2020-02-241-1/+1
* AUTHORS: Move src/commonlib copyrights into AUTHORS fileMartin Roth2019-09-101-2/+0
* vboot: include vb2_sha.h when requiredJoel Kitching2019-05-091-0/+1
* commonlib/cbfs: Check for presence of CONFIG() macroNico Huber2019-04-081-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* commonlib/cbfs: Make cbfsf_file_type publicPatrick Rudolph2018-05-161-1/+1
* cbfs_locate: Optionally return file typeRonald G. Minnich2018-05-141-1/+7
* commonlib: cbfs: Add CBFS attribute supportJulius Werner2016-08-271-0/+48
* commonlib: Add function to hash contents of a CBFS region.Aaron Durbin2016-01-061-5/+153
* commonlib: Add common cbfs parsing logic to coreboot and cbfstool.Aaron Durbin2016-01-061-0/+176