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

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Thu Oct 30 11:01:02 CET 2008


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 <ryan.chen at st.com>
> 
> ---
>  common/Makefile          |    1 +
>  common/cmd_bootm.c       |   32 ++++++++
>  common/cmd_wince.c       |  193 ++++++++++++++++++++++++++++++++++++++++++++++
>  include/config_cmd_all.h |    1 +
>  include/image.h          |    1 +
>  5 files changed, 228 insertions(+), 0 deletions(-)
>  create mode 100644 common/cmd_wince.c

Do you have any plan to rebase it against current HEAD?

Best Regards,
J.


More information about the U-Boot mailing list