[U-Boot] [PATCH] vxworks: fixed cpu enable using PSCI on armv8

2018-04-10 Thread Vasyl Vavrychuk
: bootvx and bootm commands. This implementation is very similiar to what is done in boot_jump_linux in arch/arm/lib/bootm.c file. Tested on VxWorks 7 release SR0520 2017-12-08. Signed-off-by: Vasyl Vavrychuk <vasyl.vavryc...@globallogic.com> --- arch/arm/lib/bootm.c | 5 + cmd

[U-Boot] [PATCH v2] vxworks: fixed cpu enable using PSCI on armv8

2018-04-10 Thread Vasyl Vavrychuk
: bootvx and bootm commands. This implementation is very similiar to what is done in boot_jump_linux in arch/arm/lib/bootm.c file. Tested on VxWorks 7 release SR0520 2017-12-08 Intel Stratix 10 SX SoC Development Kit board. Signed-off-by: Vasyl Vavrychuk <vasyl.vavryc...@globallogic.com> Re

[U-Boot] [PATCH] vxworks: fixed cpu enable using PSCI on armv8

2018-03-27 Thread Vasyl Vavrychuk
is done in boot_jump_linux in arch/arm/lib/bootm.c file. Signed-off-by: Vasyl Vavrychuk <vasyl.vavryc...@globallogic.com> --- cmd/elf.c | 5 + 1 file changed, 5 insertions(+) diff --git a/cmd/elf.c b/cmd/elf.c index 5745a389da..db690fc619 100644 --- a/cmd/elf.c +++ b/cmd/elf.c @@ -372,6 +

Re: [U-Boot] [PATCH] vxworks: fixed cpu enable using PSCI on armv8

2018-03-28 Thread Vasyl Vavrychuk
Hi, Bin Meng, Thanks for your suggestions. Please find my comments below On Wed, Mar 28, 2018 at 7:36 AM, Bin Meng wrote: > > > > > Tested on VxWorks 7 release SR0520 2017-12-08. > > > > On what board? Intel Stratix 10 DevKit > As I mentioned before, why do you want to use

[U-Boot] [PATCH] vxworks: fixed cpu enable using PSCI on armv8

2018-03-27 Thread Vasyl Vavrychuk
is done in boot_jump_linux in arch/arm/lib/bootm.c file. Tested on VxWorks 7 release SR0520 2017-12-08. Signed-off-by: Vasyl Vavrychuk <vasyl.vavryc...@globallogic.com> --- cmd/elf.c | 5 + 1 file changed, 5 insertions(+) diff --git a/cmd/elf.c b/cmd/elf.c index 5745a389da..db690fc619

Re: [U-Boot] [PATCH] vxworks: fixed cpu enable using PSCI on armv8

2018-04-02 Thread Vasyl Vavrychuk
Hi Bin, On Sun, Apr 1, 2018 at 4:51 PM, Bin Meng wrote: > > Why I mentioned the 'bootm' command, is that AFAIK the only official > way of booting a VxWorks 7 ARM kernel is to use 'bootm'. Are you > saying that 'bootm' command does not work on your Intel Stratix 10 > DevKit

[U-Boot] [PATCH] vxworks: fixed cpu enable using PSCI on armv8

2018-04-02 Thread Vasyl Vavrychuk
: bootvx and bootm commands. This implementation is very similiar to what is done in boot_jump_linux in arch/arm/lib/bootm.c file. Tested on VxWorks 7 release SR0520 2017-12-08. Signed-off-by: Vasyl Vavrychuk <vasyl.vavryc...@globallogic.com> --- arch/arm/lib/bootm.c | 5 + cmd