Re: [U-Boot] Interrupt issue about bootvx command

2011-10-15 Thread reinhard.a...@t-online.de
much more sense for me. I will come with a formal patch later next week. Kind regards Reinhard -Original-Nachricht- Von: Wolfgang Denk An: Peter Pan Cc: u-boot@lists.denx.de Betreff: Re: [U-Boot] Interrupt

Re: [U-Boot] Interrupt issue about bootvx command

2011-10-14 Thread Wolfgang Denk
Dear Peter Pan, In message you wrote: > > I've installed the git-email packet now, but I can not make it work. > The "Unable to initialize SMTP properly" always pop up. T_T > This is the first time I send any patch to the community, sorry for > the incontinence. > > This is tested on our board

Re: [U-Boot] Interrupt issue about bootvx command

2011-10-13 Thread Peter Pan
Hi Wolfgang, I've installed the git-email packet now, but I can not make it work. The "Unable to initialize SMTP properly" always pop up. T_T This is the first time I send any patch to the community, sorry for the incontinence. This is tested on our board, and I think at least for any Freescale E

Re: [U-Boot] Interrupt issue about bootvx command

2011-10-13 Thread Wolfgang Denk
Dear Peter Pan, please stop top posting / full quoting. In message you wrote: > > And the following is my updated patch. My git does not have "git > send-mail" supported, so I have to paste the formatted commit below. > Sorry for that. Well, you'd better spend the time installing a full-feat

Re: [U-Boot] Interrupt issue about bootvx command

2011-10-12 Thread Peter Pan
Hi Wolfgang, This is a customized board, which is very similar with Freescale's P1020RDB (which is p1_p2_rdb in u-boot), only we replace the process with a compatible one-core version. And the board support files are mostly copied from the p1_p2_rdb. And the following is my updated patch. My git

Re: [U-Boot] Interrupt issue about bootvx command

2011-10-12 Thread Wolfgang Denk
Dear Peter Pan, In message you wrote: > > vxWorks needs all interrupt to be disabled before it's boot up, while > u-boot sometimes enables them. In which configuration / on which board have you run your tests? > Recently, I'm facing this kind of problem about booting up vxWorks > through boot

[U-Boot] Interrupt issue about bootvx command

2011-10-11 Thread Peter Pan
Hi Wolfgang, vxWorks needs all interrupt to be disabled before it's boot up, while u-boot sometimes enables them. Recently, I'm facing this kind of problem about booting up vxWorks through bootvx command. So, I added a patch to the common/cmd_elf.c to disable all interrupts before run into vxWorks