aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_cpu_arm64.c
Commit message (Expand)AuthorAgeFilesLines
* uart: Add uart_cpu_acpi_setup to setup the uartAndrew Turner2024-03-181-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* uart: uart_cpu_arm64: fix the build without FDTKyle Evans2022-09-291-21/+31
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* uart: allow UART_DEV_DBGPORT for fdt consolesMitchell Horne2020-12-021-5/+1
* Use ACPI SPCR on x86Colin Percival2019-05-231-95/+6
* ACPI SPCR: handle BaudRate=0Rebecca Cran2019-04-251-0/+7
* Add quirk for ignoring SPCR AccessWidth values on the PL011 UARTEd Maste2019-04-151-0/+5
* Initialize uart_bus_space_mem.Colin Percival2019-03-221-1/+2
* Obey SPCR AccessWidth parameter.Colin Percival2019-03-221-1/+1
* add snps IP uart support / genaralize UARTMatt Macy2018-08-191-5/+5
* Check all entries in the ACPI uart compat table and not just the first.Andrew Turner2018-02-261-5/+12
* Set the io width when using an ACPI uart. Previously it would only ever beAndrew Turner2017-12-081-2/+5
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-2/+3
* Include the missing accommon.h from the ACPI uart code.Andrew Turner2016-11-211-0/+1
* Add support to find the arm64 serial using the ACPI tables. This uses theAndrew Turner2016-11-211-1/+83
* Add an arm64 specific uart cpu driver. As arm64 may use ACPI to find theAndrew Turner2016-11-211-0/+117