coreboot-kgpe-d16/payloads/libpayload/drivers
Alexandru Gagniuc 4d5317e5a4 libpayload: Remove redundant 8250 MMIO32 UART driver
The more generic 8250 driver can handle both port-mapped and memory-
mapped 8250-compatible UARTs, with different register sizes. Thus, a
separate driver for MMIO32 is not needed.
The generic 8250 driver was tested to work for both output and input,
on Apollolake SoC, which only presents an MMIO32 UART.

Change-Id: Idab766588ddd097649a37de92394b0078ecc660a
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: https://review.coreboot.org/12524
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2015-11-28 19:19:31 +01:00
..
serial libpayload: Remove redundant 8250 MMIO32 UART driver 2015-11-28 19:19:31 +01:00
storage libpayload: Make Kconfig bools use IS_ENABLED() 2015-06-30 18:55:15 +02:00
timer tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
udc libpayload: udc/dwc2: Ignore setup packet in check for queue empty 2015-11-13 00:53:02 +01:00
usb libpayload: xhci: Add delay to get reset working more reliably 2015-11-05 17:40:30 +01:00
video cbgfx: Fix spelling of calculate_position() 2015-10-28 17:09:59 +01:00
Makefile.inc libpayload: Remove redundant 8250 MMIO32 UART driver 2015-11-28 19:19:31 +01:00
cbmem_console.c libpayload: console: Allow output drivers to print whole strings at once 2014-12-22 21:44:37 +01:00
hid.c Remove empty lines at end of file 2015-06-08 00:55:07 +02:00
keyboard.c libpayload: Make Kconfig bools use IS_ENABLED() 2015-06-30 18:55:15 +02:00
nvram.c libpayload: Make Kconfig bools use IS_ENABLED() 2015-06-30 18:55:15 +02:00
options.c
pci.c Remove empty lines at end of file 2015-06-08 00:55:07 +02:00
speaker.c