summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)Author
2023-08-10dtimage.mk: drop RADIOIMAGE settings with dt.imgYongqin Liu
which seems cause problem of "cp: bad 'out/target/product/hikey960/dt.img': No such file or directory" when run "make dist" command. The problem is not reported when dropping them. Test: make dist finished successfully Change-Id: I0279cc1d072c132958afb0e3660f440cd0515f98 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2022-02-25dtimage.mk: fix the path of vendor-package-ver.mkYongqin Liu
it should be the one under device/linaro/hikey Test: source/lunch/build Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: I7086ad61ba76ef827ef3b8ae0733a95970d83cdc
2022-02-23hikey960/hikey: Re-transition to using to vendor-packageJohn Stultz
Moves the bootloader objects, and mali libraries to the vendor package and adds the support files, tweaking the flash-all.sh script Will use the vendor-package located here: https://releases.linaro.org/android/aosp-linaro-vendor-package/extract-linaro_devices-20220210.tgz Previously this patch was reverted, as there would be build errors when the vendor pacakge was missing. This patch re-applies the earlier change, with some additional fixes to ensure we don't see build trouble when the package is missing. Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: I53ec5516d91391c0d3f18c801e730eff150076af
2022-02-16Revert "hikey960/hikey: Transition to using to vendor-package"Steve Muckle
This reverts commit af6e3c040223f3dfa5ac3e8b684b16a37d9a078c. Reason for revert: broke build_test target, b/219798815 Change-Id: I22cfd1321d22b1f03e7e12a781a94886871faa18
2022-02-15hikey960/hikey: Transition to using to vendor-packageJohn Stultz
Moves the bootloader objects, and mali libraries to the vendor package and adds the support files, tweaking the flash-all.sh script Will use the vendor-package located here: https://releases.linaro.org/android/aosp-linaro-vendor-package/extract-linaro_devices-20220210.tgz Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: I5e22c28c6f2c9ce3a7ec42e72411192dfbb6b312
2018-04-27hikey: Remove FAT bootimg supportJohn Stultz
The FAT bootimg support has been technically broken for a few weeks as it doesn't support Image.gz formatted kernels. Thus, lets make it official and remove the support. Change-Id: Ie9da2ab653df0b176ed5a9da148e459a767d1ca7 Signed-off-by: John Stultz <john.stultz@linaro.org>
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>