svn commit: r293053 - head/sys/boot/uboot/lib

2016-01-02 Thread Ian Lepore
Author: ian Date: Sat Jan 2 18:16:24 2016 New Revision: 293053 URL: https://svnweb.freebsd.org/changeset/base/293053 Log: Use 64-bit math when finding a block of ram to hold the kernel. This fixes a problem on 32-bit systems which have ram occupying the end of the physical address space

Re: svn commit: r293053 - head/sys/boot/uboot/lib

2016-01-02 Thread Bjoern A. Zeeb
> On 02 Jan 2016, at 18:16 , Ian Lepore wrote: > > Author: ian > Date: Sat Jan 2 18:16:24 2016 > New Revision: 293053 > URL: https://svnweb.freebsd.org/changeset/base/293053 > > Log: > Use 64-bit math when finding a block of ram to hold the kernel. This fixes > a problem

Re: svn commit: r293053 - head/sys/boot/uboot/lib

2016-01-02 Thread Justin Hibbits
On Sat, Jan 2, 2016 at 4:46 PM, Ian Lepore wrote: > On Sat, 2016-01-02 at 22:20 +, Bjoern A. Zeeb wrote: >> > On 02 Jan 2016, at 18:16 , Ian Lepore wrote: >> > >> > Author: ian >> > Date: Sat Jan 2 18:16:24 2016 >> > New Revision: 293053 >> > URL:

Re: svn commit: r293053 - head/sys/boot/uboot/lib

2016-01-02 Thread Ian Lepore
On Sat, 2016-01-02 at 22:20 +, Bjoern A. Zeeb wrote: > > On 02 Jan 2016, at 18:16 , Ian Lepore wrote: > > > > Author: ian > > Date: Sat Jan 2 18:16:24 2016 > > New Revision: 293053 > > URL: https://svnweb.freebsd.org/changeset/base/293053 > > > > Log: > > Use 64-bit math

Re: svn commit: r293053 - head/sys/boot/uboot/lib

2016-01-02 Thread Bruce Evans
On Sat, 2 Jan 2016, Ian Lepore wrote: Log: Use 64-bit math when finding a block of ram to hold the kernel. This fixes a problem on 32-bit systems which have ram occupying the end of the physical address space -- for example, a block of ram at 0x8000 with a size of 0x8000 was