
Hi,
I reworked my previous proposal for common framebuffer interface on PXA and MPC8xx (other platforms should find it usefull too). There are some differences in contrast to patch I posted on 08.08.2004. They are: o got rid of two extra header files (pxafb.h and mpc823fb.h) introduced earlier o all common stuff is in include/lcd.h and common/lcd.c o CPU dependent stuff remains in cpu/mpc8xx/lcd.c and cpu/pxa/pxafb.c
See my previous post for more details.
I tested that patch does not break pxa and 8xx boards with ./MAKEALL [pxa|8xx].
CHANGELOG: Patch by Hinko Kocevar, 21 Aug 2004: Group common framebuffer functions in common/lcd.c Group common framebuffer macros and #defines in include/lcd.h Provide calc_fbsize() for video ATAG
regards, himba