commit | 0ea1813320150b1a6f15cd08c6259dd3bf0e2152 | [log] [tgz] |
---|---|---|
author | Jeremie Corbier <jeremie.corbier@provenrun.com> | Fri Dec 15 16:01:59 2023 +0100 |
committer | Jerome Forissier <jerome@forissier.org> | Fri Feb 07 14:15:17 2025 +0100 |
tree | 035bf8de23cca060fa0ae1f78c59cf1e0ec2a16f | |
parent | b48cfe54a0fa77214c20628e2f52c5f378b45100 [diff] |
versal_net: add board support for AMD Versal Net Based on Versal support. Adds versal_net.mk and bootimage generation configuration files. Build commands: $ make toolchains $ make -j$(nproc) $ make -j$(nproc) bootimage The bootable image is versal/BOOT.BIN, usable with XSCT. Signed-off-by: Jeremie Corbier <jeremie.corbier@provenrun.com> 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