1. 09 Feb, 2024 2 commits
  2. 07 Feb, 2024 1 commit
  3. 07 Sep, 2023 1 commit
  4. 21 Aug, 2023 3 commits
  5. 14 Jul, 2023 1 commit
  6. 19 May, 2023 1 commit
  7. 05 Feb, 2023 1 commit
  8. 05 Jan, 2023 1 commit
  9. 01 Dec, 2022 1 commit
  10. 28 Jun, 2022 1 commit
  11. 24 Jun, 2022 1 commit
  12. 23 Aug, 2021 1 commit
  13. 13 Aug, 2021 1 commit
  14. 16 Mar, 2021 1 commit
  15. 15 Mar, 2021 1 commit
  16. 24 Dec, 2020 1 commit
  17. 18 Sep, 2020 1 commit
  18. 05 Jun, 2020 1 commit
  19. 01 May, 2020 2 commits
  20. 03 Apr, 2020 3 commits
  21. 22 Jul, 2019 1 commit
  22. 08 Jul, 2019 1 commit
    • Anton Midyukov's avatar
      efi: portability fix on aarch64 · d4abcecb
      Anton Midyukov authored
      Signed UEFI loader not required for aarch64.
      
      NB: i586 images don't need UEFI SB either
      and 32-bit shim is used for x86_64 images
      along with proper 64-bit one.
      d4abcecb
  23. 10 Jun, 2019 1 commit
  24. 15 Oct, 2018 1 commit
  25. 29 Jan, 2017 1 commit
  26. 01 Apr, 2016 1 commit
    • Michael Shigorin's avatar
      efi: shim is a lower level component · 39acb237
      Michael Shigorin authored
      THE_* variables serve user needs while shim belongs
      to either SYSTEM or COMMON level packages, not needed
      explicitly for stage1 though (mkimage will put it there
      when needed) so it's just COMMON.
      39acb237
  27. 09 Mar, 2015 1 commit
  28. 09 Dec, 2014 1 commit
  29. 12 May, 2014 1 commit
  30. 19 Mar, 2014 1 commit
  31. 24 Dec, 2013 1 commit
  32. 18 Dec, 2013 2 commits
  33. 17 Dec, 2013 1 commit
    • Michael Shigorin's avatar
      efi: drop -signed subpackages · 90429a85
      Michael Shigorin authored
      We chose to provide methods to sign packages but to avoid
      signing these by default (with some arbitrary test keys)
      the signatures are being added *after* the build by means
      of rpmrebuild-pesign; all of this is made significantly
      more complicated if there are separate -signed subpackages.
      
      So these are being dropped in the packages; account for that.
      90429a85