From: Alex Deucher Date: Sun, 14 Jul 2013 14:39:26 +0000 (-0400) Subject: radeon: add ucode for KABINI GPUs X-Git-Tag: upstream/20140222~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=931e4469dc254df66a2c990ff1a8723685759eb4;p=platform%2Fupstream%2Flinux-firmware.git radeon: add ucode for KABINI 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 3bed594..1ee1545 100644 --- a/WHENCE +++ b/WHENCE @@ -1533,6 +1533,12 @@ File: radeon/BONAIRE_pfp.bin File: radeon/BONAIRE_rlc.bin File: radeon/BONAIRE_sdma.bin File: radeon/BONAIRE_uvd.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 Licence: Redistributable. See LICENSE.radeon for details. diff --git a/radeon/KABINI_ce.bin b/radeon/KABINI_ce.bin new file mode 100644 index 0000000..7d40fbf Binary files /dev/null and b/radeon/KABINI_ce.bin differ diff --git a/radeon/KABINI_me.bin b/radeon/KABINI_me.bin new file mode 100644 index 0000000..d1da075 Binary files /dev/null and b/radeon/KABINI_me.bin differ diff --git a/radeon/KABINI_mec.bin b/radeon/KABINI_mec.bin new file mode 100644 index 0000000..719e457 Binary files /dev/null and b/radeon/KABINI_mec.bin differ diff --git a/radeon/KABINI_pfp.bin b/radeon/KABINI_pfp.bin new file mode 100644 index 0000000..6efa138 Binary files /dev/null and b/radeon/KABINI_pfp.bin differ diff --git a/radeon/KABINI_rlc.bin b/radeon/KABINI_rlc.bin new file mode 100644 index 0000000..b0cb2bd Binary files /dev/null and b/radeon/KABINI_rlc.bin differ diff --git a/radeon/KABINI_sdma.bin b/radeon/KABINI_sdma.bin new file mode 100644 index 0000000..4766a2a Binary files /dev/null and b/radeon/KABINI_sdma.bin differ