Add support for booting from disks with 4k sectors. Inspired by the
authorkettenis <kettenis@openbsd.org>
Wed, 2 Jun 2021 15:31:15 +0000 (15:31 +0000)
committerkettenis <kettenis@openbsd.org>
Wed, 2 Jun 2021 15:31:15 +0000 (15:31 +0000)
commitd85b3a350bffdcf64883382092be32adc5fdc528
tree871b48a3eb06a70814c02c2051d9eb2794057ab3
parent2937f058e25f09cd0f5b160dba1b57e48ee736e5
Add support for booting from disks with 4k sectors.  Inspired by the
code we already have for amd64, but changed to use EFI memory allocation
interfaces as some implementations seem to insist on page-aligned memory.

ok krw@
sys/arch/arm64/stand/efiboot/conf.c
sys/arch/arm64/stand/efiboot/efidev.c