summaryrefslogtreecommitdiffstats
path: root/sys/arm/allwinner/console.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix style bugsganbold2013-01-161-30/+26
| | | | | | | | Use defined constant instead of variable for reg_shift Change u_int32_t to uint32_t Approved by: gonzo Suggested by: bde, wkoszek
* Fix formatting of license according to share/examples/etc/bsd-style-copyrightganbold2013-01-151-1/+1
| | | | Reviewed by: joel
* Fix license to follow standard license templateganbold2013-01-151-5/+5
| | | | Reviewed by: joel
* Initial support for Allwinner A10 SoC (Cubieboard)ganbold2013-01-151-0/+146
Add simple console driver Add interrupt handling and timer codes Add kernel config file Add dts file Approved by: gonzo
OpenPOWER on IntegriCloud