Re: [Qemu-devel] [PATCH v5 04/24] hw/arm: add Faraday FTAHBC020 support

2013-03-03 Thread Kuo-Jung Su
2013/3/4 Peter Crosthwaite : > Hi Kuo-Jung, > > On Wed, Feb 27, 2013 at 5:15 PM, Kuo-Jung Su wrote: >> From: Kuo-Jung Su >> >> It's used to perform AHB remap and if the SDRAM is initialized >> before AHB remap process activated, then it would also perform >> the QEMU RAM initialization. >> >> Sig

Re: [Qemu-devel] [PATCH v5 04/24] hw/arm: add Faraday FTAHBC020 support

2013-03-03 Thread Peter Crosthwaite
Hi Kuo-Jung, On Wed, Feb 27, 2013 at 5:15 PM, Kuo-Jung Su wrote: > From: Kuo-Jung Su > > It's used to perform AHB remap and if the SDRAM is initialized > before AHB remap process activated, then it would also perform > the QEMU RAM initialization. > > Signed-off-by: Kuo-Jung Su > --- > hw/arm/

[Qemu-devel] [PATCH v5 04/24] hw/arm: add Faraday FTAHBC020 support

2013-02-27 Thread Kuo-Jung Su
From: Kuo-Jung Su It's used to perform AHB remap and if the SDRAM is initialized before AHB remap process activated, then it would also perform the QEMU RAM initialization. Signed-off-by: Kuo-Jung Su --- hw/arm/Makefile.objs |1 + hw/arm/faraday_a369_soc.c |3 + hw/arm/ftahbc020.c