]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/device-ti-beagle-x15.git/commit
Build the x15 U-Boot binaries from source.
authorAlistair Strachan <astrachan@google.com>
Tue, 16 Oct 2018 22:24:16 +0000 (15:24 -0700)
committerAlistair Strachan <astrachan@google.com>
Wed, 17 Oct 2018 00:57:55 +0000 (17:57 -0700)
commit848da4f1318cc12619512f4e66c6b281155c5f8a
tree1cbf7c027d75626768954d55f8079ab41d2697d0
parent351e67763631286964f41e000f6bfc95bbd3c49d
Build the x15 U-Boot binaries from source.

This change builds a config for U-Boot and then builds the MLO and
u-boot.img files from the external/u-boot source tree. It uses symlinks
to the host toolchain to preserve the Android build system's hermetic
requirements. (The recommended configs were derived from the Things
configs.)

Bug: 110964307
Change-Id: I634c607ca5c07d24d46278aaf8215c70bc2e6aa0
Signed-off-by: Alistair Strachan <astrachan@google.com>
16 files changed:
AndroidBoard.mk [new file with mode: 0644]
BoardConfig.mk
beagle_x15_uboot.conf [new file with mode: 0644]
hostcc/ar [new symlink]
hostcc/bison [new symlink]
hostcc/cc [new symlink]
hostcc/flex [new symlink]
hostcc/g++ [new symlink]
hostcc/gcc [new symlink]
hostcc/ld [new symlink]
hostcc/ld.bfd [new symlink]
hostcc/strings [new symlink]
mergeconfig.sh [new file with mode: 0755]
uboot.mk [new file with mode: 0644]
uboot_config/common.config [new file with mode: 0644]
uboot_config/recommended.config [new file with mode: 0644]