[U-Boot] Dreamplug into mainline

Prafulla,
As a practical learning exercise, I'm going to attempt to add support for the Dreamplug into the mainline u-boot tree.
I'm starting with the board number. It is currently 2659. The same as the Guruplug. This is less than ideal because the Dreamplug has 2MB (yes, megabytes) of SPI flash, whereas the Guruplug had 512 MB of flash.
There are other peripherals on the Dreamplug that aren't on the Guruplug (audio, etc) but I don't see that as immediately relevant with U-Boot.
I've found [1] for requesting a new board number, but can I do it? I'm not related to Marvell in any way...
My plan right now is to make copies of all the guruplug stuff, do s/guruplug/dreamplug/g on the new files, consolidate, then add the support for the SPI. Any holes in that?
thx,
Jason.

On Thu, Jun 02, 2011 at 02:11:04PM -0400, Jason wrote:
Prafulla,
As a practical learning exercise, I'm going to attempt to add support for the Dreamplug into the mainline u-boot tree.
I'm starting with the board number. It is currently 2659. The same as the Guruplug. This is less than ideal because the Dreamplug has 2MB (yes, megabytes) of SPI flash, whereas the Guruplug had 512 MB of flash.
I've found [1] for requesting a new board number, but can I do it? I'm not related to Marvell in any way...
Well, no going back now [2] ... ;-) The Dreamplug is now 3550. Off to start writing patches.
[2] http://www.arm.linux.org.uk/developer/machines/list.php?id=3550

-----Original Message----- From: Jason [mailto:u-boot@lakedaemon.net] Sent: Thursday, June 02, 2011 11:41 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de Subject: Dreamplug into mainline
Prafulla,
As a practical learning exercise, I'm going to attempt to add support for the Dreamplug into the mainline u-boot tree.
Hi Jason
Grand Welcome on a board as u-boot developer for Kirkwood support.
I'm starting with the board number. It is currently 2659. The same as the Guruplug. This is less than ideal because the Dreamplug has 2MB (yes, megabytes) of SPI flash, whereas the Guruplug had 512 MB of flash.
There are other peripherals on the Dreamplug that aren't on the Guruplug (audio, etc) but I don't see that as immediately relevant with U-Boot.
I've found [1] for requesting a new board number, but can I do it? I'm not related to Marvell in any way...
My plan right now is to make copies of all the guruplug stuff, do s/guruplug/dreamplug/g on the new files, consolidate, then add the support for the SPI. Any holes in that?
I suggest- you should definitely go for new board number for Dreamplug.
If your delta is relatively small w.r.to Guruplug and has additional code to support additional peripherals, you can still reuse Guruplug board support files.
Check how different OpenRD board versions are supported using same code.
Regards.. Prafulla . .
participants (2)
-
Jason
-
Prafulla Wadaskar