coreboot-kgpe-d16/src/drivers/uart
Arthur Heymans e67513e353 drivers/uart/pl011: Fix regwidth
Width of registers are always dwords on pl011, not bytes.

Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Change-Id: I955319d31bba5c0cd4d50f2b34111d51fea653ed
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76883
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
2023-08-10 12:39:08 +00:00
..
acpi drivers: Add SPDX license headers to Makefiles 2023-08-06 19:27:36 +00:00
Kconfig drivers/uart/Kconfig: Drop unused Kconfig symbol 2022-11-17 13:26:55 +00:00
Makefile.inc drivers: Add SPDX license headers to Makefiles 2023-08-06 19:27:36 +00:00
oxpcie.c treewide: Remove duplicated include <device/pci.h> 2023-02-01 03:03:34 +00:00
oxpcie_early.c drivers/uart/oxpcie: Fix broken console output 2023-07-14 15:28:39 +00:00
pl011.c drivers/uart/pl011: Fix regwidth 2023-08-10 12:39:08 +00:00
pl011.h
sifive.c lib/coreboot_table: Simplify API to set up lb_serial 2022-11-04 19:17:13 +00:00
uart8250io.c lib/coreboot_table: Simplify API to set up lb_serial 2022-11-04 19:17:13 +00:00
uart8250mem.c lib/coreboot_table: Simplify API to set up lb_serial 2022-11-04 19:17:13 +00:00
uart8250reg.h src/drivers/uart: Add definition of FIFO enabled in IIR 2022-10-25 15:11:59 +00:00
util.c