1. 69cc557 commonlib/bsd: Remove cb_err_t by Julius Werner · 2 years, 5 months ago
  2. 9f37647 cbfs: Remove deprecated APIs by Julius Werner · 3 years ago
  3. 05714cc cbfs: Add unverified_area APIs by Julius Werner · 3 years, 4 months ago
  4. 57d4bc6 cbfs: Add helper functions to look up size and type of a file by Julius Werner · 2 years, 9 months ago
  5. 4cfb862 lib/cbfs: Add cbfs_preload() by Raul E Rangel · 2 years, 10 months ago
  6. 3d7b984 lib/cbfs: Enable cbfs_cache for x86 by Raul E Rangel · 2 years, 10 months ago
  7. a736f48 lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernize by Raul E Rangel · 3 years, 1 month ago
  8. eca99af cbfs: Simplify cbfs_load_and_decompress() and stop exporting it by Julius Werner · 3 years, 5 months ago
  9. 4676ec5 cbfs: Make `mdata` argument to cbfs_allocator_t const by Julius Werner · 3 years, 5 months ago
  10. 7778cf2 cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map() by Julius Werner · 3 years, 7 months ago
  11. 9b1f3cc cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS core by Julius Werner · 3 years, 8 months ago
  12. 11075fc cbfs: Move trivial wrappers to static inlines by Julius Werner · 3 years, 8 months ago
  13. 723e3b1 cbfs: Reflow cbfs.c and cbfs.h to 96-character line lengths by Julius Werner · 3 years, 8 months ago
  14. fdabf3f cbfs: Add verification for RO CBFS metadata hash by Julius Werner · 4 years, 3 months ago
  15. 9d0cc2a cbfs: Introduce cbfs_ro_map() and cbfs_ro_load() by Julius Werner · 4 years, 7 months ago
  16. 834b3ec cbfs: Simplify load/map API names, remove type arguments by Julius Werner · 4 years, 5 months ago
  17. 0d9072b cbfs: Move more stuff into cbfs_boot_lookup() by Julius Werner · 4 years, 5 months ago
  18. 1e37c9c cbfs: Add metadata cache by Julius Werner · 4 years, 8 months ago
  19. 5817c56 src/include: Add missing includes by Elyes HAOUAS · 4 years, 1 month ago
  20. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  21. 32859fc src/include: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  22. a616a4b src/device: Add option to look at revision in option roms by Martin Roth · 4 years, 7 months ago
  23. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  24. 1645ecc cbfs: Remove unused functions by Julius Werner · 4 years, 5 months ago
  25. 815611e cbfs: Remove locator concept by Julius Werner · 4 years, 8 months ago
  26. fe338e2 cbfs: switch to region_device for location APIs by Aaron Durbin · 4 years, 9 months ago
  27. b75f504 cbfs: remove prepare() callback from struct cbfs_locator by Aaron Durbin · 4 years, 9 months ago
  28. 32e13c0 cbfs: Stop checking master header by Julius Werner · 4 years, 9 months ago
  29. 6abbd5b cbfs: Make cbfs_master_header_props() externally available by Julius Werner · 4 years, 9 months ago
  30. 809fa7b cbfs: Add cbfs_boot_load_file() by T Michael Turney · 6 years ago
  31. 6a566d7 src/include: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  32. 2a7708a cbfs: Add API to locate a file from specific region by Pratik Prajapati · 8 years ago
  33. 9d6f365 ACPI S3: Remove HIGH_MEMORY_SAVE where possible by Kyösti Mälkki · 8 years ago
  34. f975e55 cbfs: Add "struct" file type and associated helpers by Julius Werner · 8 years ago
  35. 918535a src/include: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  36. 09f2921 cbfs: Add LZ4 in-place decompression support for pre-RAM stages by Julius Werner · 9 years ago
  37. 295d58b commonlib: Add common cbfs parsing logic to coreboot and cbfstool. by Aaron Durbin · 9 years ago
  38. 6d720f3 cbfs/vboot: remove firmware component support by Aaron Durbin · 9 years ago
  39. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  40. 37a5d15 cbfs: add struct cbfsf by Aaron Durbin · 9 years ago
  41. dc9f5cd coreboot: introduce commonlib by Aaron Durbin · 9 years ago
  42. 4d3e4c4 cbfs: hardcode file alignment by Patrick Georgi · 9 years ago
  43. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  44. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  45. d914412 cbfs: make cbfs_load_prog_stage_by_offset() public by Aaron Durbin · 9 years ago
  46. bd74a4b coreboot: common stage cache by Aaron Durbin · 9 years ago
  47. 6bfabce cbfs: look for CBFS header in a predefined place by Vadim Bendebury · 10 years ago
  48. e1298df exynos: return correct value when init_default_cbfs_media fails by Daisuke Nojiri · 10 years ago
  49. 3948e53 program loading: introduce struct prog by Aaron Durbin · 9 years ago
  50. fcfdff8 loading: move ramstage cache function declarations by Aaron Durbin · 9 years ago
  51. 5b9384c cbfs: remove run_address() by Aaron Durbin · 9 years ago
  52. 12d45b2 cbfs: expose init_backing_media() by Aaron Durbin · 9 years ago
  53. 3589017 vboot2: load decompressed stage directly to load address by Daisuke Nojiri · 10 years ago
  54. c7c0267 RELOCATABLE_RAMSTAGE: Fix weak symbols with ramstage_cache by Kyösti Mälkki · 10 years ago
  55. bdf913a coreboot: unify infrastructure for loading payloads by Aaron Durbin · 10 years ago
  56. 0f33307 coreboot: infrastructure for different ramstage loaders by Aaron Durbin · 11 years ago
  57. 7fda0e8 cbfs: remove unused code and prototype by Ronald G. Minnich · 11 years ago
  58. 001de1a boot state: rebalance payload load vs actual boot by Aaron Durbin · 11 years ago
  59. dd4a6d2 coreboot: dynamic cbmem requirement by Aaron Durbin · 11 years ago
  60. de1f890 coreboot: add caching loaded ramstage interface by Aaron Durbin · 12 years ago
  61. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 12 years ago
  62. 9764d4c Implement stack overflow checking for the BSP by Ronald G. Minnich · 12 years ago
  63. b883515 split CBFS support into shared core and extended functions by Patrick Georgi · 13 years ago
  64. 2447937 Move option table (cmos.layout's binary representation) by Patrick Georgi · 14 years ago
  65. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  66. 7488e04 1. This patch adds CAR for Intel P6 series processors. by Joseph Smith · 14 years ago
  67. 800379f by Stefan Reinauer · 14 years ago
  68. 548dbe7 Random cosmetic fixes (trivial). by Uwe Hermann · 14 years ago
  69. 86bf679 Move the ulzma prototype out of the function to make the code easier to read. by Myles Watson · 15 years ago
  70. f107538 strdup the input of dirname, as dirname is free by Patrick Georgi · 15 years ago
  71. d1185bf Attached patch moves the CBFS payload loader to selfboot.c as it's by Patrick Georgi · 15 years ago
  72. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  73. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago