diff options
author | Alex Dubov <oakad@yahoo.com> | 2011-01-23 21:59:10 -0800 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-01-26 23:44:00 -0600 |
commit | a14a94469c21feebad34e37d4881110e1469f415 (patch) | |
tree | 039b1673ac1ff252caa08c6593e23da7682a5195 /MAINTAINERS | |
parent | 2906845a1faf52a1db177b153f4353be804ef421 (diff) |
mpq101: initial support for Mercury Computer Systems MPQ101 board
Mpq101 is a RapidIO development board in AMC form factor, featuring MPC8548
processor, 512MB of hardwired DDR2 RAM, 128MB of hardwired NAND flash
memory, real time clock and additional serial EEPROM on i2c bus (enabled).
USB controller is available, but not presently enabled.
Additional board information is available at:
http://www.mc.com/products/boards/ensemble_mpq101_rapidio_powerquicc_iii.aspx
Environment is configured to precede the actual u-boot image so that it's
located at the beginning of flash erase block (made necessary by the recent
changes to the embedded environment handling). This is achieved by means of
custom ld script.
Signed-off-by: Alex Dubov <oakad@yahoo.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index edd1c5cd2a2..14d06ca0c5b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -138,6 +138,10 @@ Jon Diekema <jon.diekema@smiths-aerospace.com> sbc8260 MPC8260 +Alex Dubov <oakad@yahoo.com> + + mpq101 MPC8548 + Dirk Eibach <eibach@gdsys.de> devconcenter PPC460EX |