Re: [U-Boot] [PATCH v2 3/7] stm32: stm32f7: add spl build support

2017-08-19 Thread Bo Shen
Hi Vikas, On 08/18/2017 02:28 PM, Vikas MANOCHA wrote: I'd suggest to add a follow-up patch to move all the selected SPL related configuration from "arch/arm/mach-stm32/Kconfig" under STM32F7 to default configuration file (stm32f746- disco_defconfig). Then if the people want just boot up u-boo

Re: [U-Boot] [PATCH v2 3/7] stm32: stm32f7: add spl build support

2017-08-18 Thread Vikas MANOCHA
2017 10:07 PM >>> To: Robert Nelson ; Vikas MANOCHA >>> >>> Cc: U-Boot-Denx ; Christophe PRIOUZEAU >>> ; Alexandre TORGUE >>> >>> Subject: Re: [U-Boot] [PATCH v2 3/7] stm32: stm32f7: add spl build support >>> >>> >>>

Re: [U-Boot] [PATCH v2 3/7] stm32: stm32f7: add spl build support

2017-08-18 Thread Robert Nelson
hristophe PRIOUZEAU >> ; Alexandre TORGUE >> >> Subject: Re: [U-Boot] [PATCH v2 3/7] stm32: stm32f7: add spl build support >> >> >> Hi Vikas, >>Try to remove this magic (press 'c' on the keyboard when at the boot >> time), > >

Re: [U-Boot] [PATCH v2 3/7] stm32: stm32f7: add spl build support

2017-08-18 Thread Vikas MANOCHA
Hi Bo, > -Original Message- > From: Bo Shen [mailto:voice.s...@gmail.com] > Sent: Thursday, August 17, 2017 10:07 PM > To: Robert Nelson ; Vikas MANOCHA > > Cc: U-Boot-Denx ; Christophe PRIOUZEAU > ; Alexandre TORGUE > > Subject: Re: [U-Boot] [PATCH v2 3

Re: [U-Boot] [PATCH v2 3/7] stm32: stm32f7: add spl build support

2017-08-17 Thread Bo Shen
Hi Vikas, Try to remove this magic (press 'c' on the keyboard when at the boot time), I'd suggest to add a follow-up patch to move all the selected SPL related configuration from "arch/arm/mach-stm32/Kconfig" under STM32F7 to default configuration file (stm32f746-disco_defconfig). Then if th

Re: [U-Boot] [PATCH v2 3/7] stm32: stm32f7: add spl build support

2017-08-10 Thread Robert Nelson
On Thu, Aug 10, 2017 at 1:10 PM, Vikas Manocha wrote: > One other point, > > On 08/10/2017 11:07 AM, Vikas Manocha wrote: >> Hi Robert, >> >> On 08/10/2017 11:03 AM, Robert Nelson wrote: >>> Hi Vikas, >>> >>> On Sun, May 28, 2017 at 2:55 PM, Vikas Manocha wrote: This commit supports booting

Re: [U-Boot] [PATCH v2 3/7] stm32: stm32f7: add spl build support

2017-08-10 Thread Vikas Manocha
One other point, On 08/10/2017 11:07 AM, Vikas Manocha wrote: > Hi Robert, > > On 08/10/2017 11:03 AM, Robert Nelson wrote: >> Hi Vikas, >> >> On Sun, May 28, 2017 at 2:55 PM, Vikas Manocha wrote: >>> This commit supports booting from stm32 internal nor flash. spl U-Boot >>> initializes the sdra

Re: [U-Boot] [PATCH v2 3/7] stm32: stm32f7: add spl build support

2017-08-10 Thread Vikas Manocha
Hi Robert, On 08/10/2017 11:03 AM, Robert Nelson wrote: > Hi Vikas, > > On Sun, May 28, 2017 at 2:55 PM, Vikas Manocha wrote: >> This commit supports booting from stm32 internal nor flash. spl U-Boot >> initializes the sdram memory, copies next image (e.g. standard U-Boot) >> to sdram & then jum

Re: [U-Boot] [PATCH v2 3/7] stm32: stm32f7: add spl build support

2017-08-10 Thread Robert Nelson
Hi Vikas, On Sun, May 28, 2017 at 2:55 PM, Vikas Manocha wrote: > This commit supports booting from stm32 internal nor flash. spl U-Boot > initializes the sdram memory, copies next image (e.g. standard U-Boot) > to sdram & then jumps to entry point. > > Here are the flash memory addresses for U-B

[U-Boot] [PATCH v2 3/7] stm32: stm32f7: add spl build support

2017-05-28 Thread Vikas Manocha
This commit supports booting from stm32 internal nor flash. spl U-Boot initializes the sdram memory, copies next image (e.g. standard U-Boot) to sdram & then jumps to entry point. Here are the flash memory addresses for U-Boot-spl & standard U-Boot: - spl U-Boot: 0x0800_