freebsd-src/stand/sparc64
Toomas Soome 7313f59b86 loader: create single zfs nextboot implementation
We should have nextboot feature implemented in libsa zfs code.
To get there, I have created zfs_nextboot() implementation based on
two sources, our current simple textual string based approach with added
structured boot label PAD structure from OpenZFS.

Secondly, all nvlist details are moved to separate source file and
restructured a bit. This is done to provide base support to add nvlist
add/update feature in followup updates.

And finally, the zfsboot/gptzfsboot disk access functions are swapped to
use libi386 and libsa.

(cherry picked from commit 3830659e99)
(cherry picked from commit a137f7997e)
(cherry picked from commit 4583682ec1)
2021-10-08 00:24:20 -05:00
..
boot1
loader loader: create single zfs nextboot implementation 2021-10-08 00:24:20 -05:00
zfsboot
Makefile
Makefile.inc