Re: [U-Boot] [PATCH] HACK: enable HYP mode on OMAP5

2013-09-18 Thread MJ embd
Few quick comments 1) wouldnt it be better to create a .S file and move big chunk of inline assembly there 2) can the multiple occurences of .word be substituted with something else? On 9/17/13, Alexander Tarasikov alexander.tarasi...@gmail.com wrote: --- arch/arm/lib/bootm.c | 89

[U-Boot] [PATCH] HACK: enable HYP mode on OMAP5

2013-09-16 Thread Alexander Tarasikov
--- arch/arm/lib/bootm.c | 89 ++-- 1 file changed, 87 insertions(+), 2 deletions(-) diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c index eefb456..63395c3 100644 --- a/arch/arm/lib/bootm.c +++ b/arch/arm/lib/bootm.c @@ -8,6 +8,9 @@ *