Re: [Qemu-devel] [Qemu-devel RFC v2 0/4] Add support for Smartfusion2 SoC

2017-04-13 Thread sundeep subbaraya
Hi, On Thu, Apr 13, 2017 at 3:14 PM, Peter Maydell wrote: > On 13 April 2017 at 04:21, sundeep subbaraya wrote: >> Hi Qemu-devel, >> >> This is my first attempt in Qemu. >> Please let me know am doing correct or not. >> SoC is cortex M3 based so

Re: [Qemu-devel] [Qemu-devel RFC v2 0/4] Add support for Smartfusion2 SoC

2017-04-13 Thread Peter Maydell
On 13 April 2017 at 04:21, sundeep subbaraya wrote: > Hi Qemu-devel, > > This is my first attempt in Qemu. > Please let me know am doing correct or not. > SoC is cortex M3 based so no bootrom stuff and unlike other > SoCs Qemu need not load dtb and kernel in DDR. Hence am

Re: [Qemu-devel] [Qemu-devel RFC v2 0/4] Add support for Smartfusion2 SoC

2017-04-12 Thread sundeep subbaraya
Hi Qemu-devel, This is my first attempt in Qemu. Please let me know am doing correct or not. SoC is cortex M3 based so no bootrom stuff and unlike other SoCs Qemu need not load dtb and kernel in DDR. Hence am using u-boot (supplied with -kernel) as bootloader in eNVM and it loads kernel from SPI

[Qemu-devel] [Qemu-devel RFC v2 0/4] Add support for Smartfusion2 SoC

2017-04-09 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.