Re: [U-Boot] [PATCH] semihosting: Improve ARMv7A support

2015-09-12 Thread Andrey Smirnov
On Sat, Sep 12, 2015 at 12:12 AM, Albert ARIBAUD wrote: > Hello Andrey, > > Two nitpicks: > >> +#if defined(CONFIG_ARM64) >> static noinline long smh_trap(unsigned int sysnum, void *addr) >> { >> register long result asm("r0"); >> -#if defined(CONFIG_ARM64) > >

[U-Boot] [PATCH] semihosting: Improve ARMv7A support

2015-08-09 Thread Andrey Smirnov
/arm/swi.h) which hopefuly fixes the problem. Tested with modified OpenOCD and custom Vybrid VF610 based board Signed-off-by: Andrey Smirnov andrew.smir...@gmail.com --- arch/arm/lib/semihosting.c | 30 ++ 1 file changed, 26 insertions(+), 4 deletions(-) diff --git