Re: [Qemu-devel] [PATCH v2 20/20] arm: add generic ROM model for Faraday SoC platforms

2013-01-27 Thread Kuo-Jung Su
Thanks for response. The reason why I initialized the QEMU-A36x project a month ago, was to create a embedded ROM code development environment. And there are fews issues at the qemu-1.3.0 which I was working on. 1. The ARM ELF loader failed to correctly handle the image with sparse memory model.

Re: [Qemu-devel] [PATCH v2 20/20] arm: add generic ROM model for Faraday SoC platforms

2013-01-25 Thread Paul Brook
> Since the NAND and SPI flash memories do not support random access, > so most of the systems which use such memory as main storages > usually has some bootstrap code stored inside the embedded ROM of > its SoC, and the bootstrap code is responsible for SDRAM initialization > and then load the spe

[Qemu-devel] [PATCH v2 20/20] arm: add generic ROM model for Faraday SoC platforms

2013-01-25 Thread Kuo-Jung Su
From: Kuo-Jung Su Since the NAND and SPI flash memories do not support random access, so most of the systems which use such memory as main storages usually has some bootstrap code stored inside the embedded ROM of its SoC, and the bootstrap code is responsible for SDRAM initialization and then lo