Re: [Qemu-devel] [PATCH v1 2/4] target-arm: Make SYS_HEAPINFO work for ARMv7-M

2012-08-28 Thread Peter Maydell
On 27 August 2012 21:37, Meador Inge wrote: > The current implementation of the ARM semi-hosting SYS_HEAPINFO > system call assumes that the base address of RAM for all ARM devices > is 0x0. This isn't true for ARMv7-M devices, which uses a base of > 0x2000 for SRAM. This isn't a v7M specifi

[Qemu-devel] [PATCH v1 2/4] target-arm: Make SYS_HEAPINFO work for ARMv7-M

2012-08-27 Thread Meador Inge
The current implementation of the ARM semi-hosting SYS_HEAPINFO system call assumes that the base address of RAM for all ARM devices is 0x0. This isn't true for ARMv7-M devices, which uses a base of 0x2000 for SRAM. Signed-off-by: Meador Inge --- target-arm/arm-semi.c |8 +++- 1 fil