summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_cpu_arm64.c
AgeCommit message (Expand)Author
2024-03-18uart: Add uart_cpu_acpi_setup to setup the uartAndrew Turner
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-09-29uart: uart_cpu_arm64: fix the build without FDTKyle Evans
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2020-12-02uart: allow UART_DEV_DBGPORT for fdt consolesMitchell Horne
2019-05-23Use ACPI SPCR on x86Colin Percival
2019-04-25ACPI SPCR: handle BaudRate=0Rebecca Cran
2019-04-15Add quirk for ignoring SPCR AccessWidth values on the PL011 UARTEd Maste
2019-03-22Initialize uart_bus_space_mem.Colin Percival
2019-03-22Obey SPCR AccessWidth parameter.Colin Percival
2018-08-19add snps IP uart support / genaralize UARTMatt Macy
2018-02-26Check all entries in the ACPI uart compat table and not just the first.Andrew Turner
2017-12-08Set the io width when using an ACPI uart. Previously it would only ever beAndrew Turner
2017-02-27Allow setting access-width for UART registers.Ruslan Bukin
2016-11-21Include the missing accommon.h from the ACPI uart code.Andrew Turner
2016-11-21Add support to find the arm64 serial using the ACPI tables. This uses theAndrew Turner
2016-11-21Add an arm64 specific uart cpu driver. As arm64 may use ACPI to find theAndrew Turner