aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powernv/opal_console.c
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* powerpc powernv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-101-3/+1
* Remove unused uart_devclass.John Baldwin2022-05-061-1/+1
* opal_console: fix serial console output corruption on powerpc64Alfredo Dal'Ava Junior2021-04-161-7/+42
* [PowerPC64LE] Fix endianness issues in phyp and opal consoles.Brandon Bergren2020-09-231-2/+8
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+4
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-5/+6
* Support multiple OPAL consoles, and don't crash if uart is not stdoutJustin Hibbits2018-06-291-13/+24
* Make ALT_BREAK_TO_DEBUGGER work with OPAL consoleJustin Hibbits2018-05-281-3/+2
* PowerNV: workaround console on OPAL 5.4Wojciech Macek2018-01-171-4/+10
* PowerNV: update OPAL driverWojciech Macek2018-01-121-22/+23
* PowerNV: add buffer for OPAL consoleWojciech Macek2018-01-111-10/+54
* PowerNV: add reset, poweroff, OPAL consoleWojciech Macek2018-01-111-0/+73
* PowerNV: initial support for OPALWojciech Macek2018-01-111-0/+441