pon earth.

2015-01-22 Thread Tomas Treine
Ifornia was the acknowledged leader of the Americans, and it was rumored that he was to be created Duke of Sonora, but I never believed ___ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox

ARM newbie

2015-01-22 Thread Renaud Barbier
I am doing my first port to an ARM CPU (Broadcom chip). For testing I built the friendlyarm-tiny210 and created an objdump to see what the code look like: barebox: file format elf32-littlearm Disassembly of section .text: 23e0 : 23e0: ea12b 23e00050 ... 23e0005

Re: ARM newbie

2015-01-22 Thread Sascha Hauer
Hi Renaud, On Thu, Jan 22, 2015 at 11:53:56AM +, Renaud Barbier wrote: > > I am doing my first port to an ARM CPU (Broadcom chip). For testing I > built the friendlyarm-tiny210 and created an objdump to see what the > code look like: > > barebox: file format elf32-littlearm > > > Disas

Re: [PATCH] ARM: atmel: sama5d3xek: let gmac auto detect phy id

2015-01-22 Thread Sascha Hauer
On Thu, Jan 22, 2015 at 12:35:17PM +0800, Jean-Christophe PLAGNIOL-VILLARD wrote: > > > On Jan 21, 2015, at 11:07 PM, Sascha Hauer wrote: > > > > On Mon, Jan 19, 2015 at 12:39:39PM +0100, Jean-Christophe PLAGNIOL-VILLARD > > wrote: > >> On 17:54 Mon 19 Jan , Bo Shen wrote: > >>> On the SAM

Re: [PATCH] ARM: atmel: sama5d3xek: let emac auto detect phy addr

2015-01-22 Thread Sascha Hauer
On Thu, Jan 22, 2015 at 03:26:53PM +0800, Bo Shen wrote: > On the SAMA5D35 the EMAC phy addr is 1 while not 0. So, let > the EMAC auto detect phy addr, or else hard code to 0, the > ethernet can not work on SAMA5D35 board. > > Signed-off-by: Bo Shen There ere boards with different phy addresses

Re: [PATCH] ARM: atmel: sama5d3xek: let emac auto detect phy addr

2015-01-22 Thread Jean-Christophe PLAGNIOL-VILLARD
> On Jan 23, 2015, at 3:51 PM, Sascha Hauer wrote: > > On Thu, Jan 22, 2015 at 03:26:53PM +0800, Bo Shen wrote: >> On the SAMA5D35 the EMAC phy addr is 1 while not 0. So, let >> the EMAC auto detect phy addr, or else hard code to 0, the >> ethernet can not work on SAMA5D35 board. >> >> Signed-o