Re: [U-Boot] [PATCH v2 3/3] sunxi: Normalise FEL support

2015-02-10 Thread Simon Glass
Hi Siarhei, On 10 February 2015 at 20:05, Siarhei Siamashka wrote: > On Mon, 9 Feb 2015 15:23:17 -0700 > Simon Glass wrote: > >> Hi Siarhei, >> >> On 7 February 2015 at 20:48, Siarhei Siamashka >> wrote: >> > On Sat, 7 Feb 2015 10:47:30 -0700 >> > Simon Glass wrote: >> > >> >> Make sunxi's FE

Re: [U-Boot] [PATCH v2 3/3] sunxi: Normalise FEL support

2015-02-10 Thread Siarhei Siamashka
On Mon, 9 Feb 2015 15:23:17 -0700 Simon Glass wrote: > Hi Siarhei, > > On 7 February 2015 at 20:48, Siarhei Siamashka > wrote: > > On Sat, 7 Feb 2015 10:47:30 -0700 > > Simon Glass wrote: > > > >> Make sunxi's FEL code fit with the normal U-Boot boot sequence instead of > >> creating its own.

Re: [U-Boot] [PATCH v2 3/3] sunxi: Normalise FEL support

2015-02-09 Thread Simon Glass
Hi Siarhei, On 7 February 2015 at 20:48, Siarhei Siamashka wrote: > On Sat, 7 Feb 2015 10:47:30 -0700 > Simon Glass wrote: > >> Make sunxi's FEL code fit with the normal U-Boot boot sequence instead of >> creating its own. There are some #ifdefs required in start.S. Future work >> will hopefull

Re: [U-Boot] [PATCH v2 3/3] sunxi: Normalise FEL support

2015-02-07 Thread Siarhei Siamashka
On Sat, 7 Feb 2015 10:47:30 -0700 Simon Glass wrote: > Make sunxi's FEL code fit with the normal U-Boot boot sequence instead of > creating its own. There are some #ifdefs required in start.S. Future work > will hopefully remove these. > > This series is available at u-boot-dm, branch sunxi-wor

Re: [U-Boot] [PATCH v2 3/3] sunxi: Normalise FEL support

2015-02-07 Thread Hans de Goede
Hi, On 02/07/2015 07:02 PM, Simon Glass wrote: Hi Hans, On 7 February 2015 at 10:59, Hans de Goede wrote: Hi, On 02/07/2015 06:47 PM, Simon Glass wrote: Make sunxi's FEL code fit with the normal U-Boot boot sequence instead of creating its own. There are some #ifdefs required in start.S. F

Re: [U-Boot] [PATCH v2 3/3] sunxi: Normalise FEL support

2015-02-07 Thread Simon Glass
Hi Hans, On 7 February 2015 at 10:59, Hans de Goede wrote: > Hi, > > On 02/07/2015 06:47 PM, Simon Glass wrote: >> >> Make sunxi's FEL code fit with the normal U-Boot boot sequence instead of >> creating its own. There are some #ifdefs required in start.S. Future work >> will hopefully remove the

Re: [U-Boot] [PATCH v2 3/3] sunxi: Normalise FEL support

2015-02-07 Thread Hans de Goede
Hi, On 02/07/2015 06:47 PM, Simon Glass wrote: Make sunxi's FEL code fit with the normal U-Boot boot sequence instead of creating its own. There are some #ifdefs required in start.S. Future work will hopefully remove these. About the #ifdefs, I would really like to see us move to having 1 unif