coreboot/src
Shawn Nematbakhsh d1a49946ad peppy: Duplicate SPD data for 2GB configurations.
Peppy SPD table has 4GB configurations followed by 2GB configurations.
Current implementation does remapping to point 2GB configuration to the
same SPD index as the 4GB. This is different than Falco, which simply
duplicates the SPD data for all configurations. To simplify probing in
mosys, copy the Falco implementation of duplicating SPD data.

BUG=chrome-os-partner:20891.
TEST="mosys memory spd print all" on 2GB Falco, verify data is correct.
Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org>

Change-Id: Idb185a437f3cf4f40d2dae1ae59c30235df8f489
Reviewed-on: https://gerrit.chromium.org/gerrit/61847
Reviewed-by: Dave Parker <dparker@chromium.org>
Reviewed-by: Jay Kim <yongjaek@chromium.org>
Commit-Queue: Shawn Nematbakhsh <shawnn@chromium.org>
Tested-by: Shawn Nematbakhsh <shawnn@chromium.org>
2013-07-15 14:10:42 -07:00
..
arch ARM: Some Kconfig variables were missed when moving the HAVE_ARCH_*s. 2013-07-11 04:26:09 -07:00
console Don't try to use CBMEM console in bootblock 2013-06-20 15:51:33 -07:00
cpu EXYNOS5250: be less chatty at critical moments 2013-07-10 15:31:25 -07:00
device Log device path during resource allocation 2013-07-09 13:27:45 -07:00
drivers rtd2132: Add driver for Realtek RTD2132 LVDS bridge 2013-07-15 14:10:40 -07:00
ec chromeec: Allow get_board_version to be called from romstage. 2013-07-09 15:21:27 -07:00
include i2c: Change the type of the data parameter to uint8_t. 2013-07-03 18:23:06 -07:00
lib Add a HAVE_ARCH_MEMMOVE option to allow overriding memmove. 2013-07-08 11:30:26 -07:00
mainboard peppy: Duplicate SPD data for 2GB configurations. 2013-07-15 14:10:42 -07:00
northbridge haswell: Fix up GPU power management setup 2013-07-10 11:16:26 -07:00
southbridge lynxpoint: Add LPT-LP device id and smbus_write_byte 2013-07-15 14:10:39 -07:00
superio Drop prototype guarding for romcc 2013-05-10 11:55:20 -07:00
vendorcode chromeos: Check for recovery reason code in shared data 2013-07-15 14:10:41 -07:00
Kconfig Add a HAVE_ARCH_MEMMOVE option to allow overriding memmove. 2013-07-08 11:30:26 -07:00