rpi3: update uboot.env.txt defaults

* Change kernel commandline to use TCP instead of UDP. Recent rpcbind
  defaults use TCP only (check with: 'rpcinfo -p <myip> | grep nfs').
  Using TCP should give a more robust connections overall.
* Add "nfsversion" variable to ease experimentation with different NFS
  versions when using various systems.
* Update "nfsserverip" IP address to match examples in RPi3
  documentation.

Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
1 file changed
tree: 2d37ba940418fb84a89414a737159a6321216e50
  1. .github/
  2. br-ext/
  3. clang/
  4. fvp/
  5. imx/
  6. kconfigs/
  7. nanopc-t6/
  8. qemu_v8/
  9. rpi3/
  10. stm32mp/
  11. ti/
  12. versal/
  13. versal2/
  14. zynqmp/
  15. .gitignore
  16. am43xx.mk
  17. am57xx.mk
  18. common.mk
  19. dra7xx.mk
  20. fvp-psa-sp.mk
  21. fvp.mk
  22. get_clang.sh
  23. hikey.mk
  24. hikey960.mk
  25. imx.mk
  26. imx8mp-evk.inc.mk
  27. imx8mp-verdin.inc.mk
  28. juno.mk
  29. nanopc-t6.mk
  30. poplar.mk
  31. qemu-check.exp
  32. qemu.mk
  33. qemu_v8.mk
  34. README.md
  35. rockpi4.mk
  36. rpi3.mk
  37. rust.exp
  38. soc_term.py
  39. stm32mp1.mk
  40. synquacer.mk
  41. toolchain.mk
  42. trusted-keys.exp
  43. trusted-services.mk
  44. versal.mk
  45. versal2.mk
  46. zynqmp.mk
README.md

OP-TEE build.git

This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.

// OP-TEE core maintainers