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