Skip to content
Snippets Groups Projects
  1. Jan 18, 2024
  2. Nov 07, 2023
    • Tom Rini's avatar
      CI, pytest: Add a test for sandbox without LTO · 56ea7c8b
      Tom Rini authored
      
      The primary motivation for having a sandbox without LTO build in CI is
      to ensure that we don't have that option break. We now have the ability
      to run tests of specific options being enabled/disabled, so drop the
      parts of CI that build and test that configuration specifically and add
      a build test instead. We still test that "NO_LTO=1" rather than editing
      the config file works via the ftrace tests.
      
      Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      56ea7c8b
  3. Nov 02, 2023
  4. Oct 23, 2023
  5. Oct 18, 2023
    • Sean Anderson's avatar
      test: spl: Add functions to create images · b93cc1e7
      Sean Anderson authored and Tom Rini's avatar Tom Rini committed
      
      This add some basic functions to create images, and a test for said
      functions. This is not intended to be a test of the image parsing
      functions, but rather a framework for creating minimal images for testing
      load methods. That said, it does do an OK job at finding bugs in the image
      parsing directly.
      
      Since we have two methods for loading/parsing FIT images, add LOAD_FIT_FULL
      as a separate CI run.
      
      Signed-off-by: default avatarSean Anderson <seanga2@gmail.com>
      Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
      b93cc1e7
  6. Sep 30, 2023
  7. Sep 06, 2023
  8. Sep 05, 2023
    • Tom Rini's avatar
      nokia_rx51: Remove platform · 493fd336
      Tom Rini authored
      
      This platform is behind on migrations (it is the sole user of the oldest
      legacy version of the USB gadget stack and is long overdue for
      migration) and with Pali no longer being a maintainer, we remove this
      platform.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      493fd336
  9. Aug 29, 2023
  10. Aug 26, 2023
  11. Aug 17, 2023
  12. Jul 24, 2023
  13. Jul 21, 2023
  14. Jul 20, 2023
  15. Jul 06, 2023
  16. May 04, 2023
  17. Apr 15, 2023
  18. Apr 04, 2023
  19. Apr 02, 2023
  20. Mar 22, 2023
  21. Mar 08, 2023
  22. Feb 24, 2023
  23. Feb 14, 2023
  24. Feb 11, 2023
  25. Jan 20, 2023
    • Tom Rini's avatar
      CI: Make check for new defined CONFIG symbols even more robust · a03efb6f
      Tom Rini authored
      
      Now that all remaining in-tree cases where we define or undef a CONFIG
      symbol have been migrated to Kconfig or renamed to CFG we can make the
      CI check more robust. We will exclude the doc, tools and arch/arm/dts
      directories from this check as they are special cases. Further, we can
      exclude the scripts/kconfig/lkc.h and include/linux/kconfig.h files as
      the CONFIG values they define are special tooling cases and not real
      symbols.
      
      In the case of docs, the only places that currently fail this test are
      old documentation that should be rewritten so that we can remove this
      special case.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
      a03efb6f
  26. Jan 13, 2023
  27. Jan 11, 2023
  28. Dec 23, 2022
  29. Dec 06, 2022
  30. Nov 24, 2022
Loading