diff options
author | isong <isong@broadcom.com> | 2015-04-30 19:13:45 -0700 |
---|---|---|
committer | Patrick Tjin <pattjin@google.com> | 2015-05-01 10:42:27 -0700 |
commit | c4a95a56d03335d65c9bd73dea3f66605304bac3 (patch) | |
tree | 35dffd05eb3c32872969bb8dfe10ac14fc77ae00 /bcmdhd | |
parent | 1dc3032cbec4d3d4f67fcc0a1dffb6a1dee8a1b7 (diff) | |
download | hardware_broadcom_wlan-c4a95a56d03335d65c9bd73dea3f66605304bac3.zip hardware_broadcom_wlan-c4a95a56d03335d65c9bd73dea3f66605304bac3.tar.gz hardware_broadcom_wlan-c4a95a56d03335d65c9bd73dea3f66605304bac3.tar.bz2 |
initial adding bcm4358 firmware
Change-Id: Iea43867feb8d89c45f82a9f6d000c0f14ee892ea
Signed-off-by: isong <isong@broadcom.com>
Diffstat (limited to 'bcmdhd')
-rw-r--r-- | bcmdhd/firmware/bcm4358/device-bcm.mk | 26 | ||||
-rw-r--r-- | bcmdhd/firmware/bcm4358/fw_bcm4358.bin | bin | 0 -> 577722 bytes | |||
-rw-r--r-- | bcmdhd/firmware/bcm4358/fw_bcm4358_ap.bin | bin | 0 -> 498153 bytes |
3 files changed, 26 insertions, 0 deletions
diff --git a/bcmdhd/firmware/bcm4358/device-bcm.mk b/bcmdhd/firmware/bcm4358/device-bcm.mk new file mode 100644 index 0000000..2f3abca --- /dev/null +++ b/bcmdhd/firmware/bcm4358/device-bcm.mk @@ -0,0 +1,26 @@ +# +# Copyright (C) 2008 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +######################## +-include hardware/broadcom/wlan/bcmdhd/config/config-bcm.mk + +BCM_FW_SRC_FILE_STA := fw_bcm4358.bin +BCM_FW_SRC_FILE_AP := fw_bcm4358_ap.bin + +PRODUCT_COPY_FILES += \ + hardware/broadcom/wlan/bcmdhd/firmware/bcm4358/$(BCM_FW_SRC_FILE_STA):$(TARGET_COPY_OUT_VENDOR)/firmware/fw_bcmdhd.bin \ + hardware/broadcom/wlan/bcmdhd/firmware/bcm4358/$(BCM_FW_SRC_FILE_AP):$(TARGET_COPY_OUT_VENDOR)/firmware/fw_bcmdhd_apsta.bin +######################## diff --git a/bcmdhd/firmware/bcm4358/fw_bcm4358.bin b/bcmdhd/firmware/bcm4358/fw_bcm4358.bin Binary files differnew file mode 100644 index 0000000..e846be1 --- /dev/null +++ b/bcmdhd/firmware/bcm4358/fw_bcm4358.bin diff --git a/bcmdhd/firmware/bcm4358/fw_bcm4358_ap.bin b/bcmdhd/firmware/bcm4358/fw_bcm4358_ap.bin Binary files differnew file mode 100644 index 0000000..531180a --- /dev/null +++ b/bcmdhd/firmware/bcm4358/fw_bcm4358_ap.bin |