CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/02 09:31:15
Modified files:
sys/arch/arm64/stand/efiboot: conf.c efidev.c
Log message:
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@
