1. b340199 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · 2 years, 3 months ago
  2. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  3. 99eaf1f cbfs: Check offset range when reading a file by Simon Glass · 3 years, 4 months ago
  4. ad66323 cbfs: Drop unnecessary cast in file_cbfs_fill_cache() by Simon Glass · 3 years, 6 months ago
  5. a202f17 cbfs: Support reading compression information by Simon Glass · 3 years, 6 months ago
  6. 0e2fee5 cbfs: Simplify file iteration by Simon Glass · 3 years, 6 months ago
  7. 70a394a cbfs: Factor out filling a cache node into a new function by Simon Glass · 3 years, 6 months ago
  8. c4f5b5d cbfs: Allow file traversal with any CBFS by Simon Glass · 3 years, 6 months ago
  9. 5536f12 cbfs: Allow access to CBFS without a header by Simon Glass · 3 years, 6 months ago
  10. 11a38a2 cbfs: Rename new_node to node by Simon Glass · 3 years, 6 months ago
  11. 72ca485 cbfs: Add support for attributes by Simon Glass · 3 years, 6 months ago
  12. 0621b5e cbfs: Don't require the CBFS size with cbfs_init_mem() by Simon Glass · 4 years, 4 months ago
  13. 03d4c29 cbfs: Allow reading a file from a CBFS given its base addr by Simon Glass · 4 years, 4 months ago
  14. 924e346 cbfs: Change file_cbfs_find_uncached() to return an error by Simon Glass · 4 years, 4 months ago
  15. 0e7b631 cbfs: Return the error code from file_cbfs_init() by Simon Glass · 4 years, 4 months ago
  16. c685f8b cbfs: Record the start address in cbfs_priv by Simon Glass · 4 years, 4 months ago
  17. e82ab51 cbfs: Use void * for the position pointers by Simon Glass · 4 years, 4 months ago
  18. 9dc2355 cbfs: Unify the two header loaders by Simon Glass · 4 years, 4 months ago
  19. a2c528f cbfs: Adjust cbfs_load_header_ptr() to use cbfs_priv by Simon Glass · 4 years, 4 months ago
  20. 54e1925 cbfs: Adjust file_cbfs_load_header() to use cbfs_priv by Simon Glass · 4 years, 4 months ago
  21. c7bef7c cbfs: Adjust return value of file_cbfs_next_file() by Simon Glass · 4 years, 4 months ago
  22. 381e113 cbfs: Use bool type for whether initialised by Simon Glass · 4 years, 4 months ago
  23. 45637db cbfs: Use ulong consistently by Simon Glass · 4 years, 4 months ago
  24. ea38ee9 cbfs: Rename the result variable by Simon Glass · 4 years, 4 months ago
  25. ad79d60 cbfs: Rename camel-case variables by Simon Glass · 5 years ago
  26. 630b2f3 cbfs: Add functions to support multiple CBFSs by Simon Glass · 5 years ago
  27. c7f1693 cbfs: Move result variable into the struct by Simon Glass · 5 years ago
  28. 02e4af6 cbfs: Move static variables into a struct by Simon Glass · 5 years ago
  29. fc7b9e1 cbfs: Move declarations above functions by Simon Glass · 5 years ago
  30. 72b2465 cbfs: Allow CBFS to be used in SPL by Simon Glass · 5 years ago
  31. ababe10 cbfs: Rename checksum to attributes_offset by Simon Glass · 5 years ago
  32. d94bf13 fs: cbfs: Fix out of bound access during CBFS walking through by Bin Meng · 6 years ago
  33. 9914c73 fs: cbfs: remove wrong header validation by Christian Gmeiner · 6 years ago
  34. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  35. 4468317 fs: cbfs: fix locating the cbfs header by Andre Heider · 7 years ago
  36. deb95999 fs: Kconfig: Add a separate config for FS_CBFS by Simon Glass · 7 years ago
  37. cc7ed26 cbfs: Fix incorrect CBFS file header size being used by Yaroslav K · 8 years ago
  38. 7a77e90 fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bit by Guillaume GARDET · 8 years ago
  39. 4678d74 fs: descend into sub directories when it is necessary by Masahiro Yamada · 11 years ago
  40. 35c7927 fs: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  41. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  42. 2592075 cbfs: Remove mention of CREDITS files by Simon Glass · 12 years ago
  43. 84cd932 fs: Add a Coreboot Filesystem (CBFS) driver and commands by Gabe Black · 12 years ago