coreboot/src
Maulik V Vaghela bfe4a59bc9 soc/intel/cannonlake: Pass coreboot debug interface info to FSP
coreboot have an option to use legacy UART or LPSS UART. FSP will use the
UART initialized by coreboot and we can choose an option to skip Uart
initialization by FSP.
For this, we need to pass correct debug interface flag to FSP through
which FSP will know which UART port to use. If we don't pass correct
interface information, FSP may try to dump logs on that port and it may
slow down the system.

BUG=none
BRANCH=none
TEST=Compile and boot with coreboot. Check FSP and coreboot logs are
coming on serial port.

Change-Id: I1ebb20c93e2c15ec085538509099de72bc9dd62c
Signed-off-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31884
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
2019-03-18 09:18:18 +00:00
..
acpi arch/x86: Add common AMD ACPI hardware definitions 2017-11-10 19:15:38 +00:00
arch x86/smbios: Untangle system and board tables 2019-03-16 16:22:16 +00:00
commonlib src: Drop unused '#include <halt.h>' 2019-03-16 11:46:58 +00:00
console coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
cpu src: Drop unused '#include <halt.h>' 2019-03-16 11:46:58 +00:00
device resources: introduce io_resource() 2019-03-17 03:45:50 +00:00
drivers x86/smbios: Untangle system and board tables 2019-03-16 16:22:16 +00:00
ec ec/google/wilco: Enable software sync for VBOOT 2019-03-18 09:14:43 +00:00
include include/cpu/x86/pae.h: Add missing include 2019-03-18 09:17:19 +00:00
lib Remove leftover files 2019-03-14 11:32:06 +00:00
mainboard mb/(ICH7): Remove initialization already done at early_init.c 2019-03-18 09:15:59 +00:00
northbridge nb/intel/i945: Remove 2nd write on SLOTCAP (R/WO) 2019-03-18 09:15:08 +00:00
security vboot: move assert in vboot_migrate_cbmem 2019-03-18 09:17:01 +00:00
soc soc/intel/cannonlake: Pass coreboot debug interface info to FSP 2019-03-18 09:18:18 +00:00
southbridge src: Drop unused '#include <halt.h>' 2019-03-16 11:46:58 +00:00
superio src/nsc/common/nsc.h: Drop unused include 2019-03-18 09:16:14 +00:00
vendorcode vendorcode/intel/fsp/fsp2_0/cnl: Update FSP header files for Cannonlake 2019-03-15 12:47:30 +00:00
Kconfig x86/smbios: Untangle system and board tables 2019-03-16 16:22:16 +00:00