Re: arm64: add efibind header for efiboot(8)

2016-12-13 Thread Todd C. Miller
On Tue, 13 Dec 2016 18:06:11 +0100, Patrick Wildt wrote: > Turns out, the copyright seems to be bad. This version is taken from > tianocore/edk2, modified to work with our efiboot(8) checkout. Great, thanks. > The diff to the arm efibind header is comparatively small now. Even better. OK

Re: arm64: add efibind header for efiboot(8)

2016-12-13 Thread Patrick Wildt
On Tue, Dec 13, 2016 at 05:32:38PM +0100, Patrick Wildt wrote: > Hi, > > this diff adds the efibind header that will be used for the upcoming > OpenBSD/arm64 port. > > Taken from FreeBSD, extended by two OpenBSD ifdefs. > > ok? > > Patrick > Turns out, the copyright seems to be bad. This

Re: arm64: add efibind header for efiboot(8)

2016-12-13 Thread Theo de Raadt
> The copyright notice says there is a license but doesn't specify > what the license is. In constrast, sys/stand/efi/include/arm/efibind.h > explicitly states it is under the BSD license and provides a link > to the license text. > > I guess this is the same as

Re: arm64: add efibind header for efiboot(8)

2016-12-13 Thread Todd C. Miller
The copyright notice says there is a license but doesn't specify what the license is. In constrast, sys/stand/efi/include/arm/efibind.h explicitly states it is under the BSD license and provides a link to the license text. I guess this is the same as sys/stand/efi/include/amd64/efibind.h so it

arm64: add efibind header for efiboot(8)

2016-12-13 Thread Patrick Wildt
Hi, this diff adds the efibind header that will be used for the upcoming OpenBSD/arm64 port. Taken from FreeBSD, extended by two OpenBSD ifdefs. ok? Patrick diff --git a/sys/stand/efi/include/arm64/efibind.h b/sys/stand/efi/include/arm64/efibind.h new file mode 100644 index