]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Break out the disk selection protocol from the rest of boot1.
authorimp <imp@FreeBSD.org>
Sat, 8 Jun 2019 18:59:50 +0000 (18:59 +0000)
committerimp <imp@FreeBSD.org>
Sat, 8 Jun 2019 18:59:50 +0000 (18:59 +0000)
commitb04a82e0509ba283027ded2ced6333a46ccfb0f8
treec62ac4b4c31fbf89f63fa21d7bf95f61e0ea1885
parentc4bbb0fa7ded4111a3dc21948ccd2329f39e0521
Break out the disk selection protocol from the rest of boot1.

Segregate the disk probing and selection protocol from the rest of the
boot loader.

Reviewed by: tsoome, bcran
Differential Revision: https://reviews.freebsd.org/D20547
stand/efi/boot1/Makefile
stand/efi/boot1/boot1.c
stand/efi/boot1/boot_module.h
stand/efi/boot1/proto.c [new file with mode: 0644]
stand/efi/boot1/proto.h [new file with mode: 0644]