CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2017/02/04 15:43:46
Modified files: sys/arch/arm64/stand/efiboot: efiboot.c Log message: In reality our kernel does not need to be aligned at a 256M boundary, but simply at 2M boundary. This might have been a requirement from armv7, but it's not true for arm64. This also helps reduce memory holes below the kernel.