summaryrefslogtreecommitdiff
path: root/linaro_devices/linux-firmware/Android.bp
blob: 76b9965d797a82823cf2c6bae1fd4a281622115d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
soong_namespace {}

// Lontium lt9611uxc
prebuilt_firmware {
    name: "lt9611uxc_fw.bin",
    vendor: true,
    src: "lt9611uxc_fw.bin",
    notice: "LICENSE.Lontium",
}

// WLAN
// ath10k
prebuilt_firmware {
    name: "board-2.bin",
    vendor: true,
    src: "ath10k/WCN3990/hw1.0/board-2.bin",
    relative_install_path: "ath10k/WCN3990/hw1.0",
    notice: "LICENSE.QualcommAtheros_ath10k",
}

prebuilt_firmware {
    name: "firmware-5.bin",
    vendor: true,
    src: "ath10k/WCN3990/hw1.0/firmware-5.bin",
    relative_install_path: "ath10k/WCN3990/hw1.0/",
    notice: "LICENSE.QualcommAtheros_ath10k",
}

prebuilt_firmware {
    name: "wlanmdsp.mbn",
    vendor: true,
    src: "ath10k/WCN3990/hw1.0/wlanmdsp.mbn",
    relative_install_path: "qcom/sdm845",
    notice: "ath10k/WCN3990/hw1.0/notice.txt_wlanmdsp",
}

// ath11k
prebuilt_firmware {
    name: "amss.bin",
    vendor: true,
    src: "ath11k/QCA6390/hw2.0/amss.bin",
    relative_install_path: "ath11k/QCA6390/hw2.0",
    notice: "LICENSE.QualcommAtheros_ath10k",
}

prebuilt_firmware {
    name: "m3.bin",
    vendor: true,
    src: "ath11k/QCA6390/hw2.0/m3.bin",
    relative_install_path: "ath11k/QCA6390/hw2.0",
    notice: "LICENSE.QualcommAtheros_ath10k",
}

// Bluetooth
// QCA
prebuilt_firmware {
    name: "crbtfw21.tlv",
    vendor: true,
    src: "qca/crbtfw21.tlv",
    relative_install_path: "qca",
    notice: "LICENSE.QualcommAtheros_ath10k",
}

prebuilt_firmware {
    name: "crnv21.bin",
    vendor: true,
    src: "qca/crnv21.bin",
    relative_install_path: "qca",
    notice: "LICENSE.QualcommAtheros_ath10k",
}

prebuilt_firmware {
    name: "htbtfw20.tlv",
    vendor: true,
    src: "qca/htbtfw20.tlv",
    relative_install_path: "qca",
    notice: "LICENSE.QualcommAtheros_ath10k",
}

prebuilt_firmware {
    name: "htnv20.bin",
    vendor: true,
    src: "qca/htnv20.bin",
    relative_install_path: "qca",
    notice: "LICENSE.QualcommAtheros_ath10k",
}

subdirs = [
    "qcom",
]