coreboot-kgpe-d16/src/southbridge/intel
Ryan Salsamendi 0d9b360b42 southbridge/intel/lynxpoint: Fix undefined behavior
Fix reports found by undefined behavior sanitizer. Left shifting an int
where the right operand is >= the width of the type is undefined. Add
UL suffix since it's safe for unsigned types.

Change-Id: I755b3c80a8d1b6cb6b6e5f411c6691e5dd17c266
Signed-off-by: Ryan Salsamendi <rsalsamendi@hotmail.com>
Reviewed-on: https://review.coreboot.org/20443
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2017-07-02 18:54:39 +00:00
..
bd82x6x sb/intel/bd82x6x: Fill in acpi_name 2017-06-27 16:13:13 +00:00
common sb/intel/common/firmware: Keep CHECK_ME disabled by default 2017-06-16 15:56:04 +02:00
fsp_bd82x6x Consolidate reset API, add generic reset_prepare mechanism 2017-06-13 20:53:09 +02:00
fsp_i89xx Consolidate reset API, add generic reset_prepare mechanism 2017-06-13 20:53:09 +02:00
fsp_rangeley Consolidate reset API, add generic reset_prepare mechanism 2017-06-13 20:53:09 +02:00
i3100 Consolidate reset API, add generic reset_prepare mechanism 2017-06-13 20:53:09 +02:00
i82371eb southbridge/intel/i82371eb: transition away from device_t 2016-09-10 04:56:04 +02:00
i82801ax Consolidate reset API, add generic reset_prepare mechanism 2017-06-13 20:53:09 +02:00
i82801bx Consolidate reset API, add generic reset_prepare mechanism 2017-06-13 20:53:09 +02:00
i82801dx Consolidate reset API, add generic reset_prepare mechanism 2017-06-13 20:53:09 +02:00
i82801gx Consolidate reset API, add generic reset_prepare mechanism 2017-06-13 20:53:09 +02:00
i82801ix intel/i82801ix: Add HAVE_INTEL_FIRMWARE 2016-12-18 20:39:15 +01:00
i82870 src/southbridge: Code formating 2016-08-31 20:22:46 +02:00
ibexpeak nb/intel/nehalem/gma: Set up OpRegion in nb code 2017-05-01 16:22:52 +02:00
lynxpoint southbridge/intel/lynxpoint: Fix undefined behavior 2017-07-02 18:54:39 +00:00