mbox series

[0/4] arm: am57xx/dra7xx: Improve eMMC Linux boot

Message ID 20170921193759.3914-1-semen.protsenko@linaro.org
Headers show
Series arm: am57xx/dra7xx: Improve eMMC Linux boot | expand

Message

Sam Protsenko Sept. 21, 2017, 7:37 p.m. UTC
This patch series makes it possible to actually run Linux from eMMC.
While at it, some small style improvements were done as well.

Sam Protsenko (4):
  arm: am57xx: Fix Linux boot from eMMC
  arm: dra7xx: Fix Linux boot from eMMC
  env: ti: boot: Extract command for eMMC Linux boot
  env: ti: boot: Show boot status information

 include/configs/am57xx_evm.h  |  3 ++-
 include/configs/dra7xx_evm.h  |  3 ++-
 include/environment/ti/boot.h | 13 ++++++++-----
 3 files changed, 12 insertions(+), 7 deletions(-)

Comments

Sam Protsenko Sept. 21, 2017, 8:41 p.m. UTC | #1
On 21 September 2017 at 22:37, Sam Protsenko <semen.protsenko@linaro.org> wrote:
> This patch series makes it possible to actually run Linux from eMMC.
> While at it, some small style improvements were done as well.
>
> Sam Protsenko (4):
>   arm: am57xx: Fix Linux boot from eMMC
>   arm: dra7xx: Fix Linux boot from eMMC
>   env: ti: boot: Extract command for eMMC Linux boot
>   env: ti: boot: Show boot status information
>
>  include/configs/am57xx_evm.h  |  3 ++-
>  include/configs/dra7xx_evm.h  |  3 ++-
>  include/environment/ti/boot.h | 13 ++++++++-----
>  3 files changed, 12 insertions(+), 7 deletions(-)
>
> --
> 2.14.1
>

Please do not merge it yet. I just noticed I started to see this message:

    ** First descriptor is NOT a primary desc on 1:1 **

which is probably related to incorrect format of new partition table.
I will provide update shortly here, or just send v2.
Sam Protsenko Sept. 21, 2017, 9:51 p.m. UTC | #2
On 21 September 2017 at 23:41, Sam Protsenko <semen.protsenko@linaro.org> wrote:
> On 21 September 2017 at 22:37, Sam Protsenko <semen.protsenko@linaro.org> wrote:
>> This patch series makes it possible to actually run Linux from eMMC.
>> While at it, some small style improvements were done as well.
>>
>> Sam Protsenko (4):
>>   arm: am57xx: Fix Linux boot from eMMC
>>   arm: dra7xx: Fix Linux boot from eMMC
>>   env: ti: boot: Extract command for eMMC Linux boot
>>   env: ti: boot: Show boot status information
>>
>>  include/configs/am57xx_evm.h  |  3 ++-
>>  include/configs/dra7xx_evm.h  |  3 ++-
>>  include/environment/ti/boot.h | 13 ++++++++-----
>>  3 files changed, 12 insertions(+), 7 deletions(-)
>>
>> --
>> 2.14.1
>>
>
> Please do not merge it yet. I just noticed I started to see this message:
>
>     ** First descriptor is NOT a primary desc on 1:1 **
>
> which is probably related to incorrect format of new partition table.
> I will provide update shortly here, or just send v2.

Everything is ok, mentioned warning is not related to partition table
and it's harmless. Please review this series as usual. I will try to
fix mentioned warning in another patch.