27 Aug, 2019

1 commit

  • Currently it's not possible to boot mx7ulp_evk_m4boot_defconfig target:

    OBJCOPY examples/standalone/hello_world.bin
    LD u-boot
    arch/arm/lib/built-in.o: In function `setup_serial_tag':
    /home/breno/NXP/bootloader/uboot-imx/arch/arm/lib/bootm.c:192: \
    undefined reference to `get_board_serial'
    Makefile:1505: recipe for target 'u-boot' failed
    make: *** [u-boot] Error 1

    Fix this issue by enabling UUU support for mx7ulp_evk_m4boot_defconfig target.

    Reviewed-by: Ye Li
    Signed-off-by: Breno Lima

    Breno Lima
     

06 Jun, 2019

1 commit


24 May, 2019

3 commits

  • Specify the default dtb file for kernel boot per i.MX7ULP
    board config.

    Signed-off-by: Shenwei Wang
    Reviewed-by: Frank Li
    Reviewed-by: Ye Li
    (cherry picked from commit 3fba1c1a76cadfe0177e61a85eac3da10ee086e0)
    (cherry picked from commit 013eb1fdfdb33df19a0917fd554160a84ec45dd1)

    Shenwei Wang
     
  • Setup the mipi_dsi_northwest driver and register a the HX8363 panel
    device to mipi dsi bridge in board codes.

    Signed-off-by: Ye Li
    (cherry picked from commit fca13cf24f4a7be15747d92e4622d5e3749f80ef)
    (cherry picked from commit 3005907903a4bdcfe69dd38b84d8627e15172a0e)

    Ye Li
     
  • Add back the defconfig to boot M4 in single mode, because some customers
    are using the defconfig during development.

    Signed-off-by: Ye Li
    Acked-by: Peng Fan
    (cherry picked from commit ad2298d04fe2443e2b60114001523555d0cd5a50)
    (cherry picked from commit 26697788474a1a38d84679a9a6b86a6b455cbd0b)

    Ye Li