lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 07 Aug 2008 22:34:08 +0530
From:	Jaswinder Singh <jaswinder@...radead.org>
To:	Gene Heskett <gene.heskett@...il.com>
Cc:	martin@...inux.com, gareth@...inux.com, airlied@...ux.ie,
	dri-devel@...ts.sourceforge.net,
	LKML <linux-kernel@...r.kernel.org>,
	David Woodhouse <dwmw2@...radead.org>
Subject: Re: [PATCH] radeon_cp: use request_firmware

Hello Gene,

On Thu, 2008-08-07 at 06:24 -0400, Gene Heskett wrote:

> When applied to 2.6.27-rc2, firmware/Makefile was rejected, so I manually added 
> the blob list to that Makefile in what looked to be the correct place.  And added a
> "make firmware_install" to my kernel builder script.
> 
> Unforch:
>   MK_FW   firmware/R100_cp.bin.ihex.gen.S
> make[1]: *** No rule to make target `firmware/R100_cp.bin.ihex', needed by `firmware/R100_cp.bin.ihex.gen.o'.  Stop.
> make[1]: *** Waiting for unfinished jobs....
> make: *** [firmware] Error 2
> 

It seems your firmware/Makefile is not good.

it should look like this :-

fw-shipped-$(CONFIG_DRM_RADEON) += radeon/R100_cp.bin radeon/R200_cp.bin \
                                   radeon/R300_cp.bin radeon/R420_cp.bin \
                                   radeon/RS600_cp.bin radeon/RS690_cp.bin \
                                   radeon/R520_cp.bin


I think you forget to write radeon before R100_cp.bin

And you can collect my updated patch from :
http://git.infradead.org/users/jaswinder/firm-jsr-2.6.git

Thank you,

Jaswinder Singh.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ