Amit Pundir | ce6bf96 | 2021-11-23 22:33:59 +0530 | [diff] [blame] | 1 | TL;DR: Look at "Third-party licenses" tab under "Settings" application |
| 2 | for per file licensing info: |
| 3 | |
| 4 | "Settings" |
| 5 | └── "About phone" |
| 6 | └── "Legal information" |
| 7 | └── "Third-party licenses" |
| 8 | |
| 9 | |
| 10 | The firmware binaries in this package are covered under different different |
| 11 | redistributable licences. Here is a short breakup of licenses involved: |
| 12 | |
| 13 | vendor/ |
| 14 | └── linaro_devices/ |
| 15 | ├── common/ |
| 16 | │ └── linux-firmware/ |
| 17 | │ All but one (ath10k/WCN3390/hw1.0/board-2.bin) binaries are covered |
| 18 | │ under upstream licenses mentioned in WHENCE file. |
| 19 | │ https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git (f5d519563ac9) |
| 20 | │ |
| 21 | │ ath10k/WCN3390/hw1.0/board-2.bin binary for db845c is picked from |
| 22 | │ linux-firmware.git fork: |
| 23 | │ https://github.com/andersson/linux-firmware/commit/e165604ca024 |
| 24 | └── qcom/ |
| 25 | ├── db845c/ |
| 26 | │ ├── dragonboard-845c-bootloader-ufs-aosp-88/ |
| 27 | │ │ Db845c bootloader/rescue package is covered under LICENSE file. |
| 28 | │ │ The package can be downloaded from |
| 29 | │ │ http://snapshots.linaro.org/96boards/dragonboard845c/linaro/rescue/88/dragonboard-845c-bootloader-ufs-aosp-88.zip |
| 30 | │ │ |
| 31 | │ ├── qdl/ |
| 32 | │ │ QDL board recovery tool (covered under LICENSE) is built from |
| 33 | │ │ https://git.linaro.org/landing-teams/working/qualcomm/qdl.git (760b3dffb03d) |
| 34 | │ │ |
| 35 | │ └── RB3_firmware_20190529180356-v4/ |
| 36 | │ These binaries are covered under LICENSE.qcom.txt |
| 37 | │ The package can be downloaded from |
| 38 | │ http://releases.linaro.org/96boards/dragonboard845c/qualcomm/firmware/RB3_firmware_20190529180356-v4.zip |
| 39 | └── rb5/ |
| 40 | ├── qdl/ |
| 41 | │ QDL board recovery tool (covered under LICENSE) is built from |
| 42 | │ https://git.linaro.org/landing-teams/working/qualcomm/qdl.git (13681fcb359c) |
| 43 | │ |
| 44 | ├── rb5-bootloader-ufs-aosp-19/ |
| 45 | │ RB5 bootloader/rescue package is covered under LICENSE file. |
| 46 | │ The package can be downloaded from |
| 47 | │ http://snapshots.linaro.org/96boards/qrb5165-rb5/linaro/rescue/19/rb5-bootloader-ufs-aosp-19.zip |
| 48 | │ |
| 49 | └── RB5_firmware_20210331-v4/ |
| 50 | These binaries are covered under LICENSE.qcom.txt |
| 51 | The package can be downloaded from |
| 52 | http://releases.linaro.org/96boards/rb5/qualcomm/firmware/RB5_firmware_20210331-v4.zip |