freebsd-dev/sys/boot/arm/at91
Eitan Adler 7a22215c53 Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
shifts into the sign bit.  Instead use (1U << 31) which gets the
expected result.

This fix is not ideal as it assumes a 32 bit int, but does fix the issue
for most cases.

A similar change was made in OpenBSD.

Discussed with:	-arch, rdivacky
Reviewed by:	cperciva
2013-11-30 22:17:27 +00:00
..
boot0 No need to list an obsolete arm compiler here. 2011-01-20 22:58:10 +00:00
boot0iic
boot0spi Generalize this for loading the loader into the SPI. Plus trim about 2012-07-07 04:55:42 +00:00
boot2 Convert old make variable modifiers :U and :L to bmake :tu and :tl. 2013-06-02 11:44:23 +00:00
bootiic
bootspi Use the pin number rather than the hybrid pin number + name. 2012-07-15 05:35:14 +00:00
libat91 Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
linker.cfg Strip out the useless junk. All we really care about is the text, 2012-07-07 04:49:53 +00:00
Makefile
Makefile.inc Convert old make variable modifiers :U and :L to bmake :tu and :tl. 2013-06-02 11:44:23 +00:00