1. 18 Mar, 2023 1 commit
  2. 05 Feb, 2023 1 commit
  3. 05 Jan, 2023 1 commit
  4. 01 Dec, 2022 1 commit
  5. 28 Jun, 2022 1 commit
  6. 24 Jun, 2022 1 commit
  7. 23 Aug, 2021 1 commit
  8. 13 Aug, 2021 1 commit
  9. 16 Mar, 2021 1 commit
  10. 15 Mar, 2021 1 commit
  11. 24 Dec, 2020 1 commit
  12. 18 Sep, 2020 1 commit
  13. 05 Jun, 2020 1 commit
  14. 01 May, 2020 2 commits
  15. 03 Apr, 2020 3 commits
  16. 22 Jul, 2019 1 commit
  17. 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
  18. 10 Jun, 2019 1 commit
  19. 15 Oct, 2018 1 commit
  20. 29 Jan, 2017 1 commit
  21. 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
  22. 09 Mar, 2015 1 commit
  23. 09 Dec, 2014 1 commit
  24. 12 May, 2014 1 commit
  25. 19 Mar, 2014 1 commit
  26. 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
  27. 24 Dec, 2013 1 commit
  28. 18 Dec, 2013 2 commits
  29. 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
  30. 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
  31. 25 Feb, 2013 1 commit
  32. 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
  33. 18 Feb, 2013 1 commit
  34. 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
  35. 04 Feb, 2013 1 commit
  36. 21 Jan, 2013 1 commit
    • Michael Shigorin's avatar
      efi: introduced use/efi/shell · 915f2c20
      Michael Shigorin authored
      It's aimed at providing UEFI shell implementation which is very
      useful for repairs and debug; if the "signed" mode is requested
      then the signed variant is used either.
      
      Please note that there are two distinct uses:
      - a shell lying around on a filesystem to be copied by hand;
      - a shell available in EFI part of boot media to be launched
        by firmware's or standalone boot manager (e.g. refind).
      915f2c20