Only use WaitForKeys event if it exists, this is not the case in u-boot efi implementation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/boot/efi/libefi/efi_console.c | ||
---|---|---|
442 ↗ | (On Diff #17445) | This check should be against zero since this isn't a bool or even a pointer. |
sys/boot/efi/libefi/efi_console.c | ||
---|---|---|
442 ↗ | (On Diff #17445) | From sys/boot/efi/include/efidef.h : So I should check against NULL. |
Comment Actions
LGTM. Perhaps worth a comment in the source referencing u-boot UEFI as an example of an impl. lacking WaitForEvent?