revisions 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # This file contains information needed for getting the correct versions
  2. # for various git projects used by osbmk.
  3. # Project name is enclosed by curly braces '{}' information about the
  4. # project relevant to osbmk is stored between the subsequent curly
  5. # braces. This file is used by the gitcheck script as well as the
  6. # gitmodule script. Each entry must include: revision 'rev', location
  7. # 'loc', and the git url 'url'. Bkup_url is optional.
  8. {grub}{
  9. rev: 50aace6bdb918150ba47e3c16146dcca271c134a
  10. loc: grub
  11. url: git://git.savannah.gnu.org/grub.git
  12. bkup_url: http://git.savannah.gnu.org/r/grub.git
  13. }
  14. {gnulib}{
  15. rev: d271f868a8df9bbec29049d01e056481b7a1a263
  16. loc: grub/gnulib
  17. url: git://git.sv.gnu.org/gnulib
  18. }
  19. {ich9utils}{
  20. rev: 53749b0c6f7c5778bdd1ec2b91cd230626752579
  21. loc: ich9utils
  22. url: https://notabug.org/libreboot/ich9utils.git
  23. }
  24. {me_cleaner}{
  25. rev: 43612a630c79f3bc6f2653bfe90dfe0b7b137e08
  26. loc: me_cleaner
  27. url: https://github.com/corna/me_cleaner.git
  28. }
  29. {memtest86plus}{
  30. rev: a78401b9704cfdd49c89bfb31d2df08f60521d0b
  31. loc: memtest86plus
  32. url: https://review.coreboot.org/memtest86plus.git
  33. }
  34. {seabios}{
  35. rev: 64f37cc530f144e53c190c9e8209a51b58fd5c43
  36. loc: seabios
  37. url: https://review.coreboot.org/seabios
  38. bkup_url: https://github.com/coreboot/seabios
  39. }
  40. {flashrom}{
  41. rev: 11680db4e1251eb842bee11e53b6d1f0ae67767b
  42. loc: flashrom
  43. url: https://review.coreboot.org/flashrom.git
  44. }