From 6ebf5d57d9f6d0cf05558baef1af2b90a3fe98ed Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Mon, 24 Aug 2015 17:59:41 -0400 Subject: amdgpu: add firmware for VI asics VI asics are supported by the new amdgpu driver and this adds the initial firmware to support them. Signed-off-by: Alex Deucher Signed-off-by: Kyle McMartin --- LICENSE.amdgpu | 51 +++++++++++++++++++++++++++++++++++++++++++++++ WHENCE | 51 +++++++++++++++++++++++++++++++++++++++++++++++ amdgpu/carrizo_ce.bin | Bin 0 -> 8832 bytes amdgpu/carrizo_me.bin | Bin 0 -> 17024 bytes amdgpu/carrizo_mec.bin | Bin 0 -> 262784 bytes amdgpu/carrizo_mec2.bin | Bin 0 -> 262784 bytes amdgpu/carrizo_pfp.bin | Bin 0 -> 17024 bytes amdgpu/carrizo_rlc.bin | Bin 0 -> 18932 bytes amdgpu/carrizo_sdma.bin | Bin 0 -> 10624 bytes amdgpu/carrizo_sdma1.bin | Bin 0 -> 10624 bytes amdgpu/carrizo_uvd.bin | Bin 0 -> 256960 bytes amdgpu/carrizo_vce.bin | Bin 0 -> 167648 bytes amdgpu/fiji_ce.bin | Bin 0 -> 8832 bytes amdgpu/fiji_mc.bin | Bin 0 -> 16028 bytes amdgpu/fiji_me.bin | Bin 0 -> 17024 bytes amdgpu/fiji_mec.bin | Bin 0 -> 262784 bytes amdgpu/fiji_mec2.bin | Bin 0 -> 262784 bytes amdgpu/fiji_pfp.bin | Bin 0 -> 17024 bytes amdgpu/fiji_rlc.bin | Bin 0 -> 16616 bytes amdgpu/fiji_sdma.bin | Bin 0 -> 10644 bytes amdgpu/fiji_sdma1.bin | Bin 0 -> 10624 bytes amdgpu/fiji_smc.bin | Bin 0 -> 129604 bytes amdgpu/fiji_uvd.bin | Bin 0 -> 321456 bytes amdgpu/fiji_vce.bin | Bin 0 -> 169152 bytes amdgpu/tonga_ce.bin | Bin 0 -> 8832 bytes amdgpu/tonga_mc.bin | Bin 0 -> 31352 bytes amdgpu/tonga_me.bin | Bin 0 -> 17024 bytes amdgpu/tonga_mec.bin | Bin 0 -> 262784 bytes amdgpu/tonga_mec2.bin | Bin 0 -> 262784 bytes amdgpu/tonga_pfp.bin | Bin 0 -> 17024 bytes amdgpu/tonga_rlc.bin | Bin 0 -> 14736 bytes amdgpu/tonga_sdma.bin | Bin 0 -> 10644 bytes amdgpu/tonga_sdma1.bin | Bin 0 -> 10624 bytes amdgpu/tonga_smc.bin | Bin 0 -> 130460 bytes amdgpu/tonga_uvd.bin | Bin 0 -> 321456 bytes amdgpu/tonga_vce.bin | Bin 0 -> 169344 bytes amdgpu/topaz_ce.bin | Bin 0 -> 8832 bytes amdgpu/topaz_mc.bin | Bin 0 -> 32100 bytes amdgpu/topaz_me.bin | Bin 0 -> 17024 bytes amdgpu/topaz_mec.bin | Bin 0 -> 262784 bytes amdgpu/topaz_mec2.bin | Bin 0 -> 262784 bytes amdgpu/topaz_pfp.bin | Bin 0 -> 17024 bytes amdgpu/topaz_rlc.bin | Bin 0 -> 8448 bytes amdgpu/topaz_sdma.bin | Bin 0 -> 8576 bytes amdgpu/topaz_sdma1.bin | Bin 0 -> 8576 bytes amdgpu/topaz_smc.bin | Bin 0 -> 80544 bytes 46 files changed, 102 insertions(+) create mode 100644 LICENSE.amdgpu create mode 100644 amdgpu/carrizo_ce.bin create mode 100644 amdgpu/carrizo_me.bin create mode 100644 amdgpu/carrizo_mec.bin create mode 100644 amdgpu/carrizo_mec2.bin create mode 100644 amdgpu/carrizo_pfp.bin create mode 100644 amdgpu/carrizo_rlc.bin create mode 100644 amdgpu/carrizo_sdma.bin create mode 100644 amdgpu/carrizo_sdma1.bin create mode 100644 amdgpu/carrizo_uvd.bin create mode 100644 amdgpu/carrizo_vce.bin create mode 100644 amdgpu/fiji_ce.bin create mode 100644 amdgpu/fiji_mc.bin create mode 100644 amdgpu/fiji_me.bin create mode 100644 amdgpu/fiji_mec.bin create mode 100644 amdgpu/fiji_mec2.bin create mode 100644 amdgpu/fiji_pfp.bin create mode 100644 amdgpu/fiji_rlc.bin create mode 100644 amdgpu/fiji_sdma.bin create mode 100644 amdgpu/fiji_sdma1.bin create mode 100644 amdgpu/fiji_smc.bin create mode 100644 amdgpu/fiji_uvd.bin create mode 100644 amdgpu/fiji_vce.bin create mode 100644 amdgpu/tonga_ce.bin create mode 100644 amdgpu/tonga_mc.bin create mode 100644 amdgpu/tonga_me.bin create mode 100644 amdgpu/tonga_mec.bin create mode 100644 amdgpu/tonga_mec2.bin create mode 100644 amdgpu/tonga_pfp.bin create mode 100644 amdgpu/tonga_rlc.bin create mode 100644 amdgpu/tonga_sdma.bin create mode 100644 amdgpu/tonga_sdma1.bin create mode 100644 amdgpu/tonga_smc.bin create mode 100644 amdgpu/tonga_uvd.bin create mode 100644 amdgpu/tonga_vce.bin create mode 100644 amdgpu/topaz_ce.bin create mode 100644 amdgpu/topaz_mc.bin create mode 100644 amdgpu/topaz_me.bin create mode 100644 amdgpu/topaz_mec.bin create mode 100644 amdgpu/topaz_mec2.bin create mode 100644 amdgpu/topaz_pfp.bin create mode 100644 amdgpu/topaz_rlc.bin create mode 100644 amdgpu/topaz_sdma.bin create mode 100644 amdgpu/topaz_sdma1.bin create mode 100644 amdgpu/topaz_smc.bin diff --git a/LICENSE.amdgpu b/LICENSE.amdgpu new file mode 100644 index 0000000..72eea22 --- /dev/null +++ b/LICENSE.amdgpu @@ -0,0 +1,51 @@ +Copyright (C) 2015 Advanced Micro Devices, Inc. All rights reserved. + +REDISTRIBUTION: Permission is hereby granted, free of any license fees, +to any person obtaining a copy of this microcode (the "Software"), to +install, reproduce, copy and distribute copies, in binary form only, of +the Software and to permit persons to whom the Software is provided to +do the same, provided that the following conditions are met: + +No reverse engineering, decompilation, or disassembly of this Software +is permitted. + +Redistributions must reproduce the above copyright notice, this +permission notice, and the following disclaimers and notices in the +Software documentation and/or other materials provided with the +Software. + +DISCLAIMER: THE USE OF THE SOFTWARE IS AT YOUR SOLE RISK. THE SOFTWARE +IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND AND COPYRIGHT +HOLDER AND ITS LICENSORS EXPRESSLY DISCLAIM ALL WARRANTIES, EXPRESS AND +IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. +COPYRIGHT HOLDER AND ITS LICENSORS DO NOT WARRANT THAT THE SOFTWARE WILL +MEET YOUR REQUIREMENTS, OR THAT THE OPERATION OF THE SOFTWARE WILL BE +UNINTERRUPTED OR ERROR-FREE. THE ENTIRE RISK ASSOCIATED WITH THE USE OF +THE SOFTWARE IS ASSUMED BY YOU. FURTHERMORE, COPYRIGHT HOLDER AND ITS +LICENSORS DO NOT WARRANT OR MAKE ANY REPRESENTATIONS REGARDING THE USE +OR THE RESULTS OF THE USE OF THE SOFTWARE IN TERMS OF ITS CORRECTNESS, +ACCURACY, RELIABILITY, CURRENTNESS, OR OTHERWISE. + +DISCLAIMER: UNDER NO CIRCUMSTANCES INCLUDING NEGLIGENCE, SHALL COPYRIGHT +HOLDER AND ITS LICENSORS OR ITS DIRECTORS, OFFICERS, EMPLOYEES OR AGENTS +("AUTHORIZED REPRESENTATIVES") BE LIABLE FOR ANY INCIDENTAL, INDIRECT, +SPECIAL OR CONSEQUENTIAL DAMAGES (INCLUDING DAMAGES FOR LOSS OF BUSINESS +PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, AND THE +LIKE) ARISING OUT OF THE USE, MISUSE OR INABILITY TO USE THE SOFTWARE, +BREACH OR DEFAULT, INCLUDING THOSE ARISING FROM INFRINGEMENT OR ALLEGED +INFRINGEMENT OF ANY PATENT, TRADEMARK, COPYRIGHT OR OTHER INTELLECTUAL +PROPERTY RIGHT EVEN IF COPYRIGHT HOLDER AND ITS AUTHORIZED +REPRESENTATIVES HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. IN +NO EVENT SHALL COPYRIGHT HOLDER OR ITS AUTHORIZED REPRESENTATIVES TOTAL +LIABILITY FOR ALL DAMAGES, LOSSES, AND CAUSES OF ACTION (WHETHER IN +CONTRACT, TORT (INCLUDING NEGLIGENCE) OR OTHERWISE) EXCEED THE AMOUNT OF +US$10. + +Notice: The Software is subject to United States export laws and +regulations. You agree to comply with all domestic and international +export laws and regulations that apply to the Software, including but +not limited to the Export Administration Regulations administered by the +U.S. Department of Commerce and International Traffic in Arm Regulations +administered by the U.S. Department of State. These laws include +restrictions on destinations, end users and end use. diff --git a/WHENCE b/WHENCE index 66d63d8..c1d5982 100644 --- a/WHENCE +++ b/WHENCE @@ -1740,6 +1740,57 @@ Licence: Redistributable. See LICENSE.radeon for details. -------------------------------------------------------------------------- +Driver: amdgpu - AMD Radeon + +File: amdgpu/topaz_ce.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_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 + +Licence: Redistributable. See LICENSE.amdgpu for details. + +-------------------------------------------------------------------------- + Driver: s2255drv File: f2255usb.bin diff --git a/amdgpu/carrizo_ce.bin b/amdgpu/carrizo_ce.bin new file mode 100644 index 0000000..eb6e565 Binary files /dev/null and b/amdgpu/carrizo_ce.bin differ diff --git a/amdgpu/carrizo_me.bin b/amdgpu/carrizo_me.bin new file mode 100644 index 0000000..2a6b266 Binary files /dev/null and b/amdgpu/carrizo_me.bin differ diff --git a/amdgpu/carrizo_mec.bin b/amdgpu/carrizo_mec.bin new file mode 100644 index 0000000..5697ce9 Binary files /dev/null and b/amdgpu/carrizo_mec.bin differ diff --git a/amdgpu/carrizo_mec2.bin b/amdgpu/carrizo_mec2.bin new file mode 100644 index 0000000..c467fc9 Binary files /dev/null and b/amdgpu/carrizo_mec2.bin differ diff --git a/amdgpu/carrizo_pfp.bin b/amdgpu/carrizo_pfp.bin new file mode 100644 index 0000000..4b1e02a Binary files /dev/null and b/amdgpu/carrizo_pfp.bin differ diff --git a/amdgpu/carrizo_rlc.bin b/amdgpu/carrizo_rlc.bin new file mode 100644 index 0000000..ff25d37 Binary files /dev/null and b/amdgpu/carrizo_rlc.bin differ diff --git a/amdgpu/carrizo_sdma.bin b/amdgpu/carrizo_sdma.bin new file mode 100644 index 0000000..5c4be06 Binary files /dev/null and b/amdgpu/carrizo_sdma.bin differ diff --git a/amdgpu/carrizo_sdma1.bin b/amdgpu/carrizo_sdma1.bin new file mode 100644 index 0000000..5c4be06 Binary files /dev/null and b/amdgpu/carrizo_sdma1.bin differ diff --git a/amdgpu/carrizo_uvd.bin b/amdgpu/carrizo_uvd.bin new file mode 100644 index 0000000..042f681 Binary files /dev/null and b/amdgpu/carrizo_uvd.bin differ diff --git a/amdgpu/carrizo_vce.bin b/amdgpu/carrizo_vce.bin new file mode 100644 index 0000000..1631fb1 Binary files /dev/null and b/amdgpu/carrizo_vce.bin differ diff --git a/amdgpu/fiji_ce.bin b/amdgpu/fiji_ce.bin new file mode 100644 index 0000000..488cefc Binary files /dev/null and b/amdgpu/fiji_ce.bin differ diff --git a/amdgpu/fiji_mc.bin b/amdgpu/fiji_mc.bin new file mode 100644 index 0000000..44e3455 Binary files /dev/null and b/amdgpu/fiji_mc.bin differ diff --git a/amdgpu/fiji_me.bin b/amdgpu/fiji_me.bin new file mode 100644 index 0000000..9ed9c6c Binary files /dev/null and b/amdgpu/fiji_me.bin differ diff --git a/amdgpu/fiji_mec.bin b/amdgpu/fiji_mec.bin new file mode 100644 index 0000000..f447545 Binary files /dev/null and b/amdgpu/fiji_mec.bin differ diff --git a/amdgpu/fiji_mec2.bin b/amdgpu/fiji_mec2.bin new file mode 100644 index 0000000..f447545 Binary files /dev/null and b/amdgpu/fiji_mec2.bin differ diff --git a/amdgpu/fiji_pfp.bin b/amdgpu/fiji_pfp.bin new file mode 100644 index 0000000..5b956cc Binary files /dev/null and b/amdgpu/fiji_pfp.bin differ diff --git a/amdgpu/fiji_rlc.bin b/amdgpu/fiji_rlc.bin new file mode 100644 index 0000000..4cfc340 Binary files /dev/null and b/amdgpu/fiji_rlc.bin differ diff --git a/amdgpu/fiji_sdma.bin b/amdgpu/fiji_sdma.bin new file mode 100644 index 0000000..2f15cee Binary files /dev/null and b/amdgpu/fiji_sdma.bin differ diff --git a/amdgpu/fiji_sdma1.bin b/amdgpu/fiji_sdma1.bin new file mode 100644 index 0000000..999f1a9 Binary files /dev/null and b/amdgpu/fiji_sdma1.bin differ diff --git a/amdgpu/fiji_smc.bin b/amdgpu/fiji_smc.bin new file mode 100644 index 0000000..fced50d Binary files /dev/null and b/amdgpu/fiji_smc.bin differ diff --git a/amdgpu/fiji_uvd.bin b/amdgpu/fiji_uvd.bin new file mode 100644 index 0000000..e43dcd6 Binary files /dev/null and b/amdgpu/fiji_uvd.bin differ diff --git a/amdgpu/fiji_vce.bin b/amdgpu/fiji_vce.bin new file mode 100644 index 0000000..d110da1 Binary files /dev/null and b/amdgpu/fiji_vce.bin differ diff --git a/amdgpu/tonga_ce.bin b/amdgpu/tonga_ce.bin new file mode 100644 index 0000000..f253473 Binary files /dev/null and b/amdgpu/tonga_ce.bin differ diff --git a/amdgpu/tonga_mc.bin b/amdgpu/tonga_mc.bin new file mode 100644 index 0000000..d0e0090 Binary files /dev/null and b/amdgpu/tonga_mc.bin differ diff --git a/amdgpu/tonga_me.bin b/amdgpu/tonga_me.bin new file mode 100644 index 0000000..0f21f88 Binary files /dev/null and b/amdgpu/tonga_me.bin differ diff --git a/amdgpu/tonga_mec.bin b/amdgpu/tonga_mec.bin new file mode 100644 index 0000000..6d29d12 Binary files /dev/null and b/amdgpu/tonga_mec.bin differ diff --git a/amdgpu/tonga_mec2.bin b/amdgpu/tonga_mec2.bin new file mode 100644 index 0000000..7294cf7 Binary files /dev/null and b/amdgpu/tonga_mec2.bin differ diff --git a/amdgpu/tonga_pfp.bin b/amdgpu/tonga_pfp.bin new file mode 100644 index 0000000..6d89bd4 Binary files /dev/null and b/amdgpu/tonga_pfp.bin differ diff --git a/amdgpu/tonga_rlc.bin b/amdgpu/tonga_rlc.bin new file mode 100644 index 0000000..6383849 Binary files /dev/null and b/amdgpu/tonga_rlc.bin differ diff --git a/amdgpu/tonga_sdma.bin b/amdgpu/tonga_sdma.bin new file mode 100644 index 0000000..bc72f7f Binary files /dev/null and b/amdgpu/tonga_sdma.bin differ diff --git a/amdgpu/tonga_sdma1.bin b/amdgpu/tonga_sdma1.bin new file mode 100644 index 0000000..ff47976 Binary files /dev/null and b/amdgpu/tonga_sdma1.bin differ diff --git a/amdgpu/tonga_smc.bin b/amdgpu/tonga_smc.bin new file mode 100644 index 0000000..b7e3813 Binary files /dev/null and b/amdgpu/tonga_smc.bin differ diff --git a/amdgpu/tonga_uvd.bin b/amdgpu/tonga_uvd.bin new file mode 100644 index 0000000..945951d Binary files /dev/null and b/amdgpu/tonga_uvd.bin differ diff --git a/amdgpu/tonga_vce.bin b/amdgpu/tonga_vce.bin new file mode 100644 index 0000000..a45f4ee Binary files /dev/null and b/amdgpu/tonga_vce.bin differ diff --git a/amdgpu/topaz_ce.bin b/amdgpu/topaz_ce.bin new file mode 100644 index 0000000..aa97061 Binary files /dev/null and b/amdgpu/topaz_ce.bin differ diff --git a/amdgpu/topaz_mc.bin b/amdgpu/topaz_mc.bin new file mode 100644 index 0000000..0ffbfa4 Binary files /dev/null and b/amdgpu/topaz_mc.bin differ diff --git a/amdgpu/topaz_me.bin b/amdgpu/topaz_me.bin new file mode 100644 index 0000000..cfd016c Binary files /dev/null and b/amdgpu/topaz_me.bin differ diff --git a/amdgpu/topaz_mec.bin b/amdgpu/topaz_mec.bin new file mode 100644 index 0000000..612a029 Binary files /dev/null and b/amdgpu/topaz_mec.bin differ diff --git a/amdgpu/topaz_mec2.bin b/amdgpu/topaz_mec2.bin new file mode 100644 index 0000000..612a029 Binary files /dev/null and b/amdgpu/topaz_mec2.bin differ diff --git a/amdgpu/topaz_pfp.bin b/amdgpu/topaz_pfp.bin new file mode 100644 index 0000000..d5f5ba3 Binary files /dev/null and b/amdgpu/topaz_pfp.bin differ diff --git a/amdgpu/topaz_rlc.bin b/amdgpu/topaz_rlc.bin new file mode 100644 index 0000000..903aeda Binary files /dev/null and b/amdgpu/topaz_rlc.bin differ diff --git a/amdgpu/topaz_sdma.bin b/amdgpu/topaz_sdma.bin new file mode 100644 index 0000000..0d567ac Binary files /dev/null and b/amdgpu/topaz_sdma.bin differ diff --git a/amdgpu/topaz_sdma1.bin b/amdgpu/topaz_sdma1.bin new file mode 100644 index 0000000..4bd62a3 Binary files /dev/null and b/amdgpu/topaz_sdma1.bin differ diff --git a/amdgpu/topaz_smc.bin b/amdgpu/topaz_smc.bin new file mode 100644 index 0000000..864308f Binary files /dev/null and b/amdgpu/topaz_smc.bin differ -- cgit v1.2.1