summaryrefslogtreecommitdiff
path: root/build/tasks
AgeCommit message (Collapse)Author
2017-06-27Add dt.img into BOARD_PACK_RADIOIMAGES.Tao Bao
So it will be included into hikey960-img.zip. Bug: 62195105 Test: lunch hikey960-userdebug; m dist. Check hikey960-img.zip. Change-Id: I3309da84ea66b101daa2b84fcfeb4d71bf6b35d1
2017-04-24hikey960: Initial releaseDmitry Shmidt
Test: Manual Bug: 33082418 Change-Id: Iddd1b8b8d3e26fd3a31cf62a163afb5d26d5d2de Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2016-09-07hikey: Use internal fat16copy utility instead of mcopyDmitry Shmidt
Since fat16copy can't rename files, also change grub's expectation of the kernel being named Image to kernel Change-Id: I73bde0f3173baf032ffa879ffc9052cf93bcfe88 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com> [jstultz: added grub tweaks] Signed-off-by: John Stultz <john.stultz@linaro.org>
2016-05-30boot_fat.mk: update to use predefined variablesYongqin Liu
$(PRODUCT_OUT)/kernel and $(PRODUCT_OUT)/ramdisk.img are already defined in build as INSTALLED_KERNEL_TARGET and INSTALLED_RAMDISK_TARGET, so better to use them in the mk file Change-Id: I26c49fdbfde922b4af661ef036ce584e4011769f Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-05-24hikey: Build boot_fat.uefi.img only if TARGET_BOOTIMAGE_USE_FAT=trueDmitry Shmidt
Change-Id: If3719b9412a4ea4aced2a16150c46cb86b8be185 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2016-01-12hikey: Restrict makefiles for hikey target onlyDmitry Shmidt
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2015-12-16Add Installer for bootloaderVishal Bhoj
Add prebuilt UEFI bootloader which could be flashed from scratch. Bootloader is built from sources from earlier commit. Includes an installer script which helps to flash the bootloader and AOSP images built from sources: https://github.com/96boards/edk2/commit/14eae0c12e71fd33c4c0fc51e4475e8db02566cf https://github.com/96boards/arm-trusted-firmware/commit/e9b4909dcd75fc4ae7041cfb83d28ab9adb7afdf https://github.com/96boards/l-loader/commit/6b784ad5c4ab00e2b1c6f53cd5f74054e5d00a78 https://git.linaro.org/uefi/uefi-tools.git/commit/abe618f8ab72034fff1ce46c9c006a2c6bd40a7e Change-Id: I006f33083fc5d1868345be7daff52fa69ea64334 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-12-03hikey: Fix dependencies in boot_fat.uefi.img makingDmitry Shmidt
boot_fat.uifi.img depends on kernel, ramdisk.img and dtb file, that are copied to out/ with PRODUCT_COPY_FILES, and it is possible that dtb file is not copied when target is built: out/target/product/hikey/hi6220-hikey.dtb: No such file or directory Change-Id: Ic486e3ee5fcd40543be3697fa3498ceef7558138 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>