aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/versatile/pl050.c
Commit message (Expand)AuthorAgeFilesLines
* Remove versatile supportAndrew Turner2021-04-121-742/+0
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-1/+1
* VERSATILEPB: Unbreak after r355796Kyle Evans2019-12-201-2/+0
* kbd drivers: use kbdd_* indirection for diag invocationKyle Evans2019-12-161-1/+1
* Remove more needless <sys/tty.h> includesKyle Evans2019-12-011-1/+2
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* [versatilepb] Fix keyboard driver after switching to upstream DTSOleksandr Tymoshenko2017-04-011-1/+29
* 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
* 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
* Add support for QEMU's version of Versatile Platform BoardOleksandr Tymoshenko2012-12-131-0/+713