Re: [U-Boot] [PATCH] Add WinCE image load/boot cmd

2008-10-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:43 Fri 22 Aug , Ryan CHEN wrote: > The patch is to add support functions which load and boot WinCE image. > It introduces one new CMD macro named 'CONFIG_CMD_WINCE'. > The source codes have tested on STLS board. > > Signed-off-by: Ryan Chen <[EMAIL PROTECTED]> > > --- > common/Makefile

Re: [U-Boot] [PATCH] Add WinCE image load/boot cmd

2008-10-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:43 Fri 22 Aug , Ryan CHEN wrote: > The patch is to add support functions which load and boot WinCE image. > It introduces one new CMD macro named 'CONFIG_CMD_WINCE'. > The source codes have tested on STLS board. > > Signed-off-by: Ryan Chen <[EMAIL PROTECTED]> > > --- > common/Makefile

Re: [U-Boot] [PATCH] Add WinCE image load/boot cmd

2008-09-06 Thread Wolfgang Denk
Dear Ryan CHEN, In message <[EMAIL PROTECTED]> you wrote: > The patch is to add support functions which load and boot WinCE image. > It introduces one new CMD macro named 'CONFIG_CMD_WINCE'. > The source codes have tested on STLS board. > > Signed-off-by: Ryan Chen <[EMAIL PROTECTED]> > > --- >