Re: [U-Boot] [PATCH] arm, fdt: update ethernet mac address before booting Linux

2011-12-19 Thread Albert ARIBAUD

Hi Heiko,

Le 15/09/2011 07:16, Heiko Schocher a écrit :

Signed-off-by: Heiko Schocher
Cc: Albert ARIBAUD
Cc: Gerald van Baren
---
  arch/arm/lib/bootm.c |2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c
index 802e833..afa0093 100644
--- a/arch/arm/lib/bootm.c
+++ b/arch/arm/lib/bootm.c
@@ -206,6 +206,8 @@ static int bootm_linux_fdt(int machid, bootm_headers_t 
*images)

fixup_memory_node(*of_flat_tree);

+   fdt_fixup_ethernet(*of_flat_tree);
+
fdt_initrd(*of_flat_tree, *initrd_start, *initrd_end, 1);

announce_and_cleanup();


Applied to u-boot-arm/master, thanks!

Amicalement,
--
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] arm, fdt: update ethernet mac address before booting Linux

2011-12-17 Thread Wolfgang Denk
Dear Heiko Schocher,

In message <1316063790-4583-1-git-send-email...@denx.de> you wrote:
> Signed-off-by: Heiko Schocher 
> Cc: Albert ARIBAUD 
> Cc: Gerald van Baren 
> ---
>  arch/arm/lib/bootm.c |2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)

Acked-by: Wolfgang Denk 


Albert, can you please take this through your tree for -rc2 ?

Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
If you can't beat it or corrupt it, you pretend it was your  idea  in
the first place. - Terry Pratchett, _Guards! Guards!_
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] arm, fdt: update ethernet mac address before booting Linux

2011-12-14 Thread Jerry Van Baren

Hi Heiko,

On 12/14/2011 04:39 AM, Heiko Schocher wrote:

Hello Albert, Gerald,

Heiko Schocher wrote:

Signed-off-by: Heiko Schocher
Cc: Albert ARIBAUD
Cc: Gerald van Baren
---
  arch/arm/lib/bootm.c |2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c
index 802e833..afa0093 100644
--- a/arch/arm/lib/bootm.c
+++ b/arch/arm/lib/bootm.c
@@ -206,6 +206,8 @@ static int bootm_linux_fdt(int machid, bootm_headers_t 
*images)

fixup_memory_node(*of_flat_tree);

+   fdt_fixup_ethernet(*of_flat_tree);
+
fdt_initrd(*of_flat_tree, *initrd_start, *initrd_end, 1);

announce_and_cleanup();


Some comments on this patch? Can it go in, in the current release?


I would defer to Albert, it is in his domain (ARM).


bye,
Heiko


Best regards,
gvb
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] arm, fdt: update ethernet mac address before booting Linux

2011-12-14 Thread Heiko Schocher
Hello Albert, Gerald,

Heiko Schocher wrote:
> Signed-off-by: Heiko Schocher 
> Cc: Albert ARIBAUD 
> Cc: Gerald van Baren 
> ---
>  arch/arm/lib/bootm.c |2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c
> index 802e833..afa0093 100644
> --- a/arch/arm/lib/bootm.c
> +++ b/arch/arm/lib/bootm.c
> @@ -206,6 +206,8 @@ static int bootm_linux_fdt(int machid, bootm_headers_t 
> *images)
>  
>   fixup_memory_node(*of_flat_tree);
>  
> + fdt_fixup_ethernet(*of_flat_tree);
> +
>   fdt_initrd(*of_flat_tree, *initrd_start, *initrd_end, 1);
>  
>   announce_and_cleanup();

Some comments on this patch? Can it go in, in the current release?

bye,
Heiko
-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] arm, fdt: update ethernet mac address before booting Linux

2011-09-14 Thread Heiko Schocher
Signed-off-by: Heiko Schocher 
Cc: Albert ARIBAUD 
Cc: Gerald van Baren 
---
 arch/arm/lib/bootm.c |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c
index 802e833..afa0093 100644
--- a/arch/arm/lib/bootm.c
+++ b/arch/arm/lib/bootm.c
@@ -206,6 +206,8 @@ static int bootm_linux_fdt(int machid, bootm_headers_t 
*images)
 
fixup_memory_node(*of_flat_tree);
 
+   fdt_fixup_ethernet(*of_flat_tree);
+
fdt_initrd(*of_flat_tree, *initrd_start, *initrd_end, 1);
 
announce_and_cleanup();
-- 
1.7.6

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot