Skip to content
Snippets Groups Projects
  1. Sep 09, 2022
  2. Aug 19, 2022
  3. Aug 17, 2022
  4. Aug 16, 2022
  5. Aug 04, 2022
    • Tobias Kahlki's avatar
      bootscripts:kernel: Fixed machine names for i.MX8 · f229d74c
      Tobias Kahlki authored
      We don't want to use the machine overrides from the meta-freescale
      layer. Therefore, we disabled the filter mechanism and re-added
      the old SoC names.
      To reflect this change, the files have been moved to the correct folders.
      f229d74c
  6. Aug 02, 2022
  7. Jul 30, 2022
  8. May 18, 2022
  9. May 13, 2022
  10. May 04, 2022
  11. Mar 14, 2022
  12. Feb 01, 2022
  13. Dec 17, 2021
  14. Dec 16, 2021
  15. Dec 10, 2021
  16. Dec 03, 2021
  17. Dec 01, 2021
  18. Oct 29, 2021
  19. May 07, 2021
    • Clemens Terasa's avatar
      linux-guf: Add linux-guf-5.10 recipe · 207ff8a4
      Clemens Terasa authored
      Add the linux-guf-5.10 recipe and copy the files form 5.4.
      
      Do not use the
      use-pkg-config-native-to-find-host-lcrypto-in-sysroot.patch because it
      does not apply right now.
      
      Also assign PREFERRED_VERSION of the linux-guf recipe weakly to be able
      to overwrite this in the local.conf
      
      Only tested with imx6guf.
      
      BCS 746-000295
      207ff8a4
  20. Dec 03, 2020
    • Jonas Höppner's avatar
      imx8guf: base machine conf on imx-base.inc, use out-of-tree vivante GPU driver · 37f013bd
      Jonas Höppner authored
      * Include imx-base.inc in mimx8mguf machine conf.
        Add the imx-base.inc include file that sets a lot of defaults for the
        imx specific drivers. Add few tweaks to make the machine still work.
      
      * Increase layer priority to be higher then the freescale prio
      
      * Change the machine package variables to append in guf.inc and
        imx8mguf.inc so the override does work.
      
      * imx8mguf defconfig: Disable in-tree drivers: vivante, etnaviv, nouveau
        Enable tempfs, cma and dma_cma entries in kernelconfig as those where
        automatically selected before as etnaviv deps
      
      BCS 746-000133
      37f013bd
  21. Nov 24, 2020
    • Clemens Terasa's avatar
      imx8mguf: Enable latest mainline MCP251XFD driver in defconfig · b71a9ba0
      Clemens Terasa authored and Jonas Höppner's avatar Jonas Höppner committed
      Use the latest mainline driver for the MCP251XFD. The previous driver was
      broken.
      b71a9ba0
    • Norman Stetter's avatar
      imx8mguf: Enable LM75 temperature sensor driver in defconfig · aec62f59
      Norman Stetter authored and Jonas Höppner's avatar Jonas Höppner committed
      * Enable LM75 temperature sensor in defconfig
      * Disable unused LM90 driver
      * FSL_ENETC_MDIO got removed by menuconfig as it implicitly selected
      * other changes are due to menuconfig re-ordering
      
      BCS 746-000108
      aec62f59
    • Marc-Oliver Westerburg's avatar
      imx8mguf: Add new machine config and kernel recipe · e349f53a
      Marc-Oliver Westerburg authored and Jonas Höppner's avatar Jonas Höppner committed
      * Added imx8mguf.conf as new machine
          SOC_FAMILY variable:
          Unlike the EXTRAPATHS_PREPEND or other colon delimited strings the
          SOC_FAMILY should not end with a colon. This may break the FILESPATH
          resulting in a empty extra path and thus pulling files form lower layers
          like poky instead of the custom layer.
          See that the conf/machine/include/soc-family.inc adds a colon.
      * Added kernel recipe to use ( clone in gitlab from the kuk/imx kernel)
      * u-boot: Fix u-boot build for imx8
          * add u-boot to MACHINE_ESSENTIAL_EXTRA_RDEPENDS
          * set U-BOOT_CONFIG for Tanaro
          * use u-boot recipe includes from poky. To make this work with u-boot
          2019.04 a patch is added, which is included in u-boot >= 2019.07
          * fix u-boot revisions in u-boot-common_2019.04.inc, so the same
          revisions are used for u-boot and u-boot-tools
      
      BCS 746-000108
      e349f53a
Loading