coreboot-kgpe-d16/src/soc/intel/denverton_ns
Nico Huber 3eb720c36e drivers/uart/Kconfig: Be smarter about DRIVERS_UART_8250IO
It defaults to y to avoid having to select it per mainboard. But that
makes a mess because it results in linker conflicts unless other UART
drivers disable it explicitly.

We try to be smarter about the default value for now. The real solu-
tion would be to hardcode it per mainboard. But who knows which boards
actually have it?

Change-Id: I7e755fe0e4f6d1c31ef2854603a5510c3cdc4967
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/29571
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2018-11-20 17:48:30 +00:00
..
acpi soc/intel: Remove legacy static TPM asl code 2018-07-29 12:29:11 +00:00
bootblock src: Remove unneeded include <lib.h> 2018-11-16 09:50:51 +00:00
include/soc src: Remove unneeded include "{arch,cpu}/cpu.h" 2018-11-12 09:22:18 +00:00
acpi.c src: Remove unneeded include "{arch,cpu}/cpu.h" 2018-11-12 09:22:18 +00:00
chip.c src: Remove unneeded include <cbmem.h> 2018-11-16 10:56:47 +00:00
chip.h src: Add missing include <stdint.h> 2018-11-01 11:25:07 +00:00
cpu.c src: Move common IA-32 MSRs to <cpu/x86/msr.h> 2018-10-11 21:06:53 +00:00
csme_ie_kt.c soc/intel/denverton_ns/csme_ie_kt.c: Don't use device_t 2018-09-21 14:14:33 +00:00
fiamux.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
gpio.c soc/intel/denverton_ns: port gpio to intelblock 2018-05-14 21:03:17 +00:00
gpio_dnv.c soc/intel/denverton_ns + mb: Rename gpio configuration 2018-05-14 21:03:04 +00:00
hob_display.c soc/intel/denverton_ns: Fill dimm info for SMBIOS table 17 2018-05-08 03:06:04 +00:00
hob_mem.c soc/intel/denverton_ns: Fill dimm info for SMBIOS table 17 2018-05-08 03:06:04 +00:00
Kconfig drivers/uart/Kconfig: Be smarter about DRIVERS_UART_8250IO 2018-11-20 17:48:30 +00:00
lpc.c src: Remove unneeded include "{arch,cpu}/cpu.h" 2018-11-12 09:22:18 +00:00
Makefile.inc soc/intel: Consolidate FSP CAR setup and teardown code 2018-10-25 09:26:50 +00:00
memmap.c src: Remove unneeded include <cbfs.h> 2018-11-16 10:26:32 +00:00
npk.c soc/intel/denverton_ns: Get rid of device_t 2018-06-04 02:36:19 +00:00
pmc.c soc/intel/denverton_ns: Get rid of device_t 2018-06-04 02:36:19 +00:00
pmutil.c soc/intel/denverton_ns: Enable common block PMC 2018-09-14 14:11:03 +00:00
reset.c intel: Use CF9 reset (part 2) 2018-10-22 08:35:32 +00:00
romstage.c intel: Use CF9 reset (part 2) 2018-10-22 08:35:32 +00:00
sata.c soc/intel/denverton_ns: Get rid of device_t 2018-06-04 02:36:19 +00:00
smihandler.c src: Get rid of device_t 2018-06-14 09:30:24 +00:00
smm.c src: Remove unneeded include "{arch,cpu}/cpu.h" 2018-11-12 09:22:18 +00:00
soc_util.c src: Remove unneeded include <console/console.h> 2018-11-16 09:50:29 +00:00
spi.c src: Remove unneeded include <console/console.h> 2018-11-16 09:50:29 +00:00
systemagent.c src: Remove unneeded include <cbmem.h> 2018-11-16 10:56:47 +00:00
tsc_freq.c src: Remove unneeded include "{arch,cpu}/cpu.h" 2018-11-12 09:22:18 +00:00
uart.c soc/intel/denverton_ns: Update UART legacy mode to keep FSP traces 2018-03-09 12:57:54 +00:00
uart_debug.c
upd_display.c src: Remove unneeded include "{arch,cpu}/cpu.h" 2018-11-12 09:22:18 +00:00
xhci.c