aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/versatile/versatile_clcd.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* Kill off dummy kbd driversKyle Evans2019-12-201-19/+0
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* [versatilepb] Convert VERSATILEPB kernel to INTRNG and switch to upstream DTBOleksandr Tymoshenko2017-04-011-42/+24
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-141-1/+0
* Stop using machine/fdt.h in the arm kernel code when we don't need it.Andrew Turner2015-04-041-1/+0
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin2014-06-101-2/+0
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-271-1/+0
* Fix background color calculationOleksandr Tymoshenko2013-01-051-1/+1
* Add custom renderer for poor man's cursor support for framebuffer consoleOleksandr Tymoshenko2012-12-281-2/+133
* Add support for QEMU's version of Versatile Platform BoardOleksandr Tymoshenko2012-12-131-0/+828