1. d96ca24 cbfs/vboot: Adapt to new vb2_digest API by Julius Werner · 2 years ago
  2. c1d7d89 libpayload/libcbfs: Fix file hash check by Yu-Ping Wu · 2 years, 2 months ago
  3. 69cc557 commonlib/bsd: Remove cb_err_t by Julius Werner · 2 years, 6 months ago
  4. e904d9a libpayload/cbfs: Add missing new line at the end of error messages by Jakub Czapiga · 2 years, 6 months ago
  5. db29b37 libpayload: Fix legacy CBFS code after recent refactoring by Julius Werner · 2 years, 7 months ago
  6. a2f51f2 libpayload/libcbfs/Kconfig: Make CBFS_VERIFICATION depend on VBOOT_LIB by Jakub Czapiga · 2 years, 7 months ago
  7. ad45f68 libpayload/libcbfs: Add unverified_area APIs by Jakub Czapiga · 2 years, 8 months ago
  8. 63e5427 libpayload: Implement new CBFS access API by Jakub Czapiga · 2 years, 9 months ago
  9. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  10. e5e2410 libpayload: cbfs: fix infinite loop in cbfs_get_{handle,attr} by Alex Rebert · 4 years, 6 months ago
  11. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 8 months ago
  12. eab2a29 payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  13. c60c326 libpayload: cbfs: Check decompressed size when loading files by You-Cheng Syu · 5 years ago
  14. 5ec1d24 libpayload: cbfs: Require input size and output size for cbfs_decompress by You-Cheng Syu · 5 years ago
  15. 1e008e0 payloads/libpayload/libcbfs: Remove duplicated ';' at end of line by Elyes HAOUAS · 6 years ago
  16. 4f5bed5 cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELF by Patrick Rudolph · 6 years ago
  17. 55ffccf libpayload: cbfs: Fix minor memory leak in some edge cases by Julius Werner · 8 years ago
  18. 33ab4fe libpayload: fix leak in libcbfs by Patrick Georgi · 8 years ago
  19. 2296479 libpayload: cbfs: Add cbfs_handle API for more fine-grained accesses by Julius Werner · 8 years ago
  20. 09f2921 cbfs: Add LZ4 in-place decompression support for pre-RAM stages by Julius Werner · 9 years ago
  21. 03688ec libpayload: get cbfs offset & size for default media from lib_sysinfo by Daisuke Nojiri · 9 years ago
  22. f86d035 libpayload: Allow non-default CBFS media by Patrick Georgi · 9 years ago
  23. 2ccb280 cbfs: read cbfs offset and size from sysinfo by Daisuke Nojiri · 9 years ago
  24. bda38ee libpayload: Check for CBFS_DEFAULT_MEDIA in cbfs_get_file_content() by Nico Huber · 9 years ago
  25. ac1f4b8 libpayload: Fix possible NULL deref in cbfs_get_file_content() by Nico Huber · 9 years ago
  26. 9dcf457 cbfs: fix debug message by Daisuke Nojiri · 9 years ago
  27. eb33b3f libpayload: provide cbfs_file_find_attr() by Patrick Georgi · 9 years ago
  28. d66f1da libpayload: allow compression at file header level by Daisuke Nojiri · 9 years ago
  29. 5c6dc72 libpayload: rename cbfs variable from name to vardata by Daisuke Nojiri · 9 years ago
  30. 377d1db libpayload: bring in file attribute support from cbfstool by Patrick Georgi · 9 years ago
  31. 03e8188 cbfs: fix printf for 64bit architectures by Daisuke Nojiri · 9 years ago
  32. 2272b80 libpayload: assume cbfs file alignment is 64 byte by Patrick Georgi · 9 years ago
  33. 1b4d394 libpayload: Make Kconfig bools use IS_ENABLED() by Stefan Reinauer · 9 years ago
  34. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  35. efcee76 CBFS: Automate ROM image layout and remove hardcoded offsets by Julius Werner · 10 years ago
  36. 5142163 libpayload: cbfs: Fix ram_media map() error return value by Julius Werner · 10 years ago
  37. 79a591f libpayload: Fix pointer related casts by Furquan Shaikh · 10 years ago
  38. e17843c cbfs: Fix overwalk on file scan by Steven Sherk · 11 years ago
  39. 1ee2c6d libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. by Gabe Black · 11 years ago
  40. 0af61b6 lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content by Vladimir Serbinenko · 11 years ago
  41. 580d11f libpayload: expose cbfs ram functions by Aaron Durbin · 11 years ago
  42. 9a91ba1 libpayload: reduce libcbfs verbosity by Patrick Georgi · 11 years ago
  43. ec3a462 CBFS: Change how the bss is zeroed when loading a stage. by Gabe Black · 11 years ago
  44. 0c605a5 CBFS: Change the signature of cbfs_decompress. by Gabe Black · 11 years ago
  45. 37f8c3a cbfs_core.c: make cfbs searches even less verbose by Dave Frodin · 11 years ago
  46. 3eddcff libpayload: make searching for a file less verbose by Aaron Durbin · 11 years ago
  47. e21f5e1 libpayload: fix size_t handling by Stefan Reinauer · 11 years ago
  48. c322118 cbfs: Change false ERROR print to a WARNING. by Shawn Nematbakhsh · 11 years ago
  49. db2e3aa libpayload: Fix reading x86 CBFS images from RAM by Patrick Georgi · 11 years ago
  50. fbf0783 libpayload: cbfs: Fix CBFS max size calculation. by Hung-Te Lin · 11 years ago
  51. 46cb96bb libpayload: libcbfs: Fix legacy CBFS API, typos by Patrick Georgi · 11 years ago
  52. d01d036 libpayload: New CBFS to support multiple firmware media sources. by Hung-Te Lin · 12 years ago
  53. 09e16dc libpayload: Style fixes by Stefan Reinauer · 12 years ago
  54. 0af03d2 Refactor the endianness conversion functions and header files. by Gabe Black · 12 years ago
  55. 409d17d libpayload: Allow using CBFS functions on images in RAM by Patrick Georgi · 13 years ago
  56. 2d4fece don't scan beyond end of CBFS by Florian Zumbiehl · 13 years ago
  57. b09e748 libpayload: export get_cbfs_header() by Patrick Georgi · 13 years ago
  58. 6de1ee4a libpayload: Add liblzma, libcbfs by Patrick Georgi · 13 years ago