commit | 9cd5e40661b4a12f35c8047dc47f3dd1f172c431 | [log] [tgz] |
---|---|---|
author | Joakim Bech <joakim.bech@linaro.org> | Mon Jan 20 13:42:13 2025 +0100 |
committer | Jerome Forissier <jerome@forissier.org> | Tue Jan 21 11:59:54 2025 +0100 |
tree | 2d37ba940418fb84a89414a737159a6321216e50 | |
parent | 05f265e0f8daeb67ae0944cece0c102176bde1f8 [diff] |
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>
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