commit | 2731a65250a395a53483b8177b066e12344025ed | [log] [tgz] |
---|---|---|
author | David Pursell <dpursell@google.com> | Fri Mar 18 09:40:23 2022 -0700 |
committer | David Pursell <dpursell@google.com> | Tue Mar 22 09:34:46 2022 -0700 |
tree | bc5235d621fa27520d912d47fd39618946c24f69 | |
parent | 1e254f3ea5be58dfdb3c94280c6998e743cb82a2 [diff] |
[fuchsia_upload] add Copybara support Adds support for flushing source to the external repo at the same time we upload new prebuilts, so that the public source matches the ToT binaries. Bug: b/213950490 Test: `./fuchsia_upload.py --last-rev cd8e2e7 --dry-run` seemed like it should do the right thing when run for real. Change-Id: I56710de55a7b6046a45b45926a08efd7818ccef5 Reviewed-on: https://turquoise-internal-review.googlesource.com/c/third_party/u-boot/+/509453 Reviewed-by: Yecheng Zhao <zyecheng@google.com> GitOrigin-RevId: 188098a6ec227a7d11fa2823aa94b0093d35b3b7
This is a version of u-boot, modified to support Fuchsia on the Khadas vim3
To build the vim3 bootloader for Fuchsia:
Prerequisites - arm and aarch64 toolchains. On Debian/Ubuntu systems, for example:
apt-get install gcc-arm-none-eabi gcc-aarch64-linux-gnu
Run the build script from repo root
./build_uboot_vim3_zircon.sh
You now have a build/u-boot.bin.unsigned
that you can flash to a target using fastboot.