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