freebsd-dev/stand/efi/loader
Warner Losh ab80f5423d There's no need to walk through the tables looking for the smbios
table if we're just going to ignore it on arm, so expand, slightly,
the reach of the ifdef. Move the buffer to the inner block so we
don't have a separate #ifdef far away from these lines.

The issue on arm is that smbios_detect does unaligned accesses, which
in the u-boot implementing EFI context causes a crash.
2018-06-15 19:07:37 +00:00
..
arch Prefer uintXX_t to u_intXX_t 2018-03-13 16:33:00 +00:00
autoload.c
bootinfo.c stand: Consolidate checking for boot flags driven by environment vars 2018-06-09 15:10:39 +00:00
conf.c
copy.c
efi_main.c
framebuffer.c efi loader: Address two nits with recent graphics changes 2018-04-19 03:31:41 +00:00
framebuffer.h
loader_efi.h
main.c There's no need to walk through the tables looking for the smbios 2018-06-15 19:07:37 +00:00
Makefile Consolidate three copies of ZFS commands into a central location. 2018-02-21 15:57:36 +00:00
Makefile.depend
version