From: Alex Deucher Date: Sun, 14 Jul 2013 14:36:38 +0000 (-0400) Subject: radeon: add ucode for BONAIRE GPUs X-Git-Tag: 20190312~712 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79fb9b9c0613d74ef6b83d378abd80a75976fe5d;p=linux-firmware radeon: add ucode for BONAIRE 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 81f989f..3bed594 100644 --- a/WHENCE +++ b/WHENCE @@ -1525,6 +1525,14 @@ 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_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 Licence: Redistributable. See LICENSE.radeon for details. diff --git a/radeon/BONAIRE_ce.bin b/radeon/BONAIRE_ce.bin new file mode 100644 index 0000000..7d40fbf Binary files /dev/null and b/radeon/BONAIRE_ce.bin differ diff --git a/radeon/BONAIRE_mc.bin b/radeon/BONAIRE_mc.bin new file mode 100644 index 0000000..a3c7047 Binary files /dev/null and b/radeon/BONAIRE_mc.bin differ diff --git a/radeon/BONAIRE_me.bin b/radeon/BONAIRE_me.bin new file mode 100644 index 0000000..75bff89 Binary files /dev/null and b/radeon/BONAIRE_me.bin differ diff --git a/radeon/BONAIRE_mec.bin b/radeon/BONAIRE_mec.bin new file mode 100644 index 0000000..65fd6fb Binary files /dev/null and b/radeon/BONAIRE_mec.bin differ diff --git a/radeon/BONAIRE_pfp.bin b/radeon/BONAIRE_pfp.bin new file mode 100644 index 0000000..e12a1af Binary files /dev/null and b/radeon/BONAIRE_pfp.bin differ diff --git a/radeon/BONAIRE_rlc.bin b/radeon/BONAIRE_rlc.bin new file mode 100644 index 0000000..7e32235 Binary files /dev/null and b/radeon/BONAIRE_rlc.bin differ diff --git a/radeon/BONAIRE_sdma.bin b/radeon/BONAIRE_sdma.bin new file mode 100644 index 0000000..4766a2a Binary files /dev/null and b/radeon/BONAIRE_sdma.bin differ diff --git a/radeon/BONAIRE_uvd.bin b/radeon/BONAIRE_uvd.bin new file mode 100644 index 0000000..0876de9 Binary files /dev/null and b/radeon/BONAIRE_uvd.bin differ