coreboot/src
Julius Werner 9d3fa7a229 spd_bin: Do not depend CONFIG_DIMM_MAX on CONFIG_GENERIC_SPD_BIN
I can't claim that I really understand what this code does, but it looks
like there are platforms that use code from lib/spd_bin.c without
enabling CONFIG_GENERIC_SPD_BIN. Some functions in that file contain
references to CONFIG_DIMM_MAX, so that option probably shouldn't depend
on CONFIG_GENERIC_SPD_BIN.

Change-Id: I041c52b6bd255e9a9920e5a101165ba5fc5fa6f3
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32548
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-05-06 10:31:38 +00:00
..
acpi arch/x86: Add common AMD ACPI hardware definitions 2017-11-10 19:15:38 +00:00
arch arch/x86/acpi: Update VT-d DMA remapping structure flags setting 2019-05-01 18:33:55 +00:00
commonlib src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
console coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
cpu cpu/intel/car/non-evict: Select NO_FIXED_XIP_ROM_SIZE 2019-04-25 15:56:28 +00:00
device x86emu: add console.h header to fix compilation 2019-05-02 05:00:33 +00:00
drivers drivers/intel/fsp1_1/cache_as_ram.inc: Reduce max line length to 80 2019-05-06 10:26:50 +00:00
ec ec/google/wilco: Support board_id with EC provided ID 2019-04-18 23:43:06 +00:00
include soc/skylake: Add missing PCH IDs 2019-05-06 10:29:02 +00:00
lib vboot: refactor OPROM code 2019-04-30 21:47:25 +00:00
mainboard purism/librem_skl: remove 13v3 target, clean up Kconfig 2019-05-06 10:30:27 +00:00
northbridge nb/intel/haswell: correct a typo in Kconfig 2019-05-03 14:32:06 +00:00
security vboot: refactor OPROM code 2019-04-30 21:47:25 +00:00
soc soc/intel/braswell/Makefile.inc: Remove commented-out line 2019-05-06 10:29:13 +00:00
southbridge sb/amd/rs780: Use 32 bit variable to avoid truncation 2019-05-06 10:29:28 +00:00
superio superio/fintek/f71808a: Add more optional ramstage registers 2019-05-01 00:09:57 +00:00
vendorcode soc/amd/common: Introduce module_dispatch() 2019-05-06 10:26:25 +00:00
Kconfig spd_bin: Do not depend CONFIG_DIMM_MAX on CONFIG_GENERIC_SPD_BIN 2019-05-06 10:31:38 +00:00