[U-Boot-Users] xilinx drivers

Wolfgang Denk wd at denx.de
Mon Mar 26 09:12:17 CEST 2007


In message <200703260828.11757.sr at denx.de> you wrote:
> 
> On Monday 26 March 2007 08:10, mONStR wrote:
> > I would like to add xilinx drivers xilinx_enet and xilinx_iic to drivers
> > (drivers/xilinx/xilinx_enet and xilinx_iic) folder
> 
> I would prefer something like:
> 
> drivers/net/xilinx_enet/*
> drivers/i2c/xilinx_iic/*

Me too, except that we should remove the redundancy, i. e. plase make
this:

	drivers/net/xilinx/*
	drivers/i2c/xilinx/*

[Especially mixing i2c and iic in one path name looks pretty awkward
to me.]

> > 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 \
> 
> You are talking about the current file "board/xilinx/ml300/Makefile", right?

No, he must some obsolete version.

> > Isn't it problem with Xilinx licence?
> 
> I doesn't see to be. But I am not a lawyer.

Any code included with U-Boot  shall  come  under  a  GPL  compatible
license. If there is a doubt, I will reject it.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Killing is wrong.
	-- Losira, "That Which Survives", stardate unknown




More information about the U-Boot mailing list