summaryrefslogtreecommitdiffstats
path: root/fs/cbfs
Commit message (Expand)AuthorAgeFilesLines
* cbfs: Rename camel-case variablesSimon Glass2019-08-181-22/+22
* cbfs: Add functions to support multiple CBFSsSimon Glass2019-08-181-0/+46
* cbfs: Move result variable into the structSimon Glass2019-08-181-20/+28
* cbfs: Move static variables into a structSimon Glass2019-08-181-32/+59
* cbfs: Move declarations above functionsSimon Glass2019-08-181-9/+5
* cbfs: Allow CBFS to be used in SPLSimon Glass2019-08-181-0/+12
* cbfs: Rename checksum to attributes_offsetSimon Glass2019-07-231-2/+2
* fs: cbfs: Fix out of bound access during CBFS walking throughBin Meng2018-12-311-2/+2
* fs: cbfs: remove wrong header validationChristian Gmeiner2018-12-311-2/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-072-5/+2
* fs: cbfs: fix locating the cbfs headerAndre Heider2018-03-311-2/+2
* fs: Kconfig: Add a separate config for FS_CBFSSimon Glass2017-04-301-0/+8
* cbfs: Fix incorrect CBFS file header size being usedYaroslav K2016-08-161-4/+4
* fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bitGuillaume GARDET2016-06-191-0/+1
* fs: descend into sub directories when it is necessaryMasahiro Yamada2013-11-171-1/+1
* fs: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-23/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-242-28/+2
* cbfs: Remove mention of CREDITS filesSimon Glass2012-12-062-6/+1
* fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black2012-10-222-0/+382