I have to build a runtime image for a PCM-9575 with a VT8606 via chipset. I downloaded the current driver, installed it(with the .msi file), created a new platform and replaced the default display driver with the DXProSavage driver.
I've found something weird in the WinCe kernel start-up code: In the KernelfindMemory function (that's called right after OEMInit), the kernel sets up some data in the RAM via some uncached access and at the end of KernelfindMemory writes-back the whole cache in RAM. The result is ...