Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | drivers/net/: get mac address from environment | Mike Frysinger | 2009-03-20 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | |||
* | xilinx_emaclite buffer overrun | Clive Stubbings | 2008-11-09 | -1/+1 |
| | | | | | | | | | 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> | |||
* | rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |||
* | microblaze: add Emaclite ethernet driver | Michal Simek | 2008-04-08 | -0/+351 |
| | ||||
* | [FIX] remove files form repository | Michal Simek | 2007-09-16 | -376/+0 |
| | ||||
* | [FIX] remove cute code | Michal Simek | 2007-08-06 | -131/+129 |
| | ||||
* | [FIX] Coding style cleanup | Michal Simek | 2007-08-05 | -5/+5 |
| | ||||
* | [PATCH] Support for Xilinx EmacLite controller | Michal Simek | 2007-07-16 | -0/+378 |