index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cbfs
Age
Commit message (
Expand
)
Author
2019-08-18
cbfs: Rename camel-case variables
Simon Glass
2019-08-18
cbfs: Add functions to support multiple CBFSs
Simon Glass
2019-08-18
cbfs: Move result variable into the struct
Simon Glass
2019-08-18
cbfs: Move static variables into a struct
Simon Glass
2019-08-18
cbfs: Move declarations above functions
Simon Glass
2019-08-18
cbfs: Allow CBFS to be used in SPL
Simon Glass
2019-07-23
cbfs: Rename checksum to attributes_offset
Simon Glass
2018-12-31
fs: cbfs: Fix out of bound access during CBFS walking through
Bin Meng
2018-12-31
fs: cbfs: remove wrong header validation
Christian Gmeiner
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-31
fs: cbfs: fix locating the cbfs header
Andre Heider
2017-04-30
fs: Kconfig: Add a separate config for FS_CBFS
Simon Glass
2016-08-16
cbfs: Fix incorrect CBFS file header size being used
Yaroslav K
2016-06-19
fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bit
Guillaume GARDET
2013-11-17
fs: descend into sub directories when it is necessary
Masahiro Yamada
2013-10-31
fs: convert makefiles to Kbuild style
Masahiro Yamada
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-12-06
cbfs: Remove mention of CREDITS files
Simon Glass
2012-10-22
fs: Add a Coreboot Filesystem (CBFS) driver and commands
Gabe Black