summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-11-12powerpc: remove orphaned boards mcc200 and prs200Nikita Kiryanov27-1600/+7
2014-08-10lcd: cleanup unused functionsHannes Petermaier2-18/+1
2014-08-10Add support for 32-bit organized framebuffersHannes Petermaier2-4/+48
2014-07-07mpc8xx: remove rbc823 board supportMasahiro Yamada12-1552/+3
2014-03-18sandbox: Add LCD driverSimon Glass12-4/+150
2014-02-03lib: tizen: change Tizen logo with the new one.Przemyslaw Marczak10-5082/+10773
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk605-640/+640
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5761-91729/+5994
2013-07-01video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEORobert Winkler6-16/+72
2013-07-01lcd: align bmp header when uncopmressing imagePiotr Wilczek2-15/+30
2013-06-05lcd: add functions to set up simplefb device treeStephen Warren3-0/+115
2013-04-12Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD270-2059/+7061
2013-03-27video: exynos_fb: Remove callbacks from the driverAjay Kumar5-45/+66
2013-03-21common/lcd.c: move the macro's to the c fileJeroen Hofstee2-28/+28
2013-03-21common/lcd: cosmetic: clean up a bitJeroen Hofstee2-73/+49
2013-03-21common/lcd.c: remove global lcd_baseJeroen Hofstee10-39/+9
2013-03-21common/lcd.c: cleanup use of global variablesJeroen Hofstee10-49/+6
2013-03-21common/lcd.c: cleanup use of global variablesWolfgang Denk11-27/+8
2013-03-08lcd: add option for board specific splash screen preparationNikita Kiryanov3-0/+24
2012-12-10Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang384-2753/+23887
2012-11-19lcd: Add support for flushing LCD fb from dcache after updateSimon Glass3-9/+57
2012-11-19lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignmentSimon Glass3-5/+29
2012-11-06lcd: Provide an API to access LCD parametersVadim Bendebury2-0/+62
2012-09-01video: add dp_enabled variable in vidinfo structureDonghwa Lee1-0/+1
2012-06-05video: atmel/lcd: add LCD driver for new Atmel SoCBo Shen4-1/+445
2012-05-25EXYNOS: display 32bpp bitmap TIZEN logoDonghwa Lee6-9/+46
2012-05-25cmd_bmp.c: make bmp_display() usable by drivers or board codeAnatolij Gustschin2-2/+2
2012-05-15LCD: add data structure for EXYNOS display driverDonghwa Lee1-0/+64
2011-12-06PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut24-76/+80
2011-11-15lcd: add clear and draw bitmap declarationChe-Liang Chiou3-9/+13
2011-10-27GCC4.6: Squash warning in lcd.cMarek Vasut1-2/+2
2010-09-25atmel_lcd: Allow contrast polarity to be either positive or negativeAlexander Stein2-1/+3
2010-07-14Enable PXAFB for PXA27X and PXA3XXMarek Vasut3-8/+15
2009-07-26lcd.h: define extern vidinfo_t for all casesAlessandro Rubini1-6/+2
2009-07-26Add 16bit colour support in lcd.hMark Jackson1-1/+1
2009-07-25video: move extern declarations from C to headersAlessandro Rubini3-16/+13
2009-02-24LCD: support 8bpp BMPs on 16bpp displaysGuennadi Liakhovetski2-33/+47
2008-10-27lcd: Let the board code show board-specific infoHaavard Skinnemoen8-79/+178
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2039-53844/+53844
2008-05-10Add ATMEL LCD driverStelian Pop8-13/+483
2007-07-09include/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger34-71/+43
2007-07-03include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger7-11/+10
2006-08-30Add splashscreen support for MCC200 board.Wolfgang Denk7-5/+297
2005-07-04* Patch by Detlev Zundel, 30 Jun 2005:wdenk6-30/+36
2004-10-09* Clean up tools/bmp_logo.c to not add trailing white spacewdenk10-1608/+1205
2004-06-25Add "cls" function to MPC823 LCD driver so we can reinitialize thewdenk4-54/+35
2003-06-03* Patches by Udi Finkelstein, 2 June 2003:wdenk39-427/+6969
2002-11-03Initial revisionwdenk124-0/+48888