summaryrefslogtreecommitdiff
path: root/sys/powerpc/ps3/ps3_syscons.c
Commit message (Expand)AuthorAgeFilesLines
* Fix reversed endianness that crept in at some point. Blue is now blueNathan Whitehorn2018-01-021-1/+1
* Use data from the boot loader to pick the appropriate output graphics modeNathan Whitehorn2017-12-311-3/+49
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Add support for USB display link adapters to the FB and VT drivers.Hans Petter Selasky2015-03-071-1/+0
* Allow use of higher-resolution (e.g. 1920x1080) framebuffers on PS3.Nathan Whitehorn2015-02-221-5/+5
* Use FDT properties to identify a PS3 if present.Nathan Whitehorn2015-01-051-9/+6
* Make PS3 work with the userspace kboot loader. loader.ps3 will disappearNathan Whitehorn2015-01-051-2/+5
* vt(4): Use vt_fb_drawrect() and vt_fb_setpixel() in all vt_fb-derivativeJean-Sébastien Pédron2014-09-161-0/+2
* vt(4): Add vd_bitblt_bmp_t callbackJean-Sébastien Pédron2014-08-231-0/+1
* vt_fb: Implement vd_bitblt_text_t for vt_fb and derivativesJean-Sébastien Pédron2014-08-231-1/+1
* Fix two files forgotten in r269783 (vt_generate_cons_palette)Jean-Sébastien Pédron2014-08-101-2/+2
* Retire vd_maskbitbltchr. The same functionality can be obtained by testingNathan Whitehorn2014-08-071-1/+0
* Retire various intertwined bits of fbd(4) and vt_fb, in particular theNathan Whitehorn2014-08-061-5/+1
* Enable X11 via xf86-video-scfb on the Playstation 3. This commit made fromNathan Whitehorn2014-07-191-0/+3
* Move the PS3 framebuffer console to use vt instead of syscons and adjustNathan Whitehorn2014-05-111-622/+47
* Avoid warnings about duplicate modules.Nathan Whitehorn2012-02-041-1/+1
* Support infrastructure for X11 on PS3.Nathan Whitehorn2011-12-181-5/+20
* Import support for the Sony Playstation 3 using the OtherOS featureNathan Whitehorn2011-01-061-0/+757