Re: [U-Boot] serial atag tag in devicetree ?

2015-03-24 Thread Hans de Goede
Hi, On 24-03-15 00:12, Rob Herring wrote: On Mon, Mar 23, 2015 at 6:30 AM, Hans de Goede wrote: Hi, On 22-03-15 22:01, Rob Herring wrote: There is already "serial-number" (a string) which exists for OpenFirmware. Also, "copyright" corresponds to vendor/manufacturer string. Both of these

Re: [U-Boot] [PATCH] config: peach: Correct memory layout environment settings

2015-03-24 Thread Sjoerd Simons
Hey Simon, On Mon, 2015-03-23 at 15:04 -0600, Simon Glass wrote: > Hi Sjoerd, > > On 12 March 2015 at 15:33, Sjoerd Simons > wrote: > > The peach boards have their SDRAM start address at 0x2000 instead of > > 0x4000 which seems common for all other exynos5 based boards. This > > means t

[U-Boot] [PATCH] Exynos: Clock: Fix exynos5_get_periph_rate for I2C.

2015-03-24 Thread Minkyu Kang
hi, On 20 March 2015 at 02:06, Guillaume Gardet > wrote: > Ping. > > Guillaume > > > Le 11/03/2015 10:34, Guillaume GARDET a écrit : > > Commit 2e82e9252695a612ab0cbf40fa0c7368515f6506 'Exynos: Clock: Cleanup >> soc_get_periph_rate' introduced a bug in I2C config. This patch makes >> cros_ec >>

[U-Boot] [PATCH v2] net: Update hardware MAC address if it changes in env

2015-03-24 Thread Joe Hershberger
When the ethaddr changes in the env, the hardware should also be updated so that MAC filtering will work properly without resetting U-Boot. Also remove the manual calls to set the hwaddr that was included in a few drivers as a result of the framework not doing it. Reported-by: Michal Simek Signe

[U-Boot] [PATCH] T4240RDB: Enable CONFIG_SYS_CORTINA_FW_IN_NOR config

2015-03-24 Thread Chunhe Lan
Now cortina driver uses macro CONFIG_SYS_CORTINA_FW_IN_NOR to define that firmware of cortina driver is stored in the nor flash. Signed-off-by: Chunhe Lan --- include/configs/T4240RDB.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/T4240RDB.h b/include/

Re: [U-Boot] Rework the network stack

2015-03-24 Thread Joe Hershberger
On Mon, Mar 23, 2015 at 3:04 PM, Simon Glass wrote: > > Hi, > > On 23 March 2015 at 13:55, Jörg Krause wrote: > > > > Joe, Simon, > > > > On Mo, 2015-03-23 at 10:46 -0600, Simon Glass wrote: > > > Hi Jörg, > > > > > > On 22 March 2015 at 14:37, Jörg Krause wrote: > > > > Hi Joe, 8<--snip > > >

<    1   2