Re: [Qemu-devel] [Qemu devel v5 PATCH 0/5] Add support for Smartfusion2 SoC

2017-07-02 Thread sundeep subbaraya
Hi Peter, On Mon, Jul 3, 2017 at 2:30 AM, Peter Maydell wrote: > On 2 July 2017 at 18:39, sundeep subbaraya wrote: > > I figured out that systick uses cpu clock as clock source and > > system_clock_scale > > need to be set in msf2-soc.c. There is a bug in u-boot where it uses cpu > > clock as >

Re: [Qemu-devel] [Qemu devel v5 PATCH 0/5] Add support for Smartfusion2 SoC

2017-07-02 Thread Peter Maydell
On 2 July 2017 at 18:39, sundeep subbaraya wrote: > I figured out that systick uses cpu clock as clock source and > system_clock_scale > need to be set in msf2-soc.c. There is a bug in u-boot where it uses cpu > clock as > systick input but configures systick in external clock mode. I have tested

Re: [Qemu-devel] [Qemu devel v5 PATCH 0/5] Add support for Smartfusion2 SoC

2017-07-02 Thread sundeep subbaraya
Hi Philippe, On Mon, Jun 26, 2017 at 9:41 PM, sundeep subbaraya wrote: > Hi Philippe, > > On Fri, Jun 9, 2017 at 12:51 PM, sundeep subbaraya > wrote: > >> Hi Philippe, >> >> On Wed, May 31, 2017 at 11:06 AM, Philippe Mathieu-Daudé > > wrote: >> >>> Hi Sundeep, >>> >>> On 05/29/2017 02:28 AM, su

Re: [Qemu-devel] [Qemu devel v5 PATCH 0/5] Add support for Smartfusion2 SoC

2017-06-26 Thread sundeep subbaraya
Hi Philippe, On Fri, Jun 9, 2017 at 12:51 PM, sundeep subbaraya wrote: > Hi Philippe, > > On Wed, May 31, 2017 at 11:06 AM, Philippe Mathieu-Daudé > wrote: > >> Hi Sundeep, >> >> On 05/29/2017 02:28 AM, sundeep subbaraya wrote: >> >>> Hi Philippe, >>> >>> Any update on this? I will wait for you

Re: [Qemu-devel] [Qemu devel v5 PATCH 0/5] Add support for Smartfusion2 SoC

2017-06-09 Thread sundeep subbaraya
Hi Philippe, On Wed, May 31, 2017 at 11:06 AM, Philippe Mathieu-Daudé wrote: > Hi Sundeep, > > On 05/29/2017 02:28 AM, sundeep subbaraya wrote: > >> Hi Philippe, >> >> Any update on this? I will wait for your comments too >> and send next iteration fixing Alistair comments. >> > > Sorry I'm supp

Re: [Qemu-devel] [Qemu devel v5 PATCH 0/5] Add support for Smartfusion2 SoC

2017-05-30 Thread Philippe Mathieu-Daudé
Hi Sundeep, On 05/29/2017 02:28 AM, sundeep subbaraya wrote: Hi Philippe, Any update on this? I will wait for your comments too and send next iteration fixing Alistair comments. Sorry I'm supposed to be in holidays ;) Thanks, Sundeep On Wed, May 17, 2017 at 3:09 PM, sundeep subbaraya mail

Re: [Qemu-devel] [Qemu devel v5 PATCH 0/5] Add support for Smartfusion2 SoC

2017-05-28 Thread sundeep subbaraya
Hi Philippe, Any update on this? I will wait for your comments too and send next iteration fixing Alistair comments. Thanks, Sundeep On Wed, May 17, 2017 at 3:09 PM, sundeep subbaraya wrote: > Hi Philippe, > > On Wed, May 17, 2017 at 9:57 AM, Philippe Mathieu-Daudé > wrote: > >> Hi Sundeep, >

Re: [Qemu-devel] [Qemu devel v5 PATCH 0/5] Add support for Smartfusion2 SoC

2017-05-17 Thread sundeep subbaraya
Hi Philippe, On Wed, May 17, 2017 at 9:57 AM, Philippe Mathieu-Daudé wrote: > Hi Sundeep, > > This patchset is way cleaner! > I had a fast look and I like it, I'll try to make some time soon to review > details and test it. Thank you > > Is your work interested on U-Boot or more focused in

Re: [Qemu-devel] [Qemu devel v5 PATCH 0/5] Add support for Smartfusion2 SoC

2017-05-16 Thread Philippe Mathieu-Daudé
Hi Sundeep, This patchset is way cleaner! I had a fast look and I like it, I'll try to make some time soon to review details and test it. Is your work interested on U-Boot or more focused in Linux kernel? If you compile QEMU with libfdt support you can use the -dtb option to pass the blob to

[Qemu-devel] [Qemu devel v5 PATCH 0/5] Add support for Smartfusion2 SoC

2017-05-16 Thread Subbaraya Sundeep
Hi Qemu-devel, I am trying to add Smartfusion2 SoC. SoC is from Microsemi and System on Module(SOM) board is from Emcraft systems. Smartfusion2 has hardened Microcontroller(Cortex-M3)based Sub System and FPGA fabric. At the moment only system timer, sysreg and SPI controller are modelled. Testing