summaryrefslogtreecommitdiff
path: root/httpboot.c
AgeCommit message (Expand)Author
2018-07-18httpboot: show the error message for the ChildHandleGary Lin
2018-07-18httpboot: allow the IPv4 gateway to be emptyGary Lin
2018-07-18httpboot: print more messages when it fails to set IPGary Lin
2018-07-18httpboot: return EFI_NOT_FOUND when it fails to find the NIC handleGary Lin
2018-03-12shim: make everything use a common perror() call.Peter Jones
2018-03-12Don't use uefi_call_wrapper(), ever.Peter Jones
2018-03-12shim: Use EFI_ERROR() instead of comparing to EFI_SUCCESS everywhere.Peter Jones
2018-03-12Don't have tons of local guid definitions for no reason at all.Peter Jones
2018-03-12Move includes around to clean the source tree up a bit.Peter Jones
2018-02-28httpboot: include console.hGary Lin
2018-02-28httpboot: fix the infinite loopGary Lin
2018-02-28httpboot: Amend the device path matching ruleGary Lin
2017-12-19"in_protocol" is used in more than shim.o; make it not static.Peter Jones
2017-07-17httpboot: fix OVMF crashLans Zhang
2017-03-27Fix some i386 type casting errorsPeter Jones
2017-03-24httpboot: parse https prefix in the uriGary Lin
2017-02-27Fix some type errors gcc7 finds in http boot code.Peter Jones
2016-09-06Add the optional HTTPBoot supportGary Ching-Pang Lin