summaryrefslogtreecommitdiff
path: root/db845c/firmware/Android.mk
AgeCommit message (Collapse)Author
2020-04-25db845c: firmware: Add adsp and modem jason fileAmit Pundir
Downloaded from: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/qcom/sdm845 at commit 64dba0fedb22 ("Merge branch 'a630-zap' of https://github.com/andersson/linux-firmware") Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: I95e8bd0ef30c7aa58db4fc8e269f13fa62727022
2020-03-24db845c: firmware: Restrict to db845cSumit Semwal
Include the db845c/firmware directory in build only for db845c target. This allows us to add locally the firmware for pixel3_mainline target. Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org> Change-Id: I4f3ebcb290243be7e168b42c24a826b994791020
2020-03-17db845c: firmware: Fix checkbuild failureandroid-r-preview-4android-r-preview-3android-r-preview-2John Stultz
Apparently I mistyped the filename and didn't notice it until I recently ran checkbuild against aosp/master. This fixes it up. Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: I09df293e7d5ba7e8b3e4e8d8e99d0fb7481c3b2b
2020-03-16db845c: firmware: Fix install paths for wifi/modem firmware filesJohn Stultz
We've previously not used the remoteproc, modem or wifi firmware files we've installed, so we haven't noticed that we are placing them to the wrong path, as the kernel expects them to be under firmware/qcom/sdm845/. Fix this so the kernel can find the files when it looks for them. Change-Id: Iea8415ed53f05b22f446274bc6d73d4267988ec2 Signed-off-by: John Stultz <john.stultz@linaro.org>
2020-03-16db845c: firmware: Add ath10k WCN3990 board-2.bin for wifiJohn Stultz
Adds board-2.bin file from: https://github.com/andersson/linux-firmware/tree/db845c-wifi/ath10k/WCN3990/hw1.0 Change-Id: I5d5a46e02503b9c63066ffe3b4d9c52353e98944 Signed-off-by: John Stultz <john.stultz@linaro.org>
2020-03-16db845c: firmware: Add updated ath10k/WCN3990 firmwareJohn Stultz
Update ath10k/WCN3990 firmware files to match files here: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/ath10k/WCN3990/hw1.0 Change-Id: I7e9571ca12bb94dd1d5a166488ae389743a6489c Signed-off-by: John Stultz <john.stultz@linaro.org>
2020-03-16db845c: firmware: Add modem and mba firmware filesJohn Stultz
Add modem and mba firmware files from: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/qcom/sdm845 Change-Id: Ifbaf76c2e46e16a62e732106460036d83944f9a0 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>