commit | ce6bf962a2987f3d7f0bba63be11b66d52c82dba | [log] [tgz] |
---|---|---|
author | Amit Pundir <amit.pundir@linaro.org> | Tue Nov 23 22:33:59 2021 +0530 |
committer | Amit Pundir <amit.pundir@linaro.org> | Wed Nov 24 14:27:54 2021 +0530 |
tree | ab4b08ae5f34f21edf96fc2bf49294fd21d9d46c |
Initial Commit Add db845c and RB5 firmware binaries. These files are copied/downloaded from multiple sources and are covered under different different redistributable licences. Here is a short summary: vendor/ └── linaro_devices/ ├── common/ │ └── linux-firmware/ │ All but one (ath10k/WCN3390/hw1.0/board-2.bin) binaries are covered │ under upstream licenses mentioned in WHENCE file. │ https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git (f5d519563ac9) │ │ ath10k/WCN3390/hw1.0/board-2.bin binary for db845c is picked from │ linux-firmware.git fork: │ https://github.com/andersson/linux-firmware/commit/e165604ca024 └── qcom/ ├── db845c/ │ ├── dragonboard-845c-bootloader-ufs-aosp-88/ │ │ Db845c bootloader/rescue package is covered under LICENSE file. │ │ The package can be downloaded from │ │ http://snapshots.linaro.org/96boards/dragonboard845c/linaro/rescue/88/dragonboard-845c-bootloader-ufs-aosp-88.zip │ │ │ ├── qdl/ │ │ QDL board recovery tool (covered under LICENSE) is built from │ │ https://git.linaro.org/landing-teams/working/qualcomm/qdl.git (760b3dffb03d) │ │ │ └── RB3_firmware_20190529180356-v4/ │ These binaries are covered under LICENSE.qcom.txt │ The package can be downloaded from │ http://releases.linaro.org/96boards/dragonboard845c/qualcomm/firmware/RB3_firmware_20190529180356-v4.zip └── rb5/ ├── qdl/ │ QDL board recovery tool (covered under LICENSE) is built from │ https://git.linaro.org/landing-teams/working/qualcomm/qdl.git (13681fcb359c) │ ├── rb5-bootloader-ufs-aosp-19/ │ RB5 bootloader/rescue package is covered under LICENSE file. │ The package can be downloaded from │ http://snapshots.linaro.org/96boards/qrb5165-rb5/linaro/rescue/19/rb5-bootloader-ufs-aosp-19.zip │ └── RB5_firmware_20210331-v4/ These binaries are covered under LICENSE.qcom.txt The package can be downloaded from http://releases.linaro.org/96boards/rb5/qualcomm/firmware/RB5_firmware_20210331-v4.zip Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
diff --git a/linaro_devices/qcom/db845c/dragonboard-845c-bootloader-ufs-aosp-88/flashall b/linaro_devices/qcom/db845c/dragonboard-845c-bootloader-ufs-aosp-88/flashall new file mode 100755 index 0000000..2c4db9e --- /dev/null +++ b/linaro_devices/qcom/db845c/dragonboard-845c-bootloader-ufs-aosp-88/flashall
@@ -0,0 +1,27 @@ +#!/bin/sh + +fastboot flash partition:0 gpt_both0.bin +fastboot flash partition:1 gpt_both1.bin +fastboot flash partition:2 gpt_both2.bin +fastboot flash partition:3 gpt_both3.bin +fastboot flash partition:4 gpt_both4.bin +fastboot flash partition:5 gpt_both5.bin + +fastboot flash ImageFv_a imagefv.elf +fastboot flash aop_a aop.mbn +fastboot flash bluetooth_a BTFM.bin +fastboot flash cmnlib64_a cmnlib64.mbn +fastboot flash cmnlib_a cmnlib.mbn +fastboot erase ddr +fastboot flash devcfg_a devcfg.mbn +fastboot flash dsp_a dspso.bin +fastboot flash hyp_a hyp.mbn +fastboot flash keymaster_a keymaster64.mbn +#fastboot flash logfs logfs_ufs_8mb.bin +#fastboot flash modem_a NON-HLOS.bin +fastboot flash qupfw_a qupv3fw.elf +fastboot flash storsec_a storsec.mbn +fastboot flash tz_a tz.mbn +fastboot flash xbl_a xbl.elf +fastboot flash xbl_config_a xbl_config.elf +fastboot flash abl_a abl.elf