* Cypress c67x00 Support?
@ 2007-07-17 22:14 Robertson, Joseph M.
2007-07-18 2:18 ` Grant Likely
0 siblings, 1 reply; 2+ messages in thread
From: Robertson, Joseph M. @ 2007-07-17 22:14 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 1915 bytes --]
Hi,
I have some questions about the Cypress c67x00 code that was posted a few days ago.
I got the many patches from the git (thanks Grant!), but I am wondering,
How did you guys fix up the Kconfigs to work with the Xilinx Virtex-4 fpga?
My hw guys have put the cypress chip on 'the system ace'(OPB?) bus, a 16 bit bus, and I have the address to it.
But its definetely not PCI, and if you use a plain kernel tree like I have, I cannot access any features without turning on the PCI options. Which of course fails, since I have no PCI parameters to feed the code.
Perhaps a better question is: Is this code intended for the Virtex-4?
If no, then I will have to fix it up.
Thanks,
Joe Robertson
Joseph.Robertson@sanmina-sci.com
CONFIDENTIALITY
This e-mail message and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail message, you are hereby notified that any dissemination, distribution or copying of this e-mail message, and any attachments thereto, is strictly prohibited. If you have received this e-mail message in error, please immediately notify the sender and permanently delete the original and any copies of this email and any prints thereof.
ABSENT AN EXPRESS STATEMENT TO THE CONTRARY HEREINABOVE, THIS E-MAIL IS NOT INTENDED AS A SUBSTITUTE FOR A WRITING. Notwithstanding the Uniform Electronic Transactions Act or the applicability of any other law of similar substance and effect, absent an express statement to the contrary hereinabove, this e-mail message its contents, and any attachments hereto are not intended to represent an offer or acceptance to enter into a contract and are not otherwise intended to bind the sender, Sanmina-SCI Corporation (or any of its subsidiaries), or any other person or entity.
[-- Attachment #2: Type: text/html, Size: 2385 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Cypress c67x00 Support?
2007-07-17 22:14 Cypress c67x00 Support? Robertson, Joseph M.
@ 2007-07-18 2:18 ` Grant Likely
0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2007-07-18 2:18 UTC (permalink / raw)
To: Robertson, Joseph M.; +Cc: linuxppc-embedded
On 7/17/07, Robertson, Joseph M. <joseph.robertson@sanmina-sci.com> wrote:
>
>
>
> Hi,
>
> I have some questions about the Cypress c67x00 code that was posted a few
> days ago.
> I got the many patches from the git (thanks Grant!), but I am wondering,
>
> How did you guys fix up the Kconfigs to work with the Xilinx Virtex-4 fpga?
You need to register the device on the platform bus. Look at
arch/ppc/syslib/virtex_devices.c and
arch/ppc/platforms/4xx/xparameters/xparameters.h. You need to fixup
your xparameters file to match up with the c67x00 registration in
virtex_devices.c. (hint: look at the XPAR_C67x00_USB macro)
Cheers,
g.
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-18 2:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-17 22:14 Cypress c67x00 Support? Robertson, Joseph M.
2007-07-18 2:18 ` Grant Likely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).