Skip to content
Snippets Groups Projects
  1. Jan 25, 2024
    • Mikhail Vanyulin's avatar
      imx-boot: support multiple u-boot configs · 4a20d6ca
      Mikhail Vanyulin authored and Jonas Höppner's avatar Jonas Höppner committed
      UBOOT_CONFIG variable can hold multiple values.
      Redefined base build steps to support that.
      As a result - multiple imx-boot binaries will be generated:
          imx-boot-seco-mx8mm-sd.bin-flash_evk
          imx-boot-seco-mx8mm-sd.bin-flash_evk.tar.gz
          imx-boot-seco-mx8mm-sd_no_console.bin-flash_evk
          imx-boot-seco-mx8mm-sd_no_console.bin-flash_evk.tar.gz
      
      The short link to the u-boot tar.gz is also created for all variants
      (with a little hacky name creation).
      4a20d6ca
  2. Jun 09, 2023
  3. May 26, 2023
    • Martin Oemus's avatar
      u-boot-imx: set DISTRO_VERSION as UBOOT_LOCALVERSION · 3a2f42e3
      Martin Oemus authored and Tobias Kahlki's avatar Tobias Kahlki committed
      This commit changes the former custom LOCALVERSION to be set to
      DISTRO_VERSION and introduces a new bitbake class
      seco-u-boot-localversion which was copied from fsl-u-boot-localversion.
      The orignal class takes the LOCALVERSION and writes it at build time into a
      .scmversion file which is then picked up by U-Boot and used as its
      PLAIN_VERSION symbol which is then used for displaying banners, in the
      version command, etc. The new class adds a parameter which allows the
      U-boot git hash to be put before the LOCALVERSION. Thus we achieve a
      version string like: <u-boot release>[<u-boot git hash>]<local version>.
      3a2f42e3
  4. May 05, 2023
  5. Apr 19, 2023
  6. Sep 20, 2022
  7. Sep 13, 2022
  8. Sep 02, 2022
  9. Aug 26, 2022
  10. Aug 05, 2022
  11. May 31, 2022
    • Tobias Kahlki's avatar
      git: Changed protocol to HTTPS · fd9b25e0
      Tobias Kahlki authored
      The tools recipes still use SSH as protocol for the checkout.
      Since we have opend our repository to the public, SSH isn't available
      anymore. Because of this, we switch to HTTPS as protocol.
      fd9b25e0
  12. May 20, 2022
  13. May 07, 2022
  14. May 06, 2022
  15. May 04, 2022
  16. Apr 12, 2022
  17. Mar 03, 2022
  18. Feb 23, 2022
  19. Feb 22, 2022
  20. Jan 28, 2022
  21. Jan 19, 2022
  22. Jan 06, 2022
  23. Dec 14, 2021
  24. Dec 03, 2021
  25. Dec 01, 2021
  26. Oct 29, 2021
  27. Jul 14, 2021
  28. May 17, 2021
  29. Apr 20, 2021
  30. Dec 15, 2020
    • Norman Stetter's avatar
      IMX8: use imx-mkimage for u-boot · bace8bbb
      Norman Stetter authored
      * for IMX8(M) the u-boot binary itself needs to be packed together with
      the u-boot SPL binary, DDR firmware, SCU firmware and ATF firmware. For
      this meta-freescale offers the imx-boot recipe.
      * the imx-mkimage from Keith und Koep already includes some of the
      firmwares pre-compiled, so these don't need to be built from source
      * add a dynamic-layers structure to allow appending files only when
      meta-freescale (freescale-layer) is present, so builds still work with
      IMX6, where meta-freescale is not used
      * use guf branch of u-boot-imx-kuk
      
      BCS 746-000141
      bace8bbb
Loading