summaryrefslogtreecommitdiff
path: root/fs/cbfs
AgeCommit message (Expand)AuthorFilesLines
2019-08-18cbfs: Rename camel-case variablesSimon Glass1-22/+22
2019-08-18cbfs: Add functions to support multiple CBFSsSimon Glass1-0/+46
2019-08-18cbfs: Move result variable into the structSimon Glass1-20/+28
2019-08-18cbfs: Move static variables into a structSimon Glass1-32/+59
2019-08-18cbfs: Move declarations above functionsSimon Glass1-9/+5
2019-08-18cbfs: Allow CBFS to be used in SPLSimon Glass1-0/+12
2019-07-24cbfs: Rename checksum to attributes_offsetSimon Glass1-2/+2
2018-12-31fs: cbfs: Fix out of bound access during CBFS walking throughBin Meng1-2/+2
2018-12-31fs: cbfs: remove wrong header validationChristian Gmeiner1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2-5/+2
2018-03-31fs: cbfs: fix locating the cbfs headerAndre Heider1-2/+2
2017-04-30fs: Kconfig: Add a separate config for FS_CBFSSimon Glass1-0/+8
2016-08-16cbfs: Fix incorrect CBFS file header size being usedYaroslav K1-4/+4
2016-06-19fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bitGuillaume GARDET1-0/+1
2013-11-17fs: descend into sub directories when it is necessaryMasahiro Yamada1-1/+1
2013-10-31fs: convert makefiles to Kbuild styleMasahiro Yamada1-23/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2-28/+2
2012-12-07cbfs: Remove mention of CREDITS filesSimon Glass2-6/+1
2012-10-22fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black2-0/+382