coreboot/src/device
Patrick Rudolph 8d120a532b UPSTREAM: device/dram/ddr2: Add common ddr2 spd decoder
Decode DDR2 SPD similar to DDR3 SPD decoder to ease
readability, reduce code complexity and reduce size of
maintainable code.

Rename dimm_is_registered to spd_dimm_is_registered_ddr3 to avoid
compilation errors.

BUG=none
BRANCH=none
TEST=none

Change-Id: I2580a164627a0348da02aad6dbbe5311c442fe35
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 6e53ae6f5c
Original-Change-Id: I741f0e61ab23e3999ae9e31f57228ba034c2509e
Original-Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Original-Reviewed-on: https://review.coreboot.org/18273
Original-Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Original-Tested-by: build bot (Jenkins)
Reviewed-on: https://chromium-review.googlesource.com/452895
2017-03-10 10:54:48 -08:00
..
dram UPSTREAM: device/dram/ddr2: Add common ddr2 spd decoder 2017-03-10 10:54:48 -08:00
oprom UPSTREAM: src/device: Add required space before opening parenthesis '(' 2016-09-02 09:31:59 -07:00
azalia_device.c
cardbus_device.c
cpu_device.c UPSTREAM: src/device: Capitalize CPU, RAM and ROM 2016-08-04 23:37:13 -07:00
device.c UPSTREAM: devtree: Drop unused parameter show_devs_tree() call 2017-02-07 10:29:14 -08:00
device_simple.c UPSTREAM: device: include devicetree in bootblock stage 2016-07-28 22:55:59 -07:00
device_util.c UPSTREAM: device: Add a new "SPI" device type 2017-02-18 03:10:55 -08:00
hypertransport.c
i2c.c
Kconfig UPSTREAM: ddr3 spd: move accessor code into lib/spd_bin.c 2017-02-13 10:01:11 -08:00
Makefile.inc UPSTREAM: device: include devicetree in bootblock stage 2016-07-28 22:55:59 -07:00
pci_class.c
pci_device.c UPSTREAM: x86/acpi: Add VFCT table 2017-02-06 06:43:46 -08:00
pci_early.c
pci_ops.c UPSTREAM: PCI ops: MMCONF_SUPPORT_DEFAULT is required 2016-12-08 12:31:39 -08:00
pci_rom.c UPSTREAM: x86/acpi: Add VFCT table 2017-02-06 06:43:46 -08:00
pciexp_device.c UPSTREAM: PCI ops: Define read-modify-write routines globally 2016-12-08 12:31:12 -08:00
pcix_device.c
pnp_device.c
root_device.c UPSTREAM: device: Add scan_generic_bus support 2017-02-18 03:10:56 -08:00
smbus_ops.c
software_i2c.c