Re: [U-Boot] [PATCH] arm: add support for semihosting for ARMv7M targets

2015-10-19 Thread Linus Walleij
On Sun, Oct 18, 2015 at 11:45 AM, Vadzim Dambrouski wrote: > On 18.10.2015 12:20, Linus Walleij wrote: >> Hey, cool. Technically the (ulong) typecasts should be another patch > > Sorry about that, this is my first time sending a patch. > >> Are you using this with the smload

Re: [U-Boot] [PATCH] arm: add support for semihosting for ARMv7M targets

2015-10-19 Thread Tom Rini
On Mon, Oct 19, 2015 at 09:12:25AM +0200, Linus Walleij wrote: > On Sun, Oct 18, 2015 at 11:45 AM, Vadzim Dambrouski wrote: > > On 18.10.2015 12:20, Linus Walleij wrote: > >> Hey, cool. Technically the (ulong) typecasts should be another patch > > > > Sorry about that, this is

Re: [U-Boot] [PATCH] arm: add support for semihosting for ARMv7M targets

2015-10-19 Thread Vadzim Dambrouski
On 19.10.2015 18:37, Tom Rini wrote: On Mon, Oct 19, 2015 at 09:12:25AM +0200, Linus Walleij wrote: On Sun, Oct 18, 2015 at 11:45 AM, Vadzim Dambrouski wrote: On 18.10.2015 12:20, Linus Walleij wrote: Hey, cool. Technically the (ulong) typecasts should be another patch

Re: [U-Boot] [PATCH] arm: add support for semihosting for ARMv7M targets

2015-10-18 Thread Linus Walleij
On Sun, Oct 18, 2015 at 1:40 AM, Vadzim Dambrouski wrote: > It is possible to enable CONFIG_SEMIHOSTING for STM32F429 target, but it > would result in compile error. This patch adds support for semihosting for > STM32F429 or any other ARMv7M target. Tested on

Re: [U-Boot] [PATCH] arm: add support for semihosting for ARMv7M targets

2015-10-18 Thread Vadzim Dambrouski
On 18.10.2015 12:20, Linus Walleij wrote: > Hey, cool. Technically the (ulong) typecasts should be another patch Sorry about that, this is my first time sending a patch. > Are you using this with the smload commands? Yes, I do use smhload command, and openocd on the other end. Useful for

Re: [U-Boot] [PATCH] arm: add support for semihosting for ARMv7M targets

2015-10-18 Thread Albert ARIBAUD
Hello Vadzim, On Sun, 18 Oct 2015 12:45:51 +0300, Vadzim Dambrouski wrote: > On 18.10.2015 12:20, Linus Walleij wrote: > > Hey, cool. Technically the (ulong) typecasts should be another patch > > Sorry about that, this is my first time sending a patch. Would you mind

[U-Boot] [PATCH] arm: add support for semihosting for ARMv7M targets

2015-10-17 Thread Vadzim Dambrouski
It is possible to enable CONFIG_SEMIHOSTING for STM32F429 target, but it would result in compile error. This patch adds support for semihosting for STM32F429 or any other ARMv7M target. Tested on STM32F429-DISCOVERY board. Signed-off-by: Vadzim Dambrouski ---