hikey: update OpenPlatformPkg

Updates the OpenPlatformPkg reporitory to the latest commit on branch
github/testing/hikey960_v1.3.4 (yes, it looks like this branch is for
HiKey960 but the previous commit was on this branch too).

Fixes an issue with "make flash" locking up at the first fastboot flash
command:

 $ make flash
 [...]
 fastboot flash ptable /home/jerome/work/optee_repo_hikey/build/../l-loader/ptable-linux-8g.img
 Sending 'ptable' (17 KB)
 [Nothing happens here]

Signed-off-by: Jerome Forissier <jerome@forissier.org>
Change-Id: I72c63527a09363f7ad8fdaf772f30272c863900d
Acked-by: Victor Chong <victor.chong@linaro.org>
1 file changed
tree: ff0e11b578b9890ab17d5305b0aea65801ecca47
  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. imx.xml
  10. juno.xml
  11. make_stable.sh
  12. poplar.xml
  13. qemu_v8.xml
  14. README.md
  15. rpi3.xml
  16. stm32mp1.xml
  17. synquacer.xml
  18. 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