[U-Boot] [RFC] IP allocation from local net

2011-01-23 Thread g_remlin
There is a technique often used with embedded devices for allocation of an IP. Basically, if the network interface has no current IP every received packet is examined (when the destination MAC Address matches that of the device), the destination IP is checked. If this IP is a valid node IP (i.e.

Re: [U-Boot] [PATCH] Kirkwood: bugfix: DRAM size initialization

2010-10-14 Thread g_remlin
Do we want them set to zero regardless of their size, or do we just want to not include the further banks in gd->ram_size. Signed-off-by: Gray Remlin diff --git a/arch/arm/cpu/arm926ejs/kirkwood/dram.c b/arch/arm/cpu/arm926ejs/kirkwood/dram.c index 7439c87..3f5eae5 100644 --- a/arch/arm/cpu/arm926

[U-Boot] CONFIG_BOOTP_VENDOREX ???, I'm a newbie

2010-10-06 Thread g_remlin
I want 'options' processing in the dhcp client to permit setting\sending 'user-class' and the like via the environment. I found CONFIG_BOOTP_VENDOREX (with it's functions 'dhcp_vendorex_prep' & 'dhcp_vendorex_proc' ) used in a handful of boards, which looks like it was intended for a similar purpo