| #
28ae02e5 |
| 25-Aug-2011 |
Michal Simek <monstr@monstr.eu> |
net: emaclite: Use calloc instead of malloc
Simplify driver logic and clear eth_device structure in one command.
Signed-off-by: Michal Simek <monstr@monstr.eu>
|
| #
be986967 |
| 25-Aug-2011 |
Michal Simek <monstr@monstr.eu> |
net: emaclite: Remove deviceid property
Cleanup structure.
Signed-off-by: Michal Simek <monstr@monstr.eu>
|
| #
25a02551 |
| 25-Aug-2011 |
Michal Simek <monstr@monstr.eu> |
net: emaclite: Change driver name and add address
Current xilinx emaclite use net multi registration but doesn't support several emaclites interfaces. Changing driver name with adding address to nam
net: emaclite: Change driver name and add address
Current xilinx emaclite use net multi registration but doesn't support several emaclites interfaces. Changing driver name with adding address to name is the first step how to distiguish several drivers.
Signed-off-by: Michal Simek <monstr@monstr.eu>
show more ...
|
| #
95efa79d |
| 08-Mar-2011 |
Michal Simek <monstr@monstr.eu> |
net: xilinx emaclite: Fix return values
Fix return values for initialize/init/recv/send functions
Signed-off-by: Michal Simek <monstr@monstr.eu>
|
| #
0ee8746a |
| 12-Oct-2010 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of git://git.denx.de/u-boot-net
|
| #
042272a6 |
| 11-Oct-2010 |
Michal Simek <monstr@monstr.eu> |
net: Move Emaclite to NET_MULTI
Emaclite was using old net api that's why this patch move emaclite to NET_MULTI api.
Signed-off-by: Michal Simek <monstr@monstr.eu> Signed-off-by: Ben Warren <bigger
net: Move Emaclite to NET_MULTI
Emaclite was using old net api that's why this patch move emaclite to NET_MULTI api.
Signed-off-by: Michal Simek <monstr@monstr.eu> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
show more ...
|
| #
3f91ec0f |
| 11-Oct-2010 |
Michal Simek <monstr@monstr.eu> |
net: Fix emaclite driver to support little-endian microblaze
Support New emaclite AXI IP.
Signed-off-by: Michal Simek <monstr@monstr.eu> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
|
| #
9300ab62 |
| 07-Sep-2009 |
Michal Simek <monstr@monstr.eu> |
net: emaclite: Cleanup license to be GPL compatible
Signed-off-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> Signed-off-by: Michal Simek <monstr@monstr.eu>
|
| #
041a6a0c |
| 15-Sep-2009 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of git://git.denx.de/u-boot-microblaze
|
| #
78d19a39 |
| 07-Sep-2009 |
Michal Simek <monstr@monstr.eu> |
net: emaclite: Cleanup license to be GPL compatible
Signed-off-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> Signed-off-by: Michal Simek <monstr@monstr.eu>
|
| #
ee1702d7 |
| 21-Mar-2009 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'next' of ../next
|
| #
d3f87148 |
| 12-Feb-2009 |
Mike Frysinger <vapier@gentoo.org> |
drivers/net/: get mac address from environment
The environment is the canonical storage location of the mac address, so we're killing off the global data location and moving everything to querying t
drivers/net/: get mac address from environment
The environment is the canonical storage location of the mac address, so we're killing off the global data location and moving everything to querying the env directly.
The drivers that get converted here: 3c589 4xx_enet dc2114x dm9000x enc28j60 fsl_mcdmafec ks8695eth mcffec rtl8019 rtl8169 s3c4510b_eth xilinx_emac xilinx_emaclite
Signed-off-by: Mike Frysinger <vapier@gentoo.org> CC: Ben Warren <biggerbadderben@gmail.com> CC: Rolf Offermanns <rof@sysgo.de> CC: Stefan Roese <sr@denx.de> CC: Sascha Hauer <saschahauer@web.de> CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com> CC: Greg Ungerer <greg.ungerer@opengear.com> CC: Xue Ligong <lgxue@hotmail.com> CC: Masami Komiya <mkomiya@sonare.it> CC: Curt Brune <curt@cucy.com> CC: Michal SIMEK <monstr@monstr.eu>
show more ...
|
| #
cb547320 |
| 17-Dec-2008 |
Haavard Skinnemoen <haavard.skinnemoen@atmel.com> |
Merge branch 'fixes' into cleanups
Conflicts:
board/atmel/atngw100/atngw100.c board/atmel/atstk1000/atstk1000.c cpu/at32ap/at32ap700x/gpio.c include/asm-avr32/arch-at32ap700x/clk.h include/con
Merge branch 'fixes' into cleanups
Conflicts:
board/atmel/atngw100/atngw100.c board/atmel/atstk1000/atstk1000.c cpu/at32ap/at32ap700x/gpio.c include/asm-avr32/arch-at32ap700x/clk.h include/configs/atngw100.h include/configs/atstk1002.h include/configs/atstk1003.h include/configs/atstk1004.h include/configs/atstk1006.h include/configs/favr-32-ezkit.h include/configs/hammerhead.h include/configs/mimc200.h
show more ...
|
| #
f2a7806f |
| 27-Oct-2008 |
Clive Stubbings <uboot@xentech.co.uk> |
xilinx_emaclite buffer overrun
Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and PKTSIZE_ALIGN bytes long.
Acked-by: Michal Simek <monstr@monstr.eu>
Signed-off-
xilinx_emaclite buffer overrun
Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and PKTSIZE_ALIGN bytes long.
Acked-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
show more ...
|
| #
225f0eaa |
| 12-Sep-2008 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of /home/wd/git/u-boot/custodians
|
| #
afbc5263 |
| 12-Sep-2008 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'Makefile-next' of git://git.denx.de/u-boot-arm
|
| #
93f6d725 |
| 10-Sep-2008 |
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> |
rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
|
| #
8c8428a5 |
| 13-Apr-2008 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of /home/wd/git/u-boot/custodians
|
| #
7cc399c8 |
| 13-Apr-2008 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
|
| #
89c53891 |
| 28-Mar-2008 |
Michal Simek <monstr@monstr.eu> |
microblaze: add Emaclite ethernet driver
|
| #
706714d9 |
| 06-Aug-2007 |
Michal Simek <monstr@monstr.eu> |
[FIX] remove cute code
|
| #
a274ca4f |
| 05-Aug-2007 |
Michal Simek <monstr@monstr.eu> |
[FIX] Coding style cleanup
|
| #
0c0a9cda |
| 15-Jul-2007 |
Michal Simek <monstr@monstr.eu> |
[PATCH] Support for Xilinx EmacLite controller
|