1. 28 5月, 2016 3 次提交
  2. 27 5月, 2016 2 次提交
    • A
      net: Move the VCI and client arch values to Kconfig · 0dac6b4e
      Alexander Graf 提交于
      We have a bunch of boards that define their vendor class identifier and
      client archs in the board files or in the distro config. Move everything
      to the generic Kconfig options.
      
      We're missing the distinction between i386 and x86_64, as I couldn't find
      any config variable that would tell us the difference. Is that really important
      to people? I guess not, so I left it out.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Reviewed-by: NTom Rini <trini@konsulko.com>
      0dac6b4e
    • A
      efi_loader: Add network access support · 0efe1bcf
      Alexander Graf 提交于
      We can now successfully boot EFI applications from disk, but users
      may want to also run them from a PXE setup.
      
      This patch implements rudimentary network support, allowing a payload
      to send and receive network packets.
      
      With this patch, I was able to successfully run grub2 with network
      access inside of QEMU's -M xlnx-ep108.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      0efe1bcf
  3. 26 5月, 2016 3 次提交
  4. 25 5月, 2016 15 次提交
  5. 24 5月, 2016 12 次提交
  6. 23 5月, 2016 5 次提交