summaryrefslogtreecommitdiff
path: root/utils.mk
AgeCommit message (Collapse)Author
2022-01-14dragonboards: Move firmware files to external vendor overlay packageAmit Pundir
Moving all the vendor binaries (including bootloader, qdl and firmware binaries) to an external vendor.tgz package to be downloaded from: https://releases.linaro.org/android/aosp-linaro-vendor-package/extract-linaro_devices-20220106.tgz BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES build flag is used to copy a few vendor firmware files to ramdisk or vendor_ramdisk to work-around the dependency of their drivers on FW_LOADER_USER_HELPER_FALLBACK kernel config. And for that we needed to bump up the boot and vendor_boot partition sizes as well. Also folded John's installer script changes into this patch. Change-Id: I1b46ee17f4a218c735e2ac8d81759364b3bf7332 Signed-off-by: Amit Pundir <amit.pundir@linaro.org> [Reworked to handle versioned vendor/linaro/<dev> paths] Signed-off-by: John Stultz <john.stultz@linaro.org>
2019-09-24db845c: firmware: Add Qcom RB3 firmware filesAmit Pundir
Copied Qcom firmware files and license from RB3_firmware_20190529180356-v3.zip http://releases.linaro.org/96boards/dragonboard845c/qualcomm/firmware/RB3_firmware_20190529180356-v3.zip Also added utils.mk helper script which will contain useful build/install macros going forward. add-qcom-firmware() to start with. Change-Id: Iabef654d79ba2562929ae99c5d36f1439802b408 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>