summaryrefslogtreecommitdiff
path: root/sys/dev/vt/hw/ofwfb/ofwfb.c
Commit message (Expand)AuthorAgeFilesLines
* vt: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Fix a stray 'e'from my last commit.Warner Losh2020-02-031-1/+1
* Remove sparc64 kernel supportWarner Losh2020-02-031-14/+1
* Enable use of ofwcons for early debugLeandro Lupori2019-12-091-0/+6
* vt/ofwfb: Fix brain-o from r336514, use the correct form of /chosen/stdout-pathJustin Hibbits2018-07-201-9/+15
* vt/ofwfb: Check that /chosen/stdout is valid before using it in initializationJustin Hibbits2018-07-201-2/+4
* ofwfb: Check for /chosen/stdout-path in addition to /chosen/stdoutJustin Hibbits2018-07-191-0/+4
* If linebytes property is missing from the graphics device, assume noNathan Whitehorn2018-05-301-3/+4
* Avoid writing to the frame buffer in early boot on PowerPC if the CPU'sNathan Whitehorn2018-05-191-5/+13
* Clean up vt source whitespace issuesEd Maste2018-05-161-2/+2
* Move the powerpc64 direct map base address from zero to high memory. ThisNathan Whitehorn2018-03-071-1/+1
* Check more aggressively for whether the desired properties actually exist.Nathan Whitehorn2017-12-301-2/+7
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Allow callers of OF_decode_addr to get the size of the found mapping. ThisAndrew Turner2016-02-161-1/+2
* Make graphical consoles work under PowerKVM. Without using hypercalls, it isNathan Whitehorn2016-01-091-2/+23
* Let unchangeable 8-bit frame buffers have vaguely correct colors.Nathan Whitehorn2015-03-101-2/+20
* Remove stray whitespaces.Aleksandr Rybalko2014-09-121-1/+1
* vt(4): Fix mouse cursor handling in vt_fb/creator_vt/ofwfbJean-Sébastien Pédron2014-08-271-17/+18
* vt(4): Store a rectangle for the drawable area, not just the top-left cornerJean-Sébastien Pédron2014-08-251-6/+8
* vt(4): Add vd_bitblt_bmp_t callbackJean-Sébastien Pédron2014-08-231-0/+2
* ofwfb: Implement vd_bitblt_text_tJean-Sébastien Pédron2014-08-231-9/+64
* vt(4): Colors are indexed against a console palette, not a VGA paletteJean-Sébastien Pédron2014-08-101-6/+6
* Retire vd_maskbitbltchr. The same functionality can be obtained by testingNathan Whitehorn2014-08-071-1/+0
* Set fb_pbase properly on PowerPC in the case where we have to guess atNathan Whitehorn2014-08-061-5/+3
* Retire various intertwined bits of fbd(4) and vt_fb, in particular theNathan Whitehorn2014-08-061-1/+0
* Make mmap() of the console device when using ofwfb work like other supportedNathan Whitehorn2014-07-291-78/+49
* Use common vt_fb parts in ofwfb as far as we are able without sacrificingNathan Whitehorn2014-07-071-73/+52
* Port over mmap routine from syscons. This lets X11 work on PowerPC with vt.Nathan Whitehorn2014-05-111-12/+51
* Make ofwfb not be painfully slow. This reduces the time for a verbose bootNathan Whitehorn2014-05-111-25/+63
* Make ofwfb actually work again. Apparently the API it was written againstNathan Whitehorn2014-05-111-4/+33
* Add vt(4) driver name for ofwfb driver.Aleksandr Rybalko2014-05-051-0/+1
* Micro-optimize 8-bit blanking. This is the same as in ofw_syscons.Justin Hibbits2014-01-291-5/+7
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-051-0/+348