Re: [U-Boot] [PATCH v7] net: ll_temac: Add LL TEMAC driver to u-boot

2012-01-12 Thread Michal Simek
Wolfgang Denk wrote: Dear Stephan Linz, In message 1325956366.18981.47.camel@keto you wrote: I'll provide the same way for the Xilinx LL_TEMAC driver as for the Xilinx AXI-EMAC driver. I prepare the microblaze-generic board code to support all potential Ethernet drivers but leave out the

Re: [U-Boot] [PATCH v7] net: ll_temac: Add LL TEMAC driver to u-boot

2012-01-12 Thread Stephan Linz
Am Donnerstag, den 12.01.2012, 11:53 +0100 schrieb Michal Simek: Wolfgang Denk wrote: Dear Stephan Linz, But what would be the best implementation for unspecified targets here? The question is actually a very simple one here: is there any board configuration in mainline that will

Re: [U-Boot] [PATCH v7] net: ll_temac: Add LL TEMAC driver to u-boot

2012-01-11 Thread Michal Simek
Stephan Linz wrote: Am Donnerstag, den 05.01.2012, 20:19 +0100 schrieb Wolfgang Denk: Dear Stephan Linz, In message 1325783490.7827.45.camel@keto you wrote: Michals latest Microblaze platform patches will enable this driver for board/xilinx/microblaze-generic and we know about a success story

Re: [U-Boot] [PATCH v7] net: ll_temac: Add LL TEMAC driver to u-boot

2012-01-11 Thread Wolfgang Denk
Dear Stephan Linz, In message 1325956366.18981.47.camel@keto you wrote: I'll provide the same way for the Xilinx LL_TEMAC driver as for the Xilinx AXI-EMAC driver. I prepare the microblaze-generic board code to support all potential Ethernet drivers but leave out the specific usage. You are

Re: [U-Boot] [PATCH v7] net: ll_temac: Add LL TEMAC driver to u-boot

2012-01-07 Thread Stephan Linz
Am Donnerstag, den 05.01.2012, 20:19 +0100 schrieb Wolfgang Denk: Dear Stephan Linz, In message 1325783490.7827.45.camel@keto you wrote: Michals latest Microblaze platform patches will enable this driver for board/xilinx/microblaze-generic and we know about a success story on a

Re: [U-Boot] [PATCH v7] net: ll_temac: Add LL TEMAC driver to u-boot

2012-01-05 Thread Wolfgang Denk
Dear Michal Simek, In message 4ef2f20b.6050...@monstr.eu you wrote: Are there going to be any users for this code? Sure. This driver lies out of mainline code for quite some times. ll_temac is IP core which is used by Microblaze and xilinx ppc. There are two options for network IP. The

Re: [U-Boot] [PATCH v7] net: ll_temac: Add LL TEMAC driver to u-boot

2012-01-05 Thread Stephan Linz
Am Donnerstag, den 05.01.2012, 17:10 +0100 schrieb Wolfgang Denk: Dear Michal Simek, In message 4ef2f20b.6050...@monstr.eu you wrote: Are there going to be any users for this code? Sure. This driver lies out of mainline code for quite some times. ll_temac is IP core which is used

Re: [U-Boot] [PATCH v7] net: ll_temac: Add LL TEMAC driver to u-boot

2012-01-05 Thread Wolfgang Denk
Dear Stephan Linz, In message 1325783490.7827.45.camel@keto you wrote: Michals latest Microblaze platform patches will enable this driver for board/xilinx/microblaze-generic and we know about a success story on a propietary Virtex5 FX board (ppc440) -- tested by Ricardo Ribalda. So it

Re: [U-Boot] [PATCH v7] net: ll_temac: Add LL TEMAC driver to u-boot

2011-12-29 Thread Andy Fleming
On Thu, Dec 1, 2011 at 2:39 PM, Stephan Linz l...@li-pro.net wrote: +static int phywrite(struct eth_device *dev, u8 phy_addr, +                                       u8 reg_addr, u16 phy_data) +{ +       struct temac_reg *regs = (struct temac_reg *)dev-iobase; + +       out_be32(regs-lsw,

Re: [U-Boot] [PATCH v7] net: ll_temac: Add LL TEMAC driver to u-boot

2011-12-22 Thread Michal Simek
Wolfgang Denk wrote: Dear Stephan Linz, In message 1322771978-22008-2-git-send-email-l...@li-pro.net you wrote: Xilinx LocalLink Tri-Mode Ether MAC driver can be used by Xilinx Microblaze or Xilinx ppc405/440 in SDMA and FIFO mode. DCR or XPS bus can be used. The driver uses and requires MII

Re: [U-Boot] [PATCH v7] net: ll_temac: Add LL TEMAC driver to u-boot

2011-12-21 Thread Stephan Linz
Am Dienstag, den 20.12.2011, 23:56 +0100 schrieb Wolfgang Denk: Dear Stephan Linz, Hello Wolfgang, In message 1322771978-22008-2-git-send-email-l...@li-pro.net you wrote: Xilinx LocalLink Tri-Mode Ether MAC driver can be used by Xilinx Microblaze or Xilinx ppc405/440 in SDMA and FIFO

Re: [U-Boot] [PATCH v7] net: ll_temac: Add LL TEMAC driver to u-boot

2011-12-20 Thread Wolfgang Denk
Dear Stephan Linz, In message 1322771978-22008-2-git-send-email-l...@li-pro.net you wrote: Xilinx LocalLink Tri-Mode Ether MAC driver can be used by Xilinx Microblaze or Xilinx ppc405/440 in SDMA and FIFO mode. DCR or XPS bus can be used. The driver uses and requires MII and PHYLIB. CP: