bcran a8d6d134df EFI: don't call printf after ExitBootServices, since it uses Boot Services
ExitBootServices terminates all boot services including console access.
Attempting to call printf afterwards can result in a crash, depending on the
implementation.

Move any printf statements to before we call bi_load, and remove any that
depend on calling bi_load first.

Reviewed by:	imp, tsoome
Differential Revision:	https://reviews.freebsd.org/D19374
2019-03-02 04:02:11 +00:00
..
2018-02-26 03:16:47 +00:00
2018-04-27 22:15:18 +00:00
2019-02-26 06:22:10 +00:00
2019-02-26 06:22:10 +00:00
2019-02-26 06:22:10 +00:00
2019-02-04 21:28:25 +00:00
2019-02-26 06:22:10 +00:00
2019-02-26 06:22:10 +00:00
2019-02-26 06:22:10 +00:00
2019-02-26 06:22:10 +00:00
2018-08-15 11:39:13 +00:00
2019-01-20 21:09:44 +00:00
2018-12-03 17:51:10 +00:00
2019-02-26 06:22:10 +00:00
2018-07-08 07:42:49 +00:00
2017-12-02 00:06:58 +00:00