CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2017/02/08 02:18:24

Modified files:
        sys/arch/arm64/arm64: locore.S 
        sys/arch/arm64/stand/efiboot: conf.c exec.c 

Log message:
Pass the physical address to the end of symbols to the kernel.  From
armv7 we inherited the mechanism to manually modify the kernel symbol
table to change the value of esym.  We don't use this, but instead use
the virtual address that is passed to the kernel.  This change makes us
only work on and hand out physical addresses.  Bump the efiboot version
to make this ABI change more visible.

Reply via email to