On 07/18/2011 09:07 AM, Hamo wrote:
P.S. Could I work on porting coreboot to Armltd versatilepb (which can be emulated by QEMU) instead of Marvell's SOC? Because first It is so difficult for me to get the necessary information of Marvell's SOC, second, You all can test my porting easily.
Hamo,
This sounds like a good idea to me. We can build on your work and move it to actual hardware. Most of the older ARM 11 and 9 devices have open docs. Many of the new ARM soc's (cortex A8, A9) have docs that are under NDA but the bootloaders have open source. For example for OMAP http://www.omappedia.org/wiki/Bootloader_Project
-Bari
On Tue, Jul 19, 2011 at 10:46 PM, Bari Ari bari@onelabs.com wrote:
This sounds like a good idea to me. We can build on your work and move it to actual hardware. Most of the older ARM 11 and 9 devices have open docs. Many of the new ARM soc's (cortex A8, A9) have docs that are under NDA but the bootloaders have open source. For example for OMAP http://www.omappedia.org/wiki/Bootloader_Project
Thanks. Since we want to make use of the romstage code, we need a CPU that supports boot from SPI or Nor Flash (because we need to run code in the rom) and a board that has a SPI or Nor Flash on it.