coreboot/src
Eric Lai aa8d7721d4 lib/spd_bin: Extend DDR4 spd information
From DDR4 SPD spec:

Byte 4 (0x004): SDRAM Density and Banks
Bits [7, 6]:
00 = 0 (no bank groups)
01 = 1 (2 bank groups)
10 = 2 (4 bank groups)
11 = reserved

Bit [5, 4] :
00 = 2 (4 banks)
01 = 3 (8 banks)
All others reserved

Separate DDR3 and DDR4 banks. And extened capmb, rows, cols and ranks.
Separate DDR3 and DDR4 ORGANIZATION/BUS_DEV_WIDTH offset.

Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com>
Change-Id: I5f56975ce73d8ed2d4de7d9fd08e5ae86993e731
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35206
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
2019-09-09 13:30:10 +00:00
..
acpi AUTHORS: Move src/acpi copyrights into AUTHORS file 2019-07-30 11:04:14 +00:00
arch superio/common: Add ssdtgen for generic SuperIOs 2019-09-06 15:31:06 +00:00
commonlib commonlib/region: Fix up overflow check in region_is_subregion() 2019-08-19 21:12:31 +00:00
console Add definition for ENV_ROMSTAGE_OR_BEFORE to <rules.h> 2019-08-26 20:59:45 +00:00
cpu security/intel: Add TXT infrastructure 2019-09-02 04:52:04 +00:00
device Split MAYBE_STATIC to _BSS and _NONZERO variants 2019-08-26 20:56:29 +00:00
drivers drivers/intel/fsp2_0: Fix minor whitespace 2019-09-09 07:34:02 +00:00
ec ec/kontron/kempld: Select DRIVERS_UART_8250IO 2019-09-02 10:58:15 +00:00
include lib/spd_bin: Extend DDR4 spd information 2019-09-09 13:30:10 +00:00
lib lib/spd_bin: Extend DDR4 spd information 2019-09-09 13:30:10 +00:00
mainboard lib/spd_bin: Extend DDR4 spd information 2019-09-09 13:30:10 +00:00
northbridge nb/intel/x4x/raminit: Move dummy reads after JEDEC init 2019-09-06 00:15:02 +00:00
security security/tpm: Use correct hash digest lengths 2019-09-07 01:02:43 +00:00
soc soc/intel/cannonlake: Add ability to disable Heci1 2019-09-09 13:10:33 +00:00
southbridge src/southbridge/amd/pi/hudson/lpc.c: add missing MCFG ACPI table generation 2019-09-09 13:25:40 +00:00
superio superio/smsc/lpc47b397: fix regression in ops override 2019-09-06 17:43:04 +00:00
vendorcode src/vendorcode/intel: Update Cometlake FSP headers as per FSP v1344 2019-09-06 19:23:12 +00:00
Kconfig ACPI S3: Depend on RELOCATABLE_RAMSTAGE 2019-08-22 06:38:13 +00:00