bcran 2d82ac4856 Re-enable loader efi http boot and fix dv_open bug if dv_init failed
The code in efihttp.c was assuming that dv_open wouldn't be called if
dv_init failed. But the dv_init return value is currently ignored.

Add a new variable, `efihttp_init_done` and only proceed in dv_open if
it's true. This fixes the loader on systems without efi http support.
2019-06-26 03:06:57 +00:00
..
2019-06-25 04:50:09 +00:00
2018-04-27 22:15:18 +00:00
2019-06-25 04:50:09 +00:00
2019-05-24 19:43:38 +00:00
2019-02-26 06:22:10 +00:00
2019-02-04 21:28:25 +00:00
2019-06-25 04:50:09 +00:00
2019-02-26 06:22:10 +00:00
2019-06-25 04:50:09 +00:00
2019-02-26 06:22:10 +00:00
2018-08-15 11:39:13 +00:00
2019-06-25 04:50:09 +00:00
2018-12-03 17:51:10 +00:00
2019-05-24 19:43:38 +00:00
2019-06-25 04:50:09 +00:00
2018-07-08 07:42:49 +00:00
2017-12-02 00:06:58 +00:00