Re: EFI runtime services support on amd64

2022-10-12 Thread Mark Kettenis
So krw@ found an issue with the diff on an x230. The diff inadvertedly made us always use the EFI runtime services to access the RTC. And that is busted on the x230. Fortunately I committed the diff that allows us to have a quality indicater for RTCs. So I synched up the amd64 code with the

Re: EFI runtime services support on amd64

2022-10-12 Thread Mark Kettenis
> From: Dave Voutila > Date: Mon, 10 Oct 2022 14:08:57 -0400 > > Mark Kettenis writes: > > > Here is a diff that implements EFI runtime services support on amd64 > > in much the same way as we already do on arm64. This will be used in > > the future to im

Re: EFI runtime services support on amd64

2022-10-10 Thread Dave Voutila
Mark Kettenis writes: > Here is a diff that implements EFI runtime services support on amd64 > in much the same way as we already do on arm64. This will be used in > the future to implement support for EFI variables. > > Some initial testing among OpenBSD developers did

Re: EFI runtime services support on amd64

2022-10-08 Thread Theo de Raadt
I'm not worried until it gets exposed to userland. Mark Kettenis wrote: > Here is a diff that implements EFI runtime services support on amd64 > in much the same way as we already do on arm64. This will be used in > the future to implement support for EFI variables. > > Some

EFI runtime services support on amd64

2022-10-08 Thread Mark Kettenis
Here is a diff that implements EFI runtime services support on amd64 in much the same way as we already do on arm64. This will be used in the future to implement support for EFI variables. Some initial testing among OpenBSD developers did not uncover any issues. So I'd like to move ahead