05 Apr, 2017

3 commits

  • Since we need the setexpr command for m4 image loading, so enable
    the CONFIG_CMD_SETEXPR for i.MX6SX defconfigs with m4 boot enabled.

    Signed-off-by: Ye Li

    Ye Li
     
  • 1. pass androidboot.storage_type to android, 'init' use it to parse
    different init.freescale.storage.rc.
    2. store new ptable with gpt partition.
    3. we use the last LBA as backup gpt table, there is many warning log
    when boot, change print to debug

    Change-Id: I84070735e9d4c2741b0e240bc1c61b357dabc5b8
    Signed-off-by: Sanshan Zhang
    (cherry picked from commit da0ce2787256a323371641b0764266d386d767a5)
    Signed-off-by: Ye Li

    Sanshan Zhang
     
  • Add board level support for android fastboot feature. Each board has
    a android specified header file for defining android related configuraitons.
    And add build targets for their android uboot images building.

    For mx6qsabreauto, mx6sabresd and mx7dsabresd, we enable the android
    fastboot exclusive with DFU.

    Signed-off-by: Ye Li
    (cherry picked from commit 43fe988af28c5e51fb23aa846e04bc9698256926)

    Ye Li