coreboot/src
Duncan Laurie 4234ca2764 soc/intel/skylake: Include I2C code in romstage
The lpss_i2c driver is enabled in romstage, so the SOC needs to
export the pre-ram compatible I2C controller info, which for
skylake is in the bootblock/i2c.c file.

This was not causing a compiler error in normal use, but when
adding I2C debug code in romstage it failed to compile.
With this added, I can now do I2C transactions in romstage.

Change-Id: I0778b0497d0b6936df47c29b2ce942c8d90cf39b
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: https://review.coreboot.org/18198
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2017-01-22 19:24:37 +01:00
..
acpi
arch riscv: Move mcall numbers to mcall.h, adjust their names 2017-01-16 06:15:53 +01:00
commonlib buildsystem: Drop explicit (k)config.h includes 2016-12-08 19:46:53 +01:00
console console: Enable do_printk_va_list for VBOOT 2016-12-27 18:07:39 +01:00
cpu cpu/intel/model_6fx: Add Conroe-L to cpu_device_id list 2017-01-10 19:54:12 +01:00
device SPD_CACHE: Drop debug statement 2017-01-10 21:24:27 +01:00
drivers driver/intel/fsp1_1: Fix boot failure for non-verstage case 2017-01-19 08:50:44 +01:00
ec ec/ene932: correct ACPI battery data fed into ToString() 2016-12-15 23:39:04 +01:00
include google/chromeos: disable platform hierarchy on resume for TPM2 2017-01-12 18:28:12 +01:00
lib lb_tables: make lb_mainboard and lb_strings record sizes 64-bit aligned 2017-01-20 20:52:12 +01:00
mainboard google/eve: Enable keyboard backlight in bootblock 2017-01-22 19:24:22 +01:00
northbridge nb/gm45/gma.c: Fix reported Pixel clock 2017-01-20 23:41:10 +01:00
soc soc/intel/skylake: Include I2C code in romstage 2017-01-22 19:24:37 +01:00
southbridge sb/nvidia/mcp55: Fix typo in nic.c 2017-01-13 17:41:23 +01:00
superio sio/ite/it8783ef: Return (0) in ACPI _PSC methods 2016-12-13 22:49:24 +01:00
vboot vboot: Remove rmu.bin from FW_MAIN_A and FW_MAIN_B 2017-01-04 20:31:26 +01:00
vendorcode apollolake: Update UPD header files for FSP 1.3.0 2017-01-14 01:17:15 +01:00
Kconfig ACPI S3: Flip ACPI_HUGE_LOWMEM_BACKUP default 2016-12-11 09:12:48 +01:00