1. 16 2月, 2019 2 次提交
  2. 13 2月, 2019 4 次提交
  3. 03 12月, 2018 13 次提交
  4. 16 10月, 2018 1 次提交
  5. 24 9月, 2018 8 次提交
  6. 25 7月, 2018 7 次提交
  7. 02 7月, 2018 1 次提交
  8. 14 6月, 2018 1 次提交
    • A
      efi_loader: Allocate memory handle for mem dp · 58bc69d2
      Alexander Graf 提交于
      When we boot using memdp (bootefi on an address without previous
      load that populates the device path) then the memory device path
      we pass in is not backed by any handle.
      
      That can result in weird effects. For example grub gets very grumpy
      about this inside the efi_net module and just loops endlessly.
      
      So let's expose a simple handle that the memory device path is backed
      on. That way any code that looks for the device the dp is on, finds
      one.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      58bc69d2
  9. 03 6月, 2018 3 次提交