revisions 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. # gitclone script. Each entry must include: revision 'rev', location
  7. # 'loc', and the git url 'url'. Bkup_url is optional.
  8. {coreboot}{
  9. rev: HEAD
  10. loc: coreboot/coreboot
  11. url: https://review.coreboot.org/coreboot
  12. bkup_url: https://github.com/coreboot/coreboot.git
  13. }
  14. {grub}{
  15. rev: f7564844f82b57078d601befadc438b5bc1fa01b
  16. loc: grub
  17. url: git://git.savannah.gnu.org/grub.git
  18. bkup_url: http://git.savannah.gnu.org/r/grub.git
  19. }
  20. {gnulib}{
  21. rev: 9f48fb992a3d7e96610c4ce8be969cff2d61a01b
  22. loc: grub/gnulib
  23. url: git://git.sv.gnu.org/gnulib
  24. }
  25. {memtest86plus}{
  26. rev: a78401b9704cfdd49c89bfb31d2df08f60521d0b
  27. loc: memtest86plus
  28. url: https://review.coreboot.org/memtest86plus.git
  29. }
  30. {seabios}{
  31. rev: ea1b7a0733906b8425d948ae94fba63c32b1d425
  32. loc: seabios
  33. url: https://review.coreboot.org/seabios
  34. bkup_url: https://github.com/coreboot/seabios
  35. }
  36. {flashrom}{
  37. rev: 11680db4e1251eb842bee11e53b6d1f0ae67767b
  38. loc: flashrom
  39. url: https://review.coreboot.org/flashrom.git
  40. }