freebsd-dev/sys/boot/uboot
Ian Lepore 577353fcbf 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 0x80000000 with a size of
0x80000000 was overflowing 32 bit math and ending up with a calculated size
of zero.

This is a fix for one of the two problems mentioned in the PR.  Something
similar will need to be done on the kernel side before the PR is closed.

PR:		201614
2016-01-02 18:16:24 +00:00
..
common Fix the error checking for the ubenv command. This moves the check for an 2015-12-29 21:29:05 +00:00
fdt Make dtb file configurable via loader(8) variable. ubldr already checks 2015-08-15 21:47:07 +00:00
lib Use 64-bit math when finding a block of ram to hold the kernel. This fixes 2016-01-02 18:16:24 +00:00
Makefile Start to allow platforms other than U-Boot to use the FDT code in loader by 2014-11-01 17:12:44 +00:00
Makefile.inc Rename the linker emulation name for powerpc and powerc64. This is needed that 2011-11-19 19:25:57 +00:00