1. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  2. 21a4053 rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE by Julius Werner · 4 years, 4 months ago
  3. 118a9c7 src/lib: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  4. bad08c2 security/tpm: Include mrc.bin in CRTM if present by Bill XIE · 4 years, 6 months ago
  5. c79e96b security/vboot: Decouple measured boot from verified boot by Bill XIE · 5 years ago
  6. a616a4b src/device: Add option to look at revision in option roms by Martin Roth · 4 years, 7 months ago
  7. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  8. 1645ecc cbfs: Remove unused functions by Julius Werner · 4 years, 6 months ago
  9. 98eeb96 commonlib: Add commonlib/bsd by Julius Werner · 4 years, 8 months ago
  10. 815611e cbfs: Remove locator concept by Julius Werner · 4 years, 9 months ago
  11. fe338e2 cbfs: switch to region_device for location APIs by Aaron Durbin · 4 years, 9 months ago
  12. b75f504 cbfs: remove prepare() callback from struct cbfs_locator by Aaron Durbin · 4 years, 9 months ago
  13. 32e13c0 cbfs: Stop checking master header by Julius Werner · 4 years, 10 months ago
  14. cefe89e lib/fmap: Add optional pre-RAM cache by Julius Werner · 4 years, 10 months ago
  15. 6abbd5b cbfs: Make cbfs_master_header_props() externally available by Julius Werner · 4 years, 9 months ago
  16. 114e2e8 lib/cbfs: Add fallback to RO region to cbfs_boot_locate by Wim Vervoorn · 4 years, 10 months ago
  17. 20994a7 cbfs: read header offset as explicitly LE by Marty E. Plummer · 4 years, 10 months ago
  18. 7c24de9 lib/cbfs: Don't load XIP stages from bootblock by Arthur Heymans · 4 years, 10 months ago
  19. 351e3e5 src: Use include <console/console.h> when appropriate by Elyes HAOUAS · 5 years ago
  20. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  21. 66f9a09 security/vboot: Add measured boot mode by Philipp Deppenwiese · 6 years ago
  22. 6ee37ef cbfs: Alert if something goes wrong in cbfs_boot_locate() by Nico Huber · 6 years ago
  23. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  24. 9554b26 vboot: Fix linking error with USE_OPTION_TABLE enabled by Patrick Rudolph · 6 years ago
  25. b5211ef lib/cbfs: Optimise LZMA away from romstage by Kyösti Mälkki · 6 years ago
  26. d13c4cd lib/cbfs.c: fix typo by Patrick Georgi · 6 years ago
  27. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  28. 809fa7b cbfs: Add cbfs_boot_load_file() by T Michael Turney · 6 years ago
  29. 1bf55b4 src/lib: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  30. b2d834a src/lib: Fix space between type, * and variable name by Lee Leahy · 7 years ago
  31. 2a7708a cbfs: Add API to locate a file from specific region by Pratik Prajapati · 8 years ago
  32. 9d6f365 ACPI S3: Remove HIGH_MEMORY_SAVE where possible by Kyösti Mälkki · 8 years ago
  33. f975e55 cbfs: Add "struct" file type and associated helpers by Julius Werner · 8 years ago
  34. 16c173f Kconfig: separate memory mapped boot device from SPI by Aaron Durbin · 8 years ago
  35. c3b024e Revert "Kconfig: separate memory mapped boot device from SPI" by Aaron Durbin · 8 years ago
  36. a83bbf5 Kconfig: separate memory mapped boot device from SPI by Aaron Durbin · 8 years ago
  37. 2a12e2e vboot: Separate vboot from chromeos by Furquan Shaikh · 8 years ago
  38. d950f51 lib: Don't require ULZMA compression for postcar by Lee Leahy · 8 years ago
  39. d5583a5 cbfs: Use NO_XIP_EARLY_STAGES to decide if stage is XIP by Furquan Shaikh · 8 years ago
  40. 58a150a lib/cbfs: Use fmap derived information about the COREBOOT region by Patrick Georgi · 8 years ago
  41. 096f457 lib/prog_loading: introduce prog_segment_loaded() by Aaron Durbin · 8 years ago
  42. 09f2921 cbfs: Add LZ4 in-place decompression support for pre-RAM stages by Julius Werner · 9 years ago
  43. 295d58b commonlib: Add common cbfs parsing logic to coreboot and cbfstool. by Aaron Durbin · 9 years ago
  44. 7e7a4df lib: remove assets infrastructure by Aaron Durbin · 9 years ago
  45. 6d720f3 cbfs/vboot: remove firmware component support by Aaron Durbin · 9 years ago
  46. b29bd27b cbfs: Fix typo in cbfs_prog_stage_load() by Julius Werner · 9 years ago
  47. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  48. ed253c8 cbfs: don't load x86 programs over the top of read-only media by Aaron Durbin · 9 years ago
  49. 37a5d15 cbfs: add struct cbfsf by Aaron Durbin · 9 years ago
  50. 4d3e4c4 cbfs: hardcode file alignment by Patrick Georgi · 9 years ago
  51. ac12c66c assets: abstract away the firmware assets used for booting by Aaron Durbin · 9 years ago
  52. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  53. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  54. d914412 cbfs: make cbfs_load_prog_stage_by_offset() public by Aaron Durbin · 9 years ago
  55. 9eb6f61 cbfs: Print absolute offsets of loaded files by Vadim Bendebury · 9 years ago
  56. 8c5e4d9 cbfs: Enforce media->map() result checking, improve error messages by Julius Werner · 10 years ago
  57. 3948e53 program loading: introduce struct prog by Aaron Durbin · 9 years ago
  58. 2a567ee cbfs: more accurate size check for simple buffer mapping by Daisuke Nojiri · 10 years ago
  59. 6e76fff program loading: provide one cache maintenance callback by Aaron Durbin · 9 years ago
  60. 5b9384c cbfs: remove run_address() by Aaron Durbin · 9 years ago
  61. 00903e5 cbfs/rmodule: add architecture specific operations at stage load by Ionela Voinescu · 10 years ago
  62. 12d45b2 cbfs: expose init_backing_media() by Aaron Durbin · 9 years ago
  63. 3589017 vboot2: load decompressed stage directly to load address by Daisuke Nojiri · 10 years ago
  64. d343624 aarch64: Fix 64-bit pointer related casts by Marcelo Povoa · 11 years ago
  65. cdabc88 lib/cbfs: Use linker symbols over .c include in cbfs.c by Edward O'Callaghan · 10 years ago
  66. ff178be lib/cbfs: more cleanup for 32/64 issues by Ronald G. Minnich · 10 years ago
  67. bdf913a coreboot: unify infrastructure for loading payloads by Aaron Durbin · 10 years ago
  68. cf6c9cc Kill ALT_CBFS_LOAD_PAYLOAD by Vladimir Serbinenko · 11 years ago
  69. 0f33307 coreboot: infrastructure for different ramstage loaders by Aaron Durbin · 11 years ago
  70. 75e2974 coreboot: config to cache ramstage outside CBMEM by Aaron Durbin · 11 years ago
  71. f545abf rmodule: consolidate rmodule stage loading by Aaron Durbin · 11 years ago
  72. 0af61b6 lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content by Vladimir Serbinenko · 11 years ago
  73. d26da9c Coding style: punctuation cleanup [1/2]. by Idwer Vollering · 11 years ago
  74. 7fda0e8 cbfs: remove unused code and prototype by Ronald G. Minnich · 11 years ago
  75. eabfd3a Don't include LZMA in romstage if ramstage is not compressed. by Andrew Wu · 11 years ago
  76. ec3a462 CBFS: Change how the bss is zeroed when loading a stage. by Gabe Black · 11 years ago
  77. 0c605a5 CBFS: Change the signature of cbfs_decompress. by Gabe Black · 11 years ago
  78. 2bd2e37 cbfs: fix relocation ramstage compiler errors by Aaron Durbin · 11 years ago
  79. fd79562 romstage: add support for vboot firmware selection by Aaron Durbin · 11 years ago
  80. dd4a6d2 coreboot: dynamic cbmem requirement by Aaron Durbin · 11 years ago
  81. de1f890 coreboot: add caching loaded ramstage interface by Aaron Durbin · 12 years ago
  82. 159f2ef ramstage: cache relocated ramstage in RAM by Aaron Durbin · 12 years ago
  83. f2b20d8 romstage_handoff: provide common logic for setup by Aaron Durbin · 12 years ago
  84. 8e4a355 coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE by Aaron Durbin · 12 years ago
  85. eb06a42 x86: don't clear bss in ramstage entry by Aaron Durbin · 11 years ago
  86. 81108b9 cbfs: alternative support for cbfs_load_payload() by Aaron Durbin · 12 years ago
  87. 966e2db cbfs: Revise debug messages. by Hung-Te Lin · 12 years ago
  88. fe18792 armv7: Add 'bootblock' build class. by Hung-Te Lin · 12 years ago
  89. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 12 years ago
  90. fe42218 Make CBFS output more consistent by Stefan Reinauer · 12 years ago
  91. 02e75b2 Use ntohll where appropriate. by Stefan Reinauer · 13 years ago
  92. b883515 split CBFS support into shared core and extended functions by Patrick Georgi · 13 years ago
  93. 4297a9a X60: trigger save cmos on volume/brightness change by Sven Schnelle · 13 years ago
  94. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  95. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  96. 800379f by Stefan Reinauer · 14 years ago
  97. d650e99 YABEL update by Stefan Reinauer · 14 years ago
  98. c243639 Help track down enable_rom issues in CBFS. If the magic by Patrick Georgi · 15 years ago
  99. 5817078 Create lib.h for homeless prototypes. by Myles Watson · 15 years ago
  100. b4f3da5 reasonable output for cbfs loading.. by Stefan Reinauer · 15 years ago