You should copy the xparameters file into the Linux kernel tree. Although the overall structure of the file is very different from EDK 7.1, and many names are different when using the xps* IP in EDK 9.2, the names that are used by the kernel (in arch/ppc/syslib/virtex_devices.c) should be defined correctly (as long as you use the linux-2.6 BSP).
Under no circumstances would I ever recommend editing that file by hand. If you modify the design, you should regenerate the xparameters file and copy it into your kernel. Furthermoe, the file that is in the kernel is for a standard reference design, and unless you are using this reference design, you *must* copy the xparameters file for your design. The kernel from git.xilinx.com already has all the drivers, all you need is the one file. Steve > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:linuxppc-embedded- > [EMAIL PROTECTED] On Behalf Of Phil Hochstetler > Sent: Monday, March 10, 2008 11:34 AM > To: [email protected] > Subject: Xilinx EDK 9.2i and current Linux src tree(s) > > Thanks to responses from this group, I'm using Ubuntu and ELDK 4.1, I have a working environment to > build a linux kernel for a Xilinx ML403 board. I pulled the kernel source at > git://git.xilinx.com/linux-2.6-xlnx.git <http://git.xilinx.com/cgi-bin/gitweb.cgi?p=linux-2.6- > xlnx.git;a=summary> and while it will compile using "make ARCH=ppc ml403_defconfig" and "make > ARCH=ppc CROSS_COMPILE=ppc_4xx- bzImage", when I use the EDK 9.2i to create a bitstream for the ML403 > board, the BSP based header files (xparam*) files are out of sync with the kernel source. The files > in the linux-2.6-xlnx tree appear to have been build with EDK 7.1 and I am using the current EDK > release 9.2i. The major diff seems to be that the new EDK release moves all the periphials off the > OPB bus and uses the XPS bus instead. Any ideas on how best to resolve this? Is there a linux tree > out there that is synced with the current EDK release? Is it sufficient to had edit in the hardware > address in the existing OPB based file and ignore the differences between OPB and XPS? Is the > difference in name only? Should I just try to pick up the entire linux tree from the EDK release and > drop it on the linux kernel? Has anyone else been down this path already? Thanks for any words of > wisdom. > > --phil _______________________________________________ Linuxppc-embedded mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-embedded
