From: Alex Deucher Date: Mon, 26 Aug 2013 14:45:33 +0000 (-0400) Subject: radeon: add ucode for KAVERI GPUs X-Git-Tag: 20190312~703 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1461bed1300097efeba59c82ffa30c90cc7e3ae5;p=linux-firmware radeon: add ucode for KAVERI GPUs Add new ucode files and update the WHENCE entry. Signed-off-by: Alex Deucher Signed-off-by: Ben Hutchings --- diff --git a/WHENCE b/WHENCE index 55eec4d..40a92d7 100644 --- a/WHENCE +++ b/WHENCE @@ -1540,6 +1540,12 @@ 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 Licence: Redistributable. See LICENSE.radeon for details. diff --git a/radeon/KAVERI_ce.bin b/radeon/KAVERI_ce.bin new file mode 100644 index 0000000..06d92de Binary files /dev/null and b/radeon/KAVERI_ce.bin differ diff --git a/radeon/KAVERI_me.bin b/radeon/KAVERI_me.bin new file mode 100644 index 0000000..543dc67 Binary files /dev/null and b/radeon/KAVERI_me.bin differ diff --git a/radeon/KAVERI_mec.bin b/radeon/KAVERI_mec.bin new file mode 100644 index 0000000..002ac5c Binary files /dev/null and b/radeon/KAVERI_mec.bin differ diff --git a/radeon/KAVERI_pfp.bin b/radeon/KAVERI_pfp.bin new file mode 100644 index 0000000..77590a1 Binary files /dev/null and b/radeon/KAVERI_pfp.bin differ diff --git a/radeon/KAVERI_rlc.bin b/radeon/KAVERI_rlc.bin new file mode 100644 index 0000000..ba84d86 Binary files /dev/null and b/radeon/KAVERI_rlc.bin differ diff --git a/radeon/KAVERI_sdma.bin b/radeon/KAVERI_sdma.bin new file mode 100644 index 0000000..4766a2a Binary files /dev/null and b/radeon/KAVERI_sdma.bin differ