From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 30 Oct 2008 11:01:02 +0100 Subject: [U-Boot] [PATCH] Add WinCE image load/boot cmd In-Reply-To: <1219416227-31623-1-git-send-email-ryan.chen@st.com> References: <1219416227-31623-1-git-send-email-ryan.chen@st.com> Message-ID: <20081030100102.GC1525@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > --- > 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.