[Qemu-devel] [Bug 1579327] Re: emulation of vexpress-a9 vexpress-a15 in multicore mode seems to be broken

2016-05-09 Thread embedded0n3
I found another typo In comment from last night about compilling u-boot. This line $ make all_ca9x4_defconfig ARCH=arm CROSS_COMPILE=arm-none-eabi- should look: $ make all ARCH=arm CROSS_COMPILE=arm-none-eabi- -- You received this bug notification because you are a member of qemu- devel-ml, wh

[Qemu-devel] [Bug 1579327] Re: emulation of vexpress-a9 vexpress-a15 in multicore mode seems to be broken

2016-05-09 Thread embedded0n3
I see. I can take a look. Could this procedure be helpfull in this case? Error message was similar but it was related to loading coreboot http://blog.3mdeb.com/2014/08/07/debugging-coreboot-for-qemu-armv7-vexpress-a9-emulated-mainboard/ Or there are better tools to do this job? -- You received

[Qemu-devel] [Bug 1579327] Re: emulation of vexpress-a9 vexpress-a15 in multicore mode seems to be broken

2016-05-09 Thread embedded0n3
Does -smp cores=4 means qemu is emulaing versatile espress a9 with 4 cores ( this is how versatile express board is designed - i mean it's a board with 4 cores cotex a9 ) and qemu without -smp parameter emalates jus single core ( unicore )? In case of versatile express a9 u-boot binary: U-boot wa

[Qemu-devel] [Bug 1579327] Re: emulation of vexpress-a9 vexpress-a15 in multicore mode seems to be broken

2016-05-08 Thread embedded0n3
And if this is not clear - in all cases everything was OK when emulation was started without -smp cors=2 or 3 or 4. By OK i mean there was no qemu: fatal: Trying to execute code outside RAM or ROM at 0x errors and I was able to execute some comands like help and printenv and nothing hap

[Qemu-devel] [Bug 1579327] Re: emulation of vexpress-a9 vexpress-a15 in multicore mode seems to be broken

2016-05-08 Thread embedded0n3
Yes, there are still problems on qemu 2.6.0 release candidate and 2.5.1 with same version of u-boot as mentioned and with latest stable u-boot release. When qemu has parameter -smp cores=2 or 3 or 4. errors are: qemu: fatal: Trying to execute code outside RAM or ROM at 0x31306c70 That adress chang

[Qemu-devel] [Bug 1579327] Re: emulation of vexpress-a9 vexpress-a15 in multicore mode seems to be broken

2016-05-08 Thread embedded0n3
Sorry, missed '-' character at the end of command obviously. It shaould be: $ make vexpress_ca9x4_defconfig ARCH=arm CROSS_COMPILE=arm-none-eabi- $ make all_ca9x4_defconfig ARCH=arm CROSS_COMPILE=arm-none-eabi- -- You received this bug notification because you are a member of qemu- devel-ml,

[Qemu-devel] [Bug 1579327] [NEW] emulation of vexpress-a9 vexpress-a15 in multicore mode seems to be broken

2016-05-07 Thread embedded0n3
Public bug reported: Report based on: https://stackoverflow.com/questions/37068688/have-you-got-issues-with-running-u-boot-for-versatile-express-a9-platform-under I don't see any bug reports about vexpress boards emulation here, so I decided to let you know: version tested: qemu 2.0.0 on 32 bit