16 Nov, 2018

1 commit


15 Nov, 2018

1 commit

  • Enable dm serial for xen uboot.

    Log as below:
    #xl console 1
    MMC: FSL_SDHC: 0
    Loading Environment from ... *** Warning - bad CRC, using default environment

    Failed (-5)
    In: serial@5a060000
    Out: serial@5a060000
    Err: serial@5a060000
    flash target is MMC:0
    Fastboot: Normal
    Normal Boot
    =>

    Signed-off-by: Peng Fan
    Reviewed-by: Peng Fan
    Reviewed-by: Flynn xu

    Peng Fan
     

26 Oct, 2018

1 commit


27 Sep, 2018

1 commit

  • This commit remove some unnecessary u-boot commands to
    reduce the u-boot image size. this will decrease about
    17K bytes size and about 10ms boot time for imx8qm.

    Test: build and boot ok on imx8qm and imx8qxp.

    Change-Id: I54e4836e0504f69bf295fe8412bd2361a0324b73
    Signed-off-by: Ji Luo

    Ji Luo
     

12 Sep, 2018

1 commit


28 Aug, 2018

1 commit


04 Jul, 2018

1 commit


14 Jun, 2018

1 commit

  • We are targeting let uboot loading images from emmc to boot android.
    Currently only emmc1 is enabled, so other devices are disabled.

    Also change memory layout according to VM layout. The memory layout
    needs to be samesize as what you configured in as "memory = "3584"".

    Add a new dts dedicated for this kind uboot, add a new defconfig
    to select CONFIG_XEN/CONFIG_XEN_DEBUG_SERIAL, deselect CONFIG_DM_SERIAL,
    select CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK, and disable some devices
    compared with imx8qm_mek_androidauto_defconfig.

    Signed-off-by: Peng Fan
    (cherry picked from commit a4e932cae433b9d2e1cff6a94b12e4abcac45543)

    Peng Fan