QT Framebuffer endianess issue with Caramine graphice GPU + PowerPC Target


Caramine graphice GPU ---Little Endian

Power PC --Big Endian ,32 Bit ARGB data

For 16 Bit color depth RGB format -- conversion from little to Big Endian is written in qscreen_qws.cpp

But for 32 Bit Color depth -- conversion from little to Bigendian is not implemented in qscreen_qws.cpp.

Somebody who faced this problem help us.