freebsd-skq/stand/efi/loader
Warner Losh de04d704a9 Use the actual struct devdesc at the start of all *_devdesc structs
The current system is fragile and requires very careful layout of all
*_devdesc structures. It also makes it hard to change the base
devdesc. Take a page from CAM and put the 'header' in all the derived
classes and adjust the code to match.

For OFW, move the iHandle h_handle out of a slot conflicting with
d_opendata. Due to quirks in the alignment rules, this worked.
However changing the code to use d_opendata storage now that it's a
pointer is hard, so just have a separate field for it.

All other cleanups were to make the *_devdesc structures match where
they'd taken some liberties that were none-the-less compatible enough
to work.
2018-03-12 21:39:49 +00:00
..
arch Remove extra copy of bootinfo.c. It's a bit rotted copy of the one in 2018-01-19 19:09:17 +00:00
autoload.c
bootinfo.c
conf.c
copy.c
efi_main.c
framebuffer.c
framebuffer.h
loader_efi.h
main.c Use the actual struct devdesc at the start of all *_devdesc structs 2018-03-12 21:39:49 +00:00
Makefile Consolidate three copies of ZFS commands into a central location. 2018-02-21 15:57:36 +00:00
Makefile.depend
version