diff options
author | Joel Stanley <joel@jms.id.au> | 2016-03-21 17:22:31 +1030 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2016-05-09 17:41:14 +0930 |
commit | 8c2ed9bcfbeb7f313b567b25e87effd75e7dc3d6 (patch) | |
tree | 271fd85292c40e71b6bc7b5502db9ee880a74f55 /MAINTAINERS | |
parent | bf16200689118d19de1b8d2a3c314fc21f5dc7bb (diff) | |
download | linux-8c2ed9bcfbeb7f313b567b25e87effd75e7dc3d6.tar.gz linux-8c2ed9bcfbeb7f313b567b25e87effd75e7dc3d6.tar.bz2 linux-8c2ed9bcfbeb7f313b567b25e87effd75e7dc3d6.zip |
arm: Add Aspeed machine
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 61a323a6b2cf..e727935fdf04 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -975,6 +975,13 @@ F: arch/arm/mach-artpec F: arch/arm/boot/dts/artpec6* F: drivers/clk/clk-artpec6.c +ARM/ASPEED MACHINE SUPPORT +M: Joel Stanley <joel@jms.id.au> +S: Maintained +F: arch/arm/mach-aspeed/ +F: arch/arm/boot/dts/aspeed-* +F: drivers/*/*aspeed* + ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT M: Nicolas Ferre <nicolas.ferre@atmel.com> M: Alexandre Belloni <alexandre.belloni@free-electrons.com> |