summaryrefslogtreecommitdiff
path: root/common/lcd.c
AgeCommit message (Expand)Author
2014-12-08ARM: rpi: rename rpi_b to rpiStephen Warren
2014-11-25common/lcd: Make lcd_dt_simplefb_configure_node use fdt_setup_simplefb_nodeHans de Goede
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-11-12powerpc: remove orphaned boards mcc200 and prs200Nikita Kiryanov
2014-10-29kconfig: arm: introduce symbol for ARM CPUsGeorges Savoundararadj
2014-10-16lcd: Fix build error with CONFIG_LCD_BMP_RLE8Simon Glass
2014-08-11lcd: support displaying 24bpp BMPs on >= 24bpp LCDsHannes Petermaier
2014-08-11lcd: remove unused lcd_puts_xyJeroen Hofstee
2014-08-10lcd: cleanup unused functionsHannes Petermaier
2014-08-10Add support for 32-bit organized framebuffersHannes Petermaier
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass
2014-03-17sandbox: Add LCD driverSimon Glass
2014-02-03common: lcd.c: fix data abort exception when try to access bmp headerPrzemyslaw Marczak
2013-11-12lcd: allow overriding lcd_get_size()Anatolij Gustschin
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-08-12video: Encapsulate font in video_font_data.hMarek Vasut
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-08video: consolidate splash screen alignment codeAnatolij Gustschin
2013-07-01video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEORobert Winkler
2013-07-01lcd: remove unaligned access in lcd_dt_simplefb_configure_node()Stephen Warren
2013-06-05lcd: add functions to set up simplefb device treeStephen Warren
2013-03-29video: bcm2835: fix build issuesAnatolij Gustschin
2013-03-29Merge branch 'for-v2013.04'Anatolij Gustschin
2013-03-21Fix bitmap offsets for non 8-bit LCDsAndre Renaud
2013-03-21common/lcd.c: move the macro's to the c fileJeroen Hofstee
2013-03-21common/lcd: cosmetic: clean up a bitJeroen Hofstee
2013-03-21common/lcd.c: remove global lcd_baseJeroen Hofstee
2013-03-21common/lcd.c: cleanup use of global variablesJeroen Hofstee
2013-03-21common/lcd.c: cleanup use of global variablesWolfgang Denk
2013-03-20lcd: calculate line_length after lcd_ctrl_init()Stephen Warren
2013-03-11lcd: implement a callback for splashimageNikita Kiryanov
2013-03-08lcd: add option for board specific splash screen preparationNikita Kiryanov
2013-01-14lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDsNikita Kiryanov
2012-12-10Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang
2012-11-19lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed consoleSimon Glass
2012-11-19lcd: Add support for flushing LCD fb from dcache after updateSimon Glass
2012-11-19lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignmentSimon Glass
2012-11-07lcd: Implement RLE8 bitmap decodingTom Wai-Hong Tam
2012-11-07lcd: Fix BMP decode bug that skips the wrong padded rowTom Wai-Hong Tam
2012-11-07lcd: Provide an API to access LCD parametersVadim Bendebury
2012-09-24common/lcd: fix build breakage for at91sam9x5ek and trats boardsAnatolij Gustschin
2012-09-21common/lcd: add protection from null bmp pointerNikita Kiryanov
2012-09-05common lcd: simplify lcd_display_bitmapNikita Kiryanov
2012-09-05common lcd: simplify core functionsNikita Kiryanov
2012-09-05common lcd: simplify lcd_displayNikita Kiryanov
2012-09-05common lcd: simplify lcd_logoNikita Kiryanov
2012-07-10common lcd: minor coding style changesNikita Kiryanov
2012-05-25LCD: display 32bpp decompressed bitmap imageDonghwa Lee
2012-05-25common/lcd.c: reduce one CONFIG_LCD_LOGO ifdefAnatolij Gustschin
2012-05-25common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefsAnatolij Gustschin