09 Nov, 2018

1 commit


28 Aug, 2018

1 commit


15 Aug, 2018

2 commits

  • Remove CONFIG_BCB_SUPPORT config from BSP u-boot defconfig files.
    So that we can eliminate such errors during boot up:

    can't find partition: misc, dump the partition table
    idx 0, ptn 0 name='gpt' start=0 len=2048
    idx 1, ptn 0 name='tos' start=0 len=2047
    idx 2, ptn 0 name='all' start=0 len=7864320
    idx 3, ptn 0 name='bootloader' start=2 len=4094
    idx 4, ptn 1 name='mmcsdb1' start=20480 len=1024000
    idx 5, ptn 2 name='mmcsdb2' start=1228800 len=6635520
    cannot get the partion info for misc
    Cannot find partition 4080
    do_raw_read failed, ret 1
    read_bootctl, bcb_rw_block read failed
    read command failed

    Signed-off-by: Ye Li
    (cherry picked from commit 4d282a7a429876f1c1c67754a1d5c7aaaf75bb43)

    Ye Li
     
  • enable fastboot for i.MX8MM flexspi u-boot

    Signed-off-by: Han Xu
    (cherry picked from commit ea221c08862666926e613f649359905400773d9c)
    Signed-off-by: Ye Li

    Han Xu
     

18 Jul, 2018

1 commit

  • The CONFIG_USB_GADGET is removed from header file and must add to defconfig,
    but imx8mm_evk_fspi_defconfig is not udpated. Thus it causes build break.

    Fix the issue and add other missed configs. Since the fastboot does not support
    flexspi, we don't enable it.

    Signed-off-by: Ye Li
    Reviewed-by: Peng Fan
    (cherry picked from commit f3f834587a8fe0bceba99233250d8ff239950f1f)

    Ye Li
     

23 May, 2018

1 commit