[U-Boot-Users] xilinx drivers

Monstr at seznam.cz Monstr at seznam.cz
Mon Mar 26 10:23:21 CEST 2007


>> > 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.]

OK a then /board/xilinx/common/.
Where is the right place for this files?
These files are supported files for xilinx drivers.

>> > 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.

It is only part of Makefile. This is not obsolete version. 
Please look at [u-boot.git]/board/xilinx/ml300/Makefile

Best regards,
Michal Simek




More information about the U-Boot mailing list