27 Feb, 2021

1 commit


19 Oct, 2020

3 commits

  • Conflicts:
    arch/arm/cpu/armv8/Kconfig
    drivers/pci/pcie_layerscape_fixup.c
    drivers/video/imx/Makefile
    drivers/video/nxp/Kconfig
    drivers/video/nxp/Makefile
    drivers/video/nxp/hdp/Makefile
    drivers/video/nxp/hdp/test_base_sw.c

    Signed-off-by: Ye Li

    Ye Li
     
  • Since the HDP will be shared with i.MX. Move the common HDP library
    codes to "driver/video/nxp/hdp" directory.
    And use platform specified directory "driver/video/nxp/layerscape"
    for LS driver codes and configurations.

    Signed-off-by: Ye Li
    Reviewed-by: Alison Wang

    Ye Li
     
  • Use drivers/video/nxp as a root folder, move imx as its sub-folder.
    Move out the hdp directory from imx into nxp folder, so that we can
    share it with other NXP platforms like layerscape. Also update the
    hdp codes to align with layerscape.

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

    Ye Li