[U-Boot] [PATCH] microblaze: ll_temac driver: mask of length for newer h/w versions

2010-12-21 Thread John Linn
. Signed-off-by: John Linn --- drivers/net/xilinx_ll_temac.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/xilinx_ll_temac.c b/drivers/net/xilinx_ll_temac.c index d73e22e..c31b943 100644 --- a/drivers/net/xilinx_ll_temac.c +++ b/drivers/net

[U-Boot] alias in powerpc device tree

2008-09-10 Thread John Linn
It appears that u-boot expects an alias list in the device tree. I only found this in the code for the fdt processing. I'm working on getting our device tree correct to be able to allow u-boot to alter the device tree. Is this all that's needed as my device tree is good as far as the kernel boot

[U-Boot] How to get mac address into device tree for powerpc?

2008-09-03 Thread John Linn
I have u-boot retrieving the mac address from the i2c eeprom and using it fine. But it's not clear to me how I should go about getting it into the device tree so that the kernel can use it. Is there anyway to do this without doing it manually from the command line? Thanks, John This

Re: [U-Boot] LL Temac, MAC adresse trouble

2008-08-13 Thread John Linn
w if I see something helpful. -- John > -Original Message- > From: Georg Schardt [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 13, 2008 12:22 PM > To: John Linn > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] LL Temac, MAC adresse trouble > > > I us

Re: [U-Boot] LL Temac, MAC adresse trouble

2008-08-13 Thread John Linn
> -Original Message- > From: Georg Schardt [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 13, 2008 12:01 PM > To: John Linn; u-boot@lists.denx.de > Subject: Re: [U-Boot] LL Temac, MAC adresse trouble > > Hi John, > > i use the kernel from git.xi