summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-aspeed
Commit message (Collapse)AuthorAgeFilesLines
* ARM: aspeed: Select pinctrl driversAndrew Jeffery2017-01-101-0/+4
| | | | | Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
* arm: Add Aspeed machineJoel Stanley2016-05-091-0/+30
Aspeed devices are a common Baseboard Management Controller (BMC) system on chip containing an ARM9 or ARM11 core, off-chip DDR RAM and support for a large number of peripherals. This patch adds basic support for the ast2400 and ast2500 machines, capable of booting to a prompt in QEMU (-M palmetto-bmc), on an Palmetto OpenPower development machine, and on the ast2500 EVB. Signed-off-by: Joel Stanley <joel@jms.id.au>