Dear Sir,

Does anyone have Q965/ICH8 BSP for WINCE 5.0 / WINCE 6.0 platform or
where can I get the BSP ?

BR,
dirw

RE: Q965/ICH8 BSP for WINCE 5.0 and WINCE 6.0 by Rameshchandra

Rameshchandra
Fri Mar 21 19:17:00 PDT 2008

Hi.. It must have been provided with your board manufacturer, if they have
ported wince on it. Or else you have to write a one for you. Based on your
processor take a reference bsp, for eg. Take Mainstone -III BSP if your
board is PXA270 and then modify it according to your board.

Most of the Popular boards bsp is supplied with wince 5.0 or 6.0 Media.
--
Ramesh.c


"dirw" wrote:

> Dear Sir,
>
> Does anyone have Q965/ICH8 BSP for WINCE 5.0 / WINCE 6.0 platform or
> where can I get the BSP ?
>
> BR,
> dirw
>

RE: Q965/ICH8 BSP for WINCE 5.0 and WINCE 6.0 by Werner

Werner
Tue Mar 25 03:20:00 PDT 2008

- Search the Intel website: video driver is released for CE5 and CE6
- IDE driver is almost identical to 82371 that ships with CE. You need to
change a few things however (82371.reg PortIf and driver code to change
PortIO to MemIO)
- USB can be used with standard UHCI that ships with CE. EHCI should work,
but I have sometimes troubles with it when EHCI takes over from UHCI. I
disabled EHCI)
- For CE5 you need to disable USB legacy setting in the CE5 driver, else you
can get in troubles with your PS2 keyb and mouse once the UHCI driver starts
(and that si very hard to find). How? Look at the CE6 driver. MS has updated
it between CE5 and CE6.

I have done this for 855GME and 82801 (IHC4) chipset. And it works.

Werner