From 758825e24b05b0e8a15c5adccd212abb7cabbe96 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 05 2022 14:44:30 +0000 Subject: import linux-firmware-20220210-107.git6342082c.el8 --- diff --git a/.gitignore b/.gitignore index 487f47f..943a31d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ +SOURCES/amss.bin +SOURCES/board-2.bin SOURCES/linux-firmware-20220210.tar.xz +SOURCES/m3.bin +SOURCES/regdb.bin diff --git a/.linux-firmware.metadata b/.linux-firmware.metadata index 32c3265..e6349bd 100644 --- a/.linux-firmware.metadata +++ b/.linux-firmware.metadata @@ -1 +1,5 @@ +cd411becc8cf1cf849e76ba9163505a5916d0783 SOURCES/amss.bin +83905fb1f7427021130d8b84e4bbade6cca9077a SOURCES/board-2.bin c5ca044176cc43d8a2eb1b742eb3e9a5e1978db3 SOURCES/linux-firmware-20220210.tar.xz +e1cb30e71a2da11b20e9e8f359c1bba99a8084a5 SOURCES/m3.bin +d8c56239c5adff3881ba0a5e770961fb63cad41d SOURCES/regdb.bin diff --git a/SOURCES/Notice.txt b/SOURCES/Notice.txt new file mode 100644 index 0000000..edf86d4 --- /dev/null +++ b/SOURCES/Notice.txt @@ -0,0 +1,3658 @@ +This Notice.txt file contains certain notices of software components +included with the software that Qualcomm Atheros, Inc. ("Qualcomm +Atheros") is required to provide you. Except where prohibited by the +open source license, the content of this notices file is only provided +to satisfy Qualcomm Atheros's attribution and notice requirement; your +use of these software components together with the Qualcomm Atheros +software (Qualcomm Atheros software hereinafter referred to as +"Software") is subject to the terms of your agreement from Qualcomm +Atheros. Compliance with all copyright laws and software license +agreements included in the notice section of this file are the +responsibility of the user. Except as may be granted by separate +express written agreement, this file provides no license to any +patents, trademarks, copyrights, or other intellectual property of +Qualcomm Incorporated or any of its subsidiaries. + +Qualcomm is a trademark of Qualcomm Incorporated, registered in the +United States and other countries. All Qualcomm Incorporated +trademarks are used with permission. Other products and brand names +may be trademarks or registered trademarks of their respective owners. + +================================================================================ +File: stringl.h + +/*- + * Copyright (c) 1990 The Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * @(#)string.h 5.10 (Berkeley) 3/9/91 + */ + +================================================================================ + +File: atomic_ops.h + +/* + * Australian Public Licence B (OZPLB) + * + * Version 1-0 + * + * Copyright (c) 2007, Open Kernel Labs, Inc. + * + * All rights reserved. + * + * Developed by: Embedded, Real-time and Operating Systems Program (ERTOS) + * National ICT Australia + * http://www.ertos.nicta.com.au + * + * Permission is granted by National ICT Australia, free of charge, to + * any person obtaining a copy of this software and any associated + * documentation files (the "Software") to deal with the Software without + * restriction, including (without limitation) the rights to use, copy, + * modify, adapt, merge, publish, distribute, communicate to the public, + * sublicense, and/or sell, lend or rent out copies of the Software, and + * to permit persons to whom the Software is furnished to do so, subject + * to the following conditions: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimers. + * + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following + * disclaimers in the documentation and/or other materials provided + * with the distribution. + * + * * Neither the name of National ICT Australia, nor the names of its + * contributors, may be used to endorse or promote products derived + * from this Software without specific prior written permission. + * + * EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT + * PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND + * NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS, + * WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING + * BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS + * REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE, + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, + * THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF + * ERRORS, WHETHER OR NOT DISCOVERABLE. + * + * TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL + * NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL + * THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT, + * NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER + * LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR + * OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS + * OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR + * OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT, + * CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN + * CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER + * DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS + * CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS, + * DAMAGES OR OTHER LIABILITY. + * + * If applicable legislation implies representations, warranties, or + * conditions, or imposes obligations or liability on National ICT + * Australia or one of its contributors in respect of the Software that + * cannot be wholly or partly excluded, restricted or modified, the + * liability of National ICT Australia or the contributor is limited, to + * the full extent permitted by the applicable legislation, at its + * option, to: + * a. in the case of goods, any one or more of the following: + * i. the replacement of the goods or the supply of equivalent goods; + * ii. the repair of the goods; + * iii. the payment of the cost of replacing the goods or of acquiring + * equivalent goods; + * iv. the payment of the cost of having the goods repaired; or + * b. in the case of services: + * i. the supplying of the services again; or + * ii. the payment of the cost of having the services supplied again. + * + * The construction, validity and performance of this licence is governed + * by the laws in force in New South Wales, Australia. + */ + +/* + * Author: Malcolm Purvis + * Author: Carlos Dyonisio + */ +================================================================================ + +File: qurt_atomic_ops.h + +/* + * Australian Public Licence B (OZPLB) + * + * Version 1-0 + * + * Copyright (c) 2007, Open Kernel Labs, Inc. + * + * All rights reserved. + * + * Developed by: Embedded, Real-time and Operating Systems Program (ERTOS) + * National ICT Australia + * http://www.ertos.nicta.com.au + * + * Permission is granted by National ICT Australia, free of charge, to + * any person obtaining a copy of this software and any associated + * documentation files (the "Software") to deal with the Software without + * restriction, including (without limitation) the rights to use, copy, + * modify, adapt, merge, publish, distribute, communicate to the public, + * sublicense, and/or sell, lend or rent out copies of the Software, and + * to permit persons to whom the Software is furnished to do so, subject + * to the following conditions: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimers. + * + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following + * disclaimers in the documentation and/or other materials provided + * with the distribution. + * + * * Neither the name of National ICT Australia, nor the names of its + * contributors, may be used to endorse or promote products derived + * from this Software without specific prior written permission. + * + * EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT + * PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND + * NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS, + * WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING + * BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS + * REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE, + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, + * THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF + * ERRORS, WHETHER OR NOT DISCOVERABLE. + * + * TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL + * NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL + * THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT, + * NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER + * LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR + * OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS + * OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR + * OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT, + * CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN + * CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER + * DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS + * CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS, + * DAMAGES OR OTHER LIABILITY. + * + * If applicable legislation implies representations, warranties, or + * conditions, or imposes obligations or liability on National ICT + * Australia or one of its contributors in respect of the Software that + * cannot be wholly or partly excluded, restricted or modified, the + * liability of National ICT Australia or the contributor is limited, to + * the full extent permitted by the applicable legislation, at its + * option, to: + * a. in the case of goods, any one or more of the following: + * i. the replacement of the goods or the supply of equivalent goods; + * ii. the repair of the goods; + * iii. the payment of the cost of replacing the goods or of acquiring + * equivalent goods; + * iv. the payment of the cost of having the goods repaired; or + * b. in the case of services: + * i. the supplying of the services again; or + * ii. the payment of the cost of having the services supplied again. + * + * The construction, validity and performance of this licence is governed + * by the laws in force in New South Wales, Australia. + */ + +/* + * Author: Malcolm Purvis + * + * This file is only included by the main atomic_ops.h, so all of that + * file's definitions are available. + */ + +================================================================================ + +File: htt_common.h + +/* + * Copyright (c) 2012-2016, 2020 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ + +================================================================================ +File: htt_deps.h + +/* + * Copyright (c) 2011-2017 The Linux Foundation. All rights reserved. + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: htt.h + +/* + * Copyright (c) 2011-2021 The Linux Foundation. All rights reserved. + * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: htt_ppdu_stats.h +/* + * Copyright (c) 2017-2021 The Linux Foundation. All rights reserved. + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ +================================================================================ +File: htt_stats.h + +/* + * Copyright (c) 2017-2021 The Linux Foundation. All rights reserved. + * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved. + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ +================================================================================ +File: pcie_reg_scratch.h + +/* + * Copyright (c) 2021 The Linux Foundation. All rights reserved. + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ +================================================================================ +File: wdi_ipa.h + +/* + * Copyright (c) 2011-2017 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: wlan_defs.h + +/* + * Copyright (c) 2013-2016, 2018-2021 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: wlan_nan_msg_common.h + +/* + * Copyright (c) 2017-2018 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: wlan_nan_msg_common_v2.h + +/* + * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ +================================================================================ +File: wlan_nan_msg.h + +/* + * Copyright (c) 2014-2018 The Linux Foundation. All rights reserved. + * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: wmi.h + +/* + * Copyright (c) 2010-2017 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: wmi_services.h + +/* + * Copyright (c) 2011-2021 The Linux Foundation. All rights reserved. + * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: wmi_tlv_defs.h + +/* + * Copyright (c) 2010-2021 The Linux Foundation. All rights reserved. + * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: wmi_tlv_helper.h + +/* + * Copyright (c) 2012-2017 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: wmi_unified.h + +/* + * Copyright (c) 2010-2021 The Linux Foundation. All rights reserved. + * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: wmi_unified_vendor.h + +/* + * Copyright (c) 2020 The Linux Foundation. All rights reserved. + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ +================================================================================ +File: wmi_version.h + +/* + * Copyright (c) 2012-2021 The Linux Foundation. All rights reserved. + * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: wmix.h + +/* + * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ + +================================================================================ +File: athdefs.h + +/* + * Copyright (c) 2012 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: cepci.h + +/* + * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: dbglog.h + +/* + * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: dbglog_id.h + +/* + * Copyright (c) 2010-2017 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: enet.h + +/* + * Copyright (c) 2012-2014, 2017, 2021 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: epping_test.h + +/* + * Copyright (c) 2012 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: htc.h + +/* + * Copyright (c) 2012, 2014-2016, 2018 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: htc_services.h + +/* + * Copyright (c) 2012, 2014-2017, 2020 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: ip_prot.h + +/* + * Copyright (c) 2012 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: ipv4.h + +/* + * Copyright (c) 2012 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: ipv6.h + +/* + * Copyright (c) 2012-2013 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: ol_fw_tx_dbg.h + +/* + * Copyright (c) 2012 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ + +================================================================================ +File: pktlog_if.h + +/* + * Copyright (c) 2012,2015,2017,2021 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: queue.h + +/* + * Copyright (c) 2017 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ +================================================================================ +File: stail_queue.h + +// +// Copyright (c) 1991, 1993 +// The Regents of the University of California. All rights reserved. +// $ATH_LICENSE_NULL$ +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions +// are met: +// 1. Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// 2. Redistributions in binary form must reproduce the above copyright +// notice, this list of conditions and the following disclaimer in the +// documentation and/or other materials provided with the distribution. +// 3. All advertising materials mentioning features or use of this software +// must display the following acknowledgement: +// This product includes software developed by the University of +// California, Berkeley and its contributors. +// 4. Neither the name of the University nor the names of its contributors +// may be used to endorse or promote products derived from this software +// without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +// ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +// OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +// HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +// LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +// SUCH DAMAGE. +// +// @(#)queue.h 8.5 (Berkeley) 8/20/94 +// $FreeBSD: src/sys/sys/queue.h,v 1.58 2004/04/07 04:19:49 imp Exp $ +// $Id: //components/rel/wlanfw_cmn.cnss/1.0/cnss_proc/wlan/fwcommon/include/queue.h#1 $ +// +================================================================================ +File: targaddrs.h + +/* + * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: wlan_module_ids.h + +/* + * Copyright (c) 2011-2021 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: aes_gcm.h + +*/ +/* + * Galois/Counter Mode (GCM) and GMAC with AES + * + * Copyright (c) 2012, Jouni Malinen + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. + */ +================================================================================ +File: aes_wrap.h + +*/ +/* + * For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +/* + * AES-based functions + * + * + * - AES Key Wrap Algorithm (128-bit KEK) (RFC3394) + * - One-Key CBC MAC (OMAC1) hash with AES-128 + * - AES-128 CTR mode encryption + * - AES-128 EAX mode encryption/decryption + * - AES-128 CBC + * + * Copyright (c) 2003-2005, Jouni Malinen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ +================================================================================ +File: md5_api.h +* For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +/* + * MD5 hash implementation and interface functions + * Copyright (c) 2003-2005, Jouni Malinen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ +================================================================================ +File: sha1.h +* For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +/* + * SHA1 hash implementation and interface functions + * Copyright (c) 2003-2005, Jouni Malinen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ +================================================================================ +File: sha2.h + +/* + * FILE: sha2.h + * AUTHOR: Aaron D. Gifford - http://www.aarongifford.com/ + * + * Copyright (c) 2000-2001, Aaron D. Gifford + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the copyright holder nor the names of contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTOR(S) ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTOR(S) BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * $Id: //depot/sw/branches/qca_rome_main/perf_pwr_offload/drivers/target/include/sha2.h#1 $ + */ +================================================================================ +File: wal_dfs.h + + +/* + *Copyright (c) 2012-2020 The Linux Foundation. All rights reserved. + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED ""AS IS"" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ +================================================================================ +File: if_ethersubr.h + +* For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +// - +// Copyright (c) 2002-2004 Sam Leffler, Errno Consulting +// All rights reserved. +// $ATH_LICENSE_NULL$ +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions +// are met: +// 1. Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer, +// without modification. +// 2. Redistributions in binary form must reproduce at minimum a disclaimer +// similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any +// redistribution must be conditioned upon including a substantially +// similar Disclaimer requirement for further binary redistribution. +// 3. Neither the names of the above-listed copyright holders nor the names +// of any contributors may be used to endorse or promote products derived +// from this software without specific prior written permission. +// +// Alternatively, this software may be distributed under the terms of the +// GNU General Public License ("GPL") version 2 as published by the Free +// Software Foundation. +// +// NO WARRANTY +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTIBILITY +// AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL +// THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, +// OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER +// IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF +// THE POSSIBILITY OF SUCH DAMAGES. +// +// $Id: //components/rel/wlanfw.cnss/1.0.1/cnss_proc/wlan/fw/target/src/wlan/proto/include/if_ethersubr.h#3 $ +// + +================================================================================ +File: wal_dfs.c +/* + * Copyright (c) 2012-2019 The Linux Foundation. All rights reserved. + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED ""AS IS"" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ +================================================================================ +File: ieee_crc32.c + +/* + * COPYRIGHT (C) 1986 Gary S. Brown. You may use this program, or + * code or tables extracted from it, as desired without restriction. + * + * First, the polynomial itself and its table of feedback terms. The + * polynomial is + * X^32+X^26+X^23+X^22+X^16+X^12+X^11+X^10+X^8+X^7+X^5+X^4+X^2+X^1+X^0 + * + * Note that we take it "backwards" and put the highest-order term in + * the lowest-order bit. The X^32 term is "implied"; the LSB is the + * X^31 term, etc. The X^0 term (usually shown as "+1") results in + * the MSB being 1 + * + * Note that the usual hardware shift register implementation, which + * is what we're using (we're merely optimizing it by doing eight-bit + * chunks at a time) shifts bits into the lowest-order term. In our + * implementation, that means shifting towards the right. Why do we + * do it this way? Because the calculated CRC must be transmitted in + * order from highest-order term to lowest-order term. UARTs transmit + * characters in order from LSB to MSB. By storing the CRC this way + * we hand it to the UART in the order low-byte to high-byte; the UART + * sends each low-bit to hight-bit; and the result is transmission bit + * by bit from highest- to lowest-order term without requiring any bit + * shuffling on our part. Reception works similarly + * + * The feedback terms table consists of 256, 32-bit entries. Notes + * + * The table can be generated at runtime if desired; code to do so + * is shown later. It might not be obvious, but the feedback + * terms simply represent the results of eight shift/xor opera + * tions for all combinations of data and CRC register values + * + * The values must be right-shifted by eight bits by the "updcrc + * logic; the shift must be unsigned (bring in zeroes). On some + * hardware you could probably optimize the shift in assembler by + * using byte-swap instructions + * polynomial $edb88320 + * + * + * CRC32 code derived from work by Gary S. Brown. + */ +================================================================================ +File: aes.c + +/* + * For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +/* + * AES (Rijndael) cipher + * + * Modifications to public domain implementation: + * - support only 128-bit keys + * - cleanup + * - use C pre-processor to make it easier to change S table access + * - added option (AES_SMALL_TABLES) for reducing code size by about 8 kB at + * cost of reduced throughput (quite small difference on Pentium 4, + * 10-25% when using -O1 or -O2 optimization) + * + * Copyright (c) 2003-2005, Jouni Malinen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ + +/* + * rijndael-alg-fst.c + * + * @version 3.0 (December 2000) + * + * Optimised ANSI C code for the Rijndael cipher (now AES) + * + * @author Vincent Rijmen + * @author Antoon Bosselaers + * @author Paulo Barreto + * + * This code is hereby placed in the public domain. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ +================================================================================ +File: aes_gcm.c + +/* + * Galois/Counter Mode (GCM) and GMAC with AES + * + * Copyright (c) 2012, Jouni Malinen + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. + */ +================================================================================ +File: aes_wrap.c + +* For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +/* + * AES-based functions + * + * - AES Key Wrap Algorithm (128-bit KEK) (RFC3394) + * - One-Key CBC MAC (OMAC1) hash with AES-128 + * - AES-128 CTR mode encryption + * - AES-128 EAX mode encryption/decryption + * - AES-128 CBC + * + * Copyright (c) 2003-2005, Jouni Malinen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ +================================================================================ +File: common.h + +* For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +/* + * wpa_supplicant/hostapd / common helper functions, etc. + * Copyright (c) 2002-2005, Jouni Malinen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ +================================================================================ +File: md5.c + + +// +// $Id: //depot/sw/branches/qca_main_wifi2.0/perf_pwr_offload/drivers/target/src/misc/crypto/md5.c#1 $ +// +// This code implements the MD5 message-digest algorithm. +// The algorithm is due to Ron Rivest. This code was +// written by Colin Plumb in 1993, no copyright is claimed. +// This code is in the public domain; do with it what you wish. +// +// Equivalent code is available from RSA Data Security, Inc. +// This code has been tested against that, and is equivalent, +// except that you don't need to include two pages of legalese +// with every copy. +// +// To compute the message digest of a chunk of bytes, declare an +// MD5Context structure, pass it to MD5Init, call MD5Update as +// needed on buffers full of bytes, and then call MD5Final, which +// will fill a supplied 16-byte array with the digest. +// +================================================================================ +File: sha1.c +* For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +/* + * SHA1 hash implementation and interface functions + * Copyright (c) 2003-2005, Jouni Malinen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ +================================================================================ +File: wmi_tlv_helper.c + +/* + * Copyright (c) 2012-2019 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: platform_cmnos_printf.c + +/*- + * Copyright (c) 1990, 1993 + * The Regents of the University of California. All rights reserved. + * + * This code is derived from software contributed to Berkeley by + * Chris Torek. + * + * Copyright (c) 2011 The FreeBSD Foundation + * All rights reserved. + * Portions of this software were developed by David Chisnall + * under sponsorship from the FreeBSD Foundation. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ +================================================================================ +File: hca_HwComponentBbLithium_dfs_phyerr_tlv.cpp + +/* + + * + * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: hca_HwComponentBbLithium_dfs_process_phyerr.cpp + +* Copyright (c) 2002-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: hca_HwComponentBbLithium_dfs_process_radarevent.cpp + + + * Copyright (c) 2002-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: hca_HwComponentBbLithium_dfs_radar_report.h +* Copyright (c) 2018 The Linux Foundation. All rights reserved. +* +* Permission to use, copy, modify, and/or distribute this software for +* any purpose with or without fee is hereby granted, provided that the +* above copyright notice and this permission notice appear in all +* copies. +* +* THE SOFTWARE IS PROVIDED ""AS IS"" AND THE AUTHOR DISCLAIMS ALL +* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL +* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR +* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +* PERFORMANCE OF THIS SOFTWARE. +*/ + +================================================================================ +File: phyUtilsStrlcpy.c + +/* $OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $ */ + +/*- + * Copyright (c) 1998 Todd C. Miller + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +================================================================================ +File: cds_ieee80211_common.h +* Copyright (c) 2011,2014-2015 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: cds_ieee80211_common_i.h + +/* + * Copyright (c) 2013-2015 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: ath_dfs_structs.h + +/* + * Copyright (c) 2011-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ + +================================================================================ +File: dfs.h + +* Copyright (c) 2005-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ + +================================================================================ +File: dfs_interface.h + +/* + * Copyright (c) 2011-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: dfs_ioctl.h + +/* + * Copyright (c) 2010-2015 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: dfs_ioctl_private.h + +/* + * Copyright (c) 2010-2015 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: qdf_net_types.h + +/* + * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: radar_filters.h +* Copyright (c) 2011-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ + +================================================================================ +File: types.h + +/* + * Copyright (c) 2013-2014 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: cds_reg_service.h + +/* + * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: qdf_status.h + +/* + * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ + +================================================================================ +File: wma_dfs_interface.h +* Copyright (c) 2014-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: cds_reg_service.c + +/* + * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: dfs_bindetects.c + +* Copyright (c) 2002-2014 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: dfs.c + +* Copyright (c) 2002-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: dfs_debug.c + +/* + * Copyright (c) 2002-2014 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: dfs_fcc_bin5.c + +* Copyright (c) 2002-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: dfs_init.c + + * Copyright (c) 2002-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: dfs_misc.c + +/* + * Copyright (c) 2002-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: dfs_nol.c +* Copyright (c) 2002-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ + +================================================================================ +File: dfs_staggered.c + + + * Copyright (c) 2002-2014 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: phyrf_dfs.c + +* Copyright (c) 2013-2017 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED ""AS IS"" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ +================================================================================ +File: wma_dfs_interface.c + +* Copyright (c) 2013-2016 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: common.h + +/* + * For this file, which was received with alternative licensing options for + * distribution, Qualcomm Technologies, Inc. has selected the BSD license. + */ + +/* + * wpa_supplicant/hostapd / common helper functions, etc. + * Copyright (c) 2002-2005, Jouni Malinen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ +================================================================================ +File: config.h + +* For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +/* + * WPA Supplicant / Configuration file structures + * Copyright (c) 2003-2005, Jouni Malinen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ +================================================================================ +File: if_llc.h + +/* + * For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +//- +// Copyright (c) 2002-2004 Sam Leffler, Errno Consulting +// All rights reserved. +// $ATH_LICENSE_NULL$ +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions +// are met: +// 1. Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer, +// without modification. +// 2. Redistributions in binary form must reproduce at minimum a disclaimer +// similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any +// redistribution must be conditioned upon including a substantially +// similar Disclaimer requirement for further binary redistribution. +// 3. Neither the names of the above-listed copyright holders nor the names +// of any contributors may be used to endorse or promote products derived +// from this software without specific prior written permission. +// +// Alternatively, this software may be distributed under the terms of the +// GNU General Public License ("GPL") version 2 as published by the Free +// Software Foundation. +// +// NO WARRANTY +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTIBILITY +// AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL +// THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, +// OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER +// IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF +// THE POSSIBILITY OF SUCH DAMAGES. +// +// $Id: //components/rel/wlanfw.cnss/1.0.1/cnss_proc/wlan/fw/target/src/wlan/proto/include/if_llc.h#3 $ +// $NetBSD: if_llc.h,v 1.12 1999/11/19 20:41:19 thorpej Exp $ +// $Id: //components/rel/wlanfw.cnss/1.0.1/cnss_proc/wlan/fw/target/src/wlan/proto/include/if_llc.h#3 $ +// + +/* + * Copyright (c) 1988, 1993 + * The Regents of the University of California. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * This product includes software developed by the University of + * California, Berkeley and its contributors. + * 4. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * @(#)if_llc.h 8.1 (Berkeley) 6/10/93 + * $FreeBSD: src/sys/net/if_llc.h,v 1.9 2002/09/23 06:25:08 alfred Exp $ + */ +================================================================================ +File: qvit_init_api.h + +/* + * Copyright (c) 2012, Atheros Communications Inc. + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ +================================================================================ +File: suppl_auth_api.h + +* For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +/* + * WPA Supplicant - Common definitions + * Copyright (c) 2004-2005, Jouni Malinen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ +================================================================================ +File: wpa.h +* For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +/* + * wpa_supplicant - WPA definitions + * Copyright (c) 2003-2005, Jouni Malinen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ +================================================================================ +File: wpa_i.h +* For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +/* + * wpa_supplicant - Internal WPA state machine definitions + * Copyright (c) 2004-2005, Jouni Malinen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ +================================================================================ +File: wlan_mlme_wmi.c +* Copyright (c) 2013-2014 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED ""AS IS"" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ +================================================================================ +File: sha2.c + +/* + * FILE: sha2.c + * AUTHOR: Aaron D. Gifford - http://www.aarongifford.com/ + * + * Copyright (c) 2000-2001, Aaron D. Gifford + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the copyright holder nor the names of contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTOR(S) ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTOR(S) BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + */ +================================================================================ +File: wlan_p2p_listen_offload.c + +* For this file, which was received with alternative licensing options for +* distribution, Qualcomm Technologies, Inc. has selected the BSD license. +* Wi-Fi Protected Setup - attribute parsing +* Copyright (c) 2008, Jouni Malinen +* +* This software may be distributed under the terms of the BSD license. +* See README for more details. +*/ +================================================================================ +File: wlan_p2p_listen_offload_int.c + +* For this file, which was received with alternative licensing options for +* distribution, Qualcomm Technologies, Inc. has selected the BSD license. +*/ +/* +/* +* Wi-Fi Protected Setup - attribute parsing +* Copyright (c) 2008, Jouni Malinen +* +* This software may be distributed under the terms of the BSD license. +* See README for more details. +*/ +================================================================================ +File: wlan_p2p_listen_offload_int.h + +* For this file, which was received with alternative licensing options for +* distribution, Qualcomm Technologies, Inc. has selected the BSD license. +*/ +/* +* Wi-Fi Protected Setup - message definitions +* Copyright (c) 2008, Jouni Malinen +* +* This software may be distributed under the terms of the BSD license. +* See README for more details. +*/ +================================================================================ +File: apf.h + +/* + * Copyright 2018, 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. + */ +================================================================================ +File: apf_interpreter.c + +/* + * Copyright 2018, 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. + */ +================================================================================ +File: apf_interpreter.h + +/* + * Copyright 2015, 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. + */ + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the +copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other +entities that control, are controlled by, or are under common control +with that entity. For the purposes of this definition, "control" means +(i) the power, direct or indirect, to cause the direction or +management of such entity, whether by contract or otherwise, or (ii) +ownership of fifty percent (50%) or more of the outstanding shares, or +(iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising +permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files. + +"Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but not +limited to compiled object code, generated documentation, and +conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object +form, made available under the License, as indicated by a copyright +notice that is included in or attached to the work (an example is +provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the +purposes of this License, Derivative Works shall not include works +that remain separable from, or merely link (or bind by name) to the +interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the +original version of the Work and any modifications or additions to +that Work or Derivative Works thereof, that is intentionally submitted +to Licensor for inclusion in the Work by the copyright owner or by an +individual or Legal Entity authorized to submit on behalf of the +copyright owner. For the purposes of this definition, "submitted" +means any form of electronic, verbal, or written communication sent to +the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control +systems, and issue tracking systems that are managed by, or on behalf +of, the Licensor for the purpose of discussing and improving the Work, +but excluding communication that is conspicuously marked or otherwise +designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, publicly +display, publicly perform, sublicense, and distribute the Work and +such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except +as stated in this section) patent license to make, have made, use, +offer to sell, sell, import, and otherwise transfer the Work, where +such license applies only to those patent claims licensable by such +Contributor that are necessarily infringed by their Contribution(s) +alone or by combination of their Contribution(s) with the Work to +which such Contribution(s) was submitted. If You institute patent +litigation against any entity (including a cross-claim or counterclaim +in a lawsuit) alleging that the Work or a Contribution incorporated +within the Work constitutes direct or contributory patent +infringement, then any patent licenses granted to You under this +License for that Work shall terminate as of the date such litigation +is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work +or Derivative Works thereof in any medium, with or without +modifications, and in Source or Object form, provided that You meet +the following conditions: + + 1. You must give any other recipients of the Work or Derivative + Works a copy of this License; and + + 2. You must cause any modified files to carry prominent notices + stating that You changed the files; and + + 3. You must retain, in the Source form of any Derivative Works that + You distribute, all copyright, patent, trademark, and attribution + notices from the Source form of the Work, excluding those notices + that do not pertain to any part of the Derivative Works; and + + 4. If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one of + the following places: within a NOTICE text file distributed as + part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and do not + modify the License. You may add Your own attribution notices + within Derivative Works that You distribute, alongside or as an + addendum to the NOTICE text from the Work, provided that such + additional attribution notices cannot be construed as modifying + the License. + + You may add Your own copyright statement to Your modifications + and may provide additional or different license terms and + conditions for use, reproduction, or distribution of Your + modifications, or for any such Derivative Works as a whole, + provided Your use, reproduction, and distribution of the Work + otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work by +You to the Licensor shall be under the terms and conditions of this +License, without any additional terms or conditions. Notwithstanding +the above, nothing herein shall supersede or modify the terms of any +separate license agreement you may have executed with Licensor +regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed +to in writing, Licensor provides the Work (and each Contributor +provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR +CONDITIONS OF ANY KIND, either express or implied, including, without +limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, +MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely +responsible for determining the appropriateness of using or +redistributing the Work and assume any risks associated with Your +exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, unless +required by applicable law (such as deliberate and grossly negligent +acts) or agreed to in writing, shall any Contributor be liable to You +for damages, including any direct, indirect, special, incidental, or +consequential damages of any character arising as a result of this +License or out of the use or inability to use the Work (including but +not limited to damages for loss of goodwill, work stoppage, computer +failure or malfunction, or any and all other commercial damages or +losses), even if such Contributor has been advised of the possibility +of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, and +charge a fee for, acceptance of support, warranty, indemnity, or other +liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only on +Your own behalf and on Your sole responsibility, not on behalf of any +other Contributor, and only if You agree to indemnify, defend, and +hold each Contributor harmless for any liability incurred by, or +claims asserted against, such Contributor by reason of your accepting +any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +================================================================================ +File: wlan_p2p_disc_offload.c +* For this file, which was received with alternative licensing options for +* distribution, Qualcomm Technologies, Inc. has selected the BSD license. +*/ +/* +* Wi-Fi Protected Setup - attribute parsing +* Copyright (c) 2008, Jouni Malinen +* +* This software may be distributed under the terms of the BSD license. +* See README for more details. +*/ +================================================================================ +File: wlan_p2p_disc_offload_internal.h + +* For this file, which was received with alternative licensing options for +* distribution, Qualcomm Technologies, Inc. has selected the BSD license. +*/ +/* +* Wi-Fi Protected Setup - message definitions +* Copyright (c) 2008, Jouni Malinen +* +* This software may be distributed under the terms of the BSD license. +* See README for more details. +*/ + +================================================================================ +File: aes-ctr.c + +/* + * AES-128/192/256 CTR + * + * Copyright (c) 2003-2007, Jouni Malinen + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. + */ +================================================================================ +File: aes-siv.c +* For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +/* + * AES SIV (RFC 5297) + * Copyright (c) 2013 Cozybit, Inc. + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. + */ +================================================================================ +File: aes_siv.h +* For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ +/* + * AES SIV (RFC 5297) + * Copyright (c) 2013 Cozybit, Inc. + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. + */ +================================================================================ +File: crypto.h + +* For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +/* + * WPA Supplicant / wrapper functions for crypto libraries + * Copyright (c) 2004-2005, Jouni Malinen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + * + * This file defines the cryptographic functions that need to be implemented + * for wpa_supplicant and hostapd. When TLS is not used, internal + * implementation of MD5, SHA1, and AES is used and no external libraries are + * required. When TLS is enabled (e.g., by enabling EAP-TLS or EAP-PEAP), the + * crypto library used by the TLS implementation is expected to be used for + * non-TLS needs, too, in order to save space by not implementing these + * functions twice. + * + * Wrapper code for using each crypto library is in its own file (crypto*.c) + * and one of these files is build and linked in to provide the functions + * defined here. + */ +================================================================================ +File: fils.c + + + * Copyright (c) 2002-2018, Jouni Malinen + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. + */ +================================================================================ +File: fils.h + +* Copyright (c) 2002-2018, Jouni Malinen + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. + */ + +================================================================================ +File: m1_m4_frame.c + + * For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ +/* RC4 stream cipher + * Copyright (c) 2002-2005, Jouni Malinen + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. +*/ + +================================================================================ +File: my_nan_sec.c + +* For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +/* + * WPA Supplicant - WPA state machine and EAPOL-Key processing + * Copyright (c) 2003-2005, Jouni Malinen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ +================================================================================ +File: mywpa.c + +* For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +/* + * WPA Supplicant - WPA state machine and EAPOL-Key processing + * Copyright (c) 2003-2005, Jouni Malinen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ +================================================================================ +File: mywpa_common.c + +* WPA/RSN - Shared functions for supplicant and authenticator + * Copyright (c) 2002-2018, Jouni Malinen + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. + */ +================================================================================ +File: mywpa_common.h + + +/* + * WPA definitions shared between hostapd and wpa_supplicant + * Copyright (c) 2002-2018, Jouni Malinen + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. + */ + +================================================================================ +File: mywpa_ft.c +* For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +/* + * WPA Supplicant - IEEE 802.11r - Fast BSS Transition + * Copyright (c) 2006-2007, Jouni Malinen + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ +================================================================================ +File: mywpa_ft.h + +* For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +/* + * WPA Supplicant - IEEE 802.11r - Fast BSS Transition + * Copyright (c) 2006-2007, Jouni Malinen + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ +================================================================================ +File: sha256.c + +* For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +/* + * SHA-256 hash implementation and interface functions + * Copyright (c) 2003-2007, Jouni Malinen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ +================================================================================ +File: sha256.h + +* For this file, which was received with alternative licensing options for + * distribution, Qualcomm Atheros, Inc. has selected the BSD license. + */ + +/* + * SHA256 hash implementation and interface functions + * Copyright (c) 2003-2006, Jouni Malinen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ +================================================================================ +File: sha256-kdf.c + +/* + * HMAC-SHA256 KDF (RFC 5295) and HKDF-Expand(SHA256) (RFC 5869) + * Copyright (c) 2014-2017, Jouni Malinen + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. + */ +================================================================================ +File: sha384.c + +/* + * SHA-384 hash implementation and interface functions + * Copyright (c) 2003-2017, Jouni Malinen + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. + */ + +================================================================================ +File: sha384.h + +/* + * SHA384 hash implementation and interface functions + * Copyright (c) 2015-2017, Jouni Malinen + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. + */ + +================================================================================ +File: sha384_i.h + +/* + * SHA-384 internal definitions + * Copyright (c) 2015, Pali Rohár + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. + */ +================================================================================ +File: sha384-internal.c + +/* + * SHA-384 hash implementation and interface functions + * Copyright (c) 2015, Pali Rohár + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. + */ +================================================================================ +File: sha384-prf.c + +/* + * SHA384-based KDF (IEEE 802.11ac) + * Copyright (c) 2003-2017, Jouni Malinen + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. + */ +================================================================================ +File: sha512_i.h + +/* + * SHA-512 internal definitions + * Copyright (c) 2015, Pali Rohár + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. + */ +================================================================================ +File: sha512-internal.c + +/* + * SHA-512 hash implementation and interface functions + * Copyright (c) 2015, Pali Rohár + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. + */ +================================================================================ +File: wmi_vendor.h + +/* + * Copyright (c) 2012-2017 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: wmi_vendor_ss.h + +/* + * Copyright (c) 2012-2017 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: athstartpack.h + +/* + * Copyright (c) 2014 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ + +================================================================================ +File: dbglog.h + +/* + * Copyright (c) 2014 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ + +================================================================================ +File: wlan_defs.h + +/* + * Copyright (c) 2004-2014 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ + +================================================================================ +File: wlan_module_ids.h + +/* + * Copyright (c) 2014 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ + +================================================================================ +File: wmi.h + +/* + * Copyright (c) 2004-2014 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ + +================================================================================ +File: wmi_port.h + +/* + * Copyright (c) 2014 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ +================================================================================ +File: wmi_unified_priv.h + +/* + * Copyright (c) 2014 The Linux Foundation. All rights reserved. + * + * Previously licensed under the ISC license by Qualcomm Atheros, Inc. + * + * + * Permission to use, copy, modify, and/or distribute this software for + * any purpose with or without fee is hereby granted, provided that the + * above copyright notice and this permission notice appear in all + * copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * This file was originally distributed by Qualcomm Atheros, Inc. + * under proprietary terms before Copyright ownership was assigned + * to the Linux Foundation. + */ + diff --git a/SOURCES/WHENCE b/SOURCES/WHENCE new file mode 100644 index 0000000..1a668f9 --- /dev/null +++ b/SOURCES/WHENCE @@ -0,0 +1,5890 @@ + ********** + * WHENCE * + ********** + +This file attempts to document the origin and licensing information, +if known, for each piece of firmware distributed for use with the Linux +kernel. + +-------------------------------------------------------------------------- + +Driver: BCM-0bb4-0306 Cypress Bluetooth firmware for HTC Vive + +File: brcm/BCM-0bb4-0306.hcd +Link: brcm/BCM-0a5c-6410.hcd -> BCM-0bb4-0306.hcd + +Licence: Redistributable. See LICENCE.cypress for details. + +-------------------------------------------------------------------------- + +Driver: ambassador -- Madge Ambassador (Collage PCI 155 Server) ATM NIC. + +File: atmsar11.fw + +Licence: Allegedly GPLv2+, but no source visible. Marked: + + Madge Ambassador ATM Adapter microcode. + Copyright (C) 1995-1999 Madge Networks Ltd. + + This microcode data is placed under the terms of the GNU General + Public License. The GPL is contained in /usr/doc/copyright/GPL on a + Debian system and in the file COPYING in the Linux kernel source. + + We would prefer you not to distribute modified versions without + consultation and not to ask for assembly/other microcode source. + +-------------------------------------------------------------------------- + +Driver: snd-korg1212 -- Korg 1212 IO audio device + +File: korg/k1212.dsp + +Licence: Unknown + +Found in alsa-firmware package in hex form; no licensing information. + +-------------------------------------------------------------------------- + +Driver: snd-maestro3 -- ESS Allegro Maestro3 audio device + +File: ess/maestro3_assp_kernel.fw +File: ess/maestro3_assp_minisrc.fw + +Licence: Unknown + +Found in alsa-firmware package in hex form with a comment claiming to +be GPLv2+, but without source -- and with another comment saying "ESS +drops binary dsp code images on our heads, but we don't get to see +specs on the dsp." + +-------------------------------------------------------------------------- + +Driver: snd-ymfpci -- Yamaha YMF724/740/744/754 audio devices + +File: yamaha/ds1_ctrl.fw +File: yamaha/ds1_dsp.fw +File: yamaha/ds1e_ctrl.fw + +Licence: Unknown + +Found alsa-firmware package in hex form, with the following comment: + Copyright (c) 1997-1999 Yamaha Corporation. All Rights Reserved. + +-------------------------------------------------------------------------- + +Driver: advansys - AdvanSys SCSI + +File: advansys/mcode.bin +File: advansys/3550.bin +File: advansys/38C0800.bin +File: advansys/38C1600.bin + +Licence: BSD, no source available. + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: qla1280 - Qlogic QLA 1240/1x80/1x160 SCSI support + +File: qlogic/1040.bin +File: qlogic/1280.bin +File: qlogic/12160.bin + +Licence: Redistributable. See LICENCE.qla1280 for details + +-------------------------------------------------------------------------- + +Driver: smctr -- SMC ISA/MCA Token Ring adapter + +File: tr_smctr.bin +Version: 6.3C1 +Info: MCT.BIN v6.3C1 03/01/95 + +Original licence info: + + * This firmware is licensed to you strictly for use in conjunction + * with the use of SMC TokenRing adapters. There is no waranty + * expressed or implied about its fitness for any purpose. + +-------------------------------------------------------------------------- + +Driver: kaweth -- USB KLSI KL5USB101-based Ethernet device + +File: kaweth/new_code.bin +File: kaweth/new_code_fix.bin +File: kaweth/trigger_code.bin +File: kaweth/trigger_code_fix.bin + +Licence: Redistributable. See LICENCE.kaweth for details + +Found in hex form in the kernel source. + +-------------------------------------------------------------------------- + +Driver: dvb-ttusb-budget -- Technotrend/Hauppauge Nova-USB devices + +File: ttusb-budget/dspbootcode.bin + +Licence: Unknown + +Found in hex form in the kernel source. + +-------------------------------------------------------------------------- + +Driver: keyspan -- USB Keyspan USA-xxx serial device + +File: keyspan/mpr.fw +File: keyspan/usa18x.fw +File: keyspan/usa19.fw +File: keyspan/usa19qi.fw +File: keyspan/usa19qw.fw +File: keyspan/usa19w.fw +File: keyspan/usa28.fw +File: keyspan/usa28xa.fw +File: keyspan/usa28xb.fw +File: keyspan/usa28x.fw +File: keyspan/usa49w.fw +File: keyspan/usa49wlc.fw + +Converted from Intel HEX files, used in our binary representation of ihex. + +Original licence information: + + Copyright (C) 1999-2001 + Keyspan, A division of InnoSys Incorporated ("Keyspan") + + as an unpublished work. This notice does not imply unrestricted or + public access to the source code from which this firmware image is + derived. Except as noted below this firmware image may not be + reproduced, used, sold or transferred to any third party without + Keyspan's prior written consent. All Rights Reserved. + + Permission is hereby granted for the distribution of this firmware + image as part of a Linux or other Open Source operating system kernel + in text or binary form as required. + + This firmware may not be modified and may only be used with + Keyspan hardware. Distribution and/or Modification of the + keyspan.c driver which includes this firmware, in whole or in + part, requires the inclusion of this statement." + +-------------------------------------------------------------------------- + +Driver: keyspan_pda -- USB Keyspan PDA single-port serial device + +File: keyspan_pda/keyspan_pda.fw +Source: keyspan_pda/keyspan_pda.S + +File: keyspan_pda/xircom_pgs.fw +Source: keyspan_pda/xircom_pgs.S + +Source: keyspan_pda/Makefile + +Licence: GPLv2 or later. See GPL-2 and GPL-3 for details. + +Compiled from original 8051 source into Intel HEX, used in our binary ihex form. + +-------------------------------------------------------------------------- + +Driver: emi26 -- EMI 2|6 USB Audio interface + +File: emi26/bitstream.fw +Version: 1.1.1.131 +Info: DATE=2001dec06 + +File: emi26/firmware.fw +Version: 1.0.2.916 +Info: DATE=12.02.2002 + +File: emi26/loader.fw + +Converted from Intel HEX files, used in our binary representation of ihex. + +Original licence information: +/* + * This firmware is for the Emagic EMI 2|6 Audio Interface + * + * The firmware contained herein is Copyright (c) 1999-2002 Emagic + * as an unpublished work. This notice does not imply unrestricted + * or public access to this firmware which is a trade secret of Emagic, + * and which may not be reproduced, used, sold or transferred to + * any third party without Emagic's written consent. All Rights Reserved. + * + * Permission is hereby granted for the distribution of this firmware + * image as part of a Linux or other Open Source operating system kernel + * in text or binary form as required. + * + * This firmware may not be modified and may only be used with the + * Emagic EMI 2|6 Audio Interface. Distribution and/or Modification of + * any driver which includes this firmware, in whole or in part, + * requires the inclusion of this statement. + */ + +-------------------------------------------------------------------------- + +Driver: emi62 -- EMI 6|2m USB Audio interface + +File: emi62/bitstream.fw +Version: 1.0.0.191 +Info: DATE= 2002oct28 + +File: emi62/loader.fw +Version: 1.0.2.002 +Info: DATE=10.01.2002 + +File: emi62/midi.fw +Version: 1.04.062 +Info: DATE=16.10.2002 + +File: emi62/spdif.fw +Version: 1.04.062 +Info: DATE=16.10.2002 + +Converted from Intel HEX files, used in our binary representation of ihex. + +Original licence information: None + +-------------------------------------------------------------------------- + +Driver: ti_usb_3410_5052 -- USB TI 3410/5052 serial device + +File: ti_3410.fw +Info: firmware 9/10/04 FW3410_Special_StartWdogOnStartPort + +File: ti_5052.fw +Info: firmware 9/18/04 + +Licence: Allegedly GPLv2+, but no source visible. Marked: + Copyright (C) 2004 Texas Instruments + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: ti_usb_3410_5052 -- Multi-Tech USB cell modems + +File: mts_cdma.fw +File: mts_gsm.fw +File: mts_edge.fw + +Licence: "all firmware components are redistributable in binary form" + per support@multitech.com + Copyright (C) 2005 Multi-Tech Systems, Inc. + +Found in hex form in ftp://ftp.multitech.com/wireless/wireless_linux.zip + +-------------------------------------------------------------------------- + +Driver: ti_usb_3410_5052 -- Multi-Tech USB fax modems + +File: mts_mt9234mu.fw +File: mts_mt9234zba.fw + +Licence: Unknown + +-------------------------------------------------------------------------- + +Driver: whiteheat -- USB ConnectTech WhiteHEAT serial device + +File: whiteheat.fw +Version: 4.06 + +File: whiteheat_loader.fw + +Licence: Allegedly GPLv2, but no source visible. Marked: + Copyright (C) 2000-2002 ConnectTech Inc + +Debug loader claims the following behaviour: + Port 1 LED flashes when the vend_ax program is running + Port 2 LED flashes when any SETUP command arrives + Port 3 LED flashes when any valid VENDOR request occurs + Port 4 LED flashes when the EXTERNAL RAM DOWNLOAD request occurs + +Converted from Intel HEX files, used in our binary representation of ihex. + +-------------------------------------------------------------------------- + +Driver: ip2 -- Computone IntelliPort Plus serial device + +File: intelliport2.bin + +Licence: Unknown + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: cpia2 -- cameras based on Vision's CPiA2 + +File: cpia2/stv0672_vp4.bin + +Licence: Allegedly GPLv2+, but no source visible. Marked: + Copyright (C) 2001 STMicroelectronics, Inc. + Contact: steve.miller@st.com + Description: This file contains patch data for the CPiA2 (stv0672) VP4. + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: dabusb -- Digital Audio Broadcasting (DAB) Receiver for USB and Linux + +File: dabusb/firmware.fw +File: dabusb/bitstream.bin + +Licence: Distributable + + * Copyright (C) 1999 BayCom GmbH + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that redistributions of source + * code retain the above copyright notice and this comment without + * modification. + +-------------------------------------------------------------------------- + +Driver: vicam -- USB 3com HomeConnect (aka vicam) + +File: vicam/firmware.fw + +Licence: Unknown + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: io_edgeport - USB Inside Out Edgeport Serial Driver + +File: edgeport/boot.fw +File: edgeport/boot2.fw +File: edgeport/down.fw +File: edgeport/down2.fw + +Licence: Allegedly GPLv2+, but no source visible. Marked: +//************************************************************** +//* Edgeport/4 Binary Image +//* Generated by HEX2C v1.06 +//* Copyright (C) 1998 Inside Out Networks, All rights reserved. +//************************************************************** + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: io_ti - USB Inside Out Edgeport Serial Driver +(TI Devices) + +File: edgeport/down3.bin + +Licence: +//************************************************************** +//* Edgeport Binary Image (for TI based products) +//* Generated by TIBin2C v2.00 (watchport) +//* Copyright (C) 2001 Inside Out Networks, All rights reserved. +//************************************************************** + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: dsp56k - Atari DSP56k support + +File: dsp56k/bootstrap.bin +Source: dsp56k/bootstrap.asm +Source: dsp56k/Makefile +Source: dsp56k/concat-bootstrap.pl + +Licence: GPLv2 or later. See GPL-2 and GPL-3 for details. + +DSP56001 assembler, buildable with a56 from +http://www.zdomain.com/a56.html + +-------------------------------------------------------------------------- + +Driver: snd-sb16-csp - Sound Blaster 16/AWE CSP support + +File: sb16/mulaw_main.csp +File: sb16/alaw_main.csp +File: sb16/ima_adpcm_init.csp +File: sb16/ima_adpcm_playback.csp +File: sb16/ima_adpcm_capture.csp + +Licence: Allegedly GPLv2+, but no source visible. Marked: +/* + * Copyright (c) 1994 Creative Technology Ltd. + * Microcode files for SB16 Advanced Signal Processor + */ + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: qla2xxx - QLogic QLA2XXX Fibre Channel + +File: ql2100_fw.bin +Version: 1.19.38 TP +File: ql2200_fw.bin +Version: 2.02.08 TP +File: ql2300_fw.bin +Version: 3.03.28 IPX +File: ql2322_fw.bin +Version: 3.03.28 IPX +File: ql2400_fw.bin +Version: 8.07.00 MID +File: ql2500_fw.bin +Version: 8.07.00 MIDQ + +Licence: Redistributable. See LICENCE.qla2xxx for details + +Available from http://ldriver.qlogic.com/firmware/ + +-------------------------------------------------------------------------- + +Driver: orinoco - Agere/Prism/Symbol Orinoco support + +File: agere_sta_fw.bin +Version: 9.48 Hermes I +File: agere_ap_fw.bin +Version: 9.48 Hermes I + +Licence: Redistributable. See LICENCE.agere for details + +-------------------------------------------------------------------------- + +Driver: ar9170 - Atheros 802.11n "otus" USB + +File: ar9170-1.fw +File: ar9170-2.fw + +Licence: Redistributable. See LICENCE.atheros_firmware for details + +-------------------------------------------------------------------------- + +Driver: ath9k_htc - Atheros HTC devices (USB) + +File: ar9271.fw +File: ar7010.fw +File: ar7010_1_1.fw +File: htc_9271.fw +Version: 1.3.1 +File: htc_7010.fw +Version: 1.3.1 + +Licence: Redistributable. See LICENCE.atheros_firmware for details + +File: ath9k_htc/htc_7010-1.4.0.fw +Version: 1.4.0 +File: ath9k_htc/htc_9271-1.4.0.fw +Version: 1.4.0 + +Licence: Free software. See LICENCE.open-ath9k-htc-firmware for details + +-------------------------------------------------------------------------- + +Driver: cassini - Sun Cassini + +File: sun/cassini.bin + +Licence: Unknown + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: slicoss - Alacritech IS-NIC products + +File: slicoss/gbdownload.sys +File: slicoss/gbrcvucode.sys +File: slicoss/oasisdbgdownload.sys +File: slicoss/oasisdownload.sys +File: slicoss/oasisrcvucode.sys + +Licence: + Copyright (C) 1999-2009 Alacritech, Inc. + + as an unpublished work. This notice does not imply unrestricted or + public access to the source code from which this firmware image is + derived. Except as noted below this firmware image may not be + reproduced, used, sold or transferred to any third party without + Alacritech's prior written consent. All Rights Reserved. + + Permission is hereby granted for the distribution of this firmware + image as part of a Linux or other Open Source operating system kernel + in text or binary form as required. + + This firmware may not be modified. + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: sxg - Alacritech IS-NIC products + +File: sxg/saharadownloadB.sys +File: sxg/saharadbgdownloadB.sys + +Licence: + Copyright (C) 1999-2009 Alacritech, Inc. + + as an unpublished work. This notice does not imply unrestricted or + public access to the source code from which this firmware image is + derived. Except as noted below this firmware image may not be + reproduced, used, sold or transferred to any third party without + Alacritech's prior written consent. All Rights Reserved. + + Permission is hereby granted for the distribution of this firmware + image as part of a Linux or other Open Source operating system kernel + in text or binary form as required. + + This firmware may not be modified. + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: cxgb3 - Chelsio Terminator 3 1G/10G Ethernet adapter + +File: cxgb3/t3b_psram-1.1.0.bin +File: cxgb3/t3c_psram-1.1.0.bin +File: cxgb3/t3fw-7.0.0.bin +File: cxgb3/t3fw-7.1.0.bin +File: cxgb3/t3fw-7.4.0.bin +File: cxgb3/t3fw-7.10.0.bin +File: cxgb3/t3fw-7.12.0.bin + +Licence: GPLv2 or OpenIB.org BSD license, no source visible + +-------------------------------------------------------------------------- + +Driver: cxgb3 - Chelsio Terminator 3 1G/10G Ethernet adapter + +File: cxgb3/ael2005_opt_edc.bin +File: cxgb3/ael2005_twx_edc.bin +File: cxgb3/ael2020_twx_edc.bin + +Licence: + * Copyright (c) 2007-2009 NetLogic Microsystems, Inc. + * + * Permission is hereby granted for the distribution of this firmware + * data in hexadecimal or equivalent format, provided this copyright + * notice is accompanying it. + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: cxgb4 - Chelsio Terminator 4/5/6 1/10/25/40/100G Ethernet adapter + +File: cxgb4/t4fw-1.14.4.0.bin +File: cxgb4/t4fw-1.15.37.0.bin +File: cxgb4/t4fw-1.26.6.0.bin +Link: cxgb4/t4fw.bin -> t4fw-1.26.6.0.bin +File: cxgb4/t5fw-1.14.4.0.bin +File: cxgb4/t5fw-1.15.37.0.bin +File: cxgb4/t5fw-1.26.6.0.bin +Link: cxgb4/t5fw.bin -> t5fw-1.26.6.0.bin +File: cxgb4/t6fw-1.26.6.0.bin +Link: cxgb4/t6fw.bin -> t6fw-1.26.6.0.bin +File: cxgb4/aq1202_fw.cld +File: cxgb4/bcm8483.bin +File: cxgb4/configs/t4-config-default.txt +File: cxgb4/configs/t5-config-default.txt +File: cxgb4/configs/t6-config-default.txt +File: cxgb4/configs/t5-config-hashfilter.txt +File: cxgb4/configs/t6-config-hashfilter.txt +Link: cxgb4/t4-config.txt -> configs/t4-config-default.txt +Link: cxgb4/t5-config.txt -> configs/t5-config-default.txt +Link: cxgb4/t6-config.txt -> configs/t6-config-default.txt + +Licence: Redistributable. See LICENCE.chelsio_firmware for details + +-------------------------------------------------------------------------- + +Driver: e100 -- Intel PRO/100 Ethernet NIC + +File: e100/d101m_ucode.bin +File: e100/d101s_ucode.bin +File: e100/d102e_ucode.bin + +Licence: Redistributable. See LICENCE.e100 for details + +-------------------------------------------------------------------------- + +Driver: acenic -- Alteon AceNIC Gigabit Ethernet card + +File: acenic/tg1.bin +File: acenic/tg2.bin + +Licence: Unknown + +Found in hex form in kernel source, but source allegedly available at +http://alteon.shareable.org/ + +-------------------------------------------------------------------------- + +Driver: tg3 -- Broadcom Tigon3 based gigabit Ethernet cards + +File: tigon/tg3.bin +File: tigon/tg3_tso.bin +File: tigon/tg3_tso5.bin +File: tigon/tg357766.bin + +Licence: + * Firmware is: + * Derived from proprietary unpublished source code, + * Copyright (C) 2000-2013 Broadcom Corporation. + * + * Permission is hereby granted for the distribution of this firmware + * data in hexadecimal or equivalent format, provided this copyright + * notice is accompanying it. + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: starfire - Adaptec Starfire/DuraLAN support + +File: adaptec/starfire_rx.bin +File: adaptec/starfire_tx.bin + +Licence: Allegedly GPLv2, but no source visible. + +Found in hex form in kernel source, with the following notice: + + BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE IT IS LICENSED "AS IS" AND + THERE IS NO WARRANTY FOR THE PROGRAM, INCLUDING BUT NOT LIMITED TO THE + IMPLIED WARRANTIES OF MERCHANTIBILITY OR FITNESS FOR A PARTICULAR PURPOSE + (TO THE EXTENT PERMITTED BY APPLICABLE LAW). USE OF THE PROGRAM IS AT YOUR + OWN RISK. IN NO EVENT WILL ADAPTEC OR ITS LICENSORS BE LIABLE TO YOU FOR + DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES + ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM. + +-------------------------------------------------------------------------- + +Driver: i2400m-usb - Intel 2400 Wireless WiMAX Connection over USB + +File: i2400m-fw-usb-1.4.sbcf +File: i2400m-fw-usb-1.5.sbcf +File: i6050-fw-usb-1.5.sbcf + +Licence: Redistributable. See LICENCE.i2400m for details + +Also available from http://linuxwimax.org/Download + +-------------------------------------------------------------------------- + +Driver: libertas - Marvell Libertas fullmac-type 802.11b/g cards + +File: libertas/cf8381.bin +File: libertas/cf8381_helper.bin +File: libertas/cf8385.bin +File: libertas/cf8385_helper.bin +File: libertas/gspi8682.bin +File: libertas/gspi8682_helper.bin +File: libertas/gspi8686_v9.bin +File: libertas/gspi8686_v9_helper.bin +File: libertas/gspi8688.bin +File: libertas/gspi8688_helper.bin +File: libertas/sd8385.bin +File: libertas/sd8385_helper.bin +File: libertas/sd8682.bin +File: libertas/sd8682_helper.bin +File: libertas/sd8686_v8.bin +File: libertas/sd8686_v8_helper.bin +File: libertas/sd8686_v9.bin +File: libertas/sd8686_v9_helper.bin +File: libertas/usb8388_v5.bin +File: libertas/usb8388_v9.bin +File: libertas/usb8682.bin +File: mrvl/sd8688.bin +Link: libertas/sd8688.bin -> ../mrvl/sd8688.bin +File: mrvl/sd8688_helper.bin +Link: libertas/sd8688_helper.bin -> ../mrvl/sd8688_helper.bin + +Licence: Redistributable. See LICENCE.Marvell for details. Extracted from +Linux driver tarballs downloaded from Marvell's "Extranet" with permission. + +-------------------------------------------------------------------------- + +Driver: libertas - Marvell Libertas 802.11b/g cards, OLPC firmware + +File: libertas/lbtf_sdio.bin +Version: 9.0.7.p4 + +File: lbtf_usb.bin +Version: 5.132.3.p1 + +File: libertas/usb8388_olpc.bin +Version: 5.110.22.p23 + +Licence: Redistributable. See LICENCE.OLPC for details. + +Available from http://dev.laptop.org/pub/firmware/libertas/ + +-------------------------------------------------------------------------- + +Driver: mwl8k - Marvell Libertas softmac-type 802.11b/g/n cards + +File: mwl8k/fmimage_8687.fw +File: mwl8k/helper_8687.fw +File: mwl8k/fmimage_8366.fw +File: mwl8k/fmimage_8366_ap-1.fw +File: mwl8k/fmimage_8366_ap-2.fw +File: mwl8k/fmimage_8366_ap-3.fw +Version: 5.2.8.16 +File: mwl8k/helper_8366.fw + +File: mwl8k/fmimage_8764_ap-1.fw +Version: 7.4.0.9 + +Licence: Redistributable. See LICENCE.Marvell for details. 8687 images +downloaded from Marvell's "Extranet" with permission. 8366 images contributed +directly by Marvell. + +-------------------------------------------------------------------------- + +Driver: mwifiex - Marvell Wi-Fi fullmac-type 802.11n/ac cards + +File: mrvl/sd8787_uapsta.bin +Version: W14.68.35.p66 + +File: mrvl/usb8766_uapsta.bin +Version: 14.68.22.p16 + +File: mrvl/sd8797_uapsta.bin +Version: W14.68.29.p59 + +File: mrvl/usb8797_uapsta.bin +Version: W14.68.29.p60 + +File: mrvl/sd8897_uapsta.bin +Version: W15.68.19.17 + +File: mrvl/usb8897_uapsta.bin +Version: 15.68.4.p103 + +File: mrvl/pcie8897_uapsta.bin +Version: W15.68.19.p21 + +File: mrvl/sd8887_uapsta.bin +Version: W15.68.7.p189 + +File: mrvl/sd8801_uapsta.bin +Version: W14.68.36.p204 + +File: mrvl/usb8801_uapsta.bin +Version: W14.68.36.p138 + +File: mrvl/pcieuart8997_combo_v4.bin +Version: W16.68.1.p179 + +File: mrvl/pcieusb8997_combo_v4.bin +Version: W16.68.1.p195 + +File: mrvl/pcie8997_wlan_v4.bin +Version: W16.68.1.p195 + +File: mrvl/usbusb8997_combo_v4.bin +Version: W16.68.1.p183 + +File: mrvl/sdsd8997_combo_v4.bin +Version: W16.68.1.p179 + +File: mrvl/sdsd8977_combo_v2.bin +Version: W16.68.1.p195 + +Licence: Redistributable. See LICENCE.NXP for details. +Originates from https://github.com/NXP/mwifiex-firmware.git + +-------------------------------------------------------------------------- + + +Driver: iwlwifi - Intel Wireless Wifi + +File: iwlwifi-3945-2.ucode +Version: 15.32.2.9 + +File: iwlwifi-4965-2.ucode +Version: 228.61.2.24 + +File: iwlwifi-5000-1.ucode +Version: 5.4.A.11 (aka 5.4.1.16) + +File: iwlwifi-5000-2.ucode +Version: 8.24.2.12 + +File: iwlwifi-5000-5.ucode +Version: 8.83.5.1 + +File: iwlwifi-5150-2.ucode +Version: 8.24.2.2 + +File: iwlwifi-1000-3.ucode +Version: 128.50.3.1 + +File: iwlwifi-1000-5.ucode +Version: 39.31.5.1 + +File: iwlwifi-6000-4.ucode +Version: 9.221.4.1 + +File: iwlwifi-6050-4.ucode +Version: 9.201.4.1 + +File: iwlwifi-6050-5.ucode +Version: 41.28.5.1 + +File: iwlwifi-6000g2a-5.ucode +Version: 17.168.5.3 + +File: iwlwifi-6000g2a-6.ucode +Version: 18.168.6.1 + +File: iwlwifi-6000g2b-5.ucode +Version: 17.168.5.1 + +File: iwlwifi-6000g2b-6.ucode +Version: 18.168.6.1 + +File: iwlwifi-135-6.ucode +Version: 18.168.6.1 + +File: iwlwifi-100-5.ucode +Version: 39.31.5.1 + +File: iwlwifi-105-6.ucode +Version: 18.168.6.1 + +File: iwlwifi-2030-6.ucode +Version: 18.168.6.1 + +File: iwlwifi-2000-6.ucode +Version: 18.168.6.1 + +File: iwlwifi-7260-7.ucode +Version: 22.1.7.0 + +File: iwlwifi-7260-8.ucode +Version: 22.24.8.0 + +File: iwlwifi-7260-9.ucode +Version: 25.228.9.0 + +File: iwlwifi-7260-10.ucode +Version: 23.15.10.0 + +File: iwlwifi-7260-12.ucode +Version: 25.17.12.0 + +File: iwlwifi-7260-13.ucode +Version: 25.30.13.0 + +File: iwlwifi-7260-16.ucode +Version: 16.242414.0 + +File: iwlwifi-7260-17.ucode +Version: 17.bfb58538.0 + +File: iwlwifi-3160-7.ucode +Version: 22.1.7.0 + +File: iwlwifi-3160-8.ucode +Version: 22.24.8.0 + +File: iwlwifi-3160-9.ucode +Version: 25.228.9.0 + +File: iwlwifi-3160-10.ucode +Version: 23.15.10.0 + +File: iwlwifi-3160-12.ucode +Version: 25.17.12.0 + +File: iwlwifi-3160-13.ucode +Version: 25.30.13.0 + +File: iwlwifi-3160-16.ucode +Version: 16.242414.0 + +File: iwlwifi-3160-17.ucode +Version: 17.bfb58538.0 + +File: iwlwifi-7265-8.ucode +Version: 22.24.8.0 + +File: iwlwifi-7265-9.ucode +Version: 25.228.9.0 + +File: iwlwifi-7265-10.ucode +Version: 23.15.10.0 + +File: iwlwifi-7265-12.ucode +Version: 25.17.12.0 + +File: iwlwifi-7265-13.ucode +Version: 25.30.13.0 + +File: iwlwifi-7265-16.ucode +Version: 16.242414.0 + +File: iwlwifi-7265-17.ucode +Version: 17.bfb58538.0 + +Link: iwlwifi-7265D-10.ucode -> iwlwifi-7265-10.ucode + +File: iwlwifi-7265D-12.ucode +Version: 25.17.12.0 + +File: iwlwifi-7265D-13.ucode +Version: 25.30.13.0 + +File: iwlwifi-7265D-16.ucode +Version: 16.242414.0 + +File: iwlwifi-7265D-17.ucode +Version: 17.352738.0 + +File: iwlwifi-7265D-21.ucode +Version: 21.302800.0 + +File: iwlwifi-7265D-22.ucode +Version: 22.391740.0 + +File: iwlwifi-7265D-27.ucode +Version: 27.541033.0 + +File: iwlwifi-7265D-29.ucode +Version: 29.f2390aa8.0 + +File: iwlwifi-3168-21.ucode +Version: 21.302800.0 + +File: iwlwifi-3168-22.ucode +Version: 22.391740.0 + +File: iwlwifi-3168-27.ucode +Version: 27.541033.0 + +File: iwlwifi-3168-29.ucode +Version: 29.0bd893f3.0 + +File: iwlwifi-8000C-13.ucode +Version: 25.30.13.0 + +File: iwlwifi-8000C-16.ucode +Version: 16.242414.0 + +File: iwlwifi-8000C-21.ucode +Version: 21.302800.0 + +File: iwlwifi-8000C-22.ucode +Version: 22.391740.0 + +File: iwlwifi-8000C-27.ucode +Version: 27.541033.0 + +File: iwlwifi-8000C-31.ucode +Version: 31.560484.0 + +File: iwlwifi-8000C-34.ucode +Version: 34.610288.0 + +File: iwlwifi-8000C-36.ucode +Version: 36.ca7b901d.0 + +File: iwlwifi-8265-21.ucode +Version: 21.302800.0 + +File: iwlwifi-8265-22.ucode +Version: 22.391740.0 + +File: iwlwifi-8265-27.ucode +Version: 27.541033.0 + +File: iwlwifi-8265-31.ucode +Version: 31.560484.0 + +File: iwlwifi-8265-34.ucode +Version: 34.610288.0 + +File: iwlwifi-8265-36.ucode +Version: 36.ca7b901d.0 + +File: iwlwifi-9000-pu-b0-jf-b0-33.ucode +Version: 33.610294.0 + +File: iwlwifi-9000-pu-b0-jf-b0-34.ucode +Version: 34.ba501b11.0 + +File: iwlwifi-9000-pu-b0-jf-b0-38.ucode +Version: 38.755cfdd8.0 + +File: iwlwifi-9000-pu-b0-jf-b0-41.ucode +Version: 41.fc1a7aea.0 + +File: iwlwifi-9000-pu-b0-jf-b0-43.ucode +Version: 43.95eb4e97.0 + +File: iwlwifi-9000-pu-b0-jf-b0-46.ucode +Version: 46.4e1ceb39.0 + +File: iwlwifi-9260-th-b0-jf-b0-33.ucode +Version: 33.610294.0 + +File: iwlwifi-9260-th-b0-jf-b0-34.ucode +Version: 34.ba501b11.0 + +File: iwlwifi-9260-th-b0-jf-b0-38.ucode +Version: 38.755cfdd8.0 + +File: iwlwifi-9260-th-b0-jf-b0-41.ucode +Version: 41.fc1a7aea.0 + +File: iwlwifi-9260-th-b0-jf-b0-43.ucode +Version: 43.95eb4e97.0 + +File: iwlwifi-9260-th-b0-jf-b0-46.ucode +Version: 46.4e1ceb39.0 + +File: iwlwifi-cc-a0-46.ucode +Version: 46.3cfab8da.0 + +File: iwlwifi-cc-a0-48.ucode +Version: 48.4fa0041f.0 + +File: iwlwifi-Qu-b0-hr-b0-48.ucode +Version: 48.4fa0041f.0 + +File: iwlwifi-Qu-b0-jf-b0-48.ucode +Version: 48.4fa0041f.0 + +File: iwlwifi-Qu-c0-hr-b0-48.ucode +Version: 48.4fa0041f.0 + +File: iwlwifi-Qu-c0-jf-b0-48.ucode +Version: 48.4fa0041f.0 + +File: iwlwifi-QuZ-a0-hr-b0-48.ucode +Version: 48.4fa0041f.0 + +File: iwlwifi-QuZ-a0-jf-b0-48.ucode +Version: 48.4fa0041f.0 + +File: iwlwifi-cc-a0-50.ucode +Version: 50.3e391d3e.0 + +File: iwlwifi-Qu-b0-hr-b0-50.ucode +Version: 50.3e391d3e.0 + +File: iwlwifi-Qu-b0-jf-b0-50.ucode +Version: 50.3e391d3e.0 + +File: iwlwifi-Qu-c0-hr-b0-50.ucode +Version: 50.3e391d3e.0 + +File: iwlwifi-Qu-c0-jf-b0-50.ucode +Version: 50.3e391d3e.0 + +File: iwlwifi-QuZ-a0-hr-b0-50.ucode +Version: 50.3e391d3e.0 + +File: iwlwifi-QuZ-a0-jf-b0-50.ucode +Version: 50.3e391d3e.0 + +File: iwlwifi-cc-a0-53.ucode +Version: 53.c31ac674.0 + +File: iwlwifi-Qu-b0-hr-b0-53.ucode +Version: 53.c31ac674.0 + +File: iwlwifi-Qu-b0-jf-b0-53.ucode +Version: 53.c31ac674.0 + +File: iwlwifi-Qu-c0-hr-b0-53.ucode +Version: 53.c31ac674.0 + +File: iwlwifi-Qu-c0-jf-b0-53.ucode +Version: 53.c31ac674.0 + +File: iwlwifi-QuZ-a0-hr-b0-53.ucode +Version: 53.c31ac674.0 + +File: iwlwifi-QuZ-a0-jf-b0-53.ucode +Version: 53.c31ac674.0 + +File: iwlwifi-cc-a0-55.ucode +Version: 55.d9698065.0 + +File: iwlwifi-Qu-b0-hr-b0-55.ucode +Version: 55.d9698065.0 + +File: iwlwifi-Qu-b0-jf-b0-55.ucode +Version: 55.d9698065.0 + +File: iwlwifi-Qu-c0-hr-b0-55.ucode +Version: 55.d9698065.0 + +File: iwlwifi-Qu-c0-jf-b0-55.ucode +Version: 55.d9698065.0 + +File: iwlwifi-QuZ-a0-hr-b0-55.ucode +Version: 55.d9698065.0 + +File: iwlwifi-QuZ-a0-jf-b0-55.ucode +Version: 55.d9698065.0 + +File: iwlwifi-cc-a0-59.ucode +Version: 59.601f3a66.0 + +File: iwlwifi-Qu-b0-hr-b0-59.ucode +Version: 59.601f3a66.0 + +File: iwlwifi-Qu-b0-jf-b0-59.ucode +Version: 59.601f3a66.0 + +File: iwlwifi-Qu-c0-hr-b0-59.ucode +Version: 59.601f3a66.0 + +File: iwlwifi-Qu-c0-jf-b0-59.ucode +Version: 59.601f3a66.0 + +File: iwlwifi-QuZ-a0-hr-b0-59.ucode +Version: 59.601f3a66.0 + +File: iwlwifi-QuZ-a0-jf-b0-59.ucode +Version: 59.601f3a66.0 + +File: iwlwifi-so-a0-gf-a0-64.ucode +Version: 64.97bbee0a.0 + +File: iwlwifi-so-a0-gf-a0-67.ucode +Version: 67.8f59b80b.0 + +File: iwlwifi-so-a0-gf4-a0-67.ucode +Version: 67.8f59b80b.0 + +File: iwlwifi-so-a0-gf-a0.pnvm + +File: iwlwifi-so-a0-gf4-a0.pnvm + +File: iwlwifi-so-a0-hr-b0-64.ucode +Version: 64.97bbee0a.0 + +File: iwlwifi-so-a0-jf-b0-64.ucode +Version: 64.97bbee0a.0 + +File: iwlwifi-ty-a0-gf-a0-59.ucode +Version: 59.601f3a66.0 + +File: iwlwifi-cc-a0-62.ucode +Version: 62.49eeb572.0 + +File: iwlwifi-Qu-b0-hr-b0-62.ucode +Version: 62.49eeb572.0 + +File: iwlwifi-Qu-b0-jf-b0-62.ucode +Version: 62.49eeb572.0 + +File: iwlwifi-Qu-c0-hr-b0-62.ucode +Version: 62.49eeb572.0 + +File: iwlwifi-Qu-c0-jf-b0-62.ucode +Version: 62.49eeb572.0 + +File: iwlwifi-QuZ-a0-hr-b0-62.ucode +Version: 62.49eeb572.0 + +File: iwlwifi-QuZ-a0-jf-b0-62.ucode +Version: 62.49eeb572.0 + +File: iwlwifi-ty-a0-gf-a0-62.ucode +Version: 62.49eeb572.0 + +File: iwlwifi-cc-a0-63.ucode +Version: 63.c04f3485.0 + +File: iwlwifi-cc-a0-67.ucode +Version: 67.8f59b80b.0 + +File: iwlwifi-Qu-b0-hr-b0-63.ucode +Version: 63.c04f3485.0 + +File: iwlwifi-Qu-b0-jf-b0-63.ucode +Version: 63.c04f3485.0 + +File: iwlwifi-Qu-c0-hr-b0-63.ucode +Version: 63.c04f3485.0 + +File: iwlwifi-Qu-c0-jf-b0-63.ucode +Version: 63.c04f3485.0 + +File: iwlwifi-QuZ-a0-hr-b0-63.ucode +Version: 63.c04f3485.0 + +File: iwlwifi-QuZ-a0-hr-b0-67.ucode +Version: 67.8f59b80b.0 + +File: iwlwifi-QuZ-a0-jf-b0-63.ucode +Version: 63.c04f3485.0 + +File: iwlwifi-ty-a0-gf-a0-63.ucode +Version: 63.c04f3485.0 + +File: iwlwifi-cc-a0-66.ucode +Version: 66.f1c864e0.0 + +File: iwlwifi-Qu-b0-hr-b0-66.ucode +Version: 66.f1c864e0.0 + +File: iwlwifi-Qu-b0-jf-b0-66.ucode +Version: 66.f1c864e0.0 + +File: iwlwifi-Qu-c0-hr-b0-66.ucode +Version: 66.f1c864e0.0 + +File: iwlwifi-Qu-c0-jf-b0-66.ucode +Version: 66.f1c864e0.0 + +File: iwlwifi-QuZ-a0-hr-b0-66.ucode +Version: 66.f1c864e0.0 + +File: iwlwifi-QuZ-a0-jf-b0-66.ucode +Version: 66.f1c864e0.0 + +File: iwlwifi-ty-a0-gf-a0-66.ucode +Version: 66.f1c864e0.0 + +File: iwlwifi-ty-a0-gf-a0-67.ucode +Version: 67.8f59b80b.0 + +File: iwlwifi-cc-a0-68.ucode +Version: 68.01d30b0c.0 + +File: iwlwifi-Qu-b0-hr-b0-68.ucode +Version: 68.01d30b0c.0 + +File: iwlwifi-Qu-b0-jf-b0-68.ucode +Version: 68.01d30b0c.0 + +File: iwlwifi-Qu-c0-hr-b0-68.ucode +Version: 68.01d30b0c.0 + +File: iwlwifi-Qu-c0-jf-b0-68.ucode +Version: 68.01d30b0c.0 + +File: iwlwifi-QuZ-a0-hr-b0-68.ucode +Version: 68.01d30b0c.0 + +File: iwlwifi-QuZ-a0-jf-b0-68.ucode +Version: 68.01d30b0c.0 + +File: iwlwifi-ty-a0-gf-a0-68.ucode +Version: 68.01d30b0c.0 + +File: iwlwifi-so-a0-gf4-a0-68.ucode +Version: 68.01d30b0c.0 + +File: iwlwifi-so-a0-gf-a0-68.ucode +Version: 68.01d30b0c.0 + +File: iwlwifi-so-a0-hr-b0-68.ucode +Version: 68.01d30b0c.0 + +File: iwlwifi-so-a0-jf-b0-68.ucode +Version: 68.01d30b0c.0 + +File: iwlwifi-so-a0-gf-a0.pnvm + +File: iwlwifi-so-a0-gf4-a0.pnvm + +File: iwlwifi-ty-a0-gf-a0.pnvm + +Licence: Redistributable. See LICENCE.iwlwifi_firmware for details + +Also available from http://wireless.kernel.org/en/users/Drivers/iwlwifi#Firmware + +-------------------------------------------------------------------------- + +Driver: ipu3-imgu - Intel IPU3 (3rd Gen Image Processing Unit) driver + +File: intel/irci_irci_ecr-master_20161208_0213_20170112_1500.bin +Version: irci_irci_ecr-master_20161208_0213_20170112_1500 +md5sum: 59abc311fce49c5a180b5a8a3917912d +Link: intel/ipu3-fw.bin -> irci_irci_ecr-master_20161208_0213_20170112_1500.bin + +Licence: Redistributable. See LICENSE.ipu3_firmware for details + +-------------------------------------------------------------------------- + +Driver: cx231xx - Conexant Cx23100/101/102 USB broadcast A/V decoder + +File: v4l-cx231xx-avcore-01.fw + +Licence: Redistributable. + + Conexant grants permission to use and redistribute these firmware + files for use with Conexant devices, but not as a part of the Linux + kernel or in any other form which would require these files themselves + to be covered by the terms of the GNU General Public License. + These firmware files are distributed in the hope that they will be + useful, but WITHOUT ANY WARRANTY; without even the implied warranty + of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +-------------------------------------------------------------------------- + +Driver: tehuti - Tehuti Networks 10G Ethernet + +File: tehuti/bdx.bin + +Licence: + + Copyright (C) 2007 Tehuti Networks Ltd. + + Permission is hereby granted for the distribution of this firmware data + in hexadecimal or equivalent format, provided this copyright notice is + accompanying it. + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: typhoon - 3cr990 series Typhoon + +File: 3com/typhoon.bin + +Licence: +/* + * Copyright 1999-2004 3Com Corporation. All Rights Reserved. + * + * Redistribution and use in source and binary forms of the 3c990img.h + * microcode software are permitted provided that the following conditions + * are met: + * 1. Redistribution of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistribution in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. The name of 3Com may not be used to endorse or promote products + * derived from this software without specific prior written permission + * + * THIS SOFTWARE IS PROVIDED BY 3COM ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * USER ACKNOWLEDGES AND AGREES THAT PURCHASE OR USE OF THE 3c990img.h + * MICROCODE SOFTWARE WILL NOT CREATE OR GIVE GROUNDS FOR A LICENSE BY + * IMPLICATION, ESTOPPEL, OR OTHERWISE IN ANY INTELLECTUAL PROPERTY RIGHTS + * (PATENT, COPYRIGHT, TRADE SECRET, MASK WORK, OR OTHER PROPRIETARY RIGHT) + * EMBODIED IN ANY OTHER 3COM HARDWARE OR SOFTWARE EITHER SOLELY OR IN + * COMBINATION WITH THE 3c990img.h MICROCODE SOFTWARE + */ + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: yam - YAM driver for AX.25 + +File: yam/1200.bin +File: yam/9600.bin + +Licence: + * (C) F6FBB 1998 + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: 3c359 - 3Com 3C359 Token Link Velocity XL adapter + +File: 3com/3C359.bin + +Licence: +/* + * The firmware this driver downloads into the tokenring card is a + * separate program and is not GPL'd source code, even though the Linux + * side driver and the routine that loads this data into the card are. + * + * This firmware is licensed to you strictly for use in conjunction + * with the use of 3Com 3C359 TokenRing adapters. There is no + * waranty expressed or implied about its fitness for any purpose. + */ +/* 3c359_microcode.mac: 3Com 3C359 Tokenring microcode. + * + * Notes: + * - Loaded from xl_init upon adapter initialization. + * + * Available from 3Com as part of their standard 3C359 driver. + */ + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: pcnet_cs - NE2000 compatible PCMCIA adapter + +File: cis/LA-PCM.cis +File: cis/PCMLM28.cis +File: cis/DP83903.cis +File: cis/NE2K.cis +File: cis/tamarack.cis +File: cis/PE-200.cis +File: cis/PE520.cis +Source: cis/ + +Licence: Dual GPLv2/MPL + +Originally developed by the pcmcia-cs project +Copyright (C) 1998, 1999, 2000 David A. Hinds + +-------------------------------------------------------------------------- + +Driver: 3c589_cs - 3Com PCMCIA adapter + +File: cis/3CXEM556.cis +Source: cis/src/3CXEM556.cis + +Licence: Dual GPLv2/MPL + +Originally developed by the pcmcia-cs project +Copyright (C) 1998, 1999, 2000 David A. Hinds + +-------------------------------------------------------------------------- + +Driver: 3c574_cs - 3Com PCMCIA adapter + +File: cis/3CCFEM556.cis +Source: cis/src/3CCFEM556.cis + +Licence: Dual GPLv2/MPL + +Originally developed by the pcmcia-cs project +Copyright (C) 1998, 1999, 2000 David A. Hinds + +-------------------------------------------------------------------------- + +Driver: serial_cs - Serial PCMCIA adapter + +File: cis/MT5634ZLX.cis +File: cis/RS-COM-2P.cis +File: cis/COMpad2.cis +File: cis/COMpad4.cis +Source: cis/src/MT5634ZLX.cis +Source: cis/src/RS-COM-2P.cis +Source: cis/src/COMpad2.cis +Source: cis/src/COMpad4.cis + +Licence: Dual GPLv2/MPL + +Originally developed by the pcmcia-cs project +Copyright (C) 1998, 1999, 2000 David A. Hinds + +-------------------------------------------------------------------------- + +Driver: serial_cs - Serial PCMCIA adapter + +File: cis/SW_555_SER.cis +File: cis/SW_7xx_SER.cis +File: cis/SW_8xx_SER.cis + +Licence: GPLv3. See GPL-3 for details. + +Copyright Sierra Wireless + +-------------------------------------------------------------------------- + +Driver: smc91c92_cs - SMC 91Cxx PCMCIA + +File: ositech/Xilinx7OD.bin + +Licence: Allegedly GPL, but no source visible. Marked: + This file contains the firmware of Seven of Diamonds from OSITECH. + (Special thanks to Kevin MacPherson of OSITECH) + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: cx23418 - Conexant PCI Broadcast A/V with MPEG encoder + +File: v4l-cx23418-apu.fw +File: v4l-cx23418-cpu.fw +File: v4l-cx23418-dig.fw + +Licence: Redistributable. + + Conexant grants permission to use and redistribute these firmware + files for use with Conexant devices, but not as a part of the Linux + kernel or in any other form which would require these files themselves + to be covered by the terms of the GNU General Public License. + These firmware files are distributed in the hope that they will be + useful, but WITHOUT ANY WARRANTY; without even the implied warranty + of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +-------------------------------------------------------------------------- + +Driver: cx23885 - Conexant PCI Express Broadcast A/V decoder + +File: v4l-cx23885-avcore-01.fw + +Licence: Redistributable. + + Conexant grants permission to use and redistribute these firmware + files for use with Conexant devices, but not as a part of the Linux + kernel or in any other form which would require these files themselves + to be covered by the terms of the GNU General Public License. + These firmware files are distributed in the hope that they will be + useful, but WITHOUT ANY WARRANTY; without even the implied warranty + of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +-------------------------------------------------------------------------- + +Driver: cx23840 - Conexant sideport Broadcast A/V decoder + +File: v4l-cx25840.fw + +Licence: Redistributable. + + Conexant grants permission to use and redistribute these firmware + files for use with Conexant devices, but not as a part of the Linux + kernel or in any other form which would require these files themselves + to be covered by the terms of the GNU General Public License. + These firmware files are distributed in the hope that they will be + useful, but WITHOUT ANY WARRANTY; without even the implied warranty + of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +-------------------------------------------------------------------------- + +Driver: qlogicpti - PTI Qlogic, ISP Driver + +File: qlogic/isp1000.bin + +Licence: Unknown + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: myri_sbus - MyriCOM Gigabit Ethernet + +File: myricom/lanai.bin + +Licence: Unknown + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: bnx2x: Broadcom Everest + +File: bnx2x-e1-4.8.53.0.fw +File: bnx2x-e1h-4.8.53.0.fw +File: bnx2x-e1-5.2.7.0.fw +File: bnx2x-e1h-5.2.7.0.fw +File: bnx2x-e1-5.2.13.0.fw +File: bnx2x-e1h-5.2.13.0.fw +File: bnx2x/bnx2x-e1-6.0.34.0.fw +File: bnx2x/bnx2x-e1h-6.0.34.0.fw +File: bnx2x/bnx2x-e2-6.0.34.0.fw +File: bnx2x/bnx2x-e1-6.2.5.0.fw +File: bnx2x/bnx2x-e1h-6.2.5.0.fw +File: bnx2x/bnx2x-e2-6.2.5.0.fw +File: bnx2x/bnx2x-e1-6.2.9.0.fw +File: bnx2x/bnx2x-e1h-6.2.9.0.fw +File: bnx2x/bnx2x-e2-6.2.9.0.fw +File: bnx2x/bnx2x-e2-7.0.20.0.fw +File: bnx2x/bnx2x-e1-7.0.20.0.fw +File: bnx2x/bnx2x-e1h-7.0.20.0.fw +File: bnx2x/bnx2x-e2-7.0.23.0.fw +File: bnx2x/bnx2x-e1-7.0.23.0.fw +File: bnx2x/bnx2x-e1h-7.0.23.0.fw +File: bnx2x/bnx2x-e2-7.0.29.0.fw +File: bnx2x/bnx2x-e1-7.0.29.0.fw +File: bnx2x/bnx2x-e1h-7.0.29.0.fw +File: bnx2x/bnx2x-e2-7.2.16.0.fw +File: bnx2x/bnx2x-e1-7.2.16.0.fw +File: bnx2x/bnx2x-e1h-7.2.16.0.fw +File: bnx2x/bnx2x-e2-7.2.51.0.fw +File: bnx2x/bnx2x-e1-7.2.51.0.fw +File: bnx2x/bnx2x-e1h-7.2.51.0.fw +File: bnx2x/bnx2x-e1-7.8.2.0.fw +File: bnx2x/bnx2x-e1h-7.8.2.0.fw +File: bnx2x/bnx2x-e2-7.8.2.0.fw +File: bnx2x/bnx2x-e1-7.8.17.0.fw +File: bnx2x/bnx2x-e1h-7.8.17.0.fw +File: bnx2x/bnx2x-e2-7.8.17.0.fw +File: bnx2x/bnx2x-e1-7.8.19.0.fw +File: bnx2x/bnx2x-e1h-7.8.19.0.fw +File: bnx2x/bnx2x-e2-7.8.19.0.fw +File: bnx2x/bnx2x-e1-7.10.51.0.fw +File: bnx2x/bnx2x-e1h-7.10.51.0.fw +File: bnx2x/bnx2x-e2-7.10.51.0.fw +File: bnx2x/bnx2x-e1-7.12.30.0.fw +File: bnx2x/bnx2x-e1h-7.12.30.0.fw +File: bnx2x/bnx2x-e2-7.12.30.0.fw +File: bnx2x/bnx2x-e1-7.13.1.0.fw +File: bnx2x/bnx2x-e1h-7.13.1.0.fw +File: bnx2x/bnx2x-e2-7.13.1.0.fw +File: bnx2x/bnx2x-e1-7.13.11.0.fw +File: bnx2x/bnx2x-e1h-7.13.11.0.fw +File: bnx2x/bnx2x-e2-7.13.11.0.fw +File: bnx2x/bnx2x-e1-7.13.15.0.fw +File: bnx2x/bnx2x-e1h-7.13.15.0.fw +File: bnx2x/bnx2x-e2-7.13.15.0.fw +File: bnx2x/bnx2x-e1-7.13.21.0.fw +File: bnx2x/bnx2x-e1h-7.13.21.0.fw +File: bnx2x/bnx2x-e2-7.13.21.0.fw + + +License: + Copyright (c) 2007-2011 Broadcom Corporation + + This file contains firmware data derived from proprietary unpublished + source code, Copyright (c) 2007-2011 Broadcom Corporation. + + Permission is hereby granted for the distribution of this firmware data + in hexadecimal or equivalent format, provided this copyright notice is + accompanying it. + + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: bnx2 - Broadcom NetXtremeII + +File: bnx2/bnx2-mips-06-4.6.16.fw +File: bnx2/bnx2-mips-06-5.0.0.j3.fw +File: bnx2/bnx2-mips-06-5.0.0.j6.fw +File: bnx2/bnx2-mips-06-6.0.15.fw +File: bnx2/bnx2-mips-06-6.2.1.fw +File: bnx2/bnx2-mips-06-6.2.3.fw +File: bnx2/bnx2-mips-09-4.6.17.fw +File: bnx2/bnx2-mips-09-5.0.0.j3.fw +File: bnx2/bnx2-mips-09-5.0.0.j9.fw +File: bnx2/bnx2-mips-09-5.0.0.j15.fw +File: bnx2/bnx2-mips-09-6.0.17.fw +File: bnx2/bnx2-mips-09-6.2.1.fw +File: bnx2/bnx2-mips-09-6.2.1a.fw +File: bnx2/bnx2-mips-09-6.2.1b.fw +File: bnx2/bnx2-rv2p-06-4.6.16.fw +File: bnx2/bnx2-rv2p-06-5.0.0.j3.fw +File: bnx2/bnx2-rv2p-06-6.0.15.fw +File: bnx2/bnx2-rv2p-09-4.6.15.fw +File: bnx2/bnx2-rv2p-09-5.0.0.j3.fw +File: bnx2/bnx2-rv2p-09-5.0.0.j10.fw +File: bnx2/bnx2-rv2p-09-6.0.17.fw +File: bnx2/bnx2-rv2p-09ax-5.0.0.j3.fw +File: bnx2/bnx2-rv2p-09ax-5.0.0.j10.fw +File: bnx2/bnx2-rv2p-09ax-6.0.17.fw + +Licence: + + This file contains firmware data derived from proprietary unpublished + source code, Copyright (c) 2004 - 2010 Broadcom Corporation. + + Permission is hereby granted for the distribution of this firmware data + in hexadecimal or equivalent format, provided this copyright notice is + accompanying it. + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: netxen_nic - NetXen Multi port (1/10) Gigabit Ethernet NIC + +File: phanfw.bin +Version: 4.0.590 + +Licence: Redistributable. See LICENCE.phanfw for details. + +Available from http://ldriver.qlogic.com/firmware/netxen_nic/new/ + +-------------------------------------------------------------------------- + +Driver: dvb-ttpci -- AV7110 cards + +File: av7110/bootcode.bin +Source: av7110/Boot.S +Source: av7110/Makefile + +Licence: GPLv2 or later. See GPL-2 and GPL-3 for details. + +ARM assembly source code from https://linuxtv.org/downloads/firmware/Boot.S + +-------------------------------------------------------------------------- + +Driver: snd-wavefront - ISA WaveFront sound card + +File: yamaha/yss225_registers.bin + +Licence: Allegedly GPLv2+, but no source visible. + +Found in hex form in kernel source, with the following comment: + Copyright (c) 1998-2002 by Paul Davis + +-------------------------------------------------------------------------- + +Driver: rt61pci - Ralink RT2561, RT2561S, RT2661 wireless MACs + +File: rt2561.bin +File: rt2561s.bin +File: rt2661.bin + +Licence: Redistributable. See LICENCE.ralink-firmware.txt for details + +Downloaded from http://www.ralinktech.com/ralink/Home/Support/Linux.html + +-------------------------------------------------------------------------- + +Driver: rt73usb - Ralink RT2571W, RT2671 wireless MACs + +File: rt73.bin + +Licence: Redistributable. See LICENCE.ralink-firmware.txt for details + +Downloaded from http://www.ralinktech.com/ralink/Home/Support/Linux.html + +--------------------------------------------------------------------------- + +Driver: mt7601u - MediaTek MT7601U Wireless MACs + +File: mt7601u.bin +Version: 34 + +Licence: Redistributable. See LICENCE.ralink_a_mediatek_company_firmware for details + +Downloaded from http://www.mediatek.com/en/downloads/ + +-------------------------------------------------------------------------- + +Driver: rt2800pci - Ralink RT2860, RT2890, RT3090, RT3290, RT5390 wireless MACs + +File: rt2860.bin +Version: 40 + +File: rt3290.bin +Version: 37 + +Licence: Redistributable. See LICENCE.ralink-firmware.txt for details + +Binary file supplied originally by Shiang Tu , latest +from http://www.mediatek.com/en/downloads1/downloads/ + +-------------------------------------------------------------------------- + +Driver: rt2860sta - Ralink RT3090 wireless MACs + +Link: rt3090.bin -> rt2860.bin + +Licence: Redistributable. See LICENCE.ralink-firmware.txt for details + +-------------------------------------------------------------------------- + +Driver: rt2800usb - Ralink RT2870, RT3070, RT3071, RT3072, RT5370 wireless MACs + +File: rt2870.bin +Version: 36 + +Licence: Redistributable. See LICENCE.ralink-firmware.txt for details + +Binary file supplied originally by Shiang Tu , latest +from http://www.mediatek.com/en/downloads1/downloads/ + +-------------------------------------------------------------------------- + +Driver: rt2870sta - Ralink RT2870, RT3070, RT3071 wireless MACs + +Link: rt3070.bin -> rt2870.bin +File: rt3071.bin + +Licence: Redistributable. See LICENCE.ralink-firmware.txt for details + +rt3071.bin is a copy of bytes 4096-8191 of rt2870.bin for compatibility. + +-------------------------------------------------------------------------- + +Driver: usbdux/usbduxfast/usbduxsigma - usbdux data acquisition cards + +File: usbdux_firmware.bin +File: usbduxfast_firmware.bin +File: usbduxsigma_firmware.bin +Source: usbdux/ + +Licence: GPLv2. See GPL-2 for details. + +Provided from the author, Bernd Porr + +-------------------------------------------------------------------------- + +Driver: xc4000 - Xceive 4000 Tuner driver + +File: dvb-fe-xc4000-1.4.1.fw +Version: 1.4.1 + +Licence: Redistributable. See LICENCE.xc4000 for details + +-------------------------------------------------------------------------- +Driver: xc5000 - Xceive 5000 Tuner driver + +File: dvb-fe-xc5000-1.6.114.fw +Version: 1.6.114 + +File: dvb-fe-xc5000c-4.1.30.7.fw +Version: 4.1.30.7 + +Licence: Redistributable. See LICENCE.xc5000 and LICENCE.xc5000c for details + +-------------------------------------------------------------------------- + +Driver: dib0700 - DiBcom dib0700 USB DVB bridge driver + +File: dvb-usb-dib0700-1.20.fw +Version: 1.20 + +Licence: Redistributable. See LICENSE.dib0700 for details + +-------------------------------------------------------------------------- + +Driver: ath3k - DFU Driver for Atheros bluetooth chipset AR3011 + +File: ath3k-1.fw +Version: 1.0 + +Fix EEPROM radio table issue and change PID to 3005 + +Licence: Redistributable. See LICENCE.atheros_firmware for details + +-------------------------------------------------------------------------- + +Driver: mga - Matrox G200/G400/G550 + +File: matrox/g200_warp.fw +File: matrox/g400_warp.fw + +Licence: + +Copyright 1999 Matrox Graphics Inc. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +MATROX GRAPHICS INC., OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE +OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: r128 - ATI Rage 128 + +File: r128/r128_cce.bin + +Licence: + +Copyright 2000 Advanced Micro Devices, Inc. + + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR + * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + +Found in decimal form in kernel source. + +-------------------------------------------------------------------------- + +Driver: radeon - ATI Radeon + +File: radeon/R100_cp.bin +File: radeon/R200_cp.bin +File: radeon/R300_cp.bin +File: radeon/R420_cp.bin +File: radeon/RS600_cp.bin +File: radeon/RS690_cp.bin +File: radeon/R520_cp.bin +File: radeon/R600_pfp.bin +File: radeon/R600_me.bin +File: radeon/RV610_pfp.bin +File: radeon/RV610_me.bin +File: radeon/RV630_pfp.bin +File: radeon/RV630_me.bin +File: radeon/RV620_pfp.bin +File: radeon/RV620_me.bin +File: radeon/RV635_pfp.bin +File: radeon/RV635_me.bin +File: radeon/RV670_pfp.bin +File: radeon/RV670_me.bin +File: radeon/RS780_pfp.bin +File: radeon/RS780_me.bin +File: radeon/RV770_pfp.bin +File: radeon/RV770_me.bin +File: radeon/RV730_pfp.bin +File: radeon/RV730_me.bin +File: radeon/RV710_pfp.bin +File: radeon/RV710_me.bin + +Licence: + + * Copyright 2007-2009 Advanced Micro Devices, Inc. + * All Rights Reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: radeon - ATI Radeon + +File: radeon/R600_rlc.bin +File: radeon/R600_uvd.bin +File: radeon/RS780_uvd.bin +File: radeon/R700_rlc.bin +File: radeon/RV710_uvd.bin +File: radeon/RV710_smc.bin +File: radeon/RV730_smc.bin +File: radeon/RV740_smc.bin +File: radeon/RV770_smc.bin +File: radeon/RV770_uvd.bin +File: radeon/CEDAR_me.bin +File: radeon/CEDAR_pfp.bin +File: radeon/CEDAR_rlc.bin +File: radeon/CEDAR_smc.bin +File: radeon/CYPRESS_me.bin +File: radeon/CYPRESS_pfp.bin +File: radeon/CYPRESS_rlc.bin +File: radeon/CYPRESS_uvd.bin +File: radeon/CYPRESS_smc.bin +File: radeon/JUNIPER_me.bin +File: radeon/JUNIPER_pfp.bin +File: radeon/JUNIPER_rlc.bin +File: radeon/JUNIPER_smc.bin +File: radeon/REDWOOD_me.bin +File: radeon/REDWOOD_pfp.bin +File: radeon/REDWOOD_rlc.bin +File: radeon/REDWOOD_smc.bin +File: radeon/PALM_me.bin +File: radeon/PALM_pfp.bin +File: radeon/SUMO_rlc.bin +File: radeon/SUMO_uvd.bin +File: radeon/BARTS_mc.bin +File: radeon/BARTS_me.bin +File: radeon/BARTS_pfp.bin +File: radeon/BARTS_smc.bin +File: radeon/BTC_rlc.bin +File: radeon/CAICOS_mc.bin +File: radeon/CAICOS_me.bin +File: radeon/CAICOS_pfp.bin +File: radeon/CAICOS_smc.bin +File: radeon/TURKS_mc.bin +File: radeon/TURKS_me.bin +File: radeon/TURKS_pfp.bin +File: radeon/TURKS_smc.bin +File: radeon/CAYMAN_mc.bin +File: radeon/CAYMAN_me.bin +File: radeon/CAYMAN_pfp.bin +File: radeon/CAYMAN_rlc.bin +File: radeon/CAYMAN_smc.bin +File: radeon/SUMO_pfp.bin +File: radeon/SUMO_me.bin +File: radeon/SUMO2_pfp.bin +File: radeon/SUMO2_me.bin +File: radeon/ARUBA_me.bin +File: radeon/ARUBA_pfp.bin +File: radeon/ARUBA_rlc.bin +File: radeon/PITCAIRN_ce.bin +File: radeon/PITCAIRN_mc.bin +File: radeon/PITCAIRN_mc2.bin +File: radeon/PITCAIRN_me.bin +File: radeon/PITCAIRN_pfp.bin +File: radeon/PITCAIRN_rlc.bin +File: radeon/PITCAIRN_smc.bin +File: radeon/TAHITI_ce.bin +File: radeon/TAHITI_mc.bin +File: radeon/TAHITI_mc2.bin +File: radeon/TAHITI_me.bin +File: radeon/TAHITI_pfp.bin +File: radeon/TAHITI_rlc.bin +File: radeon/TAHITI_uvd.bin +File: radeon/TAHITI_smc.bin +File: radeon/TAHITI_vce.bin +File: radeon/VERDE_ce.bin +File: radeon/VERDE_mc.bin +File: radeon/VERDE_mc2.bin +File: radeon/VERDE_me.bin +File: radeon/VERDE_pfp.bin +File: radeon/VERDE_rlc.bin +File: radeon/VERDE_smc.bin +File: radeon/OLAND_ce.bin +File: radeon/OLAND_mc.bin +File: radeon/OLAND_mc2.bin +File: radeon/OLAND_me.bin +File: radeon/OLAND_pfp.bin +File: radeon/OLAND_rlc.bin +File: radeon/OLAND_smc.bin +File: radeon/HAINAN_ce.bin +File: radeon/HAINAN_mc.bin +File: radeon/HAINAN_mc2.bin +File: radeon/HAINAN_me.bin +File: radeon/HAINAN_pfp.bin +File: radeon/HAINAN_rlc.bin +File: radeon/HAINAN_smc.bin +File: radeon/BONAIRE_ce.bin +File: radeon/BONAIRE_mc.bin +File: radeon/BONAIRE_mc2.bin +File: radeon/BONAIRE_me.bin +File: radeon/BONAIRE_mec.bin +File: radeon/BONAIRE_pfp.bin +File: radeon/BONAIRE_rlc.bin +File: radeon/BONAIRE_sdma.bin +File: radeon/BONAIRE_uvd.bin +File: radeon/BONAIRE_smc.bin +File: radeon/BONAIRE_vce.bin +File: radeon/KABINI_ce.bin +File: radeon/KABINI_me.bin +File: radeon/KABINI_mec.bin +File: radeon/KABINI_pfp.bin +File: radeon/KABINI_rlc.bin +File: radeon/KABINI_sdma.bin +File: radeon/KAVERI_ce.bin +File: radeon/KAVERI_me.bin +File: radeon/KAVERI_mec.bin +File: radeon/KAVERI_pfp.bin +File: radeon/KAVERI_rlc.bin +File: radeon/KAVERI_sdma.bin +File: radeon/HAWAII_ce.bin +File: radeon/HAWAII_mc.bin +File: radeon/HAWAII_mc2.bin +File: radeon/HAWAII_me.bin +File: radeon/HAWAII_mec.bin +File: radeon/HAWAII_pfp.bin +File: radeon/HAWAII_rlc.bin +File: radeon/HAWAII_sdma.bin +File: radeon/HAWAII_smc.bin +File: radeon/MULLINS_ce.bin +File: radeon/MULLINS_me.bin +File: radeon/MULLINS_mec.bin +File: radeon/MULLINS_pfp.bin +File: radeon/MULLINS_rlc.bin +File: radeon/MULLINS_sdma.bin +File: radeon/pitcairn_ce.bin +File: radeon/pitcairn_k_smc.bin +File: radeon/pitcairn_mc.bin +File: radeon/pitcairn_me.bin +File: radeon/pitcairn_pfp.bin +File: radeon/pitcairn_rlc.bin +File: radeon/pitcairn_smc.bin +File: radeon/tahiti_ce.bin +File: radeon/tahiti_k_smc.bin +File: radeon/tahiti_mc.bin +File: radeon/tahiti_me.bin +File: radeon/tahiti_pfp.bin +File: radeon/tahiti_rlc.bin +File: radeon/tahiti_smc.bin +File: radeon/verde_ce.bin +File: radeon/verde_k_smc.bin +File: radeon/verde_mc.bin +File: radeon/verde_me.bin +File: radeon/verde_pfp.bin +File: radeon/verde_rlc.bin +File: radeon/verde_smc.bin +File: radeon/oland_ce.bin +File: radeon/oland_k_smc.bin +File: radeon/oland_mc.bin +File: radeon/oland_me.bin +File: radeon/oland_pfp.bin +File: radeon/oland_rlc.bin +File: radeon/oland_smc.bin +File: radeon/hainan_ce.bin +File: radeon/hainan_k_smc.bin +File: radeon/hainan_mc.bin +File: radeon/hainan_me.bin +File: radeon/hainan_pfp.bin +File: radeon/hainan_rlc.bin +File: radeon/hainan_smc.bin +File: radeon/bonaire_ce.bin +File: radeon/bonaire_k_smc.bin +File: radeon/bonaire_mc.bin +File: radeon/bonaire_me.bin +File: radeon/bonaire_mec.bin +File: radeon/bonaire_pfp.bin +File: radeon/bonaire_rlc.bin +File: radeon/bonaire_sdma.bin +File: radeon/bonaire_sdma1.bin +File: radeon/bonaire_smc.bin +File: radeon/bonaire_uvd.bin +File: radeon/bonaire_vce.bin +File: radeon/kabini_ce.bin +File: radeon/kabini_me.bin +File: radeon/kabini_mec.bin +File: radeon/kabini_pfp.bin +File: radeon/kabini_rlc.bin +File: radeon/kabini_sdma.bin +File: radeon/kabini_sdma1.bin +File: radeon/kabini_uvd.bin +File: radeon/kabini_vce.bin +File: radeon/kaveri_ce.bin +File: radeon/kaveri_me.bin +File: radeon/kaveri_mec.bin +File: radeon/kaveri_mec2.bin +File: radeon/kaveri_pfp.bin +File: radeon/kaveri_rlc.bin +File: radeon/kaveri_sdma.bin +File: radeon/kaveri_sdma1.bin +File: radeon/kaveri_uvd.bin +File: radeon/kaveri_vce.bin +File: radeon/hawaii_ce.bin +File: radeon/hawaii_k_smc.bin +File: radeon/hawaii_mc.bin +File: radeon/hawaii_me.bin +File: radeon/hawaii_mec.bin +File: radeon/hawaii_pfp.bin +File: radeon/hawaii_rlc.bin +File: radeon/hawaii_sdma.bin +File: radeon/hawaii_sdma1.bin +File: radeon/hawaii_smc.bin +File: radeon/hawaii_uvd.bin +File: radeon/hawaii_vce.bin +File: radeon/mullins_ce.bin +File: radeon/mullins_me.bin +File: radeon/mullins_mec.bin +File: radeon/mullins_pfp.bin +File: radeon/mullins_rlc.bin +File: radeon/mullins_sdma.bin +File: radeon/mullins_sdma1.bin +File: radeon/mullins_uvd.bin +File: radeon/mullins_vce.bin +File: radeon/banks_k_2_smc.bin +File: radeon/si58_mc.bin + +Licence: Redistributable. See LICENSE.radeon for details. + +-------------------------------------------------------------------------- + +Driver: amdgpu - AMD Radeon + +File: amdgpu/tahiti_ce.bin +File: amdgpu/tahiti_k_smc.bin +File: amdgpu/tahiti_mc.bin +File: amdgpu/tahiti_me.bin +File: amdgpu/tahiti_pfp.bin +File: amdgpu/tahiti_rlc.bin +File: amdgpu/tahiti_smc.bin +File: amdgpu/tahiti_uvd.bin +File: amdgpu/pitcairn_ce.bin +File: amdgpu/pitcairn_k_smc.bin +File: amdgpu/pitcairn_mc.bin +File: amdgpu/pitcairn_me.bin +File: amdgpu/pitcairn_pfp.bin +File: amdgpu/pitcairn_rlc.bin +File: amdgpu/pitcairn_smc.bin +File: amdgpu/pitcairn_uvd.bin +File: amdgpu/verde_ce.bin +File: amdgpu/verde_k_smc.bin +File: amdgpu/verde_mc.bin +File: amdgpu/verde_me.bin +File: amdgpu/verde_pfp.bin +File: amdgpu/verde_rlc.bin +File: amdgpu/verde_smc.bin +File: amdgpu/verde_uvd.bin +File: amdgpu/hainan_ce.bin +File: amdgpu/hainan_k_smc.bin +File: amdgpu/hainan_mc.bin +File: amdgpu/hainan_me.bin +File: amdgpu/hainan_pfp.bin +File: amdgpu/hainan_rlc.bin +File: amdgpu/hainan_smc.bin +File: amdgpu/oland_ce.bin +File: amdgpu/oland_k_smc.bin +File: amdgpu/oland_mc.bin +File: amdgpu/oland_me.bin +File: amdgpu/oland_pfp.bin +File: amdgpu/oland_rlc.bin +File: amdgpu/oland_smc.bin +File: amdgpu/oland_uvd.bin +File: amdgpu/si58_mc.bin +File: amdgpu/banks_k_2_smc.bin +File: amdgpu/bonaire_ce.bin +File: amdgpu/bonaire_k_smc.bin +File: amdgpu/bonaire_mc.bin +File: amdgpu/bonaire_me.bin +File: amdgpu/bonaire_mec.bin +File: amdgpu/bonaire_pfp.bin +File: amdgpu/bonaire_rlc.bin +File: amdgpu/bonaire_sdma.bin +File: amdgpu/bonaire_sdma1.bin +File: amdgpu/bonaire_smc.bin +File: amdgpu/bonaire_uvd.bin +File: amdgpu/bonaire_vce.bin +File: amdgpu/hawaii_ce.bin +File: amdgpu/hawaii_k_smc.bin +File: amdgpu/hawaii_mc.bin +File: amdgpu/hawaii_me.bin +File: amdgpu/hawaii_mec.bin +File: amdgpu/hawaii_pfp.bin +File: amdgpu/hawaii_rlc.bin +File: amdgpu/hawaii_sdma.bin +File: amdgpu/hawaii_sdma1.bin +File: amdgpu/hawaii_smc.bin +File: amdgpu/hawaii_uvd.bin +File: amdgpu/hawaii_vce.bin +File: amdgpu/kabini_ce.bin +File: amdgpu/kabini_me.bin +File: amdgpu/kabini_mec.bin +File: amdgpu/kabini_pfp.bin +File: amdgpu/kabini_rlc.bin +File: amdgpu/kabini_sdma.bin +File: amdgpu/kabini_sdma1.bin +File: amdgpu/kabini_uvd.bin +File: amdgpu/kabini_vce.bin +File: amdgpu/mullins_ce.bin +File: amdgpu/mullins_me.bin +File: amdgpu/mullins_mec.bin +File: amdgpu/mullins_pfp.bin +File: amdgpu/mullins_rlc.bin +File: amdgpu/mullins_sdma.bin +File: amdgpu/mullins_sdma1.bin +File: amdgpu/mullins_uvd.bin +File: amdgpu/mullins_vce.bin +File: amdgpu/kaveri_ce.bin +File: amdgpu/kaveri_me.bin +File: amdgpu/kaveri_mec.bin +File: amdgpu/kaveri_mec2.bin +File: amdgpu/kaveri_pfp.bin +File: amdgpu/kaveri_rlc.bin +File: amdgpu/kaveri_sdma.bin +File: amdgpu/kaveri_sdma1.bin +File: amdgpu/kaveri_uvd.bin +File: amdgpu/kaveri_vce.bin +File: amdgpu/topaz_ce.bin +File: amdgpu/topaz_k_smc.bin +File: amdgpu/topaz_mc.bin +File: amdgpu/topaz_me.bin +File: amdgpu/topaz_mec2.bin +File: amdgpu/topaz_mec.bin +File: amdgpu/topaz_pfp.bin +File: amdgpu/topaz_rlc.bin +File: amdgpu/topaz_sdma1.bin +File: amdgpu/topaz_sdma.bin +File: amdgpu/topaz_smc.bin +File: amdgpu/tonga_ce.bin +File: amdgpu/tonga_k_smc.bin +File: amdgpu/tonga_mc.bin +File: amdgpu/tonga_me.bin +File: amdgpu/tonga_mec2.bin +File: amdgpu/tonga_mec.bin +File: amdgpu/tonga_pfp.bin +File: amdgpu/tonga_rlc.bin +File: amdgpu/tonga_sdma1.bin +File: amdgpu/tonga_sdma.bin +File: amdgpu/tonga_smc.bin +File: amdgpu/tonga_uvd.bin +File: amdgpu/tonga_vce.bin +File: amdgpu/carrizo_ce.bin +File: amdgpu/carrizo_me.bin +File: amdgpu/carrizo_mec2.bin +File: amdgpu/carrizo_mec.bin +File: amdgpu/carrizo_pfp.bin +File: amdgpu/carrizo_rlc.bin +File: amdgpu/carrizo_sdma1.bin +File: amdgpu/carrizo_sdma.bin +File: amdgpu/carrizo_uvd.bin +File: amdgpu/carrizo_vce.bin +File: amdgpu/fiji_ce.bin +File: amdgpu/fiji_mc.bin +File: amdgpu/fiji_me.bin +File: amdgpu/fiji_mec2.bin +File: amdgpu/fiji_mec.bin +File: amdgpu/fiji_pfp.bin +File: amdgpu/fiji_rlc.bin +File: amdgpu/fiji_sdma1.bin +File: amdgpu/fiji_sdma.bin +File: amdgpu/fiji_smc.bin +File: amdgpu/fiji_uvd.bin +File: amdgpu/fiji_vce.bin +File: amdgpu/stoney_ce.bin +File: amdgpu/stoney_me.bin +File: amdgpu/stoney_mec.bin +File: amdgpu/stoney_pfp.bin +File: amdgpu/stoney_rlc.bin +File: amdgpu/stoney_sdma.bin +File: amdgpu/stoney_uvd.bin +File: amdgpu/stoney_vce.bin +File: amdgpu/polaris10_ce.bin +File: amdgpu/polaris10_ce_2.bin +File: amdgpu/polaris10_mc.bin +File: amdgpu/polaris10_k_mc.bin +File: amdgpu/polaris10_me.bin +File: amdgpu/polaris10_me_2.bin +File: amdgpu/polaris10_mec2.bin +File: amdgpu/polaris10_mec2_2.bin +File: amdgpu/polaris10_mec.bin +File: amdgpu/polaris10_mec_2.bin +File: amdgpu/polaris10_pfp.bin +File: amdgpu/polaris10_pfp_2.bin +File: amdgpu/polaris10_rlc.bin +File: amdgpu/polaris10_sdma1.bin +File: amdgpu/polaris10_sdma.bin +File: amdgpu/polaris10_smc.bin +File: amdgpu/polaris10_k_smc.bin +File: amdgpu/polaris10_k2_smc.bin +File: amdgpu/polaris10_smc_sk.bin +File: amdgpu/polaris10_uvd.bin +File: amdgpu/polaris10_vce.bin +File: amdgpu/polaris11_ce.bin +File: amdgpu/polaris11_ce_2.bin +File: amdgpu/polaris11_mc.bin +File: amdgpu/polaris11_k_mc.bin +File: amdgpu/polaris11_me.bin +File: amdgpu/polaris11_me_2.bin +File: amdgpu/polaris11_mec2.bin +File: amdgpu/polaris11_mec2_2.bin +File: amdgpu/polaris11_mec.bin +File: amdgpu/polaris11_mec_2.bin +File: amdgpu/polaris11_pfp.bin +File: amdgpu/polaris11_pfp_2.bin +File: amdgpu/polaris11_rlc.bin +File: amdgpu/polaris11_sdma1.bin +File: amdgpu/polaris11_sdma.bin +File: amdgpu/polaris11_smc.bin +File: amdgpu/polaris11_k_smc.bin +File: amdgpu/polaris11_k2_smc.bin +File: amdgpu/polaris11_smc_sk.bin +File: amdgpu/polaris11_uvd.bin +File: amdgpu/polaris11_vce.bin +File: amdgpu/polaris12_ce.bin +File: amdgpu/polaris12_ce_2.bin +File: amdgpu/polaris12_mc.bin +File: amdgpu/polaris12_k_mc.bin +File: amdgpu/polaris12_32_mc.bin +File: amdgpu/polaris12_me.bin +File: amdgpu/polaris12_me_2.bin +File: amdgpu/polaris12_mec.bin +File: amdgpu/polaris12_mec_2.bin +File: amdgpu/polaris12_mec2.bin +File: amdgpu/polaris12_mec2_2.bin +File: amdgpu/polaris12_pfp.bin +File: amdgpu/polaris12_pfp_2.bin +File: amdgpu/polaris12_rlc.bin +File: amdgpu/polaris12_sdma.bin +File: amdgpu/polaris12_sdma1.bin +File: amdgpu/polaris12_smc.bin +File: amdgpu/polaris12_k_smc.bin +File: amdgpu/polaris12_uvd.bin +File: amdgpu/polaris12_vce.bin +File: amdgpu/vegam_ce.bin +File: amdgpu/vegam_me.bin +File: amdgpu/vegam_mec.bin +File: amdgpu/vegam_mec2.bin +File: amdgpu/vegam_pfp.bin +File: amdgpu/vegam_rlc.bin +File: amdgpu/vegam_sdma.bin +File: amdgpu/vegam_sdma1.bin +File: amdgpu/vegam_smc.bin +File: amdgpu/vegam_uvd.bin +File: amdgpu/vegam_vce.bin +File: amdgpu/vega10_acg_smc.bin +File: amdgpu/vega10_asd.bin +File: amdgpu/vega10_ce.bin +File: amdgpu/vega10_gpu_info.bin +File: amdgpu/vega10_me.bin +File: amdgpu/vega10_mec.bin +File: amdgpu/vega10_mec2.bin +File: amdgpu/vega10_pfp.bin +File: amdgpu/vega10_rlc.bin +File: amdgpu/vega10_sdma.bin +File: amdgpu/vega10_sdma1.bin +File: amdgpu/vega10_smc.bin +File: amdgpu/vega10_sos.bin +File: amdgpu/vega10_uvd.bin +File: amdgpu/vega10_vce.bin +File: amdgpu/vega12_asd.bin +File: amdgpu/vega12_ce.bin +File: amdgpu/vega12_gpu_info.bin +File: amdgpu/vega12_me.bin +File: amdgpu/vega12_mec.bin +File: amdgpu/vega12_mec2.bin +File: amdgpu/vega12_pfp.bin +File: amdgpu/vega12_rlc.bin +File: amdgpu/vega12_sdma.bin +File: amdgpu/vega12_sdma1.bin +File: amdgpu/vega12_smc.bin +File: amdgpu/vega12_sos.bin +File: amdgpu/vega12_uvd.bin +File: amdgpu/vega12_vce.bin +File: amdgpu/vega20_asd.bin +File: amdgpu/vega20_ce.bin +File: amdgpu/vega20_me.bin +File: amdgpu/vega20_mec.bin +File: amdgpu/vega20_mec2.bin +File: amdgpu/vega20_pfp.bin +File: amdgpu/vega20_rlc.bin +File: amdgpu/vega20_sdma.bin +File: amdgpu/vega20_sdma1.bin +File: amdgpu/vega20_smc.bin +File: amdgpu/vega20_sos.bin +File: amdgpu/vega20_uvd.bin +File: amdgpu/vega20_vce.bin +File: amdgpu/vega20_ta.bin +File: amdgpu/raven_asd.bin +File: amdgpu/raven_ce.bin +File: amdgpu/raven_gpu_info.bin +File: amdgpu/raven_me.bin +File: amdgpu/raven_mec.bin +File: amdgpu/raven_mec2.bin +File: amdgpu/raven_pfp.bin +File: amdgpu/raven_rlc.bin +File: amdgpu/raven_sdma.bin +File: amdgpu/raven_vcn.bin +File: amdgpu/raven_dmcu.bin +File: amdgpu/raven_kicker_rlc.bin +File: amdgpu/raven_ta.bin +File: amdgpu/picasso_asd.bin +File: amdgpu/picasso_ce.bin +File: amdgpu/picasso_gpu_info.bin +File: amdgpu/picasso_me.bin +File: amdgpu/picasso_mec.bin +File: amdgpu/picasso_mec2.bin +File: amdgpu/picasso_pfp.bin +File: amdgpu/picasso_rlc.bin +File: amdgpu/picasso_rlc_am4.bin +File: amdgpu/picasso_sdma.bin +File: amdgpu/picasso_vcn.bin +File: amdgpu/picasso_ta.bin +File: amdgpu/raven2_asd.bin +File: amdgpu/raven2_ce.bin +File: amdgpu/raven2_gpu_info.bin +File: amdgpu/raven2_me.bin +File: amdgpu/raven2_mec.bin +File: amdgpu/raven2_mec2.bin +File: amdgpu/raven2_pfp.bin +File: amdgpu/raven2_rlc.bin +File: amdgpu/raven2_sdma.bin +File: amdgpu/raven2_vcn.bin +File: amdgpu/raven2_ta.bin +File: amdgpu/navi10_asd.bin +File: amdgpu/navi10_ce.bin +File: amdgpu/navi10_gpu_info.bin +File: amdgpu/navi10_me.bin +File: amdgpu/navi10_mec.bin +File: amdgpu/navi10_mec2.bin +File: amdgpu/navi10_pfp.bin +File: amdgpu/navi10_rlc.bin +File: amdgpu/navi10_sdma.bin +File: amdgpu/navi10_sdma1.bin +File: amdgpu/navi10_smc.bin +File: amdgpu/navi10_sos.bin +File: amdgpu/navi10_vcn.bin +File: amdgpu/navi10_ta.bin +File: amdgpu/navi14_asd.bin +File: amdgpu/navi14_ce.bin +File: amdgpu/navi14_ce_wks.bin +File: amdgpu/navi14_gpu_info.bin +File: amdgpu/navi14_me.bin +File: amdgpu/navi14_me_wks.bin +File: amdgpu/navi14_mec.bin +File: amdgpu/navi14_mec_wks.bin +File: amdgpu/navi14_mec2.bin +File: amdgpu/navi14_mec2_wks.bin +File: amdgpu/navi14_pfp.bin +File: amdgpu/navi14_pfp_wks.bin +File: amdgpu/navi14_rlc.bin +File: amdgpu/navi14_sdma.bin +File: amdgpu/navi14_sdma1.bin +File: amdgpu/navi14_smc.bin +File: amdgpu/navi14_sos.bin +File: amdgpu/navi14_vcn.bin +File: amdgpu/navi14_ta.bin +File: amdgpu/navi12_asd.bin +File: amdgpu/navi12_ce.bin +File: amdgpu/navi12_dmcu.bin +File: amdgpu/navi12_gpu_info.bin +File: amdgpu/navi12_me.bin +File: amdgpu/navi12_mec.bin +File: amdgpu/navi12_mec2.bin +File: amdgpu/navi12_pfp.bin +File: amdgpu/navi12_rlc.bin +File: amdgpu/navi12_sdma.bin +File: amdgpu/navi12_sdma1.bin +File: amdgpu/navi12_smc.bin +File: amdgpu/navi12_sos.bin +File: amdgpu/navi12_vcn.bin +File: amdgpu/navi12_ta.bin +File: amdgpu/renoir_asd.bin +File: amdgpu/renoir_ce.bin +File: amdgpu/renoir_gpu_info.bin +File: amdgpu/renoir_me.bin +File: amdgpu/renoir_mec.bin +File: amdgpu/renoir_mec2.bin +File: amdgpu/renoir_pfp.bin +File: amdgpu/renoir_rlc.bin +File: amdgpu/renoir_sdma.bin +File: amdgpu/renoir_vcn.bin +File: amdgpu/renoir_dmcub.bin +File: amdgpu/renoir_ta.bin +File: amdgpu/sienna_cichlid_ce.bin +File: amdgpu/sienna_cichlid_dmcub.bin +File: amdgpu/sienna_cichlid_me.bin +File: amdgpu/sienna_cichlid_mec.bin +File: amdgpu/sienna_cichlid_mec2.bin +File: amdgpu/sienna_cichlid_pfp.bin +File: amdgpu/sienna_cichlid_rlc.bin +File: amdgpu/sienna_cichlid_sdma.bin +File: amdgpu/sienna_cichlid_smc.bin +File: amdgpu/sienna_cichlid_sos.bin +File: amdgpu/sienna_cichlid_ta.bin +File: amdgpu/sienna_cichlid_vcn.bin +File: amdgpu/green_sardine_asd.bin +File: amdgpu/green_sardine_ce.bin +File: amdgpu/green_sardine_dmcub.bin +File: amdgpu/green_sardine_me.bin +File: amdgpu/green_sardine_mec2.bin +File: amdgpu/green_sardine_mec.bin +File: amdgpu/green_sardine_pfp.bin +File: amdgpu/green_sardine_rlc.bin +File: amdgpu/green_sardine_sdma.bin +File: amdgpu/green_sardine_ta.bin +File: amdgpu/green_sardine_vcn.bin +File: amdgpu/navy_flounder_ce.bin +File: amdgpu/navy_flounder_dmcub.bin +File: amdgpu/navy_flounder_me.bin +File: amdgpu/navy_flounder_mec.bin +File: amdgpu/navy_flounder_mec2.bin +File: amdgpu/navy_flounder_pfp.bin +File: amdgpu/navy_flounder_rlc.bin +File: amdgpu/navy_flounder_sdma.bin +File: amdgpu/navy_flounder_smc.bin +File: amdgpu/navy_flounder_sos.bin +File: amdgpu/navy_flounder_ta.bin +File: amdgpu/navy_flounder_vcn.bin +File: amdgpu/arcturus_asd.bin +File: amdgpu/arcturus_gpu_info.bin +File: amdgpu/arcturus_mec2.bin +File: amdgpu/arcturus_mec.bin +File: amdgpu/arcturus_rlc.bin +File: amdgpu/arcturus_sdma.bin +File: amdgpu/arcturus_smc.bin +File: amdgpu/arcturus_sos.bin +File: amdgpu/arcturus_ta.bin +File: amdgpu/arcturus_vcn.bin +File: amdgpu/dimgrey_cavefish_ce.bin +File: amdgpu/dimgrey_cavefish_dmcub.bin +File: amdgpu/dimgrey_cavefish_me.bin +File: amdgpu/dimgrey_cavefish_mec.bin +File: amdgpu/dimgrey_cavefish_mec2.bin +File: amdgpu/dimgrey_cavefish_pfp.bin +File: amdgpu/dimgrey_cavefish_rlc.bin +File: amdgpu/dimgrey_cavefish_sdma.bin +File: amdgpu/dimgrey_cavefish_smc.bin +File: amdgpu/dimgrey_cavefish_sos.bin +File: amdgpu/dimgrey_cavefish_ta.bin +File: amdgpu/dimgrey_cavefish_vcn.bin +File: amdgpu/vangogh_asd.bin +File: amdgpu/vangogh_ce.bin +File: amdgpu/vangogh_dmcub.bin +File: amdgpu/vangogh_me.bin +File: amdgpu/vangogh_mec2.bin +File: amdgpu/vangogh_mec.bin +File: amdgpu/vangogh_pfp.bin +File: amdgpu/vangogh_rlc.bin +File: amdgpu/vangogh_sdma.bin +File: amdgpu/vangogh_toc.bin +File: amdgpu/vangogh_vcn.bin +File: amdgpu/yellow_carp_asd.bin +File: amdgpu/yellow_carp_ce.bin +File: amdgpu/yellow_carp_dmcub.bin +File: amdgpu/yellow_carp_me.bin +File: amdgpu/yellow_carp_mec.bin +File: amdgpu/yellow_carp_mec2.bin +File: amdgpu/yellow_carp_pfp.bin +File: amdgpu/yellow_carp_rlc.bin +File: amdgpu/yellow_carp_sdma.bin +File: amdgpu/yellow_carp_ta.bin +File: amdgpu/yellow_carp_toc.bin +File: amdgpu/yellow_carp_vcn.bin +File: amdgpu/beige_goby_ce.bin +File: amdgpu/beige_goby_dmcub.bin +File: amdgpu/beige_goby_me.bin +File: amdgpu/beige_goby_mec.bin +File: amdgpu/beige_goby_mec2.bin +File: amdgpu/beige_goby_pfp.bin +File: amdgpu/beige_goby_rlc.bin +File: amdgpu/beige_goby_sdma.bin +File: amdgpu/beige_goby_smc.bin +File: amdgpu/beige_goby_sos.bin +File: amdgpu/beige_goby_ta.bin +File: amdgpu/beige_goby_vcn.bin +File: amdgpu/cyan_skillfish2_ce.bin +File: amdgpu/cyan_skillfish2_me.bin +File: amdgpu/cyan_skillfish2_mec.bin +File: amdgpu/cyan_skillfish2_mec2.bin +File: amdgpu/cyan_skillfish2_pfp.bin +File: amdgpu/cyan_skillfish2_rlc.bin +File: amdgpu/cyan_skillfish2_sdma.bin +File: amdgpu/cyan_skillfish2_sdma1.bin + +Licence: Redistributable. See LICENSE.amdgpu for details. + +-------------------------------------------------------------------------- + +Driver: s2255drv + +File: f2255usb.bin +Version: 1.2.8 + +Licence: Redistributable. + + Sensoray grants permission to use and redistribute these firmware + files for use with Sensoray devices, but not as a part of the Linux + kernel or in any other form which would require these files themselves + to be covered by the terms of the GNU General Public License. + These firmware files are distributed in the hope that they will be + useful, but WITHOUT ANY WARRANTY; without even the implied warranty + of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +-------------------------------------------------------------------------- + +Driver: rtl8192e - Realtek 8192 PCI wireless driver + +File: RTL8192E/boot.img +File: RTL8192E/data.img +File: RTL8192E/main.img + +Licence: Redistributable, provided by Realtek in their driver + source download. + +-------------------------------------------------------------------------- + +Driver: lgs8gxx - Legend Silicon GB20600 demodulator driver + +File: lgs8g75.fw + +Licence: Unknown + +-------------------------------------------------------------------------- + +Driver: ib_qib - QLogic Infiniband + +File: qlogic/sd7220.fw + +Licence: + + * Copyright (c) 2007, 2008 QLogic Corporation. All rights reserved. + * + * This software is available to you under a choice of one of two + * licenses. You may choose to be licensed under the terms of the GNU + * General Public License (GPL) Version 2, available from the file + * COPYING in the main directory of this source tree, or the + * OpenIB.org BSD license below: + * + * Redistribution and use in source and binary forms, with or + * without modification, are permitted provided that the following + * conditions are met: + * + * - Redistributions of source code must retain the above + * copyright notice, this list of conditions and the following + * disclaimer. + * + * - Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following + * disclaimer in the documentation and/or other materials + * provided with the distribution. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: qed - QLogic 4xxxx Ethernet Driver Core Module. + +File: qed/qed_init_values_zipped-8.4.2.0.bin +File: qed/qed_init_values_zipped-8.7.3.0.bin +File: qed/qed_init_values_zipped-8.10.5.0.bin +File: qed/qed_init_values-8.10.9.0.bin +File: qed/qed_init_values_zipped-8.10.10.0.bin +File: qed/qed_init_values-8.14.6.0.bin +File: qed/qed_init_values_zipped-8.15.3.0.bin +File: qed/qed_init_values-8.18.9.0.bin +File: qed/qed_init_values_zipped-8.20.0.0.bin +File: qed/qed_init_values-8.20.0.0.bin +File: qed/qed_init_values-8.30.12.0.bin +File: qed/qed_init_values_zipped-8.33.1.0.bin +File: qed/qed_init_values_zipped-8.33.11.0.bin +File: qed/qed_init_values-8.33.12.0.bin +File: qed/qed_init_values_zipped-8.37.2.0.bin +File: qed/qed_init_values_zipped-8.37.7.0.bin +File: qed/qed_init_values-8.37.7.0.bin +File: qed/qed_init_values-8.40.33.0.bin +File: qed/qed_init_values_zipped-8.42.2.0.bin +File: qed/qed_init_values_zipped-8.59.1.0.bin + +Licence: + This file contains firmware data derived from proprietary unpublished + source code. + Copyright (c) 2015-2018 QLogic Corporation. + + Permission is hereby granted for the distribution of this firmware data + in hexadecimal or equivalent format, provided this copyright notice is + accompanying it. + +-------------------------------------------------------------------------- + +Driver: ueagle-atm - Driver for USB ADSL Modems based on Eagle IV Chipset + +File: ueagle-atm/CMV4p.bin.v2 +File: ueagle-atm/DSP4p.bin +File: ueagle-atm/eagleIV.fw +Version: 1.0 + +Licence: Redistributable. See LICENCE.ueagle-atm4-firmware for details + +-------------------------------------------------------------------------- + +Driver: ueagle-atm - Driver for USB ADSL Modems based on Eagle I,II,III + +File: ueagle-atm/930-fpga.bin +File: ueagle-atm/CMVeiWO.bin +File: ueagle-atm/CMVepFR10.bin +File: ueagle-atm/DSP9p.bin +File: ueagle-atm/eagleIII.fw +File: ueagle-atm/adi930.fw +File: ueagle-atm/CMVep.bin +File: ueagle-atm/CMVepFR.bin +File: ueagle-atm/DSPei.bin +File: ueagle-atm/CMV9i.bin +File: ueagle-atm/CMVepES03.bin +File: ueagle-atm/CMVepIT.bin +File: ueagle-atm/DSPep.bin +File: ueagle-atm/CMV9p.bin +File: ueagle-atm/CMVepES.bin +File: ueagle-atm/CMVepWO.bin +File: ueagle-atm/eagleI.fw +File: ueagle-atm/CMVei.bin +File: ueagle-atm/CMVepFR04.bin +File: ueagle-atm/DSP9i.bin +File: ueagle-atm/eagleII.fw +Version: 1.1 + +Licence: Redistributable. Based on + https://mail.gna.org/public/eagleusb-dev/2004-11/msg00172.html + +-------------------------------------------------------------------------- + +Driver: vxge - Exar X3100 Series 10GbE PCIe I/O Virtualized Server Adapter + +File: vxge/X3fw.ncf +File: vxge/X3fw-pxe.ncf +Version: 1.8.1 + +Licence: + + This file contains firmware data derived from proprietary unpublished + source code, Copyright (c) 2010 Exar Corporation. + + Permission is hereby granted for the distribution of this firmware data + in hexadecimal or equivalent format, provided this copyright notice is + accompanying it. + +-------------------------------------------------------------------------- + +Driver: brcmsmac - Broadcom 802.11n softmac wireless LAN driver. + +File: brcm/bcm43xx-0.fw +File: brcm/bcm43xx_hdr-0.fw +Version: 610.812 + +Licence: Redistributable. See LICENCE.broadcom_bcm43xx for details. + +-------------------------------------------------------------------------- + +Driver: brcmfmac - Broadcom 802.11n fullmac wireless LAN driver. + +File: brcm/bcm4329-fullmac-4.bin +File: brcm/brcmfmac43236b.bin +File: brcm/brcmfmac4329-sdio.bin +File: brcm/brcmfmac4330-sdio.bin +File: brcm/brcmfmac4334-sdio.bin +File: brcm/brcmfmac4335-sdio.bin +File: brcm/brcmfmac43241b0-sdio.bin +File: brcm/brcmfmac43241b4-sdio.bin +File: brcm/brcmfmac43241b5-sdio.bin +File: brcm/brcmfmac43242a.bin +File: brcm/brcmfmac43143.bin +File: brcm/brcmfmac43143-sdio.bin +File: brcm/brcmfmac43430a0-sdio.bin +File: brcm/brcmfmac4350c2-pcie.bin +File: brcm/brcmfmac4350-pcie.bin +File: brcm/brcmfmac43569.bin +File: brcm/brcmfmac4358-pcie.bin +File: brcm/brcmfmac43602-pcie.bin +File: brcm/brcmfmac43602-pcie.ap.bin +File: brcm/brcmfmac4366b-pcie.bin +File: brcm/brcmfmac4366c-pcie.bin +File: brcm/brcmfmac4371-pcie.bin + +Licence: Redistributable. See LICENCE.broadcom_bcm43xx for details. + +File: brcm/brcmfmac4373.bin +File: cypress/cyfmac43012-sdio.bin +Link: brcm/brcmfmac43012-sdio.bin -> ../cypress/cyfmac43012-sdio.bin +File: cypress/cyfmac43012-sdio.clm_blob +Link: brcm/brcmfmac43012-sdio.clm_blob -> ../cypress/cyfmac43012-sdio.clm_blob +File: cypress/cyfmac43340-sdio.bin +Link: brcm/brcmfmac43340-sdio.bin -> ../cypress/cyfmac43340-sdio.bin +File: cypress/cyfmac43362-sdio.bin +Link: brcm/brcmfmac43362-sdio.bin -> ../cypress/cyfmac43362-sdio.bin +File: cypress/cyfmac4339-sdio.bin +Link: brcm/brcmfmac4339-sdio.bin -> ../cypress/cyfmac4339-sdio.bin +File: cypress/cyfmac43430-sdio.bin +Link: brcm/brcmfmac43430-sdio.bin -> ../cypress/cyfmac43430-sdio.bin +File: cypress/cyfmac43430-sdio.clm_blob +Link: brcm/brcmfmac43430-sdio.clm_blob -> ../cypress/cyfmac43430-sdio.clm_blob +File: cypress/cyfmac43455-sdio.bin +Link: brcm/brcmfmac43455-sdio.bin -> ../cypress/cyfmac43455-sdio.bin +File: cypress/cyfmac43455-sdio.clm_blob +Link: brcm/brcmfmac43455-sdio.clm_blob -> ../cypress/cyfmac43455-sdio.clm_blob +File: cypress/cyfmac4354-sdio.bin +Link: brcm/brcmfmac4354-sdio.bin -> ../cypress/cyfmac4354-sdio.bin +File: cypress/cyfmac4354-sdio.clm_blob +Link: brcm/brcmfmac4354-sdio.clm_blob -> ../cypress/cyfmac4354-sdio.clm_blob +File: cypress/cyfmac4356-pcie.bin +Link: brcm/brcmfmac4356-pcie.bin -> ../cypress/cyfmac4356-pcie.bin +File: cypress/cyfmac4356-pcie.clm_blob +Link: brcm/brcmfmac4356-pcie.clm_blob -> ../cypress/cyfmac4356-pcie.clm_blob +File: cypress/cyfmac4356-sdio.bin +Link: brcm/brcmfmac4356-sdio.bin -> ../cypress/cyfmac4356-sdio.bin +File: cypress/cyfmac4356-sdio.clm_blob +Link: brcm/brcmfmac4356-sdio.clm_blob -> ../cypress/cyfmac4356-sdio.clm_blob +File: cypress/cyfmac43570-pcie.bin +Link: brcm/brcmfmac43570-pcie.bin -> ../cypress/cyfmac43570-pcie.bin +File: cypress/cyfmac43570-pcie.clm_blob +Link: brcm/brcmfmac43570-pcie.clm_blob -> ../cypress/cyfmac43570-pcie.clm_blob +File: cypress/cyfmac4373-sdio.bin +Link: brcm/brcmfmac4373-sdio.bin -> ../cypress/cyfmac4373-sdio.bin +File: cypress/cyfmac4373-sdio.clm_blob +Link: brcm/brcmfmac4373-sdio.clm_blob -> ../cypress/cyfmac4373-sdio.clm_blob +File: cypress/cyfmac54591-pcie.bin +Link: brcm/brcmfmac54591-pcie.bin -> ../cypress/cyfmac54591-pcie.bin +File: cypress/cyfmac54591-pcie.clm_blob +Link: brcm/brcmfmac54591-pcie.clm_blob -> ../cypress/cyfmac54591-pcie.clm_blob + +Licence: Redistributable. See LICENCE.cypress for details. + +File: "brcm/brcmfmac4330-sdio.Prowise-PT301.txt" +File: "brcm/brcmfmac43340-sdio.meegopad-t08.txt" +File: "brcm/brcmfmac43340-sdio.pov-tab-p1006w-data.txt" +File: "brcm/brcmfmac43340-sdio.predia-basic.txt" +File: "brcm/brcmfmac43362-sdio.cubietech,cubietruck.txt" +Link: brcm/brcmfmac43362-sdio.lemaker,bananapro.txt -> brcmfmac43362-sdio.cubietech,cubietruck.txt +File: "brcm/brcmfmac43430a0-sdio.ilife-S806.txt" +File: "brcm/brcmfmac43430a0-sdio.jumper-ezpad-mini3.txt" +File: "brcm/brcmfmac43430a0-sdio.ONDA-V80 PLUS.txt" +File: "brcm/brcmfmac43430-sdio.AP6212.txt" +Link: brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-plus.txt -> brcmfmac43430-sdio.AP6212.txt +Link: brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-zero.txt -> brcmfmac43430-sdio.AP6212.txt +Link: brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-ultra.txt -> brcmfmac43430-sdio.AP6212.txt +Link: brcm/brcmfmac43430-sdio.sinovoip,bpi-m3.txt -> brcmfmac43430-sdio.AP6212.txt +Link: brcm/brcmfmac43430-sdio.friendlyarm,nanopi-r1.txt -> brcmfmac43430-sdio.AP6212.txt +File: "brcm/brcmfmac43430-sdio.Hampoo-D2D3_Vi8A1.txt" +File: "brcm/brcmfmac43430-sdio.MUR1DX.txt" +File: "brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt" +Link: brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.txt -> brcmfmac43430-sdio.raspberrypi,3-model-b.txt +File: "brcm/brcmfmac43455-sdio.acepc-t8.txt" +File: "brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt" +Link: brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt -> brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt +File: "brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt" +Link: brcm/brcmfmac43455-sdio.Raspberry\ Pi\ Foundation-Raspberry\ Pi\ 4\ Model\ B.txt -> brcmfmac43455-sdio.raspberrypi,4-model-b.txt +Link: brcm/brcmfmac43455-sdio.Raspberry\ Pi\ Foundation-Raspberry\ Pi\ Compute\ Module\ 4.txt -> brcmfmac43455-sdio.raspberrypi,4-model-b.txt +File: "brcm/brcmfmac43455-sdio.MINIX-NEO Z83-4.txt" +File: "brcm/brcmfmac4356-pcie.gpd-win-pocket.txt" +File: brcm/brcmfmac4356-sdio.vamrs,rock960.txt +Link: brcm/brcmfmac4356-sdio.khadas,vim2.txt -> brcmfmac4356-sdio.vamrs,rock960.txt + +Licence: GPLv2. See GPL-2 for details. + +-------------------------------------------------------------------------- + +Driver: tda7706 - FM radio Highly integrated tuner for AM/FM car-radio + +File: TDA7706_OM_v2.5.1_boot.txt +File: TDA7706_OM_v3.0.2_boot.txt + +Licence: Redistributable. See LICENCE.tda7706-firmware.txt for details. + Copyright © 2010 STMicroelectronics + +------------------------------------------------ + +Driver: ti-vpe - Texas Instruments V4L2 driver for Video Processing Engine + +File: ti/vpdma-1b8.bin + +Licence: Redistributable. See LICENCE.ti-tspa for details. + +-------------------------------------------------------------------------- + +Driver: wl1251 - Texas Instruments 802.11 WLAN driver for WiLink4 chips + +File: ti-connectivity/wl1251-fw.bin +Version: 4.0.4.3.7 + +File: ti-connectivity/wl1251-nvs.bin + +Licence: Redistributable. See LICENCE.wl1251 for details. + +The published NVS files are for testing only. Every device needs to +have a unique NVS which is properly calibrated for best results. + +The driver expects to find the firmwares under a ti-connectivity subdirectory. +So if your system looks for firmwares in /lib/firmware, the firmwares for +wl12xx chips must be located in /lib/firmware/ti-connectivity/. + +-------------------------------------------------------------------------- + +Driver: wl12xx - Texas Instruments 802.11 WLAN driver for WiLink6/7 chips + +File: ti-connectivity/wl1271-fw.bin +Version: 6.1.0.50.350 (STA-only) +File: ti-connectivity/wl1271-fw-2.bin +Version: 6.1.5.50.74 (STA-only) +File: ti-connectivity/wl1271-fw-ap.bin +Version: 6.2.1.0.54 (AP-only) +File: ti-connectivity/wl127x-fw-3.bin +Version: 6.3.0.0.77 +File: ti-connectivity/wl127x-fw-plt-3.bin +Version: 6.3.0.0.77 (PLT-only) +File: ti-connectivity/wl127x-fw-4-sr.bin +Version: 6.3.5.0.98 (Single-role) +File: ti-connectivity/wl127x-fw-4-mr.bin +Version: 6.5.2.0.15 (Multi-role) +File: ti-connectivity/wl127x-fw-4-plt.bin +Version: 6.3.5.0.98 (PLT-only) +File: ti-connectivity/wl127x-fw-5-sr.bin +Version: 6.3.10.0.142 (Single-role) +File: ti-connectivity/wl127x-fw-5-mr.bin +Version: 6.5.7.0.50 (Multi-role) +File: ti-connectivity/wl127x-fw-5-plt.bin +Version: 6.3.10.0.142 (PLT-only) + +File: ti-connectivity/wl128x-fw.bin +Version: 7.1.5.50.74 (STA-only) +File: ti-connectivity/wl128x-fw-ap.bin +Version: 7.2.1.0.54 (AP-only) +File: ti-connectivity/wl128x-fw-3.bin +Version: 7.3.0.0.77 +File: ti-connectivity/wl128x-fw-plt-3.bin +Version: 7.3.0.0.77 +File: ti-connectivity/wl128x-fw-4-sr.bin +Version: 7.3.5.0.98 (Single-role) +File: ti-connectivity/wl128x-fw-4-mr.bin +Version: 7.5.2.0.15 (Multi-role) +File: ti-connectivity/wl128x-fw-4-plt.bin +Version: 7.3.5.0.98 (PLT) +File: ti-connectivity/wl128x-fw-5-sr.bin +Version: 7.3.10.0.142 (Single-role) +File: ti-connectivity/wl128x-fw-5-mr.bin +Version: 7.5.7.0.50 (Multi-role) +File: ti-connectivity/wl128x-fw-5-plt.bin +Version: 7.3.10.2.142 (PLT-only) + +File: ti-connectivity/wl127x-nvs.bin +File: ti-connectivity/wl128x-nvs.bin +Link: ti-connectivity/wl12xx-nvs.bin -> wl127x-nvs.bin +Link: ti-connectivity/wl1271-nvs.bin -> wl127x-nvs.bin + +Licence: Redistributable. See LICENCE.ti-connectivity for details. + +The NVS file includes two parts: + - radio calibration + - HW configuration parameters (aka. INI values) + +The published NVS files are for testing only. Every device needs to +hava a unique NVS which is properly calibrated for best results. You +can find more information about NVS generation for your device here: + +http://wireless.kernel.org/en/users/Drivers/wl12xx/calibrator + +If you're using a wl127x based device, use a symbolic link called +wl1271-nvs.bin that links to the wl127x-nvs.bin file. If you are +using wl128x, link to wl128x-nvs.bin instead. + +The driver expects to find the firmwares under a ti-connectivity +subdirectory. So if your system looks for firmwares in /lib/firmware, +the firmwares for wl12xx chips must be located in +/lib/firmware/ti-connectivity/. + +-------------------------------------------------------------------------- + +Driver: wl18xx - Texas Instruments 802.11 WLAN driver for WiLink8 chips + +File: ti-connectivity/wl18xx-fw.bin +Version: 8.2.0.0.100 +File: ti-connectivity/wl18xx-fw-2.bin +Version: 8.5.0.0.55 +File: ti-connectivity/wl18xx-fw-3.bin +Version: 8.8.0.0.13 +File: ti-connectivity/wl18xx-fw-4.bin +Version: 8.9.0.0.79 + +Licence: Redistributable. See LICENCE.ti-connectivity for details. + +The driver expects to find the firmwares under a ti-connectivity +subdirectory. So if your system looks for firmwares in /lib/firmware, +the firmwares for wl18xx chips must be located in +/lib/firmware/ti-connectivity/. + +-------------------------------------------------------------------------- + +Driver: TI_ST - Texas Instruments bluetooth driver + +File: ti-connectivity/TIInit_6.2.31.bts +Version: 2.44 (TI_P31.123) +File: ti-connectivity/TIInit_6.6.15.bts +Version: 2.14 (TI_P6_15.93) +File: ti-connectivity/TIInit_7.2.31.bts + +Licence: Redistributable. See LICENCE.ti-connectivity for details. + + TIInit_7.2.31.bts version 7.2.31 + + In order to use that file copy it to /lib/firmware/ti-connectivity. + +-------------------------------------------------------------------------- + +Driver: tlg2300 - Telgent 2300 V4L/DVB driver. + +File: tlg2300_firmware.bin + +Licence: Redistributable. + + Telegent System grants permission to use and redistribute these + firmware files for use with devices containing the chip tlg2300, but + not as a part of the Linux kernel or in any other form which would + require these files themselves to be covered by the terms of the GNU + General Public License. These firmware files are distributed in the + hope that they will be useful, but WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. + +-------------------------------------------------------------------------- + +Driver: r8712u - Realtek 802.11n WLAN driver for RTL8712U + +File: rtlwifi/rtl8712u.bin +Info: From Vendor's rtl8712_8188_8191_8192SU_usb_linux_v7_0.20100831 + Reverted rtl8188C_8192C_8192D_usb_linux_v3.4.2_3727.20120404 + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + +Driver: rtl8192ce - Realtek 802.11n WLAN driver for RTL8192CE + +File: rtlwifi/rtl8192cfw.bin +File: rtlwifi/rtl8192cfwU.bin +File: rtlwifi/rtl8192cfwU_B.bin +Info: From Vendor's realtek/rtlwifi_linux_mac80211_0019.0320.2014V628 driver + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + +Driver: rtl8192cu - Realtek 802.11n WLAN driver for RTL8192CU + +File: rtlwifi/rtl8192cufw.bin +File: rtlwifi/rtl8192cufw_A.bin +File: rtlwifi/rtl8192cufw_B.bin +File: rtlwifi/rtl8192cufw_TMSC.bin +Info: From Vendor's rtl8188C_8192C_usb_linux_v4.0.1_6911.20130308 driver + All files extracted from driver/hal/rtl8192c/usb/Hal8192CUHWImg.c + Relevant variables (CONFIG_BT_COEXISTENCE not set): + - rtlwifi/rtl8192cufw_A.bin: Rtl8192CUFwUMCACutImgArray + - rtlwifi/rtl8192cufw_B.bin: Rtl8192CUFwUMCBCutImgArray + - rtlwifi/rtl8192cufw_TMSC.bin: Rtl8192CUFwTSMCImgArray + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + +Driver: rtl8192se - Realtek 802.11n WLAN driver for RTL8192SE + +Info: updated from rtl_92ce_92se_92de_linux_mac80211_0004.0816.2011 driver version +File: rtlwifi/rtl8192sefw.bin + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + +Driver: rtl8192de - Realtek 802.11n WLAN driver for RTL8192DE + +Info: Updated from Realtek version rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012 +File: rtlwifi/rtl8192defw.bin + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + +Driver: rtl8723e - Realtek 802.11n WLAN driver for RTL8723E + +Info: Taken from Realtek version rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012 +File: rtlwifi/rtl8723fw.bin +File: rtlwifi/rtl8723fw_B.bin + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + +Driver: rtl8723be - Realtek 802.11n WLAN driver for RTL8723BE + +Info: From Vendor's realtek/rtlwifi_linux_mac80211_0019.0320.2014V628 driver +File: rtlwifi/rtl8723befw.bin +Info: Update to version 36 - Sent by Realtek +File: rtlwifi/rtl8723befw_36.bin + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + +Driver: rtl8723de - Realtek 802.11ac WLAN driver for RTL8723DE + +Info: Supplied by Vendor at https://github.com/pkshih/rtlwifi_rtl8723de +File: rtlwifi/rtl8723defw.bin + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + +Driver: r8723au - Realtek 802.11n WLAN driver for RTL8723AU + +Info: Taken from Realtek driver rtl8723A_WiFi_linux_v4.1.3_6044.20121224 + Firmware is embedded in the driver as data statements. This info + has been extracted into a binary file. +File: rtlwifi/rtl8723aufw_A.bin +File: rtlwifi/rtl8723aufw_B.bin +File: rtlwifi/rtl8723aufw_B_NoBT.bin + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + +Driver: rtl8188ee - Realtek 802.11n WLAN driver for RTL8188EE + +Info: Taken from Realtek version rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0010.0109.2013 +File: rtlwifi/rtl8188efw.bin + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + +Driver: rtl8188eu - Realtek 802.11n WLAN driver for RTL8188EU + +Info: Taken from Realtek version RTL8188EUS_linux_v4.1.4_6773.20130222 +File: rtlwifi/rtl8188eufw.bin + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + +Driver: rtl8821ae - Realtek 802.11n WLAN driver for RTL8812AE + +Info: From Vendor's realtek/rtlwifi_linux_mac80211_0019.0320.2014V628 driver +File: rtlwifi/rtl8812aefw.bin +File: rtlwifi/rtl8812aefw_wowlan.bin + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + +Driver: rtl8821ae - Realtek 802.11n WLAN driver for RTL8821AE + +Info: From Vendor's realtek/rtlwifi_linux_mac80211_0019.0320.2014V628 driver +File: rtlwifi/rtl8821aefw.bin +File: rtlwifi/rtl8821aefw_wowlan.bin +Info: Update to version 29 - Sent by Realtek +File: rtlwifi/rtl8821aefw_29.bin + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + +Driver: rtl8822be - Realtek 802.11n WLAN driver for RTL8822BE + +Info: Sent to Larry Finger by Realtek engineer Ping-Ke Shih +File: rtlwifi/rtl8822befw.bin + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + +Driver: rtw88 - Realtek 802.11ac WLAN driver for RTL8822BE and RTL8822CE + +Info: Sent to Larry Finger by Realtek engineer Yan-Hsuan Chuang +File: rtw88/rtw8822b_fw.bin +File: rtw88/rtw8822c_fw.bin +File: rtw88/rtw8822c_wow_fw.bin +File: rtw88/README +File: rtw88/rtw8723d_fw.bin +File: rtw88/rtw8821c_fw.bin + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + + These firmware should be put under /lib/firmware/rtw88/ + And note that the rtw88 driver is able to support wake-on-wireless LAN + for RTL8822C devices, after kernel v5.6+. So, make sure the firmware + rtw88/rtw8822c_wow_fw.bin is also packed, otherwise the firmware load + fail could be a problem. + Although RTL8723D devices are 802.11n device, they are also supported + by rtw88 because the hardware arch is similar. + +-------------------------------------------------------------------------- + +Driver: rtw89 - Realtek 802.11ax WLAN driver for RTL8852A + +File: rtw89/rtw8852a_fw.bin + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + +Driver: rtl8192ee - Realtek 802.11n WLAN driver for RTL8192EE + +Info: Initial version taken from Realtek version + rtl_92ce_92se_92de_8723ae_88ee_8723be_92ee_linux_mac80211_0017.1224.2013 + Updated Jan. 14, 2015 with file added by Realtek to + http://github.com/lwfinger/rtlwifi_new.git. + Same firmware rtl8192eu_nic.bin so just link them +Link: rtlwifi/rtl8192eefw.bin -> rtl8192eu_nic.bin + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + +Driver: rtl8723bs - Realtek 802.11n WLAN driver for RTL8723BS + +Info: Firmware files extracted from data statements in Realtek driver + v4.3.5.5_12290.20140916_BTCOEX20140507-4E40. +File: rtlwifi/rtl8723bs_bt.bin +Link: rtlwifi/rtl8723bs_nic.bin -> rtl8723bu_nic.bin +Link: rtlwifi/rtl8723bs_ap_wowlan.bin -> rtl8723bu_ap_wowlan.bin +Link: rtlwifi/rtl8723bs_wowlan.bin -> rtl8723bu_wowlan.bin + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + +Driver: rtl8xxxu - Realtek 802.11n WLAN driver for RTL8XXX USB devices + +Info: rtl8723au taken from Realtek driver + rtl8723A_WiFi_linux_v4.1.3_6044.20121224 + Firmware is embedded in the driver as data statements. This info + has been extracted into a binary file. +File: rtlwifi/rtl8723aufw_A.bin +File: rtlwifi/rtl8723aufw_B.bin +File: rtlwifi/rtl8723aufw_B_NoBT.bin + +Info: rtl8723bu taken from Realtek driver + rtl8723BU_WiFi_linux_v4.3.16_14189.20150519_BTCOEX20150119-5844 + Firmware is embedded in the driver as data statements. This info + has been extracted into a binary file. +File: rtlwifi/rtl8723bu_nic.bin +File: rtlwifi/rtl8723bu_wowlan.bin +File: rtlwifi/rtl8723bu_ap_wowlan.bin + +Info: rtl8192eu taken from Realtek driver + rtl8192EU_linux_v4.3.1.1_11320.20140505 + Firmware is embedded in the driver as data statements. This info + has been extracted into a binary file. +File: rtlwifi/rtl8192eu_nic.bin +File: rtlwifi/rtl8192eu_wowlan.bin +File: rtlwifi/rtl8192eu_ap_wowlan.bin + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + +Driver: r8169 - RealTek 8169/8168/8101 ethernet driver. + +File: rtl_nic/rtl8168d-1.fw +File: rtl_nic/rtl8168d-2.fw +File: rtl_nic/rtl8105e-1.fw +File: rtl_nic/rtl8168e-1.fw +File: rtl_nic/rtl8168e-2.fw + +File: rtl_nic/rtl8168e-3.fw +Version: 0.0.4 + +File: rtl_nic/rtl8168f-1.fw +Version: 0.0.5 + +File: rtl_nic/rtl8168f-2.fw +Version: 0.0.4 + +File: rtl_nic/rtl8411-1.fw +Version: 0.0.3 + +File: rtl_nic/rtl8411-2.fw +Version: 0.0.1 + +File: rtl_nic/rtl8402-1.fw +Version: 0.0.1 + +File: rtl_nic/rtl8106e-1.fw +Version: 0.0.1 + +File: rtl_nic/rtl8106e-2.fw +Version: 0.0.1 + +File: rtl_nic/rtl8168g-1.fw +Version: 0.0.3 + +File: rtl_nic/rtl8168g-2.fw +Version: 0.0.1 + +File: rtl_nic/rtl8168g-3.fw +Version: 0.0.1 + +File: rtl_nic/rtl8168h-1.fw +Version: 0.0.2 + +File: rtl_nic/rtl8168h-2.fw +Version: 0.0.2 + +File: rtl_nic/rtl8168fp-3.fw +Version: 0.0.1 + +File: rtl_nic/rtl8107e-1.fw +Version: 0.0.2 + +File: rtl_nic/rtl8107e-2.fw +Version: 0.0.2 + +File: rtl_nic/rtl8125a-3.fw +Version: 0.0.1 + +File: rtl_nic/rtl8125b-1.fw +Version: 0.0.2 + +File: rtl_nic/rtl8125b-2.fw +Version: 0.0.2 + +Licence: + * Copyright © 2011-2013, Realtek Semiconductor Corporation + * + * Permission is hereby granted for the distribution of this firmware + * data in hexadecimal or equivalent format, provided this copyright + * notice is accompanying it. + +-------------------------------------------------------------------------- + +Driver: r8152 - Realtek RTL8152/RTL8153 Based USB Ethernet Adapters + +File: rtl_nic/rtl8153a-2.fw +File: rtl_nic/rtl8153a-3.fw +File: rtl_nic/rtl8153a-4.fw +File: rtl_nic/rtl8153b-2.fw +File: rtl_nic/rtl8153c-1.fw +File: rtl_nic/rtl8156a-2.fw +File: rtl_nic/rtl8156b-2.fw + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +-------------------------------------------------------------------------- + +Driver: vt6656 - VIA VT6656 USB wireless driver + +File: vntwusb.fw + +Licence: Redistributable. See LICENCE.via_vt6656 for details. + +-------------------------------------------------------------------------- + +Driver: DFU Driver for Atheros bluetooth chipset AR3012 + +File: ar3k/AthrBT_0x01020001.dfu +File: ar3k/ramps_0x01020001_26.dfu +File: ar3k/AthrBT_0x01020200.dfu +File: ar3k/ramps_0x01020200_26.dfu +File: ar3k/ramps_0x01020200_40.dfu +File: ar3k/AthrBT_0x31010000.dfu +File: ar3k/ramps_0x31010000_40.dfu +File: ar3k/AthrBT_0x11020000.dfu +File: ar3k/ramps_0x11020000_40.dfu +File: ar3k/ramps_0x01020201_26.dfu +File: ar3k/ramps_0x01020201_40.dfu +File: ar3k/AthrBT_0x41020000.dfu +File: ar3k/ramps_0x41020000_40.dfu +File: ar3k/AthrBT_0x11020100.dfu +File: ar3k/ramps_0x11020100_40.dfu +File: ar3k/AthrBT_0x31010100.dfu +File: ar3k/ramps_0x31010100_40.dfu + +Licence: Redistributable. See LICENCE.atheros_firmware for details + +-------------------------------------------------------------------------- + +Driver: DFU Driver for Atheros bluetooth chipset AR3012 + +File: ar3k/AthrBT_0x01020201.dfu +File: ar3k/1020201coex/ramps_0x01020201_26_HighPriority.dfu + +Licence: Redistributable. See LICENSE.QualcommAtheros_ar3k for details + +-------------------------------------------------------------------------- + +Driver:Atheros AR300x UART HCI Bluetooth Chip driver + +File: ar3k/1020201/PS_ASIC.pst +File: ar3k/1020201/RamPatch.txt +File: ar3k/1020200/ar3kbdaddr.pst +File: ar3k/1020200/PS_ASIC.pst +File: ar3k/1020200/RamPatch.txt +File: ar3k/30101/ar3kbdaddr.pst +File: ar3k/30101/PS_ASIC.pst +File: ar3k/30101/RamPatch.txt +File: ar3k/30000/ar3kbdaddr.pst +File: ar3k/30000/PS_ASIC.pst +File: ar3k/30000/RamPatch.txt + +Licence: Redistributable. See LICENCE.atheros_firmware for details + +-------------------------------------------------------------------------- + +Driver: ath6kl - Atheros support for AR6003 + +File: ath6k/AR6004/hw1.3/fw-3.bin +File: ath6k/AR6004/hw1.3/bdata.bin +File: ath6k/AR6004/hw1.2/fw-2.bin +File: ath6k/AR6004/hw1.2/bdata.bin +File: ath6k/AR6003/hw1.0/otp.bin.z77 +File: ath6k/AR6003/hw1.0/bdata.SD31.bin +File: ath6k/AR6003/hw1.0/bdata.SD32.bin +File: ath6k/AR6003/hw1.0/data.patch.bin +File: ath6k/AR6003/hw1.0/bdata.WB31.bin +File: ath6k/AR6003/hw1.0/athwlan.bin.z77 +File: ath6k/AR6003/hw2.1.1/fw-2.bin +File: ath6k/AR6003/hw2.1.1/fw-3.bin +File: ath6k/AR6003/hw2.1.1/otp.bin +File: ath6k/AR6003/hw2.1.1/athwlan.bin +File: ath6k/AR6003/hw2.1.1/endpointping.bin +File: ath6k/AR6003/hw2.1.1/bdata.SD31.bin +File: ath6k/AR6003/hw2.1.1/bdata.SD32.bin +File: ath6k/AR6003/hw2.1.1/data.patch.bin +File: ath6k/AR6003/hw2.1.1/bdata.WB31.bin +File: ath6k/AR6003/hw2.0/otp.bin.z77 +File: ath6k/AR6003/hw2.0/bdata.SD31.bin +File: ath6k/AR6003/hw2.0/bdata.SD32.bin +File: ath6k/AR6003/hw2.0/data.patch.bin +File: ath6k/AR6003/hw2.0/bdata.WB31.bin +File: ath6k/AR6003/hw2.0/athwlan.bin.z77 +File: ath6k/AR6002/eeprom.data +File: ath6k/AR6002/eeprom.bin +File: ath6k/AR6002/athwlan.bin.z77 +File: ath6k/AR6002/data.patch.hw2_0.bin + +Licence: Redistributable. See LICENCE.atheros_firmware for details + +-------------------------------------------------------------------------- + +Driver: ath10k - Qualcomm Atheros support for QCA988x family of chips + +File: ath10k/QCA988X/hw2.0/board.bin +File: ath10k/QCA988X/hw2.0/firmware-4.bin +Version: 10.2.4.45 +File: ath10k/QCA988X/hw2.0/notice_ath10k_firmware-4.txt +File: ath10k/QCA988X/hw2.0/firmware-5.bin +Version: 10.2.4-1.0-00047 +File: ath10k/QCA988X/hw2.0/notice_ath10k_firmware-5.txt +File: ath10k/QCA6174/hw2.1/board.bin +File: ath10k/QCA6174/hw2.1/board-2.bin +File: ath10k/QCA6174/hw2.1/firmware-5.bin +Version: SW_RM.1.1.1-00157-QCARMSWPZ-1 +File: ath10k/QCA6174/hw2.1/notice_ath10k_firmware-5.txt +File: ath10k/QCA6174/hw3.0/board.bin +File: ath10k/QCA6174/hw3.0/board-2.bin +File: ath10k/QCA6174/hw3.0/firmware-4.bin +Version: WLAN.RM.2.0-00180-QCARMSWPZ-1 +File: ath10k/QCA6174/hw3.0/notice_ath10k_firmware-4.txt +File: ath10k/QCA6174/hw3.0/firmware-6.bin +Version: WLAN.RM.4.4.1-00157-QCARMSWPZ-1 +File: ath10k/QCA6174/hw3.0/notice_ath10k_firmware-6.txt +File: ath10k/QCA6174/hw3.0/firmware-sdio-6.bin +Version: WLAN.RMH.4.4.1-00077 +File: ath10k/QCA6174/hw3.0/notice_ath10k_firmware-sdio-6.txt +File: ath10k/QCA9377/hw1.0/board.bin +File: ath10k/QCA9377/hw1.0/board-2.bin +File: ath10k/QCA9377/hw1.0/firmware-5.bin +Version: WLAN.TF.1.0-00002-QCATFSWPZ-5 +File: ath10k/QCA9377/hw1.0/notice_ath10k_firmware-5.txt +File: ath10k/QCA9377/hw1.0/firmware-sdio-5.bin +Version: WLAN.TF.1.1.1-00061-QCATFSWPZ-1 +File: ath10k/QCA9377/hw1.0/notice_ath10k_firmware-sdio-5.txt +File: ath10k/QCA99X0/hw2.0/board.bin +File: ath10k/QCA99X0/hw2.0/firmware-5.bin +Version: 10.4.1.00030-1 +File: ath10k/QCA99X0/hw2.0/notice_ath10k_firmware-5.txt +File: ath10k/QCA4019/hw1.0/board-2.bin +File: ath10k/QCA4019/hw1.0/firmware-5.bin +Version: 10.4-3.6-00140 +File: ath10k/QCA4019/hw1.0/notice_ath10k_firmware-5.txt +File: ath10k/QCA9887/hw1.0/board.bin +File: ath10k/QCA9887/hw1.0/firmware-5.bin +Version: 10.2.4-1.0-00047 +File: ath10k/QCA9887/hw1.0/notice_ath10k_firmware-5.txt +File: ath10k/QCA9888/hw2.0/board-2.bin +File: ath10k/QCA9888/hw2.0/firmware-5.bin +Version: 10.4-3.9.0.2-00131 +File: ath10k/QCA9888/hw2.0/notice_ath10k_firmware-5.txt +File: ath10k/QCA9984/hw1.0/board-2.bin +File: ath10k/QCA9984/hw1.0/firmware-5.bin +Version: 10.4-3.9.0.2-00131 +File: ath10k/QCA9984/hw1.0/notice_ath10k_firmware-5.txt +File: ath10k/QCA9377/hw1.0/firmware-6.bin +Version: WLAN.TF.2.1-00021-QCARMSWP-1 +File: ath10k/QCA9377/hw1.0/notice_ath10k_firmware-6.txt +File: ath10k/WCN3990/hw1.0/firmware-5.bin +File: ath10k/WCN3990/hw1.0/wlanmdsp.mbn +Link: qcom/sdm845/wlanmdsp.mbn -> ../../ath10k/WCN3990/hw1.0/wlanmdsp.mbn +Version: WLAN.HL.2.0-01387-QCAHLSWMTPLZ-1 +File: ath10k/WCN3990/hw1.0/notice.txt_wlanmdsp + +Licence: Redistributable. See LICENSE.QualcommAtheros_ath10k for details + +-------------------------------------------------------------------------- + +Driver: ath11k - Qualcomm Technologies 802.11ax chipset support + +File: ath11k/IPQ6018/hw1.0/board-2.bin +File: ath11k/IPQ6018/hw1.0/m3_fw.b00 +File: ath11k/IPQ6018/hw1.0/m3_fw.b01 +File: ath11k/IPQ6018/hw1.0/m3_fw.b02 +File: ath11k/IPQ6018/hw1.0/m3_fw.flist +File: ath11k/IPQ6018/hw1.0/m3_fw.mdt +File: ath11k/IPQ6018/hw1.0/q6_fw.b00 +File: ath11k/IPQ6018/hw1.0/q6_fw.b01 +File: ath11k/IPQ6018/hw1.0/q6_fw.b02 +File: ath11k/IPQ6018/hw1.0/q6_fw.b03 +File: ath11k/IPQ6018/hw1.0/q6_fw.b04 +File: ath11k/IPQ6018/hw1.0/q6_fw.b05 +File: ath11k/IPQ6018/hw1.0/q6_fw.b07 +File: ath11k/IPQ6018/hw1.0/q6_fw.b08 +File: ath11k/IPQ6018/hw1.0/q6_fw.flist +File: ath11k/IPQ6018/hw1.0/q6_fw.mdt +Version: WLAN.HK.2.1.0.1-01238-QCAHKSWPL_SILICONZ-2 +File: ath11k/IPQ6018/hw1.0/Notice.txt +File: ath11k/IPQ8074/hw2.0/board-2.bin +File: ath11k/IPQ8074/hw2.0/m3_fw.b00 +File: ath11k/IPQ8074/hw2.0/m3_fw.b01 +File: ath11k/IPQ8074/hw2.0/m3_fw.b02 +File: ath11k/IPQ8074/hw2.0/m3_fw.flist +File: ath11k/IPQ8074/hw2.0/m3_fw.mdt +File: ath11k/IPQ8074/hw2.0/q6_fw.b00 +File: ath11k/IPQ8074/hw2.0/q6_fw.b01 +File: ath11k/IPQ8074/hw2.0/q6_fw.b02 +File: ath11k/IPQ8074/hw2.0/q6_fw.b03 +File: ath11k/IPQ8074/hw2.0/q6_fw.b04 +File: ath11k/IPQ8074/hw2.0/q6_fw.b05 +File: ath11k/IPQ8074/hw2.0/q6_fw.b07 +File: ath11k/IPQ8074/hw2.0/q6_fw.b08 +File: ath11k/IPQ8074/hw2.0/q6_fw.flist +File: ath11k/IPQ8074/hw2.0/q6_fw.mdt +Version: WLAN.HK.2.1.0.1-01238-QCAHKSWPL_SILICONZ-2 +File: ath11k/IPQ8074/hw2.0/Notice.txt +File: ath11k/QCA6390/hw2.0/board-2.bin +File: ath11k/QCA6390/hw2.0/amss.bin +File: ath11k/QCA6390/hw2.0/m3.bin +Version: WLAN.HST.1.0.1-01740-QCAHSTSWPLZ_V2_TO_X86-1 +File: ath11k/QCA6390/hw2.0/Notice.txt +File: ath11k/WCN6855/hw2.0/board-2.bin +File: ath11k/WCN6855/hw2.0/regdb.bin +File: ath11k/WCN6855/hw2.0/amss.bin +File: ath11k/WCN6855/hw2.0/m3.bin +Version: WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3 +File: ath11k/WCN6855/hw2.0/Notice.txt +Link: ath11k/WCN6855/hw2.1/board-2.bin -> ../hw2.0/board-2.bin +Link: ath11k/WCN6855/hw2.1/regdb.bin -> ../hw2.0/regdb.bin +Link: ath11k/WCN6855/hw2.1/amss.bin -> ../hw2.0/amss.bin +Link: ath11k/WCN6855/hw2.1/m3.bin -> ../hw2.0/m3.bin + +Licence: Redistributable. See LICENSE.QualcommAtheros_ath10k for details + +-------------------------------------------------------------------------- + +Driver: myri10ge - Myri10GE 10GbE NIC driver + +File: myri10ge_eth_z8e.dat +File: myri10ge_ethp_z8e.dat +File: myri10ge_rss_eth_z8e.dat +File: myri10ge_rss_ethp_z8e.dat +File: myri10ge_eth_big_z8e.dat +File: myri10ge_ethp_big_z8e.dat +File: myri10ge_rss_eth_big_z8e.dat +File: myri10ge_rss_ethp_big_z8e.dat +Version: 1.4.57 + +License: Redistributable. See LICENCE.myri10ge_firmware for details. + +-------------------------------------------------------------------------- + +Driver: ath6kl - Atheros support for AR6003 WiFi-Bluetooth combo module + +File: ath6k/AR6003.1/hw2.1.1/athwlan.bin +File: ath6k/AR6003.1/hw2.1.1/bdata.SD31.bin +File: ath6k/AR6003.1/hw2.1.1/bdata.SD32.bin +File: ath6k/AR6003.1/hw2.1.1/bdata.WB31.bin +File: ath6k/AR6003.1/hw2.1.1/data.patch.bin +File: ath6k/AR6003.1/hw2.1.1/endpointping.bin +File: ath6k/AR6003.1/hw2.1.1/otp.bin + +License: Redistributable. See LICENCE.atheros_firmware for details + +-------------------------------------------------------------------------- + +Driver: ath6kl - Atheros support for AR3001 WiFi-Bluetooth combo module + +File: ar3k/30101coex/ar3kbdaddr.pst +File: ar3k/30101coex/PS_ASIC_aclLowPri.pst +File: ar3k/30101coex/PS_ASIC_aclHighPri.pst +File: ar3k/30101coex/PS_ASIC.pst +File: ar3k/30101coex/RamPatch.txt + +License: Redistributable. See LICENCE.atheros_firmware for details + +-------------------------------------------------------------------------- + +Driver: drxk - Micronas DRX-K demodulator driver + +File: dvb-usb-terratec-h5-drxk.fw + +Licence: Redistributable. + +TERRATEC grants permission to use and redistribute these firmware +files for use with TERRATEC devices, but not as part of the Linux +kernel or in any other form which would require these files themselves +to be covered by the terms of the GNU General Public License. + +These firmware files are distributed in the hope that they will be +useful, but WITHOUT ANY WARRANTY; without even the implied warranty +of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +-------------------------------------------------------------------------- + +Driver: ene-ub6250 -- ENE UB6250 SD card reader driver + +File: ene-ub6250/sd_init1.bin +File: ene-ub6250/sd_init2.bin +File: ene-ub6250/sd_rdwr.bin +File: ene-ub6250/ms_init.bin +File: ene-ub6250/msp_rdwr.bin +File: ene-ub6250/ms_rdwr.bin + +Licence: Redistributable. See LICENCE.ene_firmware for details. + +-------------------------------------------------------------------------- + +Driver: isci -- Intel C600 SAS controller driver + +File: isci/isci_firmware.bin +Source: isci/ + +Licence: GPLv2. See GPL-2 for details. + +-------------------------------------------------------------------------- + +Driver: ar5523 -- Atheros AR5523 based USB Wifi dongles + +File: ar5523.bin + +Licence: Redistributable. See LICENCE.atheros_firmware for details + +-------------------------------------------------------------------------- + +Driver: s5p-mfc - Samsung MFC video encoder/decoder driver + +File: s5p-mfc.fw +File: s5p-mfc-v6.fw +File: s5p-mfc-v6-v2.fw +File: s5p-mfc-v7.fw +File: s5p-mfc-v8.fw + +Licence: Redistributable. + +Samsung grants permission to use and redistribute aforementioned firmware +files for the use with Exynos series devices, but not as part of the Linux +kernel, or in any other form which would require these files themselves +to be covered by the terms of the GNU General Public License. + +These firmware files are distributed in the hope that they will be +useful, but WITHOUT ANY WARRANTY; without even the implied warranty +of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +-------------------------------------------------------------------------- + +Driver: carl9170 -- Atheros AR9170 802.11 draft-n USB driver + +File: carl9170-1.fw +Version: 1.9.6 +Source: carl9170fw/ + +Downloaded from http://linuxwireless.org/en/users/Drivers/carl9170 + +Licence: GPLv2. Some build scripts use the New BSD (3-clause) licence.. See GPL-2 for details. + +-------------------------------------------------------------------------- + +Driver: snd-hda-codec-ca0132 - Creative Sound Core3D codec + +File: ctefx.bin +File: ctspeq.bin + +Licence: Redistributable. See LICENCE.ca0132 for details + +Found also in alsa-firmware package. + +-------------------------------------------------------------------------- + +Driver: btusb - Bluetooth USB driver + +File: intel/ibt-hw-37.7.bseq +Version: 1316.02.00 +File: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq +Version: BT_WilkinsPeak_B3_REL_87_0001 +File: intel/ibt-hw-37.7.10-fw-1.0.2.3.d.bseq +Version: BT_WilkinsPeak_B3_REL_87_0001 +File: intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq +Version: BT_WilkinsPeak_B5_REL_42_0001 +File: intel/ibt-hw-37.7.10-fw-1.0.1.2d.d.bseq +Version: BT_WilkinsPeak_B5_REL_42_0001 +File: intel/ibt-hw-37.8.bseq +Version: 1339_02.00 +File: intel/ibt-hw-37.8.10-fw-1.10.2.27.d.bseq +Version: BT_StonePeak_C0_REL_59_0001 +File: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq +Version: BT_StonePeak_D0_REL_50_0002 +File: intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq +Version: BT_StonePeak_D1_REL_66_1167 +File: intel/ibt-11-5.ddc +Version: LnP/SfP_REL0522 +File: intel/ibt-11-5.sfi +Version: BT_LightningPeak_REL0487 +File: intel/ibt-12-16.ddc +Version: BT_WindStormPeak_REL1236 +File: intel/ibt-12-16.sfi +Version: BT_WindStormPeak_REL1236 +File: intel/ibt-17-16-1.sfi +Version: BT_JeffersonPeak_B0_B0_REL20054 +File: intel/ibt-17-16-1.ddc +Version: BT_JeffersonPeak_B0_B0_REL20054 +File: intel/ibt-17-2.sfi +Version: BT_JeffersonPeak_B0_B0_REL20054 +File: intel/ibt-17-2.ddc +Version: BT_JeffersonPeak_B0_B0_REL20054 +File: intel/ibt-17-0-1.sfi +Version: BT_JeffersonPeak_A0_B0_REL0201 +File: intel/ibt-17-0-1.ddc +Version: BT_JeffersonPeak_A0_B0_REL0201 +File: intel/ibt-17-1.sfi +Version: BT_JeffersonPeak_A0_B0_REL0201 +File: intel/ibt-17-1.ddc +Version: BT_JeffersonPeak_A0_B0_REL0201 +File: intel/ibt-18-16-1.sfi +Version: BT_ThunderPeak_B0_B0_REL20054 +File: intel/ibt-18-16-1.ddc +Version: BT_ThunderPeak_B0_B0_REL20054 +File: intel/ibt-18-2.sfi +Version: BT_ThunderPeak_B0_B0_REL20054 +File: intel/ibt-18-2.ddc +Version: BT_ThunderPeak_B0_B0_REL20054 +File: intel/ibt-18-0-1.sfi +Version: BT_ThunderPeak_A0_B0_REL0201 +File: intel/ibt-18-0-1.ddc +Version: BT_ThunderPeak_A0_B0_REL0201 +File: intel/ibt-18-1.sfi +Version: BT_ThunderPeak_A0_B0_REL0201 +File: intel/ibt-18-1.ddc +Version: BT_ThunderPeak_A0_B0_REL0201 +File:intel/ibt-20-0-3.sfi +Version: BT_CyclonePeak_A0_REL35819 +File:intel/ibt-20-0-3.ddc +Version: BT_CyclonePeak_A0_REL35819 +File:intel/ibt-20-1-3.sfi +Version: BT_CyclonePeak_A0_REL35819 +File:intel/ibt-20-1-3.ddc +Version: BT_CyclonePeak_A0_REL35819 +File:intel/ibt-20-1-4.sfi +Version: BT_CyclonePeak_A0_REL35819 +File:intel/ibt-20-1-4.ddc +Version: BT_CyclonePeak_A0_REL35819 +File:intel/ibt-19-0-0.sfi +Version: BT_Quasar_REL35819 +File:intel/ibt-19-0-0.ddc +Version: BT_Quasar_REL35819 +File:intel/ibt-19-0-1.sfi +Version: BT_Quasar_REL35819 +File:intel/ibt-19-0-1.ddc +Version: BT_Quasar_REL35819 +File:intel/ibt-19-0-4.sfi +Version: BT_HarrisonPeak_REL35819 +File:intel/ibt-19-0-4.ddc +Version: BT_HarrisonPeak_REL35819 +File:intel/ibt-19-16-4.sfi +Version: BT_HarrisonPeak_REL35819 +File:intel/ibt-19-16-4.ddc +Version: BT_HarrisonPeak_REL35819 +File:intel/ibt-19-32-1.sfi +Version: BT_HarrisonPeak_REL35819 +File:intel/ibt-19-32-1.ddc +Version: BT_HarrisonPeak_REL35819 +File:intel/ibt-19-32-0.sfi +Version: BT_HarrisonPeak_REL35819 +File:intel/ibt-19-32-0.ddc +Version: BT_HarrisonPeak_REL35819 +File:intel/ibt-19-32-4.sfi +Version: BT_HarrisonPeak_REL35819 +File:intel/ibt-19-32-4.ddc +Version: BT_HarrisonPeak_REL35819 +File:intel/ibt-19-240-1.sfi +Version: BT_HarrisonPeak_REL35819 +File:intel/ibt-19-240-1.ddc +Version: BT_HarrisonPeak_REL35819 +File:intel/ibt-19-240-4.sfi +Version: BT_HarrisonPeak_REL35819 +File:intel/ibt-19-240-4.ddc +Version: BT_HarrisonPeak_REL35819 +File:intel/ibt-0041-0041.sfi +Version: BT_TyphoonPeak_REL36030 +File:intel/ibt-0041-0041.ddc +Version: BT_TyphoonPeak_REL36030 +File:intel/ibt-0040-0041.sfi +Version: BT_Solar_GfP2_REL36030 +File:intel/ibt-0040-0041.ddc +Version: BT_Solar_GfP2_REL36030 +File:intel/ibt-1040-0041.sfi +Version: BT_SolarF_GfP2_REL36030 +File:intel/ibt-1040-0041.ddc +Version: BT_SolarF_GfP2_REL36030 + +File:intel/ibt-0040-1020.sfi +Version: BT_Solar_JfP1_REL36030 +File:intel/ibt-0040-1020.ddc +Version: BT_Solar_JfP1_REL36030 +File:intel/ibt-1040-1020.sfi +Version: BT_SolarF_JfP1_REL36030 +File:intel/ibt-1040-1020.ddc +Version: BT_SolarF_JfP1_REL36030 + +File:intel/ibt-0040-2120.sfi +Version: BT_Solar_JfP2_REL36030 +File:intel/ibt-0040-2120.ddc +Version: BT_Solar_JfP2_REL36030 +File:intel/ibt-1040-2120.sfi +Version: BT_SolarF_JfP2_REL36030 +File:intel/ibt-1040-2120.ddc +Version: BT_SolarF_JfP2_REL36030 + +File:intel/ibt-0040-4150.sfi +Version: BT_Solar_HrP2_REL36030 +File:intel/ibt-0040-4150.ddc +Version: BT_Solar_HrP2_REL36030 +File:intel/ibt-1040-4150.sfi +Version: BT_SolarF_HrP2_REL36030 +File:intel/ibt-1040-4150.ddc +Version: BT_SolarF_HrP2_REL36030 + +Licence: Redistributable. See LICENCE.ibt_firmware for details + +File: rtl_bt/rtl8192ee_fw.bin +File: rtl_bt/rtl8192eu_fw.bin +File: rtl_bt/rtl8723a_fw.bin +File: rtl_bt/rtl8723b_fw.bin +File: rtl_bt/rtl8723bs_fw.bin +File: rtl_bt/rtl8723bs_config-OBDA8723.bin +Link: rtl_bt/rtl8723bs_config-OBDA0623.bin -> rtl8723bs_config-OBDA8723.bin +File: rtl_bt/rtl8761a_fw.bin +File: rtl_bt/rtl8761b_fw.bin +File: rtl_bt/rtl8761b_config.bin +File: rtl_bt/rtl8761bu_fw.bin +File: rtl_bt/rtl8761bu_config.bin +File: rtl_bt/rtl8812ae_fw.bin +File: rtl_bt/rtl8821a_fw.bin +Link: rtl_bt/rtl8821a_config.bin -> rtl8821c_config.bin +File: rtl_bt/rtl8822b_fw.bin +File: rtl_bt/rtl8822b_config.bin +File: rtl_bt/rtl8723d_fw.bin +File: rtl_bt/rtl8723d_config.bin +File: rtl_bt/rtl8821c_fw.bin +File: rtl_bt/rtl8821c_config.bin +File: rtl_bt/rtl8822cu_fw.bin +File: rtl_bt/rtl8822cu_config.bin +File: rtl_bt/rtl8822cs_fw.bin +File: rtl_bt/rtl8822cs_config.bin +File: rtl_bt/rtl8852au_fw.bin +File: rtl_bt/rtl8852au_config.bin + +Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. + +Found in vendor driver, linux_bt_usb_2.11.20140423_8723be.rar +From https://github.com/troy-tan/driver_store +Files rtl_bt/rtl8822b_* came directly from Realtek. These files are +updated on April 14, 2017. +Files rtl_bt/rtl8821c_* and rtl_bt/rtl8723d_* came directly from Realtek. +File rtl_bt/rtl8822cu_fw.bin came directly from Realtek. +updated on February 24, 2019 +File rtl_bt/rtl8822cu_fw.bin came directly from Realtek. +updated on October 23, 2019 +File rtl_bt/rtl8822cu_config.bin came directly from Realtek. + +Found in vendor driver, 20200806_LINUX_BT_DRIVER_RTL8761B_COEX_v0202.zip +File rtl_bt/rtl8761b_fw.bin +File rtl_bt/rtl8761b_config.bin +File rtl_bt/rtl8761bu_fw.bin +File rtl_bt/rtl8761bu_config.bin +-------------------------------------------------------------------------- + +Driver: btmtk_usb - Bluetooth USB driver + +File: mt7650.bin + +Licence: Redistributable. See LICENCE.ralink_a_mediatek_company_firmware for details + +-------------------------------------------------------------------------- + +Driver: rp2 -- Comtrol RocketPort 2 serial driver + +File: rp2.fw + +Licence: Redistributable. + +Copyright (C) 2013 Comtrol Corporation + +Comtrol grants permission to use and redistribute these firmware +files for use with Comtrol devices, but not as part of the Linux +kernel or in any other form which would require these files themselves +to be covered by the terms of the GNU General Public License. + +These firmware files are distributed in the hope that they will be +useful, but WITHOUT ANY WARRANTY; without even the implied warranty +of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +-------------------------------------------------------------------------- + +Driver: go7007 + +File: go7007/s2250-1.fw +File: go7007/s2250-2.fw +Link: s2250.fw -> go7007/s2250-2.fw +Link: s2250_loader.fw -> go7007/s2250-1.fw + +Licence: + Sensoray grants permission to use and redistribute these firmware + files for use with Sensoray devices, but not as a part of the Linux + kernel or in any other form which would require these files themselves + to be covered by the terms of the GNU General Public License. + These firmware files are distributed in the hope that they will be + useful, but WITHOUT ANY WARRANTY; without even the implied warranty + of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +File: go7007/go7007fw.bin +File: go7007/go7007tv.bin +File: go7007/lr192.fw +File: go7007/px-m402u.fw +File: go7007/px-tv402u.fw +File: go7007/wis-startrek.fw + +Licence: Redistributable. See LICENCE.go7007 for details + +-------------------------------------------------------------------------- + +Driver: ccp - Platform Security Processor (PSP) device + +File: amd/amd_sev_fam17h_model0xh.sbin +Version: 2021-9-10 +File: amd/amd_sev_fam17h_model3xh.sbin +Version: 2021-9-10 +File: amd/amd_sev_fam19h_model0xh.sbin +Version: 2021-9-10 + +License: Redistributable. See LICENSE.amd-sev for details + +-------------------------------------------------------------------------- + +Driver: microcode_amd - AMD CPU Microcode Update Driver for Linux + +File: amd-ucode/microcode_amd.bin +Version: 2013-07-10 +File: amd-ucode/microcode_amd_fam15h.bin +Version: 2018-05-24 +File: amd-ucode/microcode_amd_fam16h.bin +Version: 2014-10-28 +File: amd-ucode/microcode_amd_fam17h.bin +Version: 2019-12-18 +File: amd-ucode/microcode_amd_fam19h.bin +Version: 2021-11-15 + +License: Redistributable. See LICENSE.amd-ucode for details + +-------------------------------------------------------------------------- + +Driver: mxu11x0 - MOXA UPort 11x0 USB Serial hub driver + +File: moxa/moxa-1110.fw +File: moxa/moxa-1130.fw +File: moxa/moxa-1131.fw +File: moxa/moxa-1150.fw +File: moxa/moxa-1151.fw + +License: Redistributable. See LICENCE.moxa for details + +-------------------------------------------------------------------------- + +Driver: mxuport - MOXA UPort USB Serial hub driver + +File: moxa/moxa-1250.fw +File: moxa/moxa-1251.fw +File: moxa/moxa-1410.fw +File: moxa/moxa-1450.fw +File: moxa/moxa-1451.fw +File: moxa/moxa-1613.fw +File: moxa/moxa-1618.fw +File: moxa/moxa-1653.fw +File: moxa/moxa-1658.fw + +License: Redistributable. See LICENCE.moxa for details + +-------------------------------------------------------------------------- + +Driver: cw1200 - ST-E CW1100/CW1200 WLAN driver + +File: wsm_22.bin +Version: WSM395 +Licence: Redistributable. See LICENCE.cw1200 for details. + +File: sdd_sagrad_1091_1098.bin + +License: + Copyright (c) 2011-2013 Sagrad, Inc. + + This SDD ("Static Dynamic Data") file is licensed strictly for use with + the Sagrad WiFi modules (such as the SG901-1091/1098) that utilize the + cw1200 driver. There is no warranty expressed or implied about its + fitness for any purpose. + + Permission is hereby granted for the distribution of this SDD file as + part of Linux or other Open Source operating system kernel in text or + binary form as required. + + (Please note that the actual device firmware is separately licensed) + +-------------------------------------------------------------------------- + +Driver: BFA/BNA - QLogic BR-series Adapter FC/FCOE drivers + +File: cbfw-3.2.1.1.bin +File: ctfw-3.2.1.1.bin +File: ct2fw-3.2.1.1.bin +File: cbfw-3.2.3.0.bin +File: ctfw-3.2.3.0.bin +File: ct2fw-3.2.3.0.bin +File: cbfw-3.2.5.1.bin +File: ctfw-3.2.5.1.bin +File: ct2fw-3.2.5.1.bin + +Licence: + +This file contains firmware data derived from proprietary unpublished +source code. +Copyright (c) 2013-2014 Brocade Communications Systems, Inc. +Copyright (c) 2014-2015 QLogic Corporation. + +Permission is hereby granted for the distribution of this firmware data +in hexadecimal or equivalent format, provided this copyright notice is +accompanying it. + +QLogic grants permission to use and redistribute these firmware files +for use with QLogic BR-series devices, but not as a part of the Linux +kernel or in any other form which would require these files themselves +to be covered by the terms of the GNU General Public License. +These firmware files are distributed in the hope that they will be +useful, but WITHOUT ANY WARRANTY; without even the implied warranty +of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +-------------------------------------------------------------------------- +Driver: qat - Intel(R) QAT crypto accelerator + +File: qat_895xcc.bin +File: qat_895xcc_mmp.bin +File: qat_c3xxx.bin +File: qat_c3xxx_mmp.bin +File: qat_c62x.bin +File: qat_c62x_mmp.bin +Link: qat_mmp.bin -> qat_895xcc_mmp.bin + +Licence: Redistributable. See LICENCE.qat_firmware for details + +-------------------------------------------------------------------------- + +Driver: rsi -- Redpine Signals Inc 91x driver + +File: rsi_91x.fw + +File: rsi/rs9113_wlan_qspi.rps +Version: 1.6.1 + +File: rsi/rs9113_wlan_bt_dual_mode.rps +Version: 1.6.1 + +File: rsi/rs9113_ap_bt_dual_mode.rps +Version: 1.6.1 + +File: rsi/rs9116_wlan.rps +Version: 1.0.5b + +File: rsi/rs9116_wlan_bt_classic.rps +Version: 1.0.5b + +Licence: + * Firmware is: + * Derived from proprietary unpublished source code, + * Copyright (C) 2019 Redpine Signals Inc. + * + * Permission is hereby granted for the distribution of this firmware + * as part of Linux or other Open Source operating system kernel + * provided this copyright notice is accompanying it. + +-------------------------------------------------------------------------- + +Driver: xhci-rcar -- Renesas R-Car Gen2/3 USB 3.0 host controller driver + +File: r8a779x_usb3_v1.dlmem +File: r8a779x_usb3_v2.dlmem +File: r8a779x_usb3_v3.dlmem + +Licence: Redistributable. See LICENCE.r8a779x_usb3 for details. + +-------------------------------------------------------------------------- + +Driver: snd_soc_sst_acpi + +File: intel/fw_sst_0f28.bin-48kHz_i2s_master + +License: Redistributable. See LICENCE.fw_sst_0f28 for details + +-------------------------------------------------------------------------- + +Driver: as102 - Abilis Systems Single DVB-T Receiver + +File: as102_data1_st.hex +File: as102_data2_st.hex + +License: Redistributable. See LICENCE.Abilis for details + +-------------------------------------------------------------------------- + +Driver: it9135 -- ITEtech IT913x DVB-T USB driver + +File: dvb-usb-it9135-01.fw +File: dvb-usb-it9135-02.fw + +Licence: Redistributable. See LICENCE.it913x for details + +-------------------------------------------------------------------------- + +Driver: snd_soc_sst_acpi + +File: intel/IntcSST2.bin +Version: 8.4.1.77 + +License: Redistributable. See LICENCE.IntcSST2 for details + +-------------------------------------------------------------------------- + +Driver: snd_intel_sst_core + +File: intel/fw_sst_0f28.bin +File: intel/fw_sst_0f28_ssp0.bin + +License: Redistributable. See LICENCE.fw_sst_0f28 for details + +-------------------------------------------------------------------------- + +Driver: snd_intel_sst_core + +File: intel/fw_sst_22a8.bin +Version: 01.0B.02.02 + +License: Redistributable. See LICENCE.fw_sst_0f28 for details + +-------------------------------------------------------------------------- + +Driver: snd-soc-skl + +File: intel/dsp_fw_release_v969.bin +Version: 8.20.00.969 +File: intel/dsp_fw_release_v3402.bin +Version: 9.21.00.3402_161 +Link: intel/dsp_fw_release.bin -> dsp_fw_release_v3402.bin + +License: Redistributable. See LICENCE.adsp_sst for details + +File: intel/dsp_fw_bxtn_v2219.bin +Version: 9.22.01.2219_64 +File: intel/dsp_fw_bxtn_v3366.bin +Version: 9.22.01.3366_157 +Link: intel/dsp_fw_bxtn.bin -> dsp_fw_bxtn_v3366.bin + +License: Redistributable. See LICENCE.adsp_sst for details + +File: intel/dsp_fw_kbl_v701.bin +Version: 9.21.00.701 +File: intel/dsp_fw_kbl_v1037.bin +Version: 09.21.00.1037 +File: intel/dsp_fw_kbl_v2042.bin +Version: 9.21.00.2042_46 +File: intel/dsp_fw_kbl_v2630.bin +Version: 9.21.00.2630_97 +File: intel/dsp_fw_kbl_v3266.bin +Version: 9.21.00.3266_144 +File: intel/dsp_fw_kbl_v3420.bin +Version: 9.21.00.3420_163 +File: intel/dsp_fw_kbl_v3402.bin +Version: 9.21.00.3402_161 +Link: intel/dsp_fw_kbl.bin -> dsp_fw_kbl_v3402.bin + +License: Redistributable. See LICENCE.adsp_sst for details + +File: intel/dsp_fw_glk_v1814.bin +Version: 9.92.01.1814 +File: intel/dsp_fw_glk_v2880.bin +Version: 9.22.00.2880 +File: intel/dsp_fw_glk_v2768.bin +Version: 9.22.01.2768 +File: intel/dsp_fw_glk_v3366.bin +Version: 9.22.01.3366_157 +Link: intel/dsp_fw_glk.bin -> dsp_fw_glk_v3366.bin + +File: intel/dsp_fw_cnl_v1191.bin +Version: 10.00.00.1191 +File: intel/dsp_fw_cnl_v1858.bin +Version: 10.23.00.1858 +Link: intel/dsp_fw_cnl.bin -> dsp_fw_cnl_v1858.bin + +License: Redistributable. See LICENCE.adsp_sst for details + +-------------------------------------------------------------------------- + +Driver: smsmdtv - Siano MDTV Core module + +File: cmmb_vega_12mhz.inp +File: cmmb_venice_12mhz.inp +File: dvb_nova_12mhz.inp +File: dvb_nova_12mhz_b0.inp +File: isdbt_nova_12mhz.inp +File: isdbt_nova_12mhz_b0.inp +File: isdbt_rio.inp +File: sms1xxx-hcw-55xxx-dvbt-02.fw +File: sms1xxx-hcw-55xxx-isdbt-02.fw +File: sms1xxx-nova-a-dvbt-01.fw +File: sms1xxx-nova-b-dvbt-01.fw +File: sms1xxx-stellar-dvbt-01.fw +File: tdmb_nova_12mhz.inp + +Licence: Redistributable. See LICENCE.siano for details + +-------------------------------------------------------------------------- + +Driver: xhci-tegra -- NVIDIA Tegra XHCI driver + +File: nvidia/tegra124/xusb.bin +Version: v45.46 + +File: nvidia/tegra210/xusb.bin +Version: v50.24 + +File: nvidia/tegra186/xusb.bin +Version: v55.15 + +File: nvidia/tegra194/xusb.bin +Version: v60.06 + +Licence: Redistributable. See LICENCE.nvidia for details + +-------------------------------------------------------------------------- + +Driver: tegra-vic -- NVIDIA Tegra VIC driver + +File: nvidia/tegra124/vic03_ucode.bin +Link: nvidia/tegra124/vic.bin -> vic03_ucode.bin + +File: nvidia/tegra210/vic04_ucode.bin +Link: nvidia/tegra210/vic.bin -> vic04_ucode.bin + +File: nvidia/tegra186/vic04_ucode.bin +Link: nvidia/tegra186/vic.bin -> vic04_ucode.bin + +File: nvidia/tegra194/vic.bin + +Licence: Redistributable. See LICENCE.nvidia for details + +-------------------------------------------------------------------------- + +Driver: atusb - ATUSB IEEE 802.15.4 transceiver driver + +File: atusb/atusb-0.2.dfu +Version: 0.2 +File: atusb/atusb-0.3.dfu +Version: 0.3 +File: atusb/rzusb-0.3.bin +Version: 0.3 +Info: atusb/ChangeLog + +Licence: GPLv2 or later. See GPL-2 and GPL-3 for details. + +-------------------------------------------------------------------------- + +Driver: btqca - Qualcomm Atheros Bluetooth support for QCA61x4 chips + +File: qca/nvm_usb_00000201.bin +File: qca/nvm_usb_00000200.bin +File: qca/nvm_usb_00000300.bin +File: qca/nvm_usb_00000302.bin +File: qca/nvm_00130300.bin +File: qca/nvm_00130302.bin +File: qca/nvm_00230302.bin +File: qca/rampatch_usb_00000200.bin +File: qca/rampatch_usb_00000201.bin +File: qca/rampatch_usb_00000300.bin +File: qca/rampatch_usb_00000302.bin +File: qca/rampatch_00130300.bin +File: qca/rampatch_00130302.bin +File: qca/rampatch_00230302.bin +File: qca/nvm_00440302.bin +File: qca/rampatch_00440302.bin +File: qca/nvm_00440302_eu.bin +File: qca/nvm_00440302_i2s_eu.bin +File: qca/nvm_usb_00000302_eu.bin +File: qca/htbtfw20.tlv +File: qca/htnv20.bin +File: qca/rampatch_usb_00130200.bin +File: qca/nvm_usb_00130200.bin +File: qca/nvm_usb_00130200_0104.bin +File: qca/nvm_usb_00130200_0105.bin +File: qca/nvm_usb_00130200_0106.bin +File: qca/nvm_usb_00130200_0107.bin +File: qca/nvm_usb_00130200_0109.bin +File: qca/nvm_usb_00130200_0110.bin +File: qca/rampatch_usb_00130201.bin +File: qca/nvm_usb_00130201.bin +File: qca/nvm_usb_00130201_010a.bin +File: qca/nvm_usb_00130201_010b.bin +File: qca/nvm_usb_00130201_0303.bin +File: qca/nvm_usb_00130201_gf.bin +File: qca/nvm_usb_00130201_gf_010a.bin +File: qca/nvm_usb_00130201_gf_010b.bin +File: qca/nvm_usb_00130201_gf_0303.bin + +Licence: Redistributable. See LICENSE.QualcommAtheros_ath10k and qca/NOTICE.txt for details + +-------------------------------------------------------------------------- + +Driver: qca - Qualcomm Atheros Bluetooth support for WCN399x chips + +File: qca/crbtfw21.tlv +File: qca/crnv21.bin +File: qca/crbtfw32.tlv +File: qca/crnv32.bin +File: qca/crnv32u.bin + +Driver: qca - Qualcomm Atheros Bluetooth support for WCN6750 chips + +File: qca/msbtfw11.mbn +File: qca/msbtfw11.tlv +File: qca/msnv11.bin + +Licence: Redistributable. See LICENSE.QualcommAtheros_ath10k and qca/NOTICE.txt for details + +-------------------------------------------------------------------------- + +Driver: liquidio -- Cavium LiquidIO driver + +File: liquidio/lio_23xx_nic.bin +Version: v1.7.2 + +File: liquidio/lio_23xx_vsw.bin +Version: v1.7.2 + +File: liquidio/lio_210nv_nic.bin +Version: v1.7.2 + +File: liquidio/lio_210sv_nic.bin +Version: v1.7.2 + +File: liquidio/lio_410nv_nic.bin +Version: v1.7.2 + +Licence: Redistributable. See LICENCE.cavium_liquidio for details + +-------------------------------------------------------------------------- + +Driver: nitrox -- Cavium CNN55XX crypto driver + +File: cavium/cnn55xx_ae.fw +Version: v01 + +File: cavium/cnn55xx_se.fw +Version: v10 + +Licence: Redistributable. See LICENCE.cavium for details + +-------------------------------------------------------------------------- + +Driver: i915 -- Intel Integrated Graphics driver + +File: i915/skl_dmc_ver1_23.bin +File: i915/skl_dmc_ver1_26.bin +File: i915/skl_dmc_ver1_27.bin +Link: i915/skl_dmc_ver1.bin -> skl_dmc_ver1_26.bin +Version: DMC API/ABI ver 1 - release 27 for Skylake + +File: i915/bxt_dmc_ver1_07.bin +Link: i915/bxt_dmc_ver1.bin -> bxt_dmc_ver1_07.bin +Version: DMC API/ABI ver 1 - release 07 for Broxton + +File: i915/kbl_dmc_ver1_01.bin +Link: i915/kbl_dmc_ver1.bin -> kbl_dmc_ver1_01.bin +Version: DMC API/ABI ver 1 - release 01 for Kabylake + +File: i915/kbl_dmc_ver1_04.bin +Version: DMC API/ABI ver 1 - release 04 for Kabylake + +File: i915/skl_guc_ver1.bin +Version: Guc API/ABI ver 1 - release 1059 for Skylake + +File: i915/skl_guc_ver4.bin +Version: Guc API/ABI ver 4 - release 3 for Skylake + +File: i915/skl_guc_ver6_1.bin +Link: i915/skl_guc_ver6.bin -> skl_guc_ver6_1.bin +Version: Guc API/ABI ver 6 - release 1 for Skylake + +File: i915/skl_guc_ver9_33.bin +Version: Guc API/ABI ver 9 - release 33 for Skylake + +File: i915/skl_guc_32.0.3.bin +Version: Guc API/ABI ver 32 - release 0 for Skylake + +File: i915/skl_guc_33.0.0.bin +Version: Guc API/ABI ver 33 - release 0 for Skylake + +File: i915/skl_guc_49.0.1.bin +Version: Guc API/ABI ver 49 - release 0 for Skylake + +File: i915/skl_guc_62.0.0.bin +Version: GuC API/APB ver 62.0.0 for Skylake + +File: i915/skl_guc_69.0.3.bin +Version: GuC API/APB ver 69.0.3 for Skylake + +File: i915/skl_huc_ver01_07_1398.bin +Version: HuC API/ABI ver 1 - release 7 for Skylake + +File: i915/skl_huc_2.0.0.bin +Version: HuC API/ABI ver 2 - release 0 for Skylake + +File: i915/bxt_huc_ver01_07_1398.bin +Version: HuC API/APB ver 1 - release 7 for Broxton + +File: i915/bxt_huc_ver01_8_2893.bin +Version: HuC API/APB ver 1 - release 8 for Broxton + +File: i915/bxt_huc_2.0.0.bin +Version: HuC API/APB ver 2 - release 0 for Broxton + +File: i915/kbl_huc_ver02_00_1810.bin +Version: HuC API/APB ver 2 - for Kabylake + +File: i915/kbl_huc_4.0.0.bin +Version: HuC API/APB ver 4 - for Kabylake + +File: i915/bxt_guc_ver8_7.bin +Version: Guc API/APB ver 8 - release 7 for Broxton + +File: i915/bxt_guc_ver9_29.bin +Version: Guc API/APB ver 9 - release 29 for Broxton + +File: i915/bxt_guc_32.0.3.bin +Version: Guc API/APB ver 32 - release 0 for Broxton + +File: i915/bxt_guc_33.0.0.bin +Version: Guc API/APB ver 33 - release 0 for Broxton + +File: i915/bxt_guc_49.0.1.bin +Version: Guc API/APB ver 49 - release 0 for Broxton + +File: i915/bxt_guc_62.0.0.bin +Version: GuC API/APB ver 62.0.0 for Broxton + +File: i915/bxt_guc_69.0.3.bin +Version: GuC API/APB ver 69.0.3 for Broxton + +File: i915/kbl_guc_ver9_14.bin +Version: Guc API/APB ver 9 release 14 for Kabylake + +File: i915/cml_guc_33.0.0.bin +Version: Guc API/APB ver 33 release 0 for Comet Lake + +File: i915/cml_guc_49.0.1.bin +Version: Guc API/APB ver 49 release 0 for Comet Lake + +File: i915/cml_guc_62.0.0.bin +Version: GuC API/APB ver 62.0.0 for Comet Lake + +File: i915/cml_guc_69.0.3.bin +Version: GuC API/APB ver 69.0.3 for Comet Lake + +File: i915/kbl_guc_ver9_39.bin +Version: Guc API/APB ver 9 release 39 for Kabylake + +File: i915/kbl_guc_32.0.3.bin +Version: Guc API/APB ver 32 release 0 for Kabylake + +File: i915/kbl_guc_33.0.0.bin +Version: Guc API/APB ver 33 release 0 for Kabylake + +File: i915/kbl_guc_49.0.1.bin +Version: Guc API/APB ver 49 release 0 for Kabylake + +File: i915/kbl_guc_62.0.0.bin +Version: GuC API/APB ver 62.0.0 for Kabylake + +File: i915/kbl_guc_69.0.3.bin +Version: GuC API/APB ver 69.0.3 for Kabylake + +File: i915/glk_guc_32.0.3.bin +Version: Guc API/APB ver 32 release 0 for Geminilake + +File: i915/glk_guc_33.0.0.bin +Version: Guc API/APB ver 33 release 0 for Geminilake + +File: i915/glk_guc_49.0.1.bin +Version: Guc API/APB ver 49 release 0 for Geminilake + +File: i915/glk_guc_62.0.0.bin +Version: GuC API/APB ver 62.0.0 for Geminilake + +File: i915/glk_guc_69.0.3.bin +Version: GuC API/APB ver 69.0.3 for Geminilake + +File: i915/glk_huc_ver03_01_2893.bin +Version: Huc API/APB ver 3 release 1 for Geminilake + +File: i915/glk_huc_4.0.0.bin +Version: Huc API/APB ver 4 release 0 for Geminilake + +File: i915/glk_dmc_ver1_04.bin +Version: DMC API/ABI ver 1 - release 04 for Geminilake + +File: i915/cml_huc_4.0.0.bin +Version: HuC API/ABI ver 4 - release 0 for Cometlake + +File: i915/cnl_dmc_ver1_06.bin +Version: DMC API/ABI ver 1 - release 06 for Cannonlake + +File: i915/cnl_dmc_ver1_07.bin +Version: DMC API/ABI ver 1 - release 07 for Cannonlake + +File: i915/icl_dmc_ver1_07.bin +Version: DMC API/ABI ver 1 - release 07 for icelake + +File: i915/icl_dmc_ver1_09.bin +Version: DMC API/ABI ver 1 - release 09 for icelake + +File: i915/icl_guc_32.0.3.bin +Version: Guc API/APB ver 32 release 0 for Icelake + +File: i915/icl_guc_33.0.0.bin +Version: Guc API/APB ver 33 release 0 for Icelake + +File: i915/icl_guc_49.0.1.bin +Version: Guc API/APB ver 49 release 0 for Icelake + +File: i915/icl_guc_62.0.0.bin +Version: GuC API/APB ver 62.0.0 for Icelake + +File: i915/icl_guc_69.0.3.bin +Version: GuC API/APB ver 69.0.3 for Icelake + +File: i915/icl_huc_ver8_4_3238.bin +Version: Huc API/APB ver 8 release 4 for Icelake + +File: i915/tgl_dmc_ver2_04.bin +Version: DMC API/APB ver 2 release 4 for Tigerlake + +File: i915/tgl_dmc_ver2_06.bin +Version: DMC API/APB ver 2 release 6 for Tigerlake + +File: i915/tgl_dmc_ver2_08.bin +Version: DMC API/APB ver 2 release 8 for Tigerlake + +File: i915/tgl_dmc_ver2_12.bin +Version: DMC API/APB ver 2 release 12 for Tigerlake + +File: i915/icl_huc_9.0.0.bin +Version: Huc API/APB ver 9 release 0 for Icelake + +File: i915/ehl_guc_33.0.4.bin +Version: Guc API/APB ver 33 release 0 for Elkhartlake + +File: i915/ehl_guc_49.0.1.bin +Version: Guc API/APB ver 49 release 0 for Elkhartlake + +File: i915/ehl_guc_62.0.0.bin +Version: GuC API/APB ver 62.0.0 for Elkhartlake + +File: i915/ehl_guc_69.0.3.bin +Version: GuC API/APB ver 69.0.3 for Elkhartlake + +File: i915/ehl_huc_9.0.0.bin +Version: Huc API/APB ver 9 release 0 for Elkhartlake + +File: i915/tgl_guc_35.2.0.bin +Version: Guc API/APB ver 35 release 2 for Tigerlake + +File: i915/tgl_guc_49.0.1.bin +Version: Guc API/APB ver 49 release 0 for Tigerlake + +File: i915/tgl_guc_62.0.0.bin +Version: GuC API/APB ver 62.0.0 for Tigerlake + +File: i915/tgl_guc_69.0.3.bin +Version: GuC API/APB ver 69.0.3 for Tigerlake + +File: i915/tgl_huc_7.0.3.bin +Version: Huc API/APB ver 7 release 0 for Tigerlake + +File: i915/tgl_huc_7.0.12.bin +Version: Huc API/APB ver 7 release 0 for Tigerlake + +File: i915/tgl_huc_7.5.0.bin +Version: Huc API/APB ver 7 release 5 for Tigerlake + +File: i915/tgl_huc_7.9.3.bin +Version: HuC API/APB ver 7.9.3 for Tigerlake + +File: i915/rkl_dmc_ver2_02.bin +Version: DMC API/APB ver 2 release 2 for Rocketlake + +File: i915/rkl_dmc_ver2_03.bin +Version: DMC API/APB ver 2 release 3 for Rocketlake + +File: i915/dg1_dmc_ver2_02.bin +Version: DMC API/APB ver 2 release 2 for DG1 + +File: i915/dg1_guc_49.0.1.bin +Version: Guc API/APB ver 49 release 0 for DG1 + +File: i915/dg1_guc_62.0.0.bin +Version: GuC API/APB ver 62.0.0 for DG1 + +File: i915/dg1_guc_69.0.3.bin +Version: GuC API/APB ver 69.0.3 for DG1 + +File: i915/dg1_huc_7.7.1.bin +Version: Huc API/APB ver 7 release 1 for DG1 + +File: i915/dg1_huc_7.9.3.bin +Version: HuC API/APB ver 7.9.3 for DG1 + +File: i915/adls_dmc_ver2_01.bin +Version: DMC API/APB ver 2 release 1 for Alderlake S + +File: i915/adlp_dmc_ver2_09.bin +Version: DMC API/APB ver 2 release 9 for Alderlake P + +File: i915/adlp_dmc_ver2_10.bin +Version: DMC API/APB ver 2 release 10 for Alderlake P + +File: i915/adlp_dmc_ver2_12.bin +Version: DMC API/APB ver 2 release 12 for Alderlake P + +File: i915/adlp_dmc_ver2_14.bin +Version: DMC API/APB ver 2 release 14 for Alderlake P + +File: i915/adlp_dmc_ver2_16.bin +Version: DMC API/APB ver 2 release 16 for Alderlake P + +File: i915/adlp_guc_62.0.3.bin +Version: GuC API/APB ver 62.0.3 for Alderlake P + +File: i915/adlp_guc_69.0.3.bin +Version: GuC API/APB ver 69.0.3 for Alderlake P + +License: Redistributable. See LICENSE.i915 for details +-------------------------------------------------------------------------- + +Driver: nouveau - NVIDIA GPU driver + +File: nvidia/gk20a/fecs_data.bin +File: nvidia/gk20a/fecs_inst.bin +File: nvidia/gk20a/gpccs_data.bin +File: nvidia/gk20a/gpccs_inst.bin +File: nvidia/gk20a/sw_bundle_init.bin +File: nvidia/gk20a/sw_ctx.bin +File: nvidia/gk20a/sw_method_init.bin +File: nvidia/gk20a/sw_nonctx.bin +File: nvidia/gm200/acr/bl.bin +File: nvidia/gm200/acr/ucode_load.bin +File: nvidia/gm200/acr/ucode_unload.bin +File: nvidia/gm200/gr/fecs_bl.bin +File: nvidia/gm200/gr/fecs_data.bin +File: nvidia/gm200/gr/fecs_inst.bin +File: nvidia/gm200/gr/fecs_sig.bin +File: nvidia/gm200/gr/gpccs_bl.bin +File: nvidia/gm200/gr/gpccs_data.bin +File: nvidia/gm200/gr/gpccs_inst.bin +File: nvidia/gm200/gr/gpccs_sig.bin +File: nvidia/gm200/gr/sw_bundle_init.bin +File: nvidia/gm200/gr/sw_ctx.bin +File: nvidia/gm200/gr/sw_method_init.bin +File: nvidia/gm200/gr/sw_nonctx.bin +Link: nvidia/gm204/acr/bl.bin -> ../../gm200/acr/bl.bin +Link: nvidia/gm204/acr/ucode_load.bin -> ../../gm200/acr/ucode_load.bin +Link: nvidia/gm204/acr/ucode_unload.bin -> ../../gm200/acr/ucode_unload.bin +Link: nvidia/gm204/gr/fecs_bl.bin -> ../../gm200/gr/fecs_bl.bin +File: nvidia/gm204/gr/fecs_data.bin +Link: nvidia/gm204/gr/fecs_inst.bin -> ../../gm200/gr/fecs_inst.bin +File: nvidia/gm204/gr/fecs_sig.bin +Link: nvidia/gm204/gr/gpccs_bl.bin -> ../../gm200/gr/gpccs_bl.bin +File: nvidia/gm204/gr/gpccs_data.bin +Link: nvidia/gm204/gr/gpccs_inst.bin -> ../../gm200/gr/gpccs_inst.bin +File: nvidia/gm204/gr/gpccs_sig.bin +Link: nvidia/gm204/gr/sw_bundle_init.bin -> ../../gm200/gr/sw_bundle_init.bin +Link: nvidia/gm204/gr/sw_ctx.bin -> ../../gm200/gr/sw_ctx.bin +Link: nvidia/gm204/gr/sw_method_init.bin -> ../../gm200/gr/sw_method_init.bin +Link: nvidia/gm204/gr/sw_nonctx.bin -> ../../gm200/gr/sw_nonctx.bin +Link: nvidia/gm206/acr/bl.bin -> ../../gm200/acr/bl.bin +File: nvidia/gm206/acr/ucode_load.bin +File: nvidia/gm206/acr/ucode_unload.bin +Link: nvidia/gm206/gr/fecs_bl.bin -> ../../gm200/gr/fecs_bl.bin +File: nvidia/gm206/gr/fecs_data.bin +Link: nvidia/gm206/gr/fecs_inst.bin -> ../../gm200/gr/fecs_inst.bin +File: nvidia/gm206/gr/fecs_sig.bin +Link: nvidia/gm206/gr/gpccs_bl.bin -> ../../gm200/gr/gpccs_bl.bin +File: nvidia/gm206/gr/gpccs_data.bin +Link: nvidia/gm206/gr/gpccs_inst.bin -> ../../gm200/gr/gpccs_inst.bin +File: nvidia/gm206/gr/gpccs_sig.bin +Link: nvidia/gm206/gr/sw_bundle_init.bin -> ../../gm200/gr/sw_bundle_init.bin +Link: nvidia/gm206/gr/sw_ctx.bin -> ../../gm200/gr/sw_ctx.bin +Link: nvidia/gm206/gr/sw_method_init.bin -> ../../gm200/gr/sw_method_init.bin +Link: nvidia/gm206/gr/sw_nonctx.bin -> ../../gm200/gr/sw_nonctx.bin +File: nvidia/gm20b/acr/bl.bin +File: nvidia/gm20b/acr/ucode_load.bin +File: nvidia/gm20b/gr/fecs_bl.bin +File: nvidia/gm20b/gr/fecs_data.bin +File: nvidia/gm20b/gr/fecs_inst.bin +File: nvidia/gm20b/gr/fecs_sig.bin +File: nvidia/gm20b/gr/gpccs_data.bin +File: nvidia/gm20b/gr/gpccs_inst.bin +File: nvidia/gm20b/gr/sw_bundle_init.bin +File: nvidia/gm20b/gr/sw_ctx.bin +Link: nvidia/gm20b/gr/sw_method_init.bin -> ../../gm200/gr/sw_method_init.bin +File: nvidia/gm20b/gr/sw_nonctx.bin +File: nvidia/gm20b/pmu/desc.bin +File: nvidia/gm20b/pmu/image.bin +File: nvidia/gm20b/pmu/sig.bin +File: nvidia/gp100/acr/bl.bin +File: nvidia/gp100/acr/ucode_load.bin +File: nvidia/gp100/acr/ucode_unload.bin +Link: nvidia/gp100/gr/fecs_bl.bin -> ../../gm200/gr/fecs_bl.bin +File: nvidia/gp100/gr/fecs_data.bin +File: nvidia/gp100/gr/fecs_inst.bin +File: nvidia/gp100/gr/fecs_sig.bin +Link: nvidia/gp100/gr/gpccs_bl.bin -> ../../gm200/gr/gpccs_bl.bin +File: nvidia/gp100/gr/gpccs_data.bin +File: nvidia/gp100/gr/gpccs_inst.bin +File: nvidia/gp100/gr/gpccs_sig.bin +File: nvidia/gp100/gr/sw_bundle_init.bin +File: nvidia/gp100/gr/sw_ctx.bin +File: nvidia/gp100/gr/sw_method_init.bin +File: nvidia/gp100/gr/sw_nonctx.bin +File: nvidia/gp102/acr/bl.bin +File: nvidia/gp102/acr/ucode_load.bin +File: nvidia/gp102/acr/ucode_unload.bin +File: nvidia/gp102/acr/unload_bl.bin +Link: nvidia/gp102/gr/fecs_bl.bin -> ../../gm200/gr/fecs_bl.bin +File: nvidia/gp102/gr/fecs_data.bin +File: nvidia/gp102/gr/fecs_inst.bin +File: nvidia/gp102/gr/fecs_sig.bin +Link: nvidia/gp102/gr/gpccs_bl.bin -> ../../gm200/gr/gpccs_bl.bin +File: nvidia/gp102/gr/gpccs_data.bin +File: nvidia/gp102/gr/gpccs_inst.bin +File: nvidia/gp102/gr/gpccs_sig.bin +File: nvidia/gp102/gr/sw_bundle_init.bin +File: nvidia/gp102/gr/sw_ctx.bin +File: nvidia/gp102/gr/sw_method_init.bin +File: nvidia/gp102/gr/sw_nonctx.bin +File: nvidia/gp102/nvdec/scrubber.bin +File: nvidia/gp102/sec2/desc.bin +File: nvidia/gp102/sec2/image.bin +File: nvidia/gp102/sec2/sig.bin +File: nvidia/gp102/sec2/desc-1.bin +File: nvidia/gp102/sec2/image-1.bin +File: nvidia/gp102/sec2/sig-1.bin +Link: nvidia/gp104/acr/bl.bin -> ../../gp102/acr/bl.bin +Link: nvidia/gp104/acr/ucode_load.bin -> ../../gp102/acr/ucode_load.bin +Link: nvidia/gp104/acr/ucode_unload.bin -> ../../gp102/acr/ucode_unload.bin +Link: nvidia/gp104/acr/unload_bl.bin -> ../../gp102/acr/unload_bl.bin +Link: nvidia/gp104/gr/fecs_bl.bin -> ../../gp102/gr/fecs_bl.bin +File: nvidia/gp104/gr/fecs_data.bin +File: nvidia/gp104/gr/fecs_inst.bin +File: nvidia/gp104/gr/fecs_sig.bin +Link: nvidia/gp104/gr/gpccs_bl.bin -> ../../gp102/gr/gpccs_bl.bin +File: nvidia/gp104/gr/gpccs_data.bin +File: nvidia/gp104/gr/gpccs_inst.bin +File: nvidia/gp104/gr/gpccs_sig.bin +Link: nvidia/gp104/gr/sw_bundle_init.bin -> ../../gp102/gr/sw_bundle_init.bin +Link: nvidia/gp104/gr/sw_ctx.bin -> ../../gp102/gr/sw_ctx.bin +Link: nvidia/gp104/gr/sw_method_init.bin -> ../../gp102/gr/sw_method_init.bin +Link: nvidia/gp104/gr/sw_nonctx.bin -> ../../gp102/gr/sw_nonctx.bin +Link: nvidia/gp104/nvdec/scrubber.bin -> ../../gp102/nvdec/scrubber.bin +Link: nvidia/gp104/sec2/desc.bin -> ../../gp102/sec2/desc.bin +Link: nvidia/gp104/sec2/image.bin -> ../../gp102/sec2/image.bin +Link: nvidia/gp104/sec2/sig.bin -> ../../gp102/sec2/sig.bin +Link: nvidia/gp104/sec2/desc-1.bin -> ../../gp102/sec2/desc-1.bin +Link: nvidia/gp104/sec2/image-1.bin -> ../../gp102/sec2/image-1.bin +Link: nvidia/gp104/sec2/sig-1.bin -> ../../gp102/sec2/sig-1.bin +Link: nvidia/gp106/acr/bl.bin -> ../../gp102/acr/bl.bin +Link: nvidia/gp106/acr/ucode_load.bin -> ../../gp102/acr/ucode_load.bin +Link: nvidia/gp106/acr/ucode_unload.bin -> ../../gp102/acr/ucode_unload.bin +Link: nvidia/gp106/acr/unload_bl.bin -> ../../gp102/acr/unload_bl.bin +Link: nvidia/gp106/gr/fecs_bl.bin -> ../../gp102/gr/fecs_bl.bin +File: nvidia/gp106/gr/fecs_data.bin +Link: nvidia/gp106/gr/fecs_inst.bin -> ../../gp102/gr/fecs_inst.bin +File: nvidia/gp106/gr/fecs_sig.bin +Link: nvidia/gp106/gr/gpccs_bl.bin -> ../../gp102/gr/gpccs_bl.bin +File: nvidia/gp106/gr/gpccs_data.bin +Link: nvidia/gp106/gr/gpccs_inst.bin -> ../../gp102/gr/gpccs_inst.bin +File: nvidia/gp106/gr/gpccs_sig.bin +Link: nvidia/gp106/gr/sw_bundle_init.bin -> ../../gp102/gr/sw_bundle_init.bin +Link: nvidia/gp106/gr/sw_ctx.bin -> ../../gp102/gr/sw_ctx.bin +Link: nvidia/gp106/gr/sw_method_init.bin -> ../../gp102/gr/sw_method_init.bin +Link: nvidia/gp106/gr/sw_nonctx.bin -> ../../gp102/gr/sw_nonctx.bin +Link: nvidia/gp106/nvdec/scrubber.bin -> ../../gp102/nvdec/scrubber.bin +Link: nvidia/gp106/sec2/desc.bin -> ../../gp102/sec2/desc.bin +Link: nvidia/gp106/sec2/image.bin -> ../../gp102/sec2/image.bin +Link: nvidia/gp106/sec2/sig.bin -> ../../gp102/sec2/sig.bin +Link: nvidia/gp106/sec2/desc-1.bin -> ../../gp102/sec2/desc-1.bin +Link: nvidia/gp106/sec2/image-1.bin -> ../../gp102/sec2/image-1.bin +Link: nvidia/gp106/sec2/sig-1.bin -> ../../gp102/sec2/sig-1.bin +Link: nvidia/gp107/acr/bl.bin -> ../../gp102/acr/bl.bin +Link: nvidia/gp107/acr/ucode_load.bin -> ../../gp102/acr/ucode_load.bin +Link: nvidia/gp107/acr/ucode_unload.bin -> ../../gp102/acr/ucode_unload.bin +Link: nvidia/gp107/acr/unload_bl.bin -> ../../gp102/acr/unload_bl.bin +File: nvidia/gp107/gr/fecs_bl.bin +File: nvidia/gp107/gr/fecs_data.bin +File: nvidia/gp107/gr/fecs_inst.bin +File: nvidia/gp107/gr/fecs_sig.bin +File: nvidia/gp107/gr/gpccs_bl.bin +File: nvidia/gp107/gr/gpccs_data.bin +File: nvidia/gp107/gr/gpccs_inst.bin +File: nvidia/gp107/gr/gpccs_sig.bin +Link: nvidia/gp107/gr/sw_bundle_init.bin -> ../../gp102/gr/sw_bundle_init.bin +File: nvidia/gp107/gr/sw_ctx.bin +Link: nvidia/gp107/gr/sw_method_init.bin -> ../../gp102/gr/sw_method_init.bin +File: nvidia/gp107/gr/sw_nonctx.bin +Link: nvidia/gp107/nvdec/scrubber.bin -> ../../gp102/nvdec/scrubber.bin +Link: nvidia/gp107/sec2/desc.bin -> ../../gp102/sec2/desc.bin +Link: nvidia/gp107/sec2/image.bin -> ../../gp102/sec2/image.bin +Link: nvidia/gp107/sec2/sig.bin -> ../../gp102/sec2/sig.bin +Link: nvidia/gp107/sec2/desc-1.bin -> ../../gp102/sec2/desc-1.bin +Link: nvidia/gp107/sec2/image-1.bin -> ../../gp102/sec2/image-1.bin +Link: nvidia/gp107/sec2/sig-1.bin -> ../../gp102/sec2/sig-1.bin +File: nvidia/gp10b/acr/bl.bin +File: nvidia/gp10b/acr/ucode_load.bin +File: nvidia/gp10b/gr/fecs_bl.bin +File: nvidia/gp10b/gr/fecs_data.bin +File: nvidia/gp10b/gr/fecs_inst.bin +File: nvidia/gp10b/gr/fecs_sig.bin +File: nvidia/gp10b/gr/gpccs_bl.bin +File: nvidia/gp10b/gr/gpccs_data.bin +File: nvidia/gp10b/gr/gpccs_inst.bin +File: nvidia/gp10b/gr/gpccs_sig.bin +File: nvidia/gp10b/gr/sw_bundle_init.bin +File: nvidia/gp10b/gr/sw_ctx.bin +File: nvidia/gp10b/gr/sw_method_init.bin +File: nvidia/gp10b/gr/sw_nonctx.bin +File: nvidia/gp10b/pmu/desc.bin +File: nvidia/gp10b/pmu/image.bin +File: nvidia/gp10b/pmu/sig.bin +Link: nvidia/gp108/acr/bl.bin -> ../../gp102/acr/bl.bin +Link: nvidia/gp108/acr/ucode_load.bin -> ../../gp102/acr/ucode_load.bin +Link: nvidia/gp108/acr/ucode_unload.bin -> ../../gp102/acr/ucode_unload.bin +Link: nvidia/gp108/acr/unload_bl.bin -> ../../gp102/acr/unload_bl.bin +File: nvidia/gp108/gr/fecs_bl.bin +File: nvidia/gp108/gr/fecs_data.bin +File: nvidia/gp108/gr/fecs_inst.bin +File: nvidia/gp108/gr/fecs_sig.bin +File: nvidia/gp108/gr/gpccs_bl.bin +File: nvidia/gp108/gr/gpccs_data.bin +File: nvidia/gp108/gr/gpccs_inst.bin +File: nvidia/gp108/gr/gpccs_sig.bin +File: nvidia/gp108/gr/sw_bundle_init.bin +File: nvidia/gp108/gr/sw_ctx.bin +File: nvidia/gp108/gr/sw_method_init.bin +File: nvidia/gp108/gr/sw_nonctx.bin +Link: nvidia/gp108/nvdec/scrubber.bin -> ../../gp102/nvdec/scrubber.bin +Link: nvidia/gp108/sec2/desc.bin -> ../../gp102/sec2/desc-1.bin +Link: nvidia/gp108/sec2/image.bin -> ../../gp102/sec2/image-1.bin +Link: nvidia/gp108/sec2/sig.bin -> ../../gp102/sec2/sig-1.bin +File: nvidia/gv100/acr/bl.bin +File: nvidia/gv100/acr/ucode_load.bin +File: nvidia/gv100/acr/ucode_unload.bin +File: nvidia/gv100/acr/unload_bl.bin +File: nvidia/gv100/gr/fecs_bl.bin +File: nvidia/gv100/gr/fecs_data.bin +File: nvidia/gv100/gr/fecs_inst.bin +File: nvidia/gv100/gr/fecs_sig.bin +File: nvidia/gv100/gr/gpccs_bl.bin +File: nvidia/gv100/gr/gpccs_data.bin +File: nvidia/gv100/gr/gpccs_inst.bin +File: nvidia/gv100/gr/gpccs_sig.bin +File: nvidia/gv100/gr/sw_bundle_init.bin +File: nvidia/gv100/gr/sw_ctx.bin +File: nvidia/gv100/gr/sw_method_init.bin +File: nvidia/gv100/gr/sw_nonctx.bin +File: nvidia/gv100/nvdec/scrubber.bin +File: nvidia/gv100/sec2/desc.bin +File: nvidia/gv100/sec2/image.bin +File: nvidia/gv100/sec2/sig.bin +File: nvidia/tu102/acr/bl.bin +File: nvidia/tu102/acr/ucode_ahesasc.bin +File: nvidia/tu102/acr/ucode_asb.bin +File: nvidia/tu102/acr/unload_bl.bin +File: nvidia/tu102/acr/ucode_unload.bin +File: nvidia/tu102/gr/fecs_bl.bin +File: nvidia/tu102/gr/fecs_data.bin +File: nvidia/tu102/gr/fecs_inst.bin +File: nvidia/tu102/gr/fecs_sig.bin +File: nvidia/tu102/gr/gpccs_bl.bin +File: nvidia/tu102/gr/gpccs_data.bin +File: nvidia/tu102/gr/gpccs_inst.bin +File: nvidia/tu102/gr/gpccs_sig.bin +File: nvidia/tu102/gr/sw_bundle_init.bin +File: nvidia/tu102/gr/sw_ctx.bin +File: nvidia/tu102/gr/sw_method_init.bin +File: nvidia/tu102/gr/sw_nonctx.bin +File: nvidia/tu102/gr/sw_veid_bundle_init.bin +File: nvidia/tu102/nvdec/scrubber.bin +File: nvidia/tu102/sec2/desc.bin +File: nvidia/tu102/sec2/image.bin +File: nvidia/tu102/sec2/sig.bin +Link: nvidia/tu104/acr/bl.bin -> ../../tu102/acr/bl.bin +Link: nvidia/tu104/acr/ucode_ahesasc.bin -> ../../tu102/acr/ucode_ahesasc.bin +Link: nvidia/tu104/acr/ucode_asb.bin -> ../../tu102/acr/ucode_asb.bin +Link: nvidia/tu104/acr/unload_bl.bin -> ../../tu102/acr/unload_bl.bin +Link: nvidia/tu104/acr/ucode_unload.bin -> ../../tu102/acr/ucode_unload.bin +Link: nvidia/tu104/gr/fecs_bl.bin -> ../../tu102/gr/fecs_bl.bin +File: nvidia/tu104/gr/fecs_data.bin +File: nvidia/tu104/gr/fecs_inst.bin +File: nvidia/tu104/gr/fecs_sig.bin +Link: nvidia/tu104/gr/gpccs_bl.bin -> ../../tu102/gr/gpccs_bl.bin +File: nvidia/tu104/gr/gpccs_data.bin +File: nvidia/tu104/gr/gpccs_inst.bin +File: nvidia/tu104/gr/gpccs_sig.bin +File: nvidia/tu104/gr/sw_bundle_init.bin +File: nvidia/tu104/gr/sw_ctx.bin +File: nvidia/tu104/gr/sw_method_init.bin +File: nvidia/tu104/gr/sw_nonctx.bin +File: nvidia/tu104/gr/sw_veid_bundle_init.bin +Link: nvidia/tu104/nvdec/scrubber.bin -> ../../tu102/nvdec/scrubber.bin +Link: nvidia/tu104/sec2/desc.bin -> ../../tu102/sec2/desc.bin +Link: nvidia/tu104/sec2/image.bin -> ../../tu102/sec2/image.bin +Link: nvidia/tu104/sec2/sig.bin -> ../../tu102/sec2/sig.bin +Link: nvidia/tu106/acr/bl.bin -> ../../tu102/acr/bl.bin +Link: nvidia/tu106/acr/ucode_ahesasc.bin -> ../../tu102/acr/ucode_ahesasc.bin +Link: nvidia/tu106/acr/ucode_asb.bin -> ../../tu102/acr/ucode_asb.bin +Link: nvidia/tu106/acr/unload_bl.bin -> ../../tu102/acr/unload_bl.bin +Link: nvidia/tu106/acr/ucode_unload.bin -> ../../tu102/acr/ucode_unload.bin +Link: nvidia/tu106/gr/fecs_bl.bin -> ../../tu102/gr/fecs_bl.bin +File: nvidia/tu106/gr/fecs_data.bin +File: nvidia/tu106/gr/fecs_inst.bin +File: nvidia/tu106/gr/fecs_sig.bin +Link: nvidia/tu106/gr/gpccs_bl.bin -> ../../tu102/gr/gpccs_bl.bin +File: nvidia/tu106/gr/gpccs_data.bin +File: nvidia/tu106/gr/gpccs_inst.bin +File: nvidia/tu106/gr/gpccs_sig.bin +File: nvidia/tu106/gr/sw_bundle_init.bin +File: nvidia/tu106/gr/sw_ctx.bin +File: nvidia/tu106/gr/sw_method_init.bin +File: nvidia/tu106/gr/sw_nonctx.bin +File: nvidia/tu106/gr/sw_veid_bundle_init.bin +Link: nvidia/tu106/nvdec/scrubber.bin -> ../../tu102/nvdec/scrubber.bin +Link: nvidia/tu106/sec2/desc.bin -> ../../tu102/sec2/desc.bin +Link: nvidia/tu106/sec2/image.bin -> ../../tu102/sec2/image.bin +Link: nvidia/tu106/sec2/sig.bin -> ../../tu102/sec2/sig.bin +File: nvidia/tu116/acr/bl.bin +File: nvidia/tu116/acr/ucode_ahesasc.bin +File: nvidia/tu116/acr/ucode_asb.bin +File: nvidia/tu116/acr/ucode_unload.bin +File: nvidia/tu116/acr/unload_bl.bin +File: nvidia/tu116/gr/fecs_bl.bin +File: nvidia/tu116/gr/fecs_data.bin +File: nvidia/tu116/gr/fecs_inst.bin +File: nvidia/tu116/gr/fecs_sig.bin +File: nvidia/tu116/gr/gpccs_bl.bin +File: nvidia/tu116/gr/gpccs_data.bin +File: nvidia/tu116/gr/gpccs_inst.bin +File: nvidia/tu116/gr/gpccs_sig.bin +File: nvidia/tu116/gr/sw_bundle_init.bin +File: nvidia/tu116/gr/sw_ctx.bin +File: nvidia/tu116/gr/sw_method_init.bin +File: nvidia/tu116/gr/sw_nonctx.bin +File: nvidia/tu116/gr/sw_veid_bundle_init.bin +File: nvidia/tu116/nvdec/scrubber.bin +File: nvidia/tu116/sec2/desc.bin +File: nvidia/tu116/sec2/image.bin +File: nvidia/tu116/sec2/sig.bin +Link: nvidia/tu117/acr/bl.bin -> ../../tu116/acr/bl.bin +Link: nvidia/tu117/acr/ucode_ahesasc.bin -> ../../tu116/acr/ucode_ahesasc.bin +Link: nvidia/tu117/acr/ucode_asb.bin -> ../../tu116/acr/ucode_asb.bin +Link: nvidia/tu117/acr/ucode_unload.bin -> ../../tu116/acr/ucode_unload.bin +Link: nvidia/tu117/acr/unload_bl.bin -> ../../tu116/acr/unload_bl.bin +Link: nvidia/tu117/gr/fecs_bl.bin -> ../../tu116/gr/fecs_bl.bin +File: nvidia/tu117/gr/fecs_data.bin +File: nvidia/tu117/gr/fecs_inst.bin +File: nvidia/tu117/gr/fecs_sig.bin +Link: nvidia/tu117/gr/gpccs_bl.bin -> ../../tu116/gr/gpccs_bl.bin +File: nvidia/tu117/gr/gpccs_data.bin +File: nvidia/tu117/gr/gpccs_inst.bin +File: nvidia/tu117/gr/gpccs_sig.bin +File: nvidia/tu117/gr/sw_bundle_init.bin +File: nvidia/tu117/gr/sw_ctx.bin +File: nvidia/tu117/gr/sw_method_init.bin +File: nvidia/tu117/gr/sw_nonctx.bin +File: nvidia/tu117/gr/sw_veid_bundle_init.bin +Link: nvidia/tu117/nvdec/scrubber.bin -> ../../tu116/nvdec/scrubber.bin +Link: nvidia/tu117/sec2/desc.bin -> ../../tu116/sec2/desc.bin +Link: nvidia/tu117/sec2/image.bin -> ../../tu116/sec2/image.bin +Link: nvidia/tu117/sec2/sig.bin -> ../../tu116/sec2/sig.bin + +File: nvidia/tu10x/typec/ccg_primary.cyacd +File: nvidia/tu10x/typec/ccg_secondary.cyacd +File: nvidia/tu10x/typec/ccg_boot.cyacd + +Licence: Redistributable. See LICENCE.nvidia for details + +-------------------------------------------------------------------------- + +Driver: wilc1000 - Atmel 802.11n WLAN driver for WILC1000 + +File: atmel/wilc1000_fw.bin +File: atmel/wilc1000_ap_fw.bin +File: atmel/wilc1000_p2p_fw.bin +File: atmel/wilc1000_wifi_firmware.bin +File: atmel/wilc1000_wifi_firmware-1.bin +Version: 15.4 + +License: Redistributable. See LICENSE.atmel for details + +-------------------------------------------------------------------------- + +Driver: hfi1 - Intel OPA Gen 1 adapter + +File: hfi1_dc8051.fw +Version: 1.27.0 +File: hfi1_fabric.fw +Version: 0x1055 +File: hfi1_pcie.fw +Version: 0x4755 +File: hfi1_sbus.fw +Version: 0x10130001 + +Licence: Redistributable. See LICENSE.hfi1_firmware for details + +-------------------------------------------------------------------------- + +Driver: knav_qmss_queue - TI Keystone 2 QMSS driver + +File: ti-keystone/ks2_qmss_pdsp_acc48_k2_le_1_0_0_9.bin + +Licence: Redistributable. See LICENCE.ti-keystone for details. + +-------------------------------------------------------------------------- + +Driver: mwlwifi - Marvell mac80211 driver for 80211ac cards. + +File: mwlwifi/88W8864.bin +Version: 7.2.8.6 + +File: mwlwifi/88W8897.bin +Version: 8.2.0.10 + +Licence: Redistributable. See LICENCE.Marvell for details. + +-------------------------------------------------------------------------- + +Driver: mtk-vpu - Mediatek VPU video processing unit driver + +File: mediatek/mt8173/vpu_d.bin +File: mediatek/mt8173/vpu_p.bin +Link: vpu_d.bin -> mediatek/mt8173/vpu_d.bin +Link: vpu_p.bin -> mediatek/mt8173/vpu_p.bin + +Licence: Redistributable. + +MediaTek Inc. grants permission to use and redistribute aforementioned firmware +files for the use with devices containing MediaTek chipsets, but not as part of +the Linux kernel or in any other form which would require these files themselves +to be covered by the terms of the GNU General Public License or the GNU Lesser +General Public License. + +These firmware files are distributed in the hope that they will be useful, but +are provided WITHOUT ANY WARRANTY, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTY +OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + +-------------------------------------------------------------------------- + +Driver: mtk_scp - Mediatek SCP System Control Processing Driver + +File: mediatek/mt8183/scp.img + +Licence: Redistributable. + +MediaTek Inc. grants permission to use and redistribute aforementioned firmware +files for the use with devices containing MediaTek chipsets, but not as part of +the Linux kernel or in any other form which would require these files themselves +to be covered by the terms of the GNU General Public License or the GNU Lesser +General Public License. + +These firmware files are distributed in the hope that they will be useful, but +are provided WITHOUT ANY WARRANTY, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTY +OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + +-------------------------------------------------------------------------- + +Driver: btmtk - MediaTek Bluetooth Driver + +File: mediatek/mt7622pr2h.bin +Version: 20180621204904 +File: mediatek/mt7668pr2h.bin +Version: 20180517181834 +File: mediatek/mt7663pr2h.bin +Version: 7663e2ccn04-2006030247 + +Licence: Redistributable. See LICENCE.mediatek for details. + +-------------------------------------------------------------------------- + +Driver: rk3399-dptx - ROCKCHIP rk3399 dptx firmware + +File: rockchip/dptx.bin +Version: 3.1 + +Licence: Redistributable. See LICENCE.rockchip for details. + +-------------------------------------------------------------------------- + +Driver: mt76x0 - MediaTek MT76x0 Wireless MACs + +File: mediatek/mt7610u.bin +File: mediatek/mt7610e.bin +Version: 2.6 +File: mediatek/mt7650e.bin +Version: 1.0.07-b370 + +Licence: Redistributable. See LICENCE.mediatek for details. + +--------------------------------------------------------------------------- + +Driver: mt76x2e - MediaTek MT76x2 Wireless MACs + +File: mt7662.bin +Version: 1.9 + +File: mt7662_rom_patch.bin +Version: 0.0.2_P69 + +Licence: Redistributable. See LICENCE.ralink_a_mediatek_company_firmware for details + +--------------------------------------------------------------------------- + +Driver: mt76x2u - MediaTek MT76x2u Wireless MACs + +File: mediatek/mt7662u.bin +Version: 1.5 + +File: mediatek/mt7662u_rom_patch.bin +Version: 0.0.2_P48 + +Licence: Redistributable. See LICENCE.mediatek for details. + +-------------------------------------------------------------------------- + +Driver: mt7615e - MediaTek MT7615e Wireless MACs + +File: mediatek/mt7615_n9.bin +Version: 20200814 +File: mediatek/mt7615_cr4.bin +Version: 20190114 +File: mediatek/mt7615_rom_patch.bin +Version: 20190114 + +Licence: Redistributable. See LICENCE.mediatek for details. + +-------------------------------------------------------------------------- + +Driver: mt7622 - MediaTek MT7622 Wireless MACs + +File: mediatek/mt7622_n9.bin +Version: 20200131 +File: mediatek/mt7622_rom_patch.bin +Version: 20190114 + +Licence: Redistributable. See LICENCE.mediatek for details. + +-------------------------------------------------------------------------- + +Driver: mt7663 - MediaTek MT7663 Wireless MACs + +File: mediatek/mt7663pr2h.bin +Version: 7663e2ccn04-2006030247 +File: mediatek/mt7663_n9_v3.bin +Version: v3.1.1 + +File: mediatek/mt7663pr2h_rebb.bin +Version: 7663e2-1802-19091404338b809 +File: mediatek/mt7663_n9_rebb.bin +Version: 7663mp1827-20190914043434 + +Licence: Redistributable. See LICENCE.mediatek for details. + +-------------------------------------------------------------------------- + +Driver: mt7915e - MediaTek Wireless MACs for MT7915/MT7916 + +File: mediatek/mt7915_wm.bin +Version: 20211222184052 +File: mediatek/mt7915_wa.bin +Version: 20211222184111 +File: mediatek/mt7915_rom_patch.bin +Version: 20211222184017a +File: mediatek/mt7915_eeprom.bin +Version: 20200821 +File: mediatek/mt7915_eeprom_dbdc.bin +Version: 20200821 + +File: mediatek/mt7916_wm.bin +Version: 20211230135720 +File: mediatek/mt7916_wa.bin +Version: 20211230135808 +File: mediatek/mt7916_rom_patch.bin +Version: 20211230135620a +File: mediatek/mt7916_eeprom.bin +Version: 20211130 + +Licence: Redistributable. See LICENCE.mediatek for details. + +-------------------------------------------------------------------------- + +Driver: mt7921 - MediaTek MT7921 Wireless MACs + +File: mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin +Version: 20220110230855a +File: mediatek/WIFI_RAM_CODE_MT7961_1.bin +Version: 20220110230951 + +Licence: Redistributable. See LICENCE.mediatek for details. + +-------------------------------------------------------------------------- + +Driver: mt7921 - MediaTek MT7921 bluetooth chipset + +File: mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin +Version: 20220110231230 + +Licence: Redistributable. See LICENCE.mediatek for details. + +-------------------------------------------------------------------------- + +Driver: mt7922 - MediaTek MT7922 Wireless MACs + +File: mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin +Version: 20210727184234a +File: mediatek/WIFI_RAM_CODE_MT7922_1.bin +Version: 20210727184325 + +Licence: Redistributable. See LICENCE.mediatek for details. + +-------------------------------------------------------------------------- + +Driver: mt7922 - MediaTek MT7922 bluetooth chipset + +File: mediatek/BT_RAM_CODE_MT7922_1_1_hdr.bin +Version: 20210901204456 + +Licence: Redistributable. See LICENCE.mediatek for details. + +-------------------------------------------------------------------------- +Driver: nfp - Netronome Flow Processor + +Link: netronome/nic_AMDA0081-0001_1x40.nffw -> nic/nic_AMDA0081-0001_1x40.nffw +Link: netronome/nic_AMDA0097-0001_2x40.nffw -> nic/nic_AMDA0097-0001_2x40.nffw +Link: netronome/nic_AMDA0099-0001_2x10.nffw -> nic/nic_AMDA0099-0001_2x10.nffw +Link: netronome/nic_AMDA0081-0001_4x10.nffw -> nic/nic_AMDA0081-0001_4x10.nffw +Link: netronome/nic_AMDA0097-0001_4x10_1x40.nffw -> nic/nic_AMDA0097-0001_4x10_1x40.nffw +Link: netronome/nic_AMDA0099-0001_1x10_1x25.nffw -> nic/nic_AMDA0099-0001_1x10_1x25.nffw +Link: netronome/nic_AMDA0099-0001_2x25.nffw -> nic/nic_AMDA0099-0001_2x25.nffw +Link: netronome/nic_AMDA0096-0001_2x10.nffw -> nic/nic_AMDA0096-0001_2x10.nffw +Link: netronome/nic_AMDA0097-0001_8x10.nffw -> nic/nic_AMDA0097-0001_8x10.nffw +Link: netronome/nic_AMDA0058-0011_2x40.nffw -> nic/nic_AMDA0058-0011_2x40.nffw +Link: netronome/nic_AMDA0058-0012_2x40.nffw -> nic/nic_AMDA0058-0012_2x40.nffw +Link: netronome/nic_AMDA0078-0011_1x100.nffw -> nic/nic_AMDA0078-0011_1x100.nffw +File: netronome/nic/nic_AMDA0081-0001_1x40.nffw +File: netronome/nic/nic_AMDA0097-0001_2x40.nffw +File: netronome/nic/nic_AMDA0099-0001_2x10.nffw +File: netronome/nic/nic_AMDA0081-0001_4x10.nffw +File: netronome/nic/nic_AMDA0097-0001_4x10_1x40.nffw +File: netronome/nic/nic_AMDA0099-0001_1x10_1x25.nffw +File: netronome/nic/nic_AMDA0099-0001_2x25.nffw +File: netronome/nic/nic_AMDA0096-0001_2x10.nffw +File: netronome/nic/nic_AMDA0097-0001_8x10.nffw +File: netronome/nic/nic_AMDA0058-0011_2x40.nffw +File: netronome/nic/nic_AMDA0058-0012_2x40.nffw +File: netronome/nic/nic_AMDA0078-0011_1x100.nffw +File: netronome/nic-sriov/nic_AMDA0081-0001_1x40.nffw +File: netronome/nic-sriov/nic_AMDA0097-0001_2x40.nffw +File: netronome/nic-sriov/nic_AMDA0099-0001_2x10.nffw +File: netronome/nic-sriov/nic_AMDA0081-0001_4x10.nffw +File: netronome/nic-sriov/nic_AMDA0097-0001_4x10_1x40.nffw +File: netronome/nic-sriov/nic_AMDA0099-0001_1x10_1x25.nffw +File: netronome/nic-sriov/nic_AMDA0099-0001_2x25.nffw +File: netronome/nic-sriov/nic_AMDA0096-0001_2x10.nffw +File: netronome/nic-sriov/nic_AMDA0097-0001_8x10.nffw +File: netronome/nic-sriov/nic_AMDA0058-0011_2x40.nffw +File: netronome/nic-sriov/nic_AMDA0058-0012_2x40.nffw +File: netronome/nic-sriov/nic_AMDA0078-0011_1x100.nffw + +Version: v2.1.16.1 + +File: netronome/flower/nic_AMDA0099.nffw +File: netronome/flower/nic_AMDA0096.nffw +File: netronome/flower/nic_AMDA0097.nffw +File: netronome/flower/nic_AMDA0058.nffw +Link: netronome/flower/nic_AMDA0081.nffw -> nic_AMDA0097.nffw +Link: netronome/flower/nic_AMDA0081-0001_1x40.nffw -> nic_AMDA0081.nffw +Link: netronome/flower/nic_AMDA0097-0001_2x40.nffw -> nic_AMDA0097.nffw +Link: netronome/flower/nic_AMDA0099-0001_2x10.nffw -> nic_AMDA0099.nffw +Link: netronome/flower/nic_AMDA0081-0001_4x10.nffw -> nic_AMDA0081.nffw +Link: netronome/flower/nic_AMDA0097-0001_4x10_1x40.nffw -> nic_AMDA0097.nffw +Link: netronome/flower/nic_AMDA0099-0001_2x25.nffw -> nic_AMDA0099.nffw +Link: netronome/flower/nic_AMDA0096-0001_2x10.nffw -> nic_AMDA0096.nffw +Link: netronome/flower/nic_AMDA0097-0001_8x10.nffw -> nic_AMDA0097.nffw +Link: netronome/flower/nic_AMDA0099-0001_1x10_1x25.nffw -> nic_AMDA0099.nffw +Link: netronome/flower/nic_AMDA0058-0011_1x100.nffw -> nic_AMDA0058.nffw +Link: netronome/flower/nic_AMDA0058-0011_2x40.nffw -> nic_AMDA0058.nffw +Link: netronome/flower/nic_AMDA0058-0011_4x10_1x40.nffw -> nic_AMDA0058.nffw +Link: netronome/flower/nic_AMDA0058-0011_8x10.nffw -> nic_AMDA0058.nffw +Link: netronome/flower/nic_AMDA0058-0012_1x100.nffw -> nic_AMDA0058.nffw +Link: netronome/flower/nic_AMDA0058-0012_2x40.nffw -> nic_AMDA0058.nffw +Link: netronome/flower/nic_AMDA0058-0012_4x10_1x40.nffw -> nic_AMDA0058.nffw +Link: netronome/flower/nic_AMDA0058-0012_8x10.nffw -> nic_AMDA0058.nffw +Link: netronome/flower/nic_AMDA0078-0011_1x100.nffw -> nic_AMDA0058.nffw +Link: netronome/flower/nic_AMDA0078-0011_2x40.nffw -> nic_AMDA0058.nffw +Link: netronome/flower/nic_AMDA0078-0011_4x10_1x40.nffw -> nic_AMDA0058.nffw +Link: netronome/flower/nic_AMDA0078-0011_8x10.nffw -> nic_AMDA0058.nffw +Link: netronome/flower/nic_AMDA0078-0012_1x100.nffw -> nic_AMDA0058.nffw +Link: netronome/flower/nic_AMDA0078-0012_2x40.nffw -> nic_AMDA0058.nffw +Link: netronome/flower/nic_AMDA0078-0012_4x10_1x40.nffw -> nic_AMDA0058.nffw +Link: netronome/flower/nic_AMDA0078-0012_8x10.nffw -> nic_AMDA0058.nffw + +Version: AOTC-2.14.A.6 + +File: netronome/bpf/nic_AMDA0081-0001_1x40.nffw +File: netronome/bpf/nic_AMDA0097-0001_2x40.nffw +File: netronome/bpf/nic_AMDA0099-0001_2x10.nffw +File: netronome/bpf/nic_AMDA0081-0001_4x10.nffw +File: netronome/bpf/nic_AMDA0097-0001_4x10_1x40.nffw +File: netronome/bpf/nic_AMDA0099-0001_1x10_1x25.nffw +File: netronome/bpf/nic_AMDA0099-0001_2x25.nffw +File: netronome/bpf/nic_AMDA0096-0001_2x10.nffw +File: netronome/bpf/nic_AMDA0097-0001_8x10.nffw +File: netronome/bpf/nic_AMDA0058-0011_2x40.nffw +File: netronome/bpf/nic_AMDA0058-0012_2x40.nffw +File: netronome/bpf/nic_AMDA0078-0011_1x100.nffw + +Version: v2.0.6.124 + + +Licence: Redistributable. See LICENCE.Netronome for details + +-------------------------------------------------------------------------- + +Driver: wil6210 - Qualcomm Atheros support for 11ad family of chips + +File: wil6210.fw +File: wil6210.brd +Version: 5.2.0.18 + +Licence: Redistributable. See LICENSE.QualcommAtheros_ath10k for details + +-------------------------------------------------------------------------- + +Driver: venus - Qualcomm Venus video codec accelerator + +File: qcom/venus-1.8/venus.mdt +File: qcom/venus-1.8/venus.b00 +File: qcom/venus-1.8/venus.b01 +File: qcom/venus-1.8/venus.b02 +File: qcom/venus-1.8/venus.b03 +File: qcom/venus-1.8/venus.b04 + +Version: 1.8-00109 + +File: qcom/venus-4.2/venus.mdt +File: qcom/venus-4.2/venus.b00 +File: qcom/venus-4.2/venus.b01 +File: qcom/venus-4.2/venus.b02 +File: qcom/venus-4.2/venus.b03 +File: qcom/venus-4.2/venus.b04 + +Version: 4.2 + +File: qcom/venus-5.2/venus.mdt +File: qcom/venus-5.2/venus.b00 +File: qcom/venus-5.2/venus.b01 +File: qcom/venus-5.2/venus.b02 +File: qcom/venus-5.2/venus.b03 +File: qcom/venus-5.2/venus.b04 +File: qcom/venus-5.2/venus.mbn + +Version: 5.2-00023 + +File: qcom/venus-5.4/venus.mdt +File: qcom/venus-5.4/venus.b00 +File: qcom/venus-5.4/venus.b01 +File: qcom/venus-5.4/venus.b02 +File: qcom/venus-5.4/venus.b03 +File: qcom/venus-5.4/venus.b04 +File: qcom/venus-5.4/venus.mbn + +Version: 5.4-00038 + +File: qcom/vpu-1.0/venus.mdt +File: qcom/vpu-1.0/venus.b00 +File: qcom/vpu-1.0/venus.b01 +File: qcom/vpu-1.0/venus.b02 +File: qcom/vpu-1.0/venus.b03 +File: qcom/vpu-1.0/venus.b04 +File: qcom/vpu-1.0/venus.b05 +File: qcom/vpu-1.0/venus.b06 +File: qcom/vpu-1.0/venus.b07 +File: qcom/vpu-1.0/venus.b08 +File: qcom/vpu-1.0/venus.b09 +File: qcom/vpu-1.0/venus.b10 +File: qcom/vpu-1.0/venus.b19 +File: qcom/vpu-1.0/venus.mbn + +Version: VIDEO.VPU.1.0-00087-PROD-1 + +File: qcom/vpu-2.0/venus.mdt +File: qcom/vpu-2.0/venus.b00 +File: qcom/vpu-2.0/venus.b01 +File: qcom/vpu-2.0/venus.b02 +File: qcom/vpu-2.0/venus.b03 +File: qcom/vpu-2.0/venus.b04 +File: qcom/vpu-2.0/venus.b05 +File: qcom/vpu-2.0/venus.b06 +File: qcom/vpu-2.0/venus.b07 +File: qcom/vpu-2.0/venus.b08 +File: qcom/vpu-2.0/venus.b09 +File: qcom/vpu-2.0/venus.b10 +File: qcom/vpu-2.0/venus.b19 +File: qcom/vpu-2.0/venus.mbn + +Version: VIDEO.VPU.2.0-00038-PROD-1 + +Licence: Redistributable. See LICENSE.qcom and qcom/NOTICE.txt for details + +Binary files supplied originally from +https://developer.qualcomm.com/hardware/dragonboard-410c/tools + +-------------------------------------------------------------------------- + +Driver: imx-sdma - support for i.MX SDMA driver + +File: imx/sdma/sdma-imx6q.bin +Version: 3.3 +File: imx/sdma/sdma-imx7d.bin +Version: 4.2 + +Licence: Redistributable. See LICENSE.sdma_firmware for details + +-------------------------------------------------------------------------- + +Driver: adreno - Qualcomm Adreno GPU firmware + +File: qcom/a300_pfp.fw +Link: a300_pfp.fw -> qcom/a300_pfp.fw +File: qcom/a300_pm4.fw +Link: a300_pm4.fw -> qcom/a300_pm4.fw +File: qcom/a530_pfp.fw +File: qcom/a530_pm4.fw +File: qcom/a530v3_gpmu.fw2 +File: qcom/a530_zap.b00 +File: qcom/a530_zap.b01 +File: qcom/a530_zap.b02 +File: qcom/a530_zap.mdt +File: qcom/a630_gmu.bin +File: qcom/a630_sqe.fw +File: qcom/sdm845/a630_zap.mbn +File: qcom/a650_gmu.bin +File: qcom/a650_sqe.fw +File: qcom/sm8250/a650_zap.mbn +File: qcom/a660_gmu.bin +File: qcom/a660_sqe.fw + +Licence: Redistributable. See LICENSE.qcom and qcom/NOTICE.txt for details + +Binary files supplied originally from +https://developer.qualcomm.com/hardware/dragonboard-410c/tools + +-------------------------------------------------------------------------- + +Driver: qcom_q6v5_pas - Qualcomm remoteproc firmware + +File: qcom/sdm845/adsp.mbn +File: qcom/sdm845/adspr.jsn +File: qcom/sdm845/adspua.jsn +File: qcom/sdm845/cdsp.mbn +File: qcom/sdm845/cdspr.jsn +File: qcom/sm8250/adsp.mbn +File: qcom/sm8250/adspr.jsn +File: qcom/sm8250/adspua.jsn +File: qcom/sm8250/cdsp.mbn +File: qcom/sm8250/cdspr.jsn + +Licence: Redistributable. See LICENSE.qcom and qcom/NOTICE.txt for details + +Binary files supplied originally from +http://releases.linaro.org/96boards/dragonboard845c/qualcomm/firmware/RB3_firmware_20190529180356-v4.zip +http://releases.linaro.org/96boards/rb5/qualcomm/firmware/RB5_firmware_20210331-v4.zip + +adsp.mbn has been converted from 20-adsp_split/firmware/adsp.* using +https://github.com/andersson/pil-squasher + +cdsp.mbn has been converted from 21-cdsp_split/firmware/cdsp.* using +https://github.com/andersson/pil-squasher + +-------------------------------------------------------------------------- + +Driver: qcom_q6v5_mss - Qualcomm modem subsystem firmware + +File: qcom/sdm845/mba.mbn +File: qcom/sdm845/modem.mbn +File: qcom/sdm845/modemuw.jsn + +Licence: Redistributable. See LICENSE.qcom and qcom/NOTICE.txt for details + +Binary files supplied originally from +http://releases.linaro.org/96boards/dragonboard845c/qualcomm/firmware/RB3_firmware_20190529180356-v4.zip + +modem.mbn has been converted from 28-modem/modem.* using +https://github.com/andersson/pil-squasher + +-------------------------------------------------------------------------- + +Driver: mlxsw_spectrum - Mellanox Spectrum switch + +File: mellanox/mlxsw_spectrum-13.1420.122.mfa2 +File: mellanox/mlxsw_spectrum-13.1530.152.mfa2 +File: mellanox/mlxsw_spectrum-13.1620.192.mfa2 +File: mellanox/mlxsw_spectrum-13.1702.6.mfa2 +File: mellanox/mlxsw_spectrum-13.1703.4.mfa2 +File: mellanox/mlxsw_spectrum-13.1910.622.mfa2 +File: mellanox/mlxsw_spectrum-13.2000.1122.mfa2 +File: mellanox/mlxsw_spectrum-13.2000.1886.mfa2 +File: mellanox/mlxsw_spectrum-13.2000.2308.mfa2 +File: mellanox/mlxsw_spectrum2-29.2000.2308.mfa2 +File: mellanox/mlxsw_spectrum-13.2000.2714.mfa2 +File: mellanox/mlxsw_spectrum2-29.2000.2714.mfa2 +File: mellanox/mlxsw_spectrum-13.2007.1168.mfa2 +File: mellanox/mlxsw_spectrum2-29.2007.1168.mfa2 +File: mellanox/mlxsw_spectrum3-30.2007.1168.mfa2 +File: mellanox/mlxsw_spectrum-13.2008.1036.mfa2 +File: mellanox/mlxsw_spectrum2-29.2008.1036.mfa2 +File: mellanox/mlxsw_spectrum3-30.2008.1036.mfa2 +File: mellanox/mlxsw_spectrum-13.2008.1310.mfa2 +File: mellanox/mlxsw_spectrum2-29.2008.1310.mfa2 +File: mellanox/mlxsw_spectrum3-30.2008.1310.mfa2 +File: mellanox/mlxsw_spectrum-13.2008.1312.mfa2 +File: mellanox/mlxsw_spectrum2-29.2008.1312.mfa2 +File: mellanox/mlxsw_spectrum3-30.2008.1312.mfa2 +File: mellanox/mlxsw_spectrum-13.2008.2018.mfa2 +File: mellanox/mlxsw_spectrum2-29.2008.2018.mfa2 +File: mellanox/mlxsw_spectrum3-30.2008.2018.mfa2 +File: mellanox/mlxsw_spectrum-13.2008.2304.mfa2 +File: mellanox/mlxsw_spectrum2-29.2008.2304.mfa2 +File: mellanox/mlxsw_spectrum3-30.2008.2304.mfa2 +File: mellanox/mlxsw_spectrum-13.2008.2406.mfa2 +File: mellanox/mlxsw_spectrum2-29.2008.2406.mfa2 +File: mellanox/mlxsw_spectrum3-30.2008.2406.mfa2 +File: mellanox/mlxsw_spectrum-13.2008.2438.mfa2 +File: mellanox/mlxsw_spectrum2-29.2008.2438.mfa2 +File: mellanox/mlxsw_spectrum3-30.2008.2438.mfa2 +File: mellanox/mlxsw_spectrum-13.2008.2946.mfa2 +File: mellanox/mlxsw_spectrum2-29.2008.2946.mfa2 +File: mellanox/mlxsw_spectrum3-30.2008.2946.mfa2 +File: mellanox/mlxsw_spectrum-13.2008.3326.mfa2 +File: mellanox/mlxsw_spectrum2-29.2008.3326.mfa2 +File: mellanox/mlxsw_spectrum3-30.2008.3326.mfa2 +File: mellanox/mlxsw_spectrum-13.2010.1006.mfa2 +File: mellanox/mlxsw_spectrum2-29.2010.1006.mfa2 +File: mellanox/mlxsw_spectrum3-30.2010.1006.mfa2 +File: mellanox/mlxsw_spectrum-13.2010.1232.mfa2 +File: mellanox/mlxsw_spectrum2-29.2010.1232.mfa2 +File: mellanox/mlxsw_spectrum3-30.2010.1232.mfa2 + +Licence: + Copyright (c) 2017-2020 Mellanox Technologies, Ltd. All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the names of the copyright holders nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + Alternatively, this software may be distributed under the terms of the + GNU General Public License ("GPL") version 2 as published by the Free + Software Foundation. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------- + +Driver: cdns-mhdp - Cadence MHDP8546 DP bridge + +File: cadence/mhdp8546.bin +Version: 2.1.0 + +Licence: Redistributable. See LICENCE.cadence for details + +-------------------------------------------------------------------------- + +Driver: fsl-mc bus - NXP Management Complex Bus Driver + +File: dpaa2/mc/mc_10.10.0_ls1088a.itb +File: dpaa2/mc/mc_10.10.0_ls2088a.itb +File: dpaa2/mc/mc_10.10.0_lx2160a.itb +File: dpaa2/mc/mc_10.14.3_ls1088a.itb +File: dpaa2/mc/mc_10.14.3_ls2088a.itb +File: dpaa2/mc/mc_10.14.3_lx2160a.itb +File: dpaa2/mc/mc_10.16.2_ls1088a.itb +File: dpaa2/mc/mc_10.16.2_ls2088a.itb +File: dpaa2/mc/mc_10.16.2_lx2160a.itb +File: dpaa2/mc/mc_10.18.0_ls1088a.itb +File: dpaa2/mc/mc_10.18.0_ls2088a.itb +File: dpaa2/mc/mc_10.18.0_lx2160a.itb +File: dpaa2/mc/mc_10.28.1_ls1088a.itb +File: dpaa2/mc/mc_10.28.1_ls2088a.itb +File: dpaa2/mc/mc_10.28.1_lx2160a.itb + +Licence: Redistributable. See LICENSE.nxp_mc_firmware for details + +-------------------------------------------------------------------------- + +Driver: mscc-phy - Microchip PHY drivers + +File: microchip/mscc_vsc8574_revb_int8051_29e8.bin +File: microchip/mscc_vsc8584_revb_int8051_fb48.bin + +Licence: Redistributable. See LICENCE.microchip for details + +-------------------------------------------------------------------------- + +Driver: meson-vdec - Amlogic video decoder + +File: meson/vdec/g12a_h264.bin +File: meson/vdec/g12a_hevc_mmu.bin +File: meson/vdec/g12a_vp9.bin +File: meson/vdec/gxbb_h264.bin +File: meson/vdec/gxl_h263.bin +File: meson/vdec/gxl_h264.bin +File: meson/vdec/gxl_hevc.bin +File: meson/vdec/gxl_hevc_mmu.bin +File: meson/vdec/gxl_mjpeg.bin +File: meson/vdec/gxl_mpeg12.bin +File: meson/vdec/gxl_mpeg4_5.bin +File: meson/vdec/gxl_vp9.bin +File: meson/vdec/gxm_h264.bin +File: meson/vdec/sm1_hevc_mmu.bin +File: meson/vdec/sm1_vp9_mmu.bin + +Licence: Redistributable. See LICENSE.amlogic_vdec for details. + +-------------------------------------------------------------------------- + +Driver: ice - Intel(R) Ethernet Connection E800 Series + +File: intel/ice/ddp/ice-1.3.26.0.pkg +Link: intel/ice/ddp/ice.pkg -> ice-1.3.26.0.pkg + +License: Redistributable. See LICENSE.ice for details + +File: intel/ice/ddp-comms/ice_comms-1.3.20.0.pkg + +License: Redistributable. See LICENSE.ice_enhanced for details + +-------------------------------------------------------------------------- + +Driver: inside-secure -- Inside Secure EIP197 crypto driver + +File: inside-secure/eip197_minifw/ipue.bin +File: inside-secure/eip197_minifw/ifpp.bin + +Licence: Redistributable. +Copyright (c) 2019 Verimatrix, Inc. + +Derived from proprietary unpublished source code. +Permission is hereby granted for the distribution of this firmware +as part of Linux or other Open Source operating system kernel, +provided this copyright notice is accompanying it. + +------------------------------------------------ + +Driver: prestera - Marvell driver for Prestera family ASIC devices + +File: mrvl/prestera/mvsw_prestera_fw-v2.0.img +File: mrvl/prestera/mvsw_prestera_fw-v3.0.img +File: mrvl/prestera/mvsw_prestera_fw-v4.0.img + +Licence: Redistributable. See LICENCE.Marvell for details. + +------------------------------------------------ + +Driver: lt9611uxc - Lontium DSI to HDMI bridge + +File: lt9611uxc_fw.bin + +License: Redistributable. See LICENSE.Lontium for details. + +-------------------------------------------------------------------------- + +Driver: wfx - Silicon Labs Wi-Fi Transceiver + +File: silabs/wfm_wf200_C0.sec +Version: 3.12.1 + +Licence: Redistributable. See silabs/LICENCE.wf200 for details. +Originates from https://github.com/SiliconLabs/wfx-firmware + +-------------------------------------------------------------------------- + +Driver: wave5 - Chips&Media, Inc. video codec driver + +File: cnm/wave521c_j721s2_codec_fw.bin + +Licence: Redistributable. See LICENCE.cnm for details. + +--------------------------------------------------------------------------- + +Driver: rvu_cptpf - Marvell CPT driver + +File: mrvl/cpt01/ae.out +File: mrvl/cpt01/se.out +File: mrvl/cpt01/ie.out +File: mrvl/cpt02/ae.out +File: mrvl/cpt02/se.out +File: mrvl/cpt02/ie.out +File: mrvl/cpt03/ae.out +File: mrvl/cpt03/se.out +File: mrvl/cpt03/ie.out +File: mrvl/cpt04/ae.out +File: mrvl/cpt04/se.out +File: mrvl/cpt04/ie.out +Version: v1.21 + +Licence: Redistributable. See LICENCE.Marvell for details. + +--------------------------------------------------------------------------- + +Driver: amphion - Amphion VPU(Video Processing Unit) Codec IP driver + +File: amphion/vpu/vpu_fw_imx8_dec.bin +Version: 1.7.4 +File: amphion/vpu/vpu_fw_imx8_enc.bin +Version: 1.3.1 + +Licence: Redistributable. See LICENSE.amphion_vpu for details diff --git a/SPECS/linux-firmware.spec b/SPECS/linux-firmware.spec index 547e1ed..6bb1e24 100644 --- a/SPECS/linux-firmware.spec +++ b/SPECS/linux-firmware.spec @@ -1,6 +1,6 @@ %global checkout 6342082c -%global firmware_release 106 +%global firmware_release 107 %global _firmwarepath /usr/lib/firmware %define _binaries_in_noarch_packages_terminate_build 0 @@ -19,6 +19,17 @@ BuildArch: noarch # 2) git archive --worktree-attributes --format=tar --prefix=linux-firmware-%%{checkout}/ %%{checkout} | xz > linux-firmware-%%{version}.tar.xz Source0: %{name}-%{version}.tar.xz +# zstream (or post-beta) requests +# We usually update the whole tarball, pulling all changes from upstream. +# But zstream requests should be handled only by updating the specific firmwares. +# BZ#2007902 request +Source1: regdb.bin +Source2: board-2.bin +Source3: amss.bin +Source4: m3.bin +Source5: Notice.txt +Source6: WHENCE + Provides: kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0 Obsoletes: kernel-firmware < %{version} xorg-x11-drv-ati-firmware < 6.13.0-0.22 Obsoletes: ueagle-atm4-firmware < 1.0-5 @@ -258,6 +269,16 @@ Firmware for Marvell Libertas SD 8787 Network Adapter %prep %setup -q -n linux-firmware-%{checkout} + +# BZ#2007902 post-beta request +mkdir -p ath11k/WCN6855/hw2.0/ +cp %{_sourcedir}/regdb.bin ath11k/WCN6855/hw2.0/regdb.bin +cp %{_sourcedir}/board-2.bin ath11k/WCN6855/hw2.0/board-2.bin +cp %{_sourcedir}/amss.bin ath11k/WCN6855/hw2.0/amss.bin +cp %{_sourcedir}/m3.bin ath11k/WCN6855/hw2.0/m3.bin +cp %{_sourcedir}/Notice.txt ath11k/WCN6855/hw2.0/Notice.txt +cp %{_sourcedir}/WHENCE WHENCE + %if 0 git init . if [ -z "$GIT_COMMITTER_NAME" ]; then @@ -425,6 +446,9 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files %config(noreplace) %{_firmwarepath}/netronome/nic_AMDA* %changelog +* Sun Apr 03 2022 Augusto Caringi - 20220209-107.git6342082c +- Support QCA WCN6856 v2.1 Module: WIFI firmware (rhbz 2007902) + * Thu Feb 10 2022 Augusto Caringi - 20220209-106.git6342082c - Update to latest upstream linux-firmware image for assorted updates - Include AMD GPU firmware fix (rhbz 2031172)