02 Apr, 2019

1 commit

  • As the M4 use different DDR memory size in normal android/car2 and car
    image, use different defconfig for car2 to decrease DDR memory
    reservation. So memory reserved for each M4 core is 8MB in car2 and
    normal android image. it's 32MB for car image.

    Change-Id: Idf608f539cd614a154c78e3a1af28eff1da5c1f2
    Signed-off-by: Zhang Bo

    Zhang Bo
     

25 Jan, 2019

1 commit


26 Sep, 2018

1 commit


11 Sep, 2018

1 commit


28 Aug, 2018

1 commit


04 Jul, 2018

1 commit


12 Jun, 2018

1 commit

  • In u-boot 2018, all DM devices will be removed before jumping to kernel.
    It executes after the board_quiesce_devices where we turn off the power
    domain of the devices used in u-boot. Thus, this cause crash when removing
    DM devies.

    This patch disables the CONFIG_DM_DEVICE_REMOVE, since it is useless for imx8
    and is not compatibled with current power domain implemenation.

    Signed-off-by: Ye Li
    Acked-by: Peng Fan

    Ye Li
     

27 Apr, 2018

2 commits