public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [U-Boot-Users] U-Boot WinCE booting support?
@ 2011-04-07 13:02 Balaji P
  2011-04-07 13:25 ` Marek Vasut
  0 siblings, 1 reply; 6+ messages in thread
From: Balaji P @ 2011-04-07 13:02 UTC (permalink / raw)
  To: u-boot

Hi
     I want to boot wince using uboot. Please provide me some help.

-- 
Thanks&  Regards
Balaji P

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [U-Boot-Users] U-Boot WinCE booting support?
  2011-04-07 13:02 Balaji P
@ 2011-04-07 13:25 ` Marek Vasut
       [not found]   ` <4DBFA41B.2060908@e-consystems.com>
  0 siblings, 1 reply; 6+ messages in thread
From: Marek Vasut @ 2011-04-07 13:25 UTC (permalink / raw)
  To: u-boot

On Thursday 07 April 2011 15:02:37 Balaji P wrote:
> Hi
>      I want to boot wince using uboot. Please provide me some help.

Any why don't you just stick with eboot ?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [U-Boot-Users] U-Boot WinCE booting support?
       [not found]   ` <4DBFA41B.2060908@e-consystems.com>
@ 2011-05-03 12:50     ` Marek Vasut
  2011-05-04 10:16       ` Detlev Zundel
  0 siblings, 1 reply; 6+ messages in thread
From: Marek Vasut @ 2011-05-03 12:50 UTC (permalink / raw)
  To: u-boot

On Tuesday, May 03, 2011 08:43:39 AM Balaji P wrote:
> Hi
>       I am working in Arm based board which can support both linux and
> wince. We need unified bootloader to boot both. Please provide me some
> help.

CCing uboot mailing list ... I can't help you more
> 
> Thanks&  Regards
> Balaji P
> 
> On Thursday 07 April 2011 06:55 PM, Marek Vasut wrote:
> > On Thursday 07 April 2011 15:02:37 Balaji P wrote:
> >> Hi
> >> 
> >>       I want to boot wince using uboot. Please provide me some help.
> > 
> > Any why don't you just stick with eboot ?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [U-Boot-Users] U-Boot WinCE booting support?
  2011-05-03 12:50     ` Marek Vasut
@ 2011-05-04 10:16       ` Detlev Zundel
  0 siblings, 0 replies; 6+ messages in thread
From: Detlev Zundel @ 2011-05-04 10:16 UTC (permalink / raw)
  To: u-boot

Hi,

> On Tuesday, May 03, 2011 08:43:39 AM Balaji P wrote:
>> Hi
>>       I am working in Arm based board which can support both linux and
>> wince. We need unified bootloader to boot both. Please provide me some
>> help.
>
> CCing uboot mailing list ... I can't help you more

We do not have support for booting WinCE ready.  On the other hand, if
you know exactly what the WinCE kernel needs in terms of arguments to
pass to it, it should not be too hard to implement support for it.  Step
1 would be to declare a new operating system type for the U-Boot images
in include/image.h ;)

Cheers
  Detlev

-- 
Paul Simon sang "Fifty Ways to Lose Your Lover", because quite
frankly, "A Million Ways to Tell a Developer He Is a D*ckhead"
doesn't scan nearly as well.  But I'm sure he thought about it.
                            -- linux/Documentation/ManagementStyle
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [U-Boot-Users] U-Boot WinCE booting support?
@ 2012-05-23 13:32 Luc Dechamp
  2012-05-23 15:09 ` Andrea Scian
  0 siblings, 1 reply; 6+ messages in thread
From: Luc Dechamp @ 2012-05-23 13:32 UTC (permalink / raw)
  To: u-boot

Good afternoon, Stephan and Andrea

 

I was looking for information about U-Boot and WinCE when I came across the
message "U-Boot WinCE booting support"

 

Andrea described a function "bootwince" that "check AND decompress" .bin
images and run WinCE.

Has this been implemented yet?

 

If not would it be possible to get a copy of the implementation to be done.

 

http://lists.denx.de/pipermail/u-boot/2008-February/029517.html

 

http://lists.denx.de/pipermail/u-boot/2008-February/029518.html

 

Thank a lot

 

 

Luc

 

 

Luc Dechamp

 
Description: Description: Description: cid:image002.gif at 01CCE578.44472050
European Commission


Joint Research Centre

Institute for Transuranium Elements

Nuclear Security 

 

 

Via Fermi, 2749 - TP181
21027 Ispra (VA) - Italy

 

Phone:     +39 0332 785076

Fax:         +39 0332 789216

 

Email:        <mailto:luc.dechamp@jrc.ec.europa.eu>
luc.dechamp at jrc.ec.europa.eu

 

Web Site:  <http://npns.jrc.it/> http://npns.jrc.it

 

"The views expressed are purely those of the writer and may not in any
circumstances be regarded as stating an official position of the European
Commission."

 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 3898 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120523/0625d2f4/attachment.gif>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [U-Boot-Users] U-Boot WinCE booting support?
  2012-05-23 13:32 [U-Boot] [U-Boot-Users] U-Boot WinCE booting support? Luc Dechamp
@ 2012-05-23 15:09 ` Andrea Scian
  0 siblings, 0 replies; 6+ messages in thread
From: Andrea Scian @ 2012-05-23 15:09 UTC (permalink / raw)
  To: u-boot


Dear Luc

AFAIK, it has not been integrated in u-boot. In fact the patch was "ugly 
& dirty" but it works, at least on out Zefeer platform with WinCE 6.0 
(it work with previous versions too). We also ported it with ease on 
other platform (e.g. out Qong, which is an iMX31 based platform).

It can be find as attachment to the thread you already mention, here:

http://lists.denx.de/pipermail/u-boot/2008-February/029523.html

I hope you can find it useful and maybe clean it up and let it be more 
flexible and generic.

Best Regards,

Andrea

Il 23/05/2012 15:32, Luc Dechamp ha scritto:
> Good afternoon, Stephan and Andrea
>
> I was looking for information about U-Boot and WinCE when I came across
> the message ?U-Boot WinCE booting support?
>
> Andrea described a function ?bootwince? that "check AND decompress" .bin
> images and run WinCE.
>
> Has this been implemented yet?
>
> If not would it be possible to get a copy of the implementation to be done.
>
> http://lists.denx.de/pipermail/u-boot/2008-February/029517.html
>
> http://lists.denx.de/pipermail/u-boot/2008-February/029518.html
>
> Thank a lot
>
> Luc
>
> */Luc Dechamp/*
>
> ***
> *Description: Description: Description: cid:image002.gif at 01CCE578.44472050*
> **European Commission*
>
>
> *Joint Research Centre**__*
>
> Institute for Transuranium Elements
>
> Nuclear Security
>
> Via Fermi, 2749 ? TP181
> 21027 Ispra (VA) ? Italy
>
> Phone:+39 0332 785076
>
> Fax:+39 0332 789216
>
> Email:luc.dechamp at jrc.ec.europa.eu <mailto:luc.dechamp@jrc.ec.europa.eu>
>
> Web Site: http://npns.jrc.it <http://npns.jrc.it/>
>
> /?The views expressed are purely those of the writer and may not in any
> circumstances be regarded as stating an official position of the
> European Commission.?/
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-05-23 15:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-23 13:32 [U-Boot] [U-Boot-Users] U-Boot WinCE booting support? Luc Dechamp
2012-05-23 15:09 ` Andrea Scian
  -- strict thread matches above, loose matches on Subject: below --
2011-04-07 13:02 Balaji P
2011-04-07 13:25 ` Marek Vasut
     [not found]   ` <4DBFA41B.2060908@e-consystems.com>
2011-05-03 12:50     ` Marek Vasut
2011-05-04 10:16       ` Detlev Zundel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox