freebsd-skq/stand/efi/loader
jhb 46b97c17ea Fix casts between 64-bit physical addresses and pointers in EFI.
Compiling FreeBSD/i386 with modern GCC triggers warnings for various
places that convert 64-bit EFI_ADDRs to pointers and vice versa.
- Cast pointers to uintptr_t rather than to uint64_t when assigning
  to a 64-bit integer.
- Cast 64-bit integers to uintptr_t before a cast to a pointer.

Reviewed by:	kevans
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D16586
2018-08-18 20:28:25 +00:00
..
arch Fix casts between 64-bit physical addresses and pointers in EFI. 2018-08-18 20:28:25 +00:00
autoload.c
bootinfo.c Fix casts between 64-bit physical addresses and pointers in EFI. 2018-08-18 20:28:25 +00:00
conf.c
copy.c Fix casts between 64-bit physical addresses and pointers in EFI. 2018-08-18 20:28:25 +00:00
efi_main.c
framebuffer.c efi-autoresizecons: Don't fail the boot w/o GOP or UGA 2018-08-04 06:40:18 +00:00
framebuffer.h
loader_efi.h
main.c loader.efi: clean up misleading noise from missing block devices 2018-08-03 07:59:29 +00:00
Makefile Install links for loader.efi. 2018-08-16 16:30:23 +00:00
Makefile.depend
version