[vim3] Revert to direct push to third-party-mirror

Revert Gerrit review destination changes as the builder now has direct push rights.
This restores the use of git.destination and push-justification.

Bug: 435534715
TAG=agy
CONV=a991dad9-800d-4aff-bf0b-11117211f921

Change-Id: Ie305bf033597630660de4eeab215dd42484e2a31
Reviewed-on: https://turquoise-internal-review.googlesource.com/c/third_party/u-boot/+/1376431
Reviewed-by: David Pursell <dpursell@google.com>
Commit-Queue: Sergii Parubochyi <sergiip@google.com>
GitOrigin-RevId: 26cb407ce40cafbf0561304a6c8c8ba538843967
1 file changed
tree: 903e2bd5221329f707420100852a39e6a0c7fc80
  1. api/
  2. arch/
  3. bl2/
  4. bl30/
  5. bl31/
  6. bl31_1.3/
  7. board/
  8. common/
  9. configs/
  10. disk/
  11. doc/
  12. drivers/
  13. dts/
  14. examples/
  15. fip/
  16. fs/
  17. include/
  18. lib/
  19. Licenses/
  20. net/
  21. post/
  22. scripts/
  23. test/
  24. tools/
  25. vim3_aml_tools/
  26. .checkpatch.conf
  27. .clang-format
  28. .gitignore
  29. .mailmap
  30. amlogic_help.sh
  31. check_compile.sh
  32. config.mk
  33. fuchsia_build.py
  34. fuchsia_upload.py
  35. Kbuild
  36. Kconfig
  37. MAINTAINERS
  38. MAKEALL
  39. Makefile
  40. mk
  41. README
  42. README.md
  43. snapshot.commit
README.md

SPDX-License-Identifier: GPL-2.0+

u-boot

This is a version of u-boot, modified to support Fuchsia on the Khadas vim3

Building vim3 Bootloader for Fuchsia

To build the vim3 bootloader for Fuchsia:

CIPD access. All build tools are downloaded to cipd_deps.

Run the build script from repo root

./fuchsia_build.py

--clean-cipd option can be used to make sure CIPD checkout is clean. It will remove cipd_deps directory and download dependencies again.

You now have a build/u-boot.bin.unsigned that you can flash to a target using fastboot.

fuchsia_upload.py is used to upload commits to open repository. And upload binaries to CIPD.