Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-27 | Fix some type errors gcc7 finds in http boot code. | Peter Jones | |
Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2016-09-06 | Add the optional HTTPBoot support | Gary Ching-Pang Lin | |
This commit adds the basic support for HTTPBoot, i.e. to fetch the next stage loader with the HTTP protocol. It requires gnu-efi >= 3.0.3 to support the URI device path and Ip4Config2 or Ip6Config protocol support in the UEFI implementation. To build shim.efi with HTTPBoot support: make ENABLE_HTTPBOOT=1 shim.efi Signed-off-by: Gary Ching-Pang Lin <glin@suse.com> |