[Qemu-devel] [PATCH v2] versatiblepb: add NOR flash support

2012-04-16 Thread Eric Bénard
- add support for the 64MB NOR CFI01 flash available at 0x3400 on the versatilepb board http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0225d/BBAJIHEC.html - tested with barebox bootloader Signed-off-by: Eric Bénard --- change since v1 : - remove hack to boot from NOR flash

[Qemu-devel] [PATCH 1/2] pflash_cfi01: remove redundant line

2012-04-12 Thread Eric Bénard
Signed-off-by: Eric Bénard --- hw/pflash_cfi01.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/hw/pflash_cfi01.c b/hw/pflash_cfi01.c index b03f623..d1c7423 100644 --- a/hw/pflash_cfi01.c +++ b/hw/pflash_cfi01.c @@ -144,7 +144,6 @@ static uint32_t pflash_read (pflash_t

[Qemu-devel] [PATCH 2/2] versatiblepb: add NOR flash support

2012-04-12 Thread Eric Bénard
/archive/html/qemu-devel/2008-10/msg00350.html - tested with barebox bootloader Signed-off-by: Eric Bénard --- hw/versatilepb.c | 38 -- 1 files changed, 32 insertions(+), 6 deletions(-) diff --git a/hw/versatilepb.c b/hw/versatilepb.c index 25afb1e..9a187b7