coreboot/src
Matt DeVillier d6d6771b97 sb/intel/bd82x6x: fix linking for non-native raminit case
Commit 45d4b17 [nb/intel/sandybridge: Move southbridge code to bd82x6x]
moved early_pch_init() to the southbridge, but failed to include
early_pch.c for the non-native raminit case, which now fails to link.
As all boards default to native raminit, this was missed by the autobuilder.

Adjust early_pch.c to be compiled regardles of ram init type used

Test: build/boot google/stout with MRC ram init selected

Change-Id: I50db30fda9a1099fb434c04ea97bcc38f8455233
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32382
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
2019-04-23 10:13:14 +00:00
..
acpi
arch smbios: Add memory type 9 system slot support 2019-04-23 10:09:35 +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 src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
device src: Use include <console/console.h> when appropriate 2019-04-23 10:01:21 +00:00
drivers src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
ec ec/google/wilco: Support board_id with EC provided ID 2019-04-18 23:43:06 +00:00
include smbios: Add memory type 9 system slot support 2019-04-23 10:09:35 +00:00
lib src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
mainboard sb/intel/lynxpoint: Enable LPC/SIO setup in bootblock 2019-04-23 10:12:02 +00:00
northbridge ich7/i945: Use full_reset() 2019-04-23 10:12:24 +00:00
security src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
soc soc/amd/common: Remove AmdReadEventLog() 2019-04-23 10:10:45 +00:00
southbridge sb/intel/bd82x6x: fix linking for non-native raminit case 2019-04-23 10:13:14 +00:00
superio src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
vendorcode soc/amd/common: Remove AmdReadEventLog() 2019-04-23 10:10:45 +00:00
Kconfig x86/smbios: Untangle system and board tables 2019-03-16 16:22:16 +00:00