
On Fri, 21 Oct 2011 17:04:22 +0800 Che-Liang Chiou clchiou@chromium.org wrote:
This patch exports LCD info-query and bitmap-rendering functions to external apps.
This patch is tested on a Seaboard. Because the LCD driver is not yet upstreamed, the test was done in a local downstream repo.
Signed-off-by: Che-Liang Chiou clchiou@chromium.org
Changes in V5 Clean up logic
Changes in V4 Remove support of video device, which is untested and will leave to future work
Changes in V3 Rebase to ToT
Changes in V2 Fix style errors
api/Makefile | 3 +- api/api.c | 47 +++++++++++++++++++++++++++++++ api/api_display.c | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++ api/api_private.h | 4 +++ examples/api/demo.c | 31 +++++++++++++++++++++ examples/api/glue.c | 31 +++++++++++++++++++++ examples/api/glue.h | 5 +++ include/api_public.h | 16 +++++++++++ 8 files changed, 210 insertions(+), 1 deletions(-) create mode 100644 api/api_display.c
Applied to u-boot-video/master, thanks.
Anatolij