From: Alex Deucher Date: Wed, 8 Jan 2014 17:15:26 +0000 (-0500) Subject: radeon: add ucode for HAWAII GPUs X-Git-Tag: 20190717~740 X-Git-Url: https://git.proxmox.com/?p=mirror_linux-firmware.git;a=commitdiff_plain;h=418320bd8b4243e51fe1cae8fa05ba2bfe290111 radeon: add ucode for HAWAII GPUs Add new ucode files and update the WHENCE entry, also bump the copyright date on the license. Signed-off-by: Alex Deucher Signed-off-by: Ben Hutchings --- diff --git a/LICENSE.radeon b/LICENSE.radeon index 0d1894f8..fe3780b3 100644 --- a/LICENSE.radeon +++ b/LICENSE.radeon @@ -1,4 +1,4 @@ -Copyright (C) 2009-2013 Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2009-2014 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 diff --git a/WHENCE b/WHENCE index 04d75b88..00767b17 100644 --- a/WHENCE +++ b/WHENCE @@ -1557,6 +1557,14 @@ 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_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 Licence: Redistributable. See LICENSE.radeon for details. diff --git a/radeon/HAWAII_ce.bin b/radeon/HAWAII_ce.bin new file mode 100644 index 00000000..7508a89e Binary files /dev/null and b/radeon/HAWAII_ce.bin differ diff --git a/radeon/HAWAII_mc.bin b/radeon/HAWAII_mc.bin new file mode 100644 index 00000000..38051f58 Binary files /dev/null and b/radeon/HAWAII_mc.bin differ diff --git a/radeon/HAWAII_me.bin b/radeon/HAWAII_me.bin new file mode 100644 index 00000000..4936b81c Binary files /dev/null and b/radeon/HAWAII_me.bin differ diff --git a/radeon/HAWAII_mec.bin b/radeon/HAWAII_mec.bin new file mode 100644 index 00000000..911247d3 Binary files /dev/null and b/radeon/HAWAII_mec.bin differ diff --git a/radeon/HAWAII_pfp.bin b/radeon/HAWAII_pfp.bin new file mode 100644 index 00000000..77d0e2f0 Binary files /dev/null and b/radeon/HAWAII_pfp.bin differ diff --git a/radeon/HAWAII_rlc.bin b/radeon/HAWAII_rlc.bin new file mode 100644 index 00000000..00c4b366 Binary files /dev/null and b/radeon/HAWAII_rlc.bin differ diff --git a/radeon/HAWAII_sdma.bin b/radeon/HAWAII_sdma.bin new file mode 100644 index 00000000..4766a2a9 Binary files /dev/null and b/radeon/HAWAII_sdma.bin differ diff --git a/radeon/HAWAII_smc.bin b/radeon/HAWAII_smc.bin new file mode 100644 index 00000000..562b81e1 Binary files /dev/null and b/radeon/HAWAII_smc.bin differ