commit | 8edb48dfa79d2cef4dc565dbf4733df777c28cd3 | [log] [tgz] |
---|---|---|
author | Igor Opaniuk <igor.opaniuk@gmail.com> | Fri Jul 05 11:47:49 2024 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Jul 19 00:17:41 2024 +0200 |
tree | 152c5eb8bde24c1301835f6fdc126a545bf5a597 | |
parent | 5c9a5114838060b078715b7b1263611761e3c6ca [diff] |
qemu: u-boot: use load hostfs instead of shmload The "shmload" cmd has been deprecated, use "load hostfs" instead. The "fdt chosen" command has been updated to take a size instead of an end address, also adjust current usage to use filesize [1]. [1] https://github.com/u-boot/u-boot/blob/v2024.07/doc/usage/semihosting.rst Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Igor Opaniuk <igor.opaniuk@gmail.com>
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