summaryrefslogtreecommitdiffstats
path: root/fs/cbfs
Commit message (Expand)AuthorAgeFilesLines
* cbfs: Don't require the CBFS size with cbfs_init_mem()Simon Glass2020-05-271-4/+6
* cbfs: Allow reading a file from a CBFS given its base addrSimon Glass2020-05-271-0/+13
* cbfs: Change file_cbfs_find_uncached() to return an errorSimon Glass2020-05-271-21/+27
* cbfs: Return the error code from file_cbfs_init()Simon Glass2020-05-271-8/+15
* cbfs: Record the start address in cbfs_privSimon Glass2020-05-271-13/+31
* cbfs: Use void * for the position pointersSimon Glass2020-05-271-9/+8
* cbfs: Unify the two header loadersSimon Glass2020-05-271-22/+37
* cbfs: Adjust cbfs_load_header_ptr() to use cbfs_privSimon Glass2020-05-271-3/+6
* cbfs: Adjust file_cbfs_load_header() to use cbfs_privSimon Glass2020-05-271-4/+5
* cbfs: Adjust return value of file_cbfs_next_file()Simon Glass2020-05-271-20/+23
* cbfs: Use bool type for whether initialisedSimon Glass2020-05-271-4/+4
* cbfs: Use ulong consistentlySimon Glass2020-05-271-5/+4
* cbfs: Rename the result variableSimon Glass2020-05-271-10/+10
* 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