commit | 4d5a0f405864b50c9fe1e224ec07dab37ac21249 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Mon Jul 21 16:35:55 2025 +0200 |
committer | Jerome Forissier <jerome@forissier.org> | Fri Jul 25 12:47:44 2025 +0200 |
tree | 2ef6dc46a07357770c37ef19f5ac70e908e4fced | |
parent | f92aacd1b103af137438f2e434303ffa5dff3d09 [diff] |
Clone U-Boot from GitHub Obtain U-Boot sources from GitHub [1] rather than from DENX [2]. [1] is officially a mirror of [2] as mentioned in [3]. GitHub has ALWAYS proved more reliable than any other source as far as Git repos are concerned, for this OP-TEE build environment at least. For the record, as of today, [2] returns an error page: """ HTTP 502: Waiting for GitLab to boot It can take up to a few minutes for GitLab to boot completely. """ The error was reported to the U-Boot ML in [4]. [1] https://github.com/u-boot/u-boot [2] https://source.denx.de/u-boot/u-boot [3] https://lists.denx.de/pipermail/u-boot/2024-December/573566.html [4] https://lists.denx.de/pipermail/u-boot/2025-July/594671.html Change-Id: I663d94338f41d2239cf57ac073cfb5759d7a9b7f Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
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