05 Feb, 2021

4 commits


20 Nov, 2020

1 commit


03 Nov, 2020

2 commits


19 Oct, 2020

1 commit

  • 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
     

09 Oct, 2020

1 commit


15 Sep, 2020

2 commits


10 Sep, 2020

1 commit


08 Sep, 2020

1 commit

  • LX2162 is LX2160 based SoC, it has same die as of LX2160
    with different packaging.

    LX2162A support 64-bit 2.9GT/s DDR4 memory, i2c, micro-click module,
    microSD card, eMMC support, serial console, qspi nor flash, qsgmii,
    sgmii, 25g, 40g, 50g network interface, one usb 3.0 and serdes
    interface to support three PCIe gen3 interface.

    Signed-off-by: Meenakshi Aggarwal

    Meenakshi Aggarwal
     

02 Sep, 2020

1 commit

  • Configure DWC3's cache type to 'cacheable' for better
    performance. Actually related register definition and values are SoC
    specific, which means this setting is only applicable to Layerscape SoC,
    not generic for all platforms which have integrated DWC3 IP.

    Signed-off-by: Ran Wang

    Ran Wang
     

28 Aug, 2020

2 commits


27 Aug, 2020

1 commit

  • In the current implementation, u-boot creates iommu mappings only
    for PCI devices enumarated at boot time thus does not take into
    account more dynamic scenarios such as SR-IOV or PCI hot-plug.
    Add an u-boot env var and a device tree property (to be used for
    example in more static scenarios such as hardwired PCI endpoints
    that get initialized later in the system setup) that would allow
    two things:
    - for a SRIOV capable PCI EP identified by its B.D.F specify
    the maximum number of VFs that will ever be created for it
    - for hot-plug case, specify the B.D.F with which the device
    will show up on the PCI bus
    More details can be found in the included documentation:
    arch/arm/cpu/armv8/fsl-layerscape/doc/README.pci_iommu_extra

    Signed-off-by: Laurentiu Tudor

    Laurentiu Tudor
     

25 Aug, 2020

23 commits