summaryrefslogtreecommitdiffstats
path: root/sys/arm/xilinx/uart_dev_cdnc.c
Commit message (Collapse)AuthorAgeFilesLines
* Move the uart_class definitions and fdt compat data into the individualian2015-03-071-1/+8
| | | | | | | uart implementations, and export them using the new linker-set mechanism. Differential Revision: https://reviews.freebsd.org/D1993 Submitted by: Michal Meloun
* opt_global.h is included automatically in the build. No need toimp2014-11-181-2/+0
| | | | | | explicitly include it in these places. Sponsored by: Netflix
* Introduce grab and ungrab upcalls. When the kernel desires to grab theimp2014-01-191-0/+25
| | | | | | | | | | console, it calls the grab functions. These functions should turn off the RX interrupts, and any others that interfere. This makes mountroot prompt work again. If there's more generalized need other than prompting, many of these routines should be expanded to do those new things. Reviewed by: bde (with reservations)
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.wkoszek2013-04-271-0/+684
Submitted by: Thomas Skibo <ThomasSkibo (at) sbcglobal.net> Reviewed by: wkoszek, freebsd-arm@ (no objections raised)
OpenPOWER on IntegriCloud