On Tue, Feb 15, 2011, Bahadir Balban wrote:
We have added support for versatile express for some time. Here is our public repo in case you may want to use it as a starting point: https://github.com/bbalban/qemu.git We added support for memory layout, CTxA9 timer, interrupts, few other fixes. Please see commits for details.
Ah I wasn't aware of this tree!
There seem to be two branches; I tried master and got it to build after commenting out realview_i2c_init() and realview_i2c_info.
I didn't manage to start linux though; I could start ARM's u-boot for vexpress [1] with: arm-softmmu/qemu-system-arm -M realview-vx-a9 -kernel u-boot_realview.axf
but I did not get any output with -kernel vmlinuz-2.6.37-1003-linaro-vexpress taken from linux-image-2.6.37-1003-linaro-vexpress_2.6.37-1003.6_armel.deb [2]. I tried with -append console=ttyAMA0,115200 and console=ttyAMA0,38400n8 to no luck.
u-boot-linaro doesn't start in QEMU either.
Would you have some test kernel and instructions?
It seems PCI is working for you, which is really nice! Any issue with the tree?
BTW are these patches being sent upstream?
Thanks!