coreboot/src
Tristan Corrick 12e6562289 nb/intel/gm45: Fix raminit with mixed raw card types
`cardF[n]` should indicate whether the DIMM in channel n is of
raw card type F. However, `cardF[1]` was initialised with the
value meant for `cardF[0]`. This patch results in the correct
initialisation of `cardF`.

Tested on a Lenovo T400 containing two DIMMs: one of raw card
type F and the other of raw card type B. Before the patch, the
system would not boot. After the patch, the system boots with all
of the memory functional.

Change-Id: I7409df0b8c67d7efbdadae39dc718c8df7a92552
Signed-off-by: Tristan Corrick <tristancorrick86@gmail.com>
Reviewed-on: https://review.coreboot.org/19652
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2017-05-11 16:53:25 +02:00
..
acpi src/acpi: Capitalize ACPI and SATA 2016-07-31 19:25:40 +02:00
arch arch/x86: Share storage data structures between early stages 2017-05-01 17:37:59 +02:00
commonlib commonlib: Add ID for STORAGE_DATA 2017-04-28 19:56:11 +02:00
console console: rework log level to not be reliant on ROMSTAGE_CONST 2017-04-25 18:13:56 +02:00
cpu nb/amd/amdk8: Link reset_test.c 2017-04-28 17:17:40 +02:00
device lib/edid.c: Allow use of when not NGI 2017-05-03 16:16:32 +02:00
drivers drivers/i2c: Add new driver for RTC type RX6110 SA 2017-05-11 16:46:16 +02:00
ec mb/lenovo/x201: Add support for ThinkLight 2017-05-11 16:43:26 +02:00
include drivers/storage: Make DRVR_CAP_8BIT controller independent 2017-05-10 23:37:29 +02:00
lib lib/edid: Save the display ASCII string 2017-05-03 16:18:15 +02:00
mainboard mainboard/pcengines/apu2: Add LPC TPM support 2017-05-11 16:51:44 +02:00
northbridge nb/intel/gm45: Fix raminit with mixed raw card types 2017-05-11 16:53:25 +02:00
soc rockchip/rk3399: enable DPLL SSC for DDR EMI test on bob 2017-05-11 04:55:02 +02:00
southbridge amd/pi: Add AMD fam16h TPM ACPI path support 2017-05-11 16:50:27 +02:00
superio superio/nuvoton: Make SuperIO config functions externally available 2017-05-11 16:40:55 +02:00
vboot vboot: Separate board name and version number in FWID with a dot 2017-04-29 01:44:10 +02:00
vendorcode cr50: check if the new image needs to be enabled and act on it 2017-05-05 23:24:20 +02:00
Kconfig cr50: check if the new image needs to be enabled and act on it 2017-05-05 23:24:20 +02:00