Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2019 22:40:29 +0200
From:      Oliver Pinter <oliver.pinter@hardenedbsd.org>
To:        "Simon J. Gerraty" <sjg@freebsd.org>
Cc:        "src-committers@freebsd.org" <src-committers@freebsd.org>,  "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>,  "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r354039 - head/stand/efi/loader
Message-ID:  <CAPQ4ffuBGGizoF17ux8rvFJDabY5xWnVK9cf1f3uxaPrK2XDJA@mail.gmail.com>
In-Reply-To: <201910241952.x9OJqgTM031090@repo.freebsd.org>
References:  <201910241952.x9OJqgTM031090@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday, October 24, 2019, Simon J. Gerraty <sjg@freebsd.org> wrote:

> Author: sjg
> Date: Thu Oct 24 19:52:41 2019
> New Revision: 354039
> URL: https://svnweb.freebsd.org/changeset/base/354039
>
> Log:
>   Allow loader.efi to identify non-standard boot setup
>
>   PATH_BOOTABLE_TOKEN can be set to a non-standard
>   path that identifies a device as bootable.
>
>   Reviewed by: kevans, bcran
>   Differential Revision:  https://reviews.freebsd.org/D22062
>
> Modified:
>   head/stand/efi/loader/main.c


This will be a different patch. The committed code and the code in
phabricator differs.


>
> Modified: head/stand/efi/loader/main.c
> ============================================================
> ==================
> --- head/stand/efi/loader/main.c        Thu Oct 24 19:50:18 2019
> (r354038)
> +++ head/stand/efi/loader/main.c        Thu Oct 24 19:52:41 2019
> (r354039)
> @@ -863,6 +863,7 @@ main(int argc, CHAR16 *argv[])
>         archsw.arch_getdev = efi_getdev;
>         archsw.arch_copyin = efi_copyin;
>         archsw.arch_copyout = efi_copyout;
> +       archsw.arch_hypervisor = x86_hypervisor;
>         archsw.arch_readin = efi_readin;
>         archsw.arch_zfs_probe = efi_zfs_probe;
>
> _______________________________________________
> svn-src-head@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-head
> To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPQ4ffuBGGizoF17ux8rvFJDabY5xWnVK9cf1f3uxaPrK2XDJA>