Skip to content
Snippets Groups Projects
  1. Oct 14, 2020
  2. Sep 30, 2020
    • Emanuele Aina's avatar
      lava: Extend timeouts due to Minnowboard memory cleaning issue · a6ec278c
      Emanuele Aina authored
      Minnowboard currently get stuck for a few minutes during boot with
      this message:
      
          Clear memory in MRC per MOR request Start, Please wait for some minutes...
      
      This indicates that the firmware is busy overwriting (slowly) the RAM
      contents. This is triggered by the `CONFIG_RESET_ATTACK_MITIGATION`
      kernel option, enabled by default in Debian kernels, setting the
      `MemoryOverwriteRequestControl`/`MemoryOverwriteRequestControlLock`
      UEFI variables.
      
      A request to drop the kernel option has been submitted upstream:
      https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970861
      
      Further details about the UEFI variables and their behaviour in the
      EDK2 TianoCore firmware here:
      
      https://edk2.groups.io/g/discuss/topic/77180459#381
      
      
      
      The memory cleaning process seems to be largely outside of the control
      of the free firmware, so the suggested option is to avoid triggering
      it from the OS kernel. The best way to do so is still unclear and
      should be discussed in the above Debian bug. In the meantime, increase
      the timeouts.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      a6ec278c
  3. Sep 29, 2020
  4. Sep 25, 2020
  5. Sep 24, 2020
  6. Sep 16, 2020
  7. Sep 07, 2020
  8. Aug 27, 2020
  9. Aug 26, 2020
  10. Aug 21, 2020
  11. Aug 20, 2020
  12. Aug 18, 2020
  13. Aug 14, 2020
  14. Jul 24, 2020
    • Denis Pynkin's avatar
      lava: fix Renesas M3 boot with kernel 5.7 · 45dae71b
      Denis Pynkin authored
      
      In commit 83772e1 and later commits DTB names in Linux kernel was
      renamed to align names with config options.
      Hence the old DTB name `r8a7796-m3ulcb.dtb` is `8a77960-ulcb.dtb` for
      Renesas M3 boards used in LAVA.
      
      Old U-Boot versions are using the old naming schema including version
      used in v2021dev3 atm.
      
      This commit set proper name only for v2021dev3 branch allowing to boot
      images for Renesas boards in LAVA.
      
      Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
      45dae71b
  15. Jul 15, 2020
    • Martyn Welch's avatar
      Separate out test case generation from deployment · 8e0c0e45
      Martyn Welch authored and Emanuele Aina's avatar Emanuele Aina committed
      
      Rather than looping over branches (in included template from `pages`),
      generate the test cases here, provide these as an artifact and deploy
      in a separate job. This avoids the regeneration of pages that have
      not changed.
      
      Use the apertis-test-cases-web as part of a multi-project pipeline to
      deploy. Remove the deployment tools from this branch.
      
      Whilst we are here, utilise an environment variable for the release to
      make it easier to migrate this between releases.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      8e0c0e45
  16. Jul 09, 2020
  17. Jul 08, 2020
  18. Jul 07, 2020
  19. Jul 01, 2020
  20. Jun 30, 2020
  21. Jun 23, 2020
  22. Jun 21, 2020
  23. Jun 18, 2020
    • Martyn Welch's avatar
      Correct ssh-copy-id command syntax · 51548d1a
      Martyn Welch authored
      
      The ssh-copy-id command syntax in sdk-ade-remote-debugging.yaml is
      incorrect in two ways:
      
      - The user is in capitals, whilst the actual username used should be in
        lower case
      - The test case uses `$HOST` as a convention for the hostname/IP to be used
        for the target device, this command is missing the dollar sign.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      51548d1a
  24. Jun 16, 2020
  25. Jun 15, 2020
  26. Jun 13, 2020
  27. Jun 12, 2020
  28. Jun 11, 2020
Loading