[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 0/2] Add 8-byte wide AMD flash support, partial interl
From: |
Mike Nawrocki |
Subject: |
[Qemu-ppc] [PATCH 0/2] Add 8-byte wide AMD flash support, partial interleaving |
Date: |
Tue, 31 Oct 2017 11:44:05 -0400 |
This patch set does a few things. First, it switches the AMD CFI flash MMIO
operations from the old MMIO API to the new one. Second, it enables 8-byte
wide flash arrays. Finally, it supports rudimentary interleaving of notional
flash "chips". It is expected that commands will be sent to all "chips"
simultaneously. See the example in the second patch for more details. This
behavior is used by drivers for the PPMC7400 PowerPC evaluation board.
Mike Nawrocki (2):
Add 8-byte access to AMD CFI devices
Add support for flash interleaving of AMD chips
hw/arm/digic_boards.c | 2 +-
hw/arm/musicpal.c | 4 +-
hw/arm/xilinx_zynq.c | 2 +-
hw/block/pflash_cfi02.c | 210 ++++++++++++++++++++++++++---------------------
hw/lm32/lm32_boards.c | 4 +-
hw/ppc/ppc405_boards.c | 15 ++--
hw/sh4/r2d.c | 2 +-
include/hw/block/flash.h | 1 +
8 files changed, 132 insertions(+), 108 deletions(-)
--
2.14.2
- [Qemu-ppc] [PATCH 0/2] Add 8-byte wide AMD flash support, partial interleaving,
Mike Nawrocki <=