coreboot-kgpe-d16/src/soc/qualcomm/ipq806x
Julius Werner 7c712bbb6c Fix code that would trip -Wtype-limits
This patch fixes up all code that would throw a -Wtype-limits warning.
This sometimes involves eliminating unnecessary checks, adding a few odd
but harmless casts or just pragma'ing out the warning for a whole file
-- I tried to find the path of least resistance. I think the overall
benefit of the warning outweighs the occasional weirdness.

Change-Id: Iacd37eb1fad388d9db7267ceccb03e6dcf1ad0d2
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32537
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-05-06 10:32:15 +00:00
..
include/soc vboot: standardize on working data size 2019-03-21 16:24:03 +00:00
blobs_init.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
cbmem.c
clock.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
gpio.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
gsbi.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
i2c.c src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
Kconfig console: Change BOOTBLOCK_CONSOLE default to y 2019-01-14 12:13:55 +00:00
lcc.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
Makefile.inc sdm845: Combine BB with QC-Sec for ROM boot 2019-05-03 21:59:05 +00:00
mbn_header.h sdm845: Combine BB with QC-Sec for ROM boot 2019-05-03 21:59:05 +00:00
qup.c Fix code that would trip -Wtype-limits 2019-05-06 10:32:15 +00:00
soc.c
spi.c Fix code that would trip -Wtype-limits 2019-05-06 10:32:15 +00:00
timer.c
tz_wrapper.S
uart.c src: Use include <console/console.h> when appropriate 2019-04-23 10:01:21 +00:00
usb.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00