summaryrefslogtreecommitdiff
path: root/common/lcd.c
Commit message (Expand)AuthorAgeLines
* ARM: rpi: rename rpi_b to rpiStephen Warren2014-12-08-1/+1
* common/lcd: Make lcd_dt_simplefb_configure_node use fdt_setup_simplefb_nodeHans de Goede2014-11-25-42/+5
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-23-3/+3
* powerpc: remove orphaned boards mcc200 and prs200Nikita Kiryanov2014-11-12-23/+1
* kconfig: arm: introduce symbol for ARM CPUsGeorges Savoundararadj2014-10-29-1/+0
* lcd: Fix build error with CONFIG_LCD_BMP_RLE8Simon Glass2014-10-16-2/+2
* lcd: support displaying 24bpp BMPs on >= 24bpp LCDsHannes Petermaier2014-08-11-3/+20
* lcd: remove unused lcd_puts_xyJeroen Hofstee2014-08-11-10/+0
* lcd: cleanup unused functionsHannes Petermaier2014-08-10-16/+1
* Add support for 32-bit organized framebuffersHannes Petermaier2014-08-10-3/+32
* stdio: Pass device pointer to stdio methodsSimon Glass2014-07-23-2/+12
* sandbox: Add LCD driverSimon Glass2014-03-17-4/+17
* common: lcd.c: fix data abort exception when try to access bmp headerPrzemyslaw Marczak2014-02-03-14/+13
* lcd: allow overriding lcd_get_size()Anatolij Gustschin2013-11-12-3/+7
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-14-1/+1
* video: Encapsulate font in video_font_data.hMarek Vasut2013-08-12-1/+0
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* video: consolidate splash screen alignment codeAnatolij Gustschin2013-07-08-17/+2
* video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEORobert Winkler2013-07-01-13/+3
* lcd: remove unaligned access in lcd_dt_simplefb_configure_node()Stephen Warren2013-07-01-3/+3
* lcd: add functions to set up simplefb device treeStephen Warren2013-06-05-0/+87
* video: bcm2835: fix build issuesAnatolij Gustschin2013-03-29-0/+12
* Merge branch 'for-v2013.04'Anatolij Gustschin2013-03-29-57/+74
|\
| * Fix bitmap offsets for non 8-bit LCDsAndre Renaud2013-03-21-3/+4
| * common/lcd.c: move the macro's to the c fileJeroen Hofstee2013-03-21-0/+28
| * common/lcd: cosmetic: clean up a bitJeroen Hofstee2013-03-21-52/+32
| * common/lcd.c: remove global lcd_baseJeroen Hofstee2013-03-21-0/+1
| * common/lcd.c: cleanup use of global variablesJeroen Hofstee2013-03-21-0/+6
| * common/lcd.c: cleanup use of global variablesWolfgang Denk2013-03-21-3/+4
* | lcd: calculate line_length after lcd_ctrl_init()Stephen Warren2013-03-20-2/+2
|/
* lcd: implement a callback for splashimageNikita Kiryanov2013-03-11-0/+26
* lcd: add option for board specific splash screen preparationNikita Kiryanov2013-03-08-0/+15
* lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDsNikita Kiryanov2013-01-14-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang2012-12-10-4/+174
|\
| * lcd: Implement RLE8 bitmap decodingTom Wai-Hong Tam2012-11-07-0/+144
| * lcd: Fix BMP decode bug that skips the wrong padded rowTom Wai-Hong Tam2012-11-07-4/+4
| * lcd: Provide an API to access LCD parametersVadim Bendebury2012-11-07-0/+26
* | lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed consoleSimon Glass2012-11-19-5/+17
* | lcd: Add support for flushing LCD fb from dcache after updateSimon Glass2012-11-19-7/+39
* | lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignmentSimon Glass2012-11-19-5/+16
|/
* common/lcd: fix build breakage for at91sam9x5ek and trats boardsAnatolij Gustschin2012-09-24-4/+10
* common/lcd: add protection from null bmp pointerNikita Kiryanov2012-09-21-1/+1
* common lcd: simplify lcd_display_bitmapNikita Kiryanov2012-09-05-17/+27
* common lcd: simplify core functionsNikita Kiryanov2012-09-05-32/+30
* common lcd: simplify lcd_displayNikita Kiryanov2012-09-05-9/+18
* common lcd: simplify lcd_logoNikita Kiryanov2012-09-05-11/+1
* common lcd: minor coding style changesNikita Kiryanov2012-07-10-121/+124
* LCD: display 32bpp decompressed bitmap imageDonghwa Lee2012-05-25-3/+16
* common/lcd.c: reduce one CONFIG_LCD_LOGO ifdefAnatolij Gustschin2012-05-25-3/+3
* common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefsAnatolij Gustschin2012-05-25-10/+6