Re: [U-Boot] [RFC 0/4] sunxi: Implement transition in environment

2017-10-31 Thread Maxime Ripard
Hi Tom, On Thu, Oct 26, 2017 at 10:09:10AM -0400, Tom Rini wrote: > On Thu, Oct 26, 2017 at 10:38:45AM +0200, Maxime Ripard wrote: > > Hi Tom, > > > > Thanks for your feedback. > > > > On Wed, Oct 25, 2017 at 11:32:03AM -0400, Tom Rini wrote: > > > On Wed, Oct 25, 2017 at 02:25:57PM +0200, Maxim

Re: [U-Boot] [RFC 0/4] sunxi: Implement transition in environment

2017-10-26 Thread Tom Rini
On Thu, Oct 26, 2017 at 10:38:45AM +0200, Maxime Ripard wrote: > Hi Tom, > > Thanks for your feedback. > > On Wed, Oct 25, 2017 at 11:32:03AM -0400, Tom Rini wrote: > > On Wed, Oct 25, 2017 at 02:25:57PM +0200, Maxime Ripard wrote: > > > Hi, > > > > > > Here is an RFC to implement the transition

Re: [U-Boot] [RFC 0/4] sunxi: Implement transition in environment

2017-10-26 Thread Maxime Ripard
Hi Tom, Thanks for your feedback. On Wed, Oct 25, 2017 at 11:32:03AM -0400, Tom Rini wrote: > On Wed, Oct 25, 2017 at 02:25:57PM +0200, Maxime Ripard wrote: > > Hi, > > > > Here is an RFC to implement the transition from a raw environment in > > the MMC to a FAT file in the first bootable partit

Re: [U-Boot] [RFC 0/4] sunxi: Implement transition in environment

2017-10-25 Thread Tom Rini
On Wed, Oct 25, 2017 at 02:25:57PM +0200, Maxime Ripard wrote: > Hi, > > Here is an RFC to implement the transition from a raw environment in > the MMC to a FAT file in the first bootable partition. > > This is based in a custom environment method that reuses the mmc and > fat codes as much as po

[U-Boot] [RFC 0/4] sunxi: Implement transition in environment

2017-10-25 Thread Maxime Ripard
Hi, Here is an RFC to implement the transition from a raw environment in the MMC to a FAT file in the first bootable partition. This is based in a custom environment method that reuses the mmc and fat codes as much as possible, and just deals with the fallbacks, printing a warning when we're usin