Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | malta: Use I/O accessors for SuperI/O controller | Paul Burton | 2016-02-01 | -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 UARTs | Paul Burton | 2013-11-09 | -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> |