1. 24 Jun, 2022 1 commit
  2. 23 Aug, 2021 1 commit
  3. 13 Aug, 2021 1 commit
  4. 16 Mar, 2021 1 commit
  5. 15 Mar, 2021 1 commit
  6. 24 Dec, 2020 1 commit
  7. 18 Sep, 2020 1 commit
  8. 05 Jun, 2020 1 commit
  9. 01 May, 2020 2 commits
  10. 03 Apr, 2020 3 commits
  11. 22 Jul, 2019 1 commit
  12. 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
  13. 10 Jun, 2019 1 commit
  14. 15 Oct, 2018 1 commit
  15. 29 Jan, 2017 1 commit
  16. 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
  17. 09 Mar, 2015 1 commit
  18. 09 Dec, 2014 1 commit
  19. 12 May, 2014 1 commit
  20. 19 Mar, 2014 1 commit
  21. 05 Mar, 2014 1 commit
    • Michael Shigorin's avatar
      documentation: use paths relative to toplevel dir · 3f547e25
      Michael Shigorin authored
      This change is done to reduce ambiguity in some cases;
      the previous intention has been to ease navigation when
      staying in a particular directory, now it's been changed
      in favour of convenient toplevel `git grep' in fact.
      
      Both variants have their pros and cons, I just find myself
      leaning to this one by now hence the commit.  Feel free to
      provide constructive criticism :)
      
      Some path-related bitrot has also been fixed while at that.
      3f547e25
  22. 24 Dec, 2013 1 commit
  23. 18 Dec, 2013 2 commits
  24. 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
  25. 17 Jun, 2013 1 commit
    • Michael Shigorin's avatar
      efi: generalize (stage2 += rootfs) · 8d26de28
      Michael Shigorin authored
      This feature is more generally applicable indeed;
      might result in duplication due to the installer
      components adding "efivars" independently but that
      is to be sorted out later in those components:
      - check whether it's added already sometime soon;
      - maybe stop adding that at some point in the future.
      
      install2 and rescue roots still need this too though.
      8d26de28
  26. 25 Feb, 2013 1 commit
  27. 21 Feb, 2013 1 commit
    • Michael Shigorin's avatar
      efi: tweak shell setup · 9629cbe1
      Michael Shigorin authored
      It's possible that use/efi/signed target has fired already
      at the time when use/efi/shell is invoked; shouldn't clobber
      the signed shell with unsigned one.
      9629cbe1
  28. 18 Feb, 2013 1 commit
  29. 11 Feb, 2013 1 commit
    • Michael Shigorin's avatar
      efi: added fatresize · d83eb787
      Michael Shigorin authored
      Helps with #28470 (FAT not being recognized) which is critical
      due to ESP being FAT by spec :-/
      
      Thanks timonbl4@ for the hint.
      d83eb787
  30. 04 Feb, 2013 1 commit
  31. 21 Jan, 2013 3 commits
  32. 14 Jan, 2013 3 commits