Re: [U-Boot] [PATCH 1/1] ARM: ts4600: add basic board support

2016-11-07 Thread Sebastien Bourdelin
Hi Fabio On 11/07/2016 11:49 AM, Fabio Estevam wrote: > Hi Sebastien, > > On Mon, Nov 7, 2016 at 2:24 PM, Sebastien Bourdelin > wrote: > >> Yes currently i'm using the mainstream Linux kernel using the mx28evk >> defconfig and its Device Tree. >>

Re: [U-Boot] [PATCH 1/1] ARM: ts4600: add basic board support

2016-11-07 Thread Fabio Estevam
Hi Sebastien, On Mon, Nov 7, 2016 at 2:24 PM, Sebastien Bourdelin wrote: > Yes currently i'm using the mainstream Linux kernel using the mx28evk > defconfig and its Device Tree. > Obviously not all peripherals are working. Ok, got it. So that means

Re: [U-Boot] [PATCH 1/1] ARM: ts4600: add basic board support

2016-11-07 Thread Sebastien Bourdelin
Hi Fabio. On 11/07/2016 10:43 AM, Fabio Estevam wrote: > Hi Sebastien, > > On Mon, Nov 7, 2016 at 1:36 PM, Sebastien Bourdelin > wrote: >> >> It's in my todo list yes, but nothing really planned currently, do you >> think i should keep the mx28evk dtb

Re: [U-Boot] [PATCH 1/1] ARM: ts4600: add basic board support

2016-11-07 Thread Fabio Estevam
Hi Sebastien, On Mon, Nov 7, 2016 at 1:36 PM, Sebastien Bourdelin wrote: > > It's in my todo list yes, but nothing really planned currently, do you > think i should keep the mx28evk dtb instead? I am not familar with this board. Do you mean that you use

Re: [U-Boot] [PATCH 1/1] ARM: ts4600: add basic board support

2016-11-07 Thread Sebastien Bourdelin
Hi Fabio. On 11/06/2016 02:16 PM, Fabio Estevam wrote: > Hi Sebastien, > > On Thu, Nov 3, 2016 at 5:20 PM, Sebastien Bourdelin > wrote: > >> +/* Extra Environment */ >> +#define CONFIG_EXTRA_ENV_SETTINGS \ >> + "fdt_addr=0x4100\0" \ >> +

Re: [U-Boot] [PATCH 1/1] ARM: ts4600: add basic board support

2016-11-06 Thread Fabio Estevam
Hi Sebastien, On Thu, Nov 3, 2016 at 5:20 PM, Sebastien Bourdelin wrote: > +/* Extra Environment */ > +#define CONFIG_EXTRA_ENV_SETTINGS \ > + "fdt_addr=0x4100\0" \ > + "loadkernel=load mmc ${mmcdev}:${mmcpart} ${loadaddr} zImage\0" \ >

Re: [U-Boot] [PATCH 1/1] ARM: ts4600: add basic board support

2016-11-04 Thread Fabio Estevam
On Thu, Nov 3, 2016 at 5:20 PM, Sebastien Bourdelin wrote: > This commit adds basic support including: > MMC, Serial console > > Signed-off-by: Sebastien Bourdelin Looks good: Reviewed-by: Fabio Estevam

[U-Boot] [PATCH 1/1] ARM: ts4600: add basic board support

2016-11-03 Thread Sebastien Bourdelin
This commit adds basic support including: MMC, Serial console Signed-off-by: Sebastien Bourdelin --- arch/arm/Kconfig | 6 ++ board/technologic/ts4600/Kconfig | 15 board/technologic/ts4600/MAINTAINERS | 6 ++