index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
lcd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lcd: refactor lcd console stuff into its own file
Nikita Kiryanov
2015-01-10
1
-229
/
+0
*
lcd: make lcd_drawchars() independant of lcd_base
Nikita Kiryanov
2015-01-10
1
-5
/
+2
*
lcd: introduce getters for bg/fg color
Nikita Kiryanov
2015-01-10
1
-9
/
+22
*
lcd: get rid of COLOR_MASK
Nikita Kiryanov
2015-01-10
1
-8
/
+6
*
lcd: expand console api
Nikita Kiryanov
2015-01-10
1
-9
/
+26
*
lcd: replace CONSOLE_(ROWS|COLS) with variables
Nikita Kiryanov
2015-01-10
1
-17
/
+18
*
lcd: rename console_(row|col)
Nikita Kiryanov
2015-01-10
1
-27
/
+27
*
lcd: remove LCD_MONOCHROME
Nikita Kiryanov
2015-01-10
1
-28
/
+2
*
lcd: cleanup lcd_drawchars
Nikita Kiryanov
2015-01-10
1
-13
/
+1
*
lcd: remove CONFIG_SYS_INVERT_COLORS
Nikita Kiryanov
2015-01-10
1
-8
/
+0
*
ARM: rpi: rename rpi_b to rpi
Stephen Warren
2014-12-08
1
-1
/
+1
*
common/lcd: Make lcd_dt_simplefb_configure_node use fdt_setup_simplefb_node
Hans de Goede
2014-11-25
1
-42
/
+5
*
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
2014-11-23
1
-3
/
+3
*
powerpc: remove orphaned boards mcc200 and prs200
Nikita Kiryanov
2014-11-12
1
-23
/
+1
*
kconfig: arm: introduce symbol for ARM CPUs
Georges Savoundararadj
2014-10-29
1
-1
/
+0
*
lcd: Fix build error with CONFIG_LCD_BMP_RLE8
Simon Glass
2014-10-16
1
-2
/
+2
*
lcd: support displaying 24bpp BMPs on >= 24bpp LCDs
Hannes Petermaier
2014-08-11
1
-3
/
+20
*
lcd: remove unused lcd_puts_xy
Jeroen Hofstee
2014-08-11
1
-10
/
+0
*
lcd: cleanup unused functions
Hannes Petermaier
2014-08-10
1
-16
/
+1
*
Add support for 32-bit organized framebuffers
Hannes Petermaier
2014-08-10
1
-3
/
+32
*
stdio: Pass device pointer to stdio methods
Simon Glass
2014-07-23
1
-2
/
+12
*
sandbox: Add LCD driver
Simon Glass
2014-03-17
1
-4
/
+17
*
common: lcd.c: fix data abort exception when try to access bmp header
Przemyslaw Marczak
2014-02-03
1
-14
/
+13
*
lcd: allow overriding lcd_get_size()
Anatolij Gustschin
2013-11-12
1
-3
/
+7
*
Coding Style cleanup: remove trailing white space
Wolfgang Denk
2013-10-14
1
-1
/
+1
*
video: Encapsulate font in video_font_data.h
Marek Vasut
2013-08-12
1
-1
/
+0
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-17
/
+1
*
video: consolidate splash screen alignment code
Anatolij Gustschin
2013-07-08
1
-17
/
+2
*
video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO
Robert Winkler
2013-07-01
1
-13
/
+3
*
lcd: remove unaligned access in lcd_dt_simplefb_configure_node()
Stephen Warren
2013-07-01
1
-3
/
+3
*
lcd: add functions to set up simplefb device tree
Stephen Warren
2013-06-05
1
-0
/
+87
*
video: bcm2835: fix build issues
Anatolij Gustschin
2013-03-29
1
-0
/
+12
*
Merge branch 'for-v2013.04'
Anatolij Gustschin
2013-03-29
1
-57
/
+74
|
\
|
*
Fix bitmap offsets for non 8-bit LCDs
Andre Renaud
2013-03-21
1
-3
/
+4
|
*
common/lcd.c: move the macro's to the c file
Jeroen Hofstee
2013-03-21
1
-0
/
+28
|
*
common/lcd: cosmetic: clean up a bit
Jeroen Hofstee
2013-03-21
1
-52
/
+32
|
*
common/lcd.c: remove global lcd_base
Jeroen Hofstee
2013-03-21
1
-0
/
+1
|
*
common/lcd.c: cleanup use of global variables
Jeroen Hofstee
2013-03-21
1
-0
/
+6
|
*
common/lcd.c: cleanup use of global variables
Wolfgang Denk
2013-03-21
1
-3
/
+4
*
|
lcd: calculate line_length after lcd_ctrl_init()
Stephen Warren
2013-03-20
1
-2
/
+2
|
/
*
lcd: implement a callback for splashimage
Nikita Kiryanov
2013-03-11
1
-0
/
+26
*
lcd: add option for board specific splash screen preparation
Nikita Kiryanov
2013-03-08
1
-0
/
+15
*
lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDs
Nikita Kiryanov
2013-01-14
1
-1
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot into resolve
Minkyu Kang
2012-12-10
1
-4
/
+174
|
\
|
*
lcd: Implement RLE8 bitmap decoding
Tom Wai-Hong Tam
2012-11-07
1
-0
/
+144
|
*
lcd: Fix BMP decode bug that skips the wrong padded row
Tom Wai-Hong Tam
2012-11-07
1
-4
/
+4
|
*
lcd: Provide an API to access LCD parameters
Vadim Bendebury
2012-11-07
1
-0
/
+26
*
|
lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console
Simon Glass
2012-11-19
1
-5
/
+17
*
|
lcd: Add support for flushing LCD fb from dcache after update
Simon Glass
2012-11-19
1
-7
/
+39
*
|
lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment
Simon Glass
2012-11-19
1
-5
/
+16
|
/
[next]