CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2016/07/26 12:09:07

Modified files:
        sys/arch/armv7/armv7: armv7_machdep.c armv7_start.S 

Log message:
Remove the restriction that the kernel needs to be loaded at the bottom of
physical memory.  This makes it possible to boot OpenBSD on platforms that
have physical memory start at address 0x00000000 as the EFI bootloader will
only attempt to load kernels at address 0x10000000 and above to work around
a bug in the u-boot EFI API layer.

ok patrick@

Reply via email to