
30 Oct
2008
30 Oct
'08
11:01 a.m.
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@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.