Re: [U-Boot] [PATCH 0/6] arm: am57xx: Add Fastboot support to AM57XX EVM

2016-03-09 Thread Tom Rini
On Wed, Mar 09, 2016 at 05:35:21PM +0700, Sam Protsenko wrote:
> On Tue, Mar 8, 2016 at 10:06 PM, Tom Rini  wrote:
> > I think this series shows that we really need someone to step up and
> > spend time converting the environment options to Kconfig so that
> > different applications of the same board can easily tweak things they
> > need (ie save env on the eMMC that you're programming vs keep env as a
> > FAT file on the SD card users are often using).
> >
> 
> Right now I have some stuff going on I'm more concerned about. I can
> look into moving options (at least ones that we are using for TI
> platforms) to Kconfig, once I finished with current task. It seems
> like a right thing to do. But I'd really like current patches to be
> merged as is for now.

No, we can't merge them as-is for now as moving the environment to eMMC
by default breaks another of other use cases, so we need to move things
to Kconfig here.

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/6] arm: am57xx: Add Fastboot support to AM57XX EVM

2016-03-09 Thread Sam Protsenko
On Tue, Mar 8, 2016 at 10:06 PM, Tom Rini  wrote:
> I think this series shows that we really need someone to step up and
> spend time converting the environment options to Kconfig so that
> different applications of the same board can easily tweak things they
> need (ie save env on the eMMC that you're programming vs keep env as a
> FAT file on the SD card users are often using).
>

Right now I have some stuff going on I'm more concerned about. I can
look into moving options (at least ones that we are using for TI
platforms) to Kconfig, once I finished with current task. It seems
like a right thing to do. But I'd really like current patches to be
merged as is for now.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/6] arm: am57xx: Add Fastboot support to AM57XX EVM

2016-03-08 Thread Tom Rini
On Tue, Mar 08, 2016 at 06:42:22PM +0700, Semen Protsenko wrote:
> 
> Hi All,
> 
> This patch series add Fastboot support to TexasInstruments AM57XX EVM board 
> and
> improves eMMC support. The most of code was borrowed from DRA7 EVM (since
> this board is very similar to DRA7 EVM).
> 
> Next commands were tested:
>   - fastboot devices
>   - fastboot getvar
>   - fastboot oem format
>   - fastboot flash
> 
> Sam Protsenko (6):
>   arm: am57xx: Enable USB gadget in AM57XX
>   arm: am57xx: Enable Fastboot
>   arm: am57xx: Define Android partition table
>   arm: am57xx: Set serial# variable
>   arm: am57xx: Enable 8-bit eMMC access on AM57XX EVM
>   arm: am57xx: Keep environment in eMMC
> 
>  board/ti/am57xx/board.c  |  1 +
>  include/configs/am57xx_evm.h | 58 
> +++-
>  2 files changed, 53 insertions(+), 6 deletions(-)

I think this series shows that we really need someone to step up and
spend time converting the environment options to Kconfig so that
different applications of the same board can easily tweak things they
need (ie save env on the eMMC that you're programming vs keep env as a
FAT file on the SD card users are often using).

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 0/6] arm: am57xx: Add Fastboot support to AM57XX EVM

2016-03-08 Thread Semen Protsenko

Hi All,

This patch series add Fastboot support to TexasInstruments AM57XX EVM board and
improves eMMC support. The most of code was borrowed from DRA7 EVM (since
this board is very similar to DRA7 EVM).

Next commands were tested:
  - fastboot devices
  - fastboot getvar
  - fastboot oem format
  - fastboot flash

Sam Protsenko (6):
  arm: am57xx: Enable USB gadget in AM57XX
  arm: am57xx: Enable Fastboot
  arm: am57xx: Define Android partition table
  arm: am57xx: Set serial# variable
  arm: am57xx: Enable 8-bit eMMC access on AM57XX EVM
  arm: am57xx: Keep environment in eMMC

 board/ti/am57xx/board.c  |  1 +
 include/configs/am57xx_evm.h | 58 
+++-
 2 files changed, 53 insertions(+), 6 deletions(-)


___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot