1. 07 7月, 2021 1 次提交
  2. 26 3月, 2021 1 次提交
    • I
      efidebug: add multiple device path instances on Boot#### · cbea241e
      Ilias Apalodimas 提交于
      The UEFI spec allows a packed array of UEFI device paths in the
      FilePathList[] of an EFI_LOAD_OPTION. The first file path must
      describe the loaded image but the rest are OS specific.
      
      Previous patches parse the device path and try to use the second
      member of the array as an initrd. So let's modify efidebug slightly
      and install the second file described in the command line as the
      initrd device path.
      Signed-off-by: NIlias Apalodimas <ilias.apalodimas@linaro.org>
      cbea241e
  3. 31 12月, 2020 1 次提交