coreboot-kgpe-d16/src
Edward O'Callaghan cab9efb2be southbridge/amd/rsXY0/cmn.c: Fix bitwise logic and mask in loop
Correct mask to select bits 4-6 inclusively as per comment and use
bitwise operations while working with bits. Be sure to write back out
the data on the retrain.

Change-Id: I26e7acddbff32e978c2bf984c21d9a63337067f8
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Found-by: Clang
Reviewed-on: http://review.coreboot.org/6147
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Tested-by: build bot (Jenkins)
2014-10-29 00:19:12 +01:00
..
arch build: Allow clang build linkage to use libcompiler-rt 2014-10-28 00:40:33 +01:00
console cbmem console: Locate the preram console with a symbol instead of a section. 2014-10-07 23:41:28 +02:00
cpu cpu/x86/smm/Makefile.inc: Correct SMM linkage under clang builds 2014-10-28 00:40:51 +01:00
device Kconfig: clean up options in top level and device menu 2014-10-17 14:36:53 +02:00
drivers {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs 2014-10-27 23:40:05 +01:00
ec {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs 2014-10-27 23:40:05 +01:00
include superio/common/conf_mode.c: Don't hide pointers with typedefs 2014-10-27 12:50:12 +01:00
lib cbmem: Fix 64-bit pointer related casts in dynamic_cbmem.c 2014-10-28 17:09:49 +01:00
mainboard mainboard/google/butterfly: Fix usage of GNU field designator ext 2014-10-28 23:02:44 +01:00
northbridge sandybridge: Kill CONFIG_HAVE_MRC_CACHE 2014-10-24 09:15:12 +02:00
soc baytrail: Remove unused devicetree fields 2014-10-28 18:08:43 +01:00
southbridge southbridge/amd/rsXY0/cmn.c: Fix bitwise logic and mask in loop 2014-10-29 00:19:12 +01:00
superio {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs 2014-10-27 23:40:05 +01:00
vendorcode AGESA fam15tn fam16kb: Fix missing FCH function prototypes 2014-10-22 15:05:47 +02:00
Kconfig src/Kconfig: Don't treat warns as errors on Clang builds yet 2014-10-28 23:02:28 +01:00