1. b5211ef lib/cbfs: Optimise LZMA away from romstage by Kyösti Mälkki · 6 years ago
  2. d13c4cd lib/cbfs.c: fix typo by Patrick Georgi · 6 years ago
  3. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  4. 809fa7b cbfs: Add cbfs_boot_load_file() by T Michael Turney · 6 years ago
  5. 1bf55b4 src/lib: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  6. b2d834a src/lib: Fix space between type, * and variable name by Lee Leahy · 7 years ago
  7. 2a7708a cbfs: Add API to locate a file from specific region by Pratik Prajapati · 8 years ago
  8. 9d6f365 ACPI S3: Remove HIGH_MEMORY_SAVE where possible by Kyösti Mälkki · 8 years ago
  9. f975e55 cbfs: Add "struct" file type and associated helpers by Julius Werner · 8 years ago
  10. 16c173f Kconfig: separate memory mapped boot device from SPI by Aaron Durbin · 8 years ago
  11. c3b024e Revert "Kconfig: separate memory mapped boot device from SPI" by Aaron Durbin · 8 years ago
  12. a83bbf5 Kconfig: separate memory mapped boot device from SPI by Aaron Durbin · 8 years ago
  13. 2a12e2e vboot: Separate vboot from chromeos by Furquan Shaikh · 8 years ago
  14. d950f51 lib: Don't require ULZMA compression for postcar by Lee Leahy · 8 years ago
  15. d5583a5 cbfs: Use NO_XIP_EARLY_STAGES to decide if stage is XIP by Furquan Shaikh · 8 years ago
  16. 58a150a lib/cbfs: Use fmap derived information about the COREBOOT region by Patrick Georgi · 8 years ago
  17. 096f457 lib/prog_loading: introduce prog_segment_loaded() by Aaron Durbin · 8 years ago
  18. 09f2921 cbfs: Add LZ4 in-place decompression support for pre-RAM stages by Julius Werner · 9 years ago
  19. 295d58b commonlib: Add common cbfs parsing logic to coreboot and cbfstool. by Aaron Durbin · 9 years ago
  20. 7e7a4df lib: remove assets infrastructure by Aaron Durbin · 9 years ago
  21. 6d720f3 cbfs/vboot: remove firmware component support by Aaron Durbin · 9 years ago
  22. b29bd27b cbfs: Fix typo in cbfs_prog_stage_load() by Julius Werner · 9 years ago
  23. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  24. ed253c8 cbfs: don't load x86 programs over the top of read-only media by Aaron Durbin · 9 years ago
  25. 37a5d15 cbfs: add struct cbfsf by Aaron Durbin · 9 years ago
  26. 4d3e4c4 cbfs: hardcode file alignment by Patrick Georgi · 9 years ago
  27. ac12c66c assets: abstract away the firmware assets used for booting by Aaron Durbin · 9 years ago
  28. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  29. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  30. d914412 cbfs: make cbfs_load_prog_stage_by_offset() public by Aaron Durbin · 9 years ago
  31. 9eb6f61 cbfs: Print absolute offsets of loaded files by Vadim Bendebury · 9 years ago
  32. 8c5e4d9 cbfs: Enforce media->map() result checking, improve error messages by Julius Werner · 10 years ago
  33. 3948e53 program loading: introduce struct prog by Aaron Durbin · 9 years ago
  34. 2a567ee cbfs: more accurate size check for simple buffer mapping by Daisuke Nojiri · 10 years ago
  35. 6e76fff program loading: provide one cache maintenance callback by Aaron Durbin · 9 years ago
  36. 5b9384c cbfs: remove run_address() by Aaron Durbin · 9 years ago
  37. 00903e5 cbfs/rmodule: add architecture specific operations at stage load by Ionela Voinescu · 10 years ago
  38. 12d45b2 cbfs: expose init_backing_media() by Aaron Durbin · 9 years ago
  39. 3589017 vboot2: load decompressed stage directly to load address by Daisuke Nojiri · 10 years ago
  40. d343624 aarch64: Fix 64-bit pointer related casts by Marcelo Povoa · 10 years ago
  41. cdabc88 lib/cbfs: Use linker symbols over .c include in cbfs.c by Edward O'Callaghan · 10 years ago
  42. ff178be lib/cbfs: more cleanup for 32/64 issues by Ronald G. Minnich · 10 years ago
  43. bdf913a coreboot: unify infrastructure for loading payloads by Aaron Durbin · 10 years ago
  44. cf6c9cc Kill ALT_CBFS_LOAD_PAYLOAD by Vladimir Serbinenko · 10 years ago
  45. 0f33307 coreboot: infrastructure for different ramstage loaders by Aaron Durbin · 10 years ago
  46. 75e2974 coreboot: config to cache ramstage outside CBMEM by Aaron Durbin · 11 years ago
  47. f545abf rmodule: consolidate rmodule stage loading by Aaron Durbin · 11 years ago
  48. 0af61b6 lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content by Vladimir Serbinenko · 11 years ago
  49. d26da9c Coding style: punctuation cleanup [1/2]. by Idwer Vollering · 11 years ago
  50. 7fda0e8 cbfs: remove unused code and prototype by Ronald G. Minnich · 11 years ago
  51. eabfd3a Don't include LZMA in romstage if ramstage is not compressed. by Andrew Wu · 11 years ago
  52. ec3a462 CBFS: Change how the bss is zeroed when loading a stage. by Gabe Black · 11 years ago
  53. 0c605a5 CBFS: Change the signature of cbfs_decompress. by Gabe Black · 11 years ago
  54. 2bd2e37 cbfs: fix relocation ramstage compiler errors by Aaron Durbin · 11 years ago
  55. fd79562 romstage: add support for vboot firmware selection by Aaron Durbin · 11 years ago
  56. dd4a6d2 coreboot: dynamic cbmem requirement by Aaron Durbin · 11 years ago
  57. de1f890 coreboot: add caching loaded ramstage interface by Aaron Durbin · 11 years ago
  58. 159f2ef ramstage: cache relocated ramstage in RAM by Aaron Durbin · 11 years ago
  59. f2b20d8 romstage_handoff: provide common logic for setup by Aaron Durbin · 11 years ago
  60. 8e4a355 coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE by Aaron Durbin · 11 years ago
  61. eb06a42 x86: don't clear bss in ramstage entry by Aaron Durbin · 11 years ago
  62. 81108b9 cbfs: alternative support for cbfs_load_payload() by Aaron Durbin · 12 years ago
  63. 966e2db cbfs: Revise debug messages. by Hung-Te Lin · 11 years ago
  64. fe18792 armv7: Add 'bootblock' build class. by Hung-Te Lin · 11 years ago
  65. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 12 years ago
  66. fe42218 Make CBFS output more consistent by Stefan Reinauer · 12 years ago
  67. 02e75b2 Use ntohll where appropriate. by Stefan Reinauer · 13 years ago
  68. b883515 split CBFS support into shared core and extended functions by Patrick Georgi · 13 years ago
  69. 4297a9a X60: trigger save cmos on volume/brightness change by Sven Schnelle · 13 years ago
  70. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  71. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  72. 800379f by Stefan Reinauer · 14 years ago
  73. d650e99 YABEL update by Stefan Reinauer · 14 years ago
  74. c243639 Help track down enable_rom issues in CBFS. If the magic by Patrick Georgi · 15 years ago
  75. 5817078 Create lib.h for homeless prototypes. by Myles Watson · 15 years ago
  76. b4f3da5 reasonable output for cbfs loading.. by Stefan Reinauer · 15 years ago
  77. 86bf679 Move the ulzma prototype out of the function to make the code easier to read. by Myles Watson · 15 years ago
  78. b203c2f 20090819-2-trim-down-cbfs: by Patrick Georgi · 15 years ago
  79. f64893a CBFS stuff: by Stefan Reinauer · 15 years ago
  80. f107538 strdup the input of dirname, as dirname is free by Patrick Georgi · 15 years ago
  81. a034dca Move coreboot_ram and coreboot_apc to CBFS. This allows to by Patrick Georgi · 15 years ago
  82. d1185bf Attached patch moves the CBFS payload loader to selfboot.c as it's by Patrick Georgi · 15 years ago
  83. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  84. dcce521 Make the CBFS file lookup skip file data instead of brute-forcing by Patrick Georgi · 15 years ago
  85. 7d0ff4c These are some really horrible bugs that got through. by Ronald G. Minnich · 15 years ago
  86. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago