]> git.ipfire.org Git - people/ms/u-boot.git/commit - boards.cfg
mpq101: initial support for Mercury Computer Systems MPQ101 board
authorAlex Dubov <oakad@yahoo.com>
Mon, 24 Jan 2011 05:59:10 +0000 (21:59 -0800)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 27 Jan 2011 05:44:00 +0000 (23:44 -0600)
commita14a94469c21feebad34e37d4881110e1469f415
tree039b1673ac1ff252caa08c6593e23da7682a5195
parent2906845a1faf52a1db177b153f4353be804ef421
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>
MAINTAINERS
board/mercury/mpq101/Makefile [new file with mode: 0644]
board/mercury/mpq101/law.c [new file with mode: 0644]
board/mercury/mpq101/mpq101.c [new file with mode: 0644]
board/mercury/mpq101/tlb.c [new file with mode: 0644]
board/mercury/mpq101/u-boot.lds [new file with mode: 0644]
boards.cfg
include/configs/mpq101.h [new file with mode: 0644]