Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 379391 - Please add AMD Llano and Cayman firmware to the xorg-config guide and mention sys-kernel/linux-firmware
Summary: Please add AMD Llano and Cayman firmware to the xorg-config guide and mention...
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://www.gentoo.org/doc/en/xorg-con...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-16 13:09 UTC by Chí-Thanh Christopher Nguyễn
Modified: 2011-09-02 19:07 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chí-Thanh Christopher Nguyễn gentoo-dev 2011-08-16 13:09:42 UTC
Current stable radeon-ucode-20110302 contains Cayman (6900 series) microcode. Current unstable radeon-ucode-20110531 contains Llano (6400-6600 series Fusion APUs) microcode. Please add those firmware files to Code Listing 2.5.

# Radeon HD 6000 series Fusion APUs
(radeon/PALM_me.bin radeon/PALM_pfp.bin SUMO2_me.bin SUMO2_pfp.bin SUMO_me.bin SUMO_pfp.bin radeon/SUMO_rlc.bin) External firmware blobs

# Radeon HD 6400-6900 aka. Northern Islands
(radeon/BARTS_mc.bin radeon/BARTS_me.bin radeon/BARTS_pfp.bin radeon/BTC_rlc.bin radeon/CAICOS_mc.bin radeon/CAICOS_me.bin radeon/CAICOS_pfp.bin CAYMAN_mc.bin
CAYMAN_me.bin CAYMAN_pfp.bin CAYMAN_rlc.bin radeon/TURKS_mc.bin radeon/TURKS_me.bin radeon/TURKS_pfp.bin) External firmware blobs

In addition, please mention the linux-firmware package which contains all of the aforementioned files too. "...you will need to emerge radeon-ucode or linux-firmware"
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2011-08-23 14:43:45 UTC
Thanks, committed in CVS. This should show up on the site in an hour or so.
Comment 2 kahrl 2011-08-31 05:17:57 UTC
I tried this and the kernel build failed with the message

  MK_FW   firmware/CAYMAN_mc.bin.gen.S
make[1]: *** No rule to make target `/lib/firmware/CAYMAN_mc.bin', needed by `firmware/CAYMAN_mc.bin.gen.o'.  Stop.
make: *** [firmware] Error 2

Shouldn't the CAYMAN files be prefixed with radeon/ like the others?
Comment 3 Chí-Thanh Christopher Nguyễn gentoo-dev 2011-08-31 08:22:39 UTC
Indeed, you are right. Thanks for pointing it out.

# Radeon HD 6000 series Fusion APUs
(radeon/PALM_me.bin radeon/PALM_pfp.bin radeon/SUMO2_me.bin radeon/SUMO2_pfp.bin radeon/SUMO_me.bin radeon/SUMO_pfp.bin radeon/SUMO_rlc.bin) External firmware blobs

# Radeon HD 6400-6900 aka. Northern Islands
(radeon/BARTS_mc.bin radeon/BARTS_me.bin radeon/BARTS_pfp.bin radeon/BTC_rlc.bin radeon/CAICOS_mc.bin radeon/CAICOS_me.bin radeon/CAICOS_pfp.bin radeon/CAYMAN_mc.bin radeon/CAYMAN_me.bin radeon/CAYMAN_pfp.bin radeon/CAYMAN_rlc.bin radeon/TURKS_mc.bin radeon/TURKS_me.bin radeon/TURKS_pfp.bin) External firmware blobs
Comment 4 Sven Vermeulen (RETIRED) gentoo-dev 2011-09-02 19:07:31 UTC
Thanks. I've updated the guide in CVS (again ;-)