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
