| Commit message (Expand) | Author | Age | Files | Lines |
* | cbfs: Rename camel-case variables | Simon Glass | 2019-08-18 | 1 | -22/+22 |
* | cbfs: Add functions to support multiple CBFSs | Simon Glass | 2019-08-18 | 1 | -0/+46 |
* | cbfs: Move result variable into the struct | Simon Glass | 2019-08-18 | 1 | -20/+28 |
* | cbfs: Move static variables into a struct | Simon Glass | 2019-08-18 | 1 | -32/+59 |
* | cbfs: Move declarations above functions | Simon Glass | 2019-08-18 | 1 | -9/+5 |
* | cbfs: Allow CBFS to be used in SPL | Simon Glass | 2019-08-18 | 1 | -0/+12 |
* | cbfs: Rename checksum to attributes_offset | Simon Glass | 2019-07-23 | 1 | -2/+2 |
* | fs: cbfs: Fix out of bound access during CBFS walking through | Bin Meng | 2018-12-31 | 1 | -2/+2 |
* | fs: cbfs: remove wrong header validation | Christian Gmeiner | 2018-12-31 | 1 | -2/+1 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 2 | -5/+2 |
* | fs: cbfs: fix locating the cbfs header | Andre Heider | 2018-03-31 | 1 | -2/+2 |
* | fs: Kconfig: Add a separate config for FS_CBFS | Simon Glass | 2017-04-30 | 1 | -0/+8 |
* | cbfs: Fix incorrect CBFS file header size being used | Yaroslav K | 2016-08-16 | 1 | -4/+4 |
* | fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bit | Guillaume GARDET | 2016-06-19 | 1 | -0/+1 |
* | fs: descend into sub directories when it is necessary | Masahiro Yamada | 2013-11-17 | 1 | -1/+1 |
* | fs: convert makefiles to Kbuild style | Masahiro Yamada | 2013-10-31 | 1 | -23/+1 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 2 | -28/+2 |
* | cbfs: Remove mention of CREDITS files | Simon Glass | 2012-12-06 | 2 | -6/+1 |
* | fs: Add a Coreboot Filesystem (CBFS) driver and commands | Gabe Black | 2012-10-22 | 2 | -0/+382 |