From mboxrd@z Thu Jan 1 00:00:00 1970 From: himba Date: Sat, 21 Aug 2004 15:17:56 +0200 Subject: [U-Boot-Users] [PATCH] common framebuffer for PXA and MPC8xx Message-ID: <41274B84.7020104@siol.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: common-fb.patch.tar.gz Type: application/x-gunzip Size: 15024 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20040821/171deb05/attachment.bin