coreboot/src
Nico Huber 44e89af6e6 soc/intel/skylake: Unify serial IRQ options
We had two ways to configure the serial IRQ mode. One time in the
devicetree for FSP and one time through Kconfig for coreboot. We'll
use `enum serirq_mode` from soc/intel/common/ as a devicetree option
instead. As the default is `quiet mode` here and that is the most
common mode, this saves us a lot of lines.

In four cases kblrvp8, 11 and librem 13v2, 15v3, we had conflicting
settings in devicetree and Kconfig. We'll maintain the `continuous`
selection, although it might be that coreboot overrode this earlier
on the kblrvps.

Note: A lot of Google boards have serial IRQ enabled, while the pin
seems to be unconnected?

Change-Id: I79f0cd302e335d8dcf8bf6bc32f3d40ca6713e5c
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/31596
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
2019-03-01 10:07:10 +00:00
..
acpi arch/x86: Add common AMD ACPI hardware definitions 2017-11-10 19:15:38 +00:00
arch src/arch/x86/acpi.c: Update ACPI table's revision numbers 2019-03-01 10:03:05 +00:00
commonlib commonlib: Add Bubble sort algorithm 2019-02-26 11:14:41 +00:00
console console: Split loglevel for fast and slow 2019-02-27 11:10:00 +00:00
cpu cpu/x86/mtrr/mtrr.c:Avoid static scan false positive 2019-02-28 13:57:07 +00:00
device src/device/Kconfig: Change default VESA mode from 117h to 118h 2019-02-25 11:21:19 +00:00
drivers drivers/intel/fsp2_0: Add more EFI return status into FSP2.0 driver 2019-03-01 10:01:38 +00:00
ec ec/google/chromeec: fix the error status passing 2019-02-27 11:08:18 +00:00
include soc/intel/cannonlake: Add Comet Lake U SA 2+2 Device ID 2019-02-28 02:22:11 +00:00
lib rtc: Fix rtc_calc_weekday 2019-02-27 11:07:11 +00:00
mainboard soc/intel/skylake: Unify serial IRQ options 2019-03-01 10:07:10 +00:00
northbridge nb/intel/nehalem: Remove CAR_GLOBAL use 2019-02-12 22:16:42 +00:00
security console: Refactor printk() varargs prototypes 2019-02-27 11:09:31 +00:00
soc soc/intel/skylake: Unify serial IRQ options 2019-03-01 10:07:10 +00:00
southbridge ACPI: Rename FADT model and set it to zero 2019-03-01 10:02:29 +00:00
superio superio/nsc/pc87417: Use common early_serial 2019-02-14 07:54:55 +00:00
vendorcode vendorcode/intel/fsp/fsp2_0/cml: Add FSP header files for Cometlake 2019-02-28 13:33:40 +00:00
Kconfig Kconfig: Add system type entries for common enclosures 2019-02-05 16:03:29 +00:00