
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).