All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] Versatile Express: add modelling of NOR flash
@ 2012-09-17 20:06 Francesco Lavra
  2012-09-17 20:07 ` [Qemu-devel] [PATCH v2 1/2] Versatile Express: Fix NOR flash 0 address and remove flash alias Francesco Lavra
  2012-09-17 20:08 ` [Qemu-devel] [PATCH v2 2/2] Versatile Express: add modelling of NOR flash Francesco Lavra
  0 siblings, 2 replies; 9+ messages in thread
From: Francesco Lavra @ 2012-09-17 20:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, paul

This patch series adds modelling of the two NOR flash banks found on the
Versatile Express motherboard. Tested with U-Boot running on an emulated
Versatile Express, with either A9 or A15 CoreTile. The alias of the
first NOR flash in the Cortex-A Series memory map is not modelled.

Changes in v2:
Fix definition of NOR flash 0 address and remove flash alias in Cortex-A
Series memory map.
Use drive_get_next() instead of drive_get() to get a backing storage for
each flash bank.

Francesco Lavra (2):
  Versatile Express: Fix NOR flash 0 address and remove flash alias
  Versatile Express: Add modelling of NOR flash

 hw/vexpress.c |   31 ++++++++++++++++++++++++-------
 1 files changed, 24 insertions(+), 7 deletions(-)

-- 
1.7.5.4

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [Qemu-devel] [PATCH v3 0/2] Versatile Express: Add modelling of NOR flash
@ 2012-09-19 15:49 Francesco Lavra
  2012-09-19 15:51 ` [Qemu-devel] [PATCH v2 1/2] Versatile Express: Fix NOR flash 0 address and remove flash alias Francesco Lavra
  0 siblings, 1 reply; 9+ messages in thread
From: Francesco Lavra @ 2012-09-19 15:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, paul

This patch series adds modelling of the two NOR flash banks found on the
Versatile Express motherboard. Tested with U-Boot running on an emulated
Versatile Express, with either A9 or A15 CoreTile. The alias of the
first NOR flash in the Cortex-A Series memory map is not modelled.

Changes in v3:
- When registering either flash bank as CFI device results in an error,
terminate QEMU.

Changes in v2:
- Fix definition of NOR flash 0 address and remove flash alias in
Cortex-A Series memory map.
- Use drive_get_next() instead of drive_get() to get a backing storage
for each flash bank.

Francesco Lavra (2):
  Versatile Express: Fix NOR flash 0 address and remove flash alias
  Versatile Express: Add modelling of NOR flash

 hw/vexpress.c |   33 ++++++++++++++++++++++++++-------
 1 files changed, 26 insertions(+), 7 deletions(-)

-- 
1.7.5.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-09-19 15:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-17 20:06 [Qemu-devel] [PATCH v2 0/2] Versatile Express: add modelling of NOR flash Francesco Lavra
2012-09-17 20:07 ` [Qemu-devel] [PATCH v2 1/2] Versatile Express: Fix NOR flash 0 address and remove flash alias Francesco Lavra
2012-09-18 11:33   ` Peter Maydell
2012-09-17 20:08 ` [Qemu-devel] [PATCH v2 2/2] Versatile Express: add modelling of NOR flash Francesco Lavra
2012-09-18 13:46   ` Peter Maydell
2012-09-18 20:59     ` Francesco Lavra
2012-09-19 10:26       ` Peter Maydell
2012-09-19 13:51         ` Francesco Lavra
  -- strict thread matches above, loose matches on Subject: below --
2012-09-19 15:49 [Qemu-devel] [PATCH v3 0/2] Versatile Express: Add " Francesco Lavra
2012-09-19 15:51 ` [Qemu-devel] [PATCH v2 1/2] Versatile Express: Fix NOR flash 0 address and remove flash alias Francesco Lavra

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.