Re: [Qemu-devel] [PATCH v2 5/5] xlnx-ep108: Connect the SPI Flash

2015-10-26 Thread Alistair Francis
On Wed, Oct 14, 2015 at 12:25 PM, Peter Crosthwaite wrote: > On Thu, Oct 8, 2015 at 4:30 PM, Alistair Francis > wrote: >> On Wed, Oct 7, 2015 at 5:01 PM, Peter Crosthwaite >> wrote: >>> On Wed, Oct 7, 2015 at 2:34 PM, Alistair Francis >>> wrote: Connect the sst25wf080 SPI flash to the EP10

Re: [Qemu-devel] [PATCH v2 5/5] xlnx-ep108: Connect the SPI Flash

2015-10-14 Thread Alistair Francis
On Thu, Oct 8, 2015 at 4:30 PM, Alistair Francis wrote: > On Wed, Oct 7, 2015 at 5:01 PM, Peter Crosthwaite > wrote: >> On Wed, Oct 7, 2015 at 2:34 PM, Alistair Francis >> wrote: >>> Connect the sst25wf080 SPI flash to the EP108 board. >>> >>> Signed-off-by: Alistair Francis >>> --- >>> V2: >>>

Re: [Qemu-devel] [PATCH v2 5/5] xlnx-ep108: Connect the SPI Flash

2015-10-14 Thread Peter Crosthwaite
On Thu, Oct 8, 2015 at 4:30 PM, Alistair Francis wrote: > On Wed, Oct 7, 2015 at 5:01 PM, Peter Crosthwaite > wrote: >> On Wed, Oct 7, 2015 at 2:34 PM, Alistair Francis >> wrote: >>> Connect the sst25wf080 SPI flash to the EP108 board. >>> >>> Signed-off-by: Alistair Francis >>> --- >>> V2: >>>

Re: [Qemu-devel] [PATCH v2 5/5] xlnx-ep108: Connect the SPI Flash

2015-10-08 Thread Alistair Francis
On Wed, Oct 7, 2015 at 5:01 PM, Peter Crosthwaite wrote: > On Wed, Oct 7, 2015 at 2:34 PM, Alistair Francis > wrote: >> Connect the sst25wf080 SPI flash to the EP108 board. >> >> Signed-off-by: Alistair Francis >> --- >> V2: >> - Use sst25wf080 instead of m25p80 >> >> hw/arm/xlnx-ep108.c | 20

Re: [Qemu-devel] [PATCH v2 5/5] xlnx-ep108: Connect the SPI Flash

2015-10-07 Thread Peter Crosthwaite
On Wed, Oct 7, 2015 at 2:34 PM, Alistair Francis wrote: > Connect the sst25wf080 SPI flash to the EP108 board. > > Signed-off-by: Alistair Francis > --- > V2: > - Use sst25wf080 instead of m25p80 > > hw/arm/xlnx-ep108.c | 20 > 1 file changed, 20 insertions(+) > > diff --gi

[Qemu-devel] [PATCH v2 5/5] xlnx-ep108: Connect the SPI Flash

2015-10-07 Thread Alistair Francis
Connect the sst25wf080 SPI flash to the EP108 board. Signed-off-by: Alistair Francis --- V2: - Use sst25wf080 instead of m25p80 hw/arm/xlnx-ep108.c | 20 1 file changed, 20 insertions(+) diff --git a/hw/arm/xlnx-ep108.c b/hw/arm/xlnx-ep108.c index 2899698..9755c30 100644