hikey, hikey960: use https: instead of git: to clone Grub

Change the protocol used to clone Grub from Git to HTTPS. The latter is
more widely used and less likely to be unavailable or cause network
issues due to firewalls, etc. Today for instance the repository is
available over HTTPS but not over Git [1]:

 fatal: read error: Connection reset by peer
 error: Cannot fetch grub.git from git://git.savannah.gnu.org/grub.git

Link: [1] https://optee.mooo.com:5000/logs/OP-TEE/optee_test/469/529502990/fffbe60112bd663ce04c36016fc9cb516feb3d3c
Signed-off-by: Jerome Forissier <jerome@forissier.org>
Change-Id: I41de91edc455d3009baf683f9b4b24de1b5309c4
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
2 files changed
tree: cef150f2aaa37346a7001ec8dc8b7252532913d0
  1. .travis.yml
  2. am43xx.xml
  3. am57xx.xml
  4. default.xml
  5. dra7xx.xml
  6. fvp.xml
  7. hikey.xml
  8. hikey960.xml
  9. juno.xml
  10. make_stable.sh
  11. poplar.xml
  12. qemu_v8.xml
  13. README.md
  14. rpi3.xml
  15. stm32mp1.xml
  16. synquacer.xml
  17. verdin.xml
README.md

Repo manifest for OP-TEE development

This git contains repo manifests to be able to clone all source code needed to be able to setup a full OP-TEE developer build.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under manifests.

// OP-TEE core maintainers