public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] xilinx drivers
@ 2007-03-26  6:10 mONStR
  2007-03-26  6:28 ` Stefan Roese
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: mONStR @ 2007-03-26  6:10 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang and Stefan,

I would like to add xilinx drivers xilinx_enet and xilinx_iic to drivers (drivers/xilinx/xilinx_enet and xilinx_iic) folder and change ifdef label because I use this drivers for Microblaze processor and this drivers are used for ppc405 embedded core like ml300.

Label as #if defined(XPAR_EMAC_0_DEVICE_ID) is board dependent and I would like to remove this define from config files for Microblaze boards.

and then clean Makefiles...

CFLAGS   += -I../ml300 -I../common -I../xilinx_enet -I../xilinx_iic 

OBJS	= $(BOARD).o \
	  serial.o \
	  ../xilinx_enet/emac_adapter.o  ../xilinx_enet/xemac.o \
	  ../xilinx_enet/xemac_options.o ../xilinx_enet/xemac_polled.o \
	  ../xilinx_enet/xemac_intr.o ../xilinx_enet/xemac_g.o \
	  ../xilinx_enet/xemac_intr_dma.o ../xilinx_iic/iic_adapter.o \
	  ../xilinx_iic/xiic_l.o ../common/xipif_v1_23_b.o \
	  ../common/xbasic_types.o ../common/xdma_channel.o \
	  ../common/xdma_channel_sg.o ../common/xpacket_fifo_v1_00_b.o \
	  ../common/xversion.o \ 


Is it possible do this changes?

And after that add support for other xilinx peripherals as SPI, EMACLITE, etc.

Isn't it problem with Xilinx licence?


Best regards,
Michal Simek

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2007-03-26 19:35 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-26  6:10 [U-Boot-Users] xilinx drivers mONStR
2007-03-26  6:28 ` Stefan Roese
2007-03-26  6:36   ` mONStR
2007-03-26  6:39   ` Grant Likely
2007-03-26  7:12   ` Wolfgang Denk
2007-03-26  7:20     ` Stefan Roese
2007-03-26  7:57       ` Monstr at seznam.cz
2007-03-26 11:43         ` Wolfgang Denk
2007-03-26 19:01           ` Michal Simek
2007-03-26  8:23     ` Monstr at seznam.cz
2007-03-26 11:46       ` Wolfgang Denk
2007-03-26 15:36   ` Grant Likely
2007-03-26 19:35     ` Michal Simek
2007-03-26  7:09 ` Wolfgang Denk
2007-03-26 14:59 ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox