On Tue, Mar 20, 2012 at 04:13:43PM +, Peter Maydell wrote:
>On 20 March 2012 16:00, walimis wrote:
>> On Tue, Mar 20, 2012 at 03:13:33PM +, Peter Maydell wrote:
>>>On 20 March 2012 14:57, Liming Wang wrote:
Vexpress motherboard has two 2x16 NOR flash, but pflash_cfi01
doesn't su
Vexpress motherboard has two 2x16 NOR flash, but pflash_cfi01
doesn't support interleaving, so here only models two 1x32 flash.
Although it's not exactly modeled, it works fine for running linux.
Signed-off-by: Liming Wang
---
hw/vexpress.c | 19 +--
1 files changed, 17 inserti
On Tue, Mar 20, 2012 at 03:13:33PM +, Peter Maydell wrote:
>On 20 March 2012 14:57, Liming Wang wrote:
>> Vexpress motherboard has two 2x16 NOR flash, but pflash_cfi01
>> doesn't support interleaving, so here only models two 1x32 flash.
>> Although it's not exactly modeled, it works fine for r
On 20 March 2012 16:00, walimis wrote:
> On Tue, Mar 20, 2012 at 03:13:33PM +, Peter Maydell wrote:
>>On 20 March 2012 14:57, Liming Wang wrote:
>>> Vexpress motherboard has two 2x16 NOR flash, but pflash_cfi01
>>> doesn't support interleaving, so here only models two 1x32 flash.
>>> Although
On 20 March 2012 14:57, Liming Wang wrote:
> Vexpress motherboard has two 2x16 NOR flash, but pflash_cfi01
> doesn't support interleaving, so here only models two 1x32 flash.
> Although it's not exactly modeled, it works fine for running linux.
>
> Signed-off-by: Liming Wang
> ---
> hw/vexpress.