summaryrefslogtreecommitdiffstats
path: root/board/imgtec/malta/superio.h
Commit message (Collapse)AuthorAgeFilesLines
* malta: Use I/O accessors for SuperI/O controllerPaul Burton2016-02-011-1/+1
| | | | | | | | | | Rather than passing the I/O port base address to the Super I/O code, switch it to using outb such that it makes use of the I/O port base address automatically. Drop the extern keyword to satisfy checkpatch whilst here. Signed-off-by: Paul Burton <paul.burton@imgtec.com>
* malta: setup super I/O UARTsPaul Burton2013-11-091-0/+15
On a real Malta the Super I/O needs to be configured before we are able to access the UARTs. This patch performs that configuration, setting up the UARTs in the same way that YAMON would. Signed-off-by: Paul Burton <paul.burton@imgtec.com>
OpenPOWER on IntegriCloud