Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
cdbff9fc4002fdd47181088d5abe90e5f2fa1904
/
common
/
lcd.c
5eb83c0
splash: display splash in DM_VIDEO configurations
by Igor Opaniuk
· 5 years ago
1001502
CONFIG_SPL_SYS_[DI]CACHE_OFF: add
by Trevor Woerner
· 6 years ago
96d82f6
video: use BMP_ALIGN_CENTER define from splash.h
by Anatolij Gustschin
· 6 years ago
4e92e60
cmd: add clear screen 'cls' command
by Anatolij Gustschin
· 6 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
021414a
lcd: avoid possible NULL dereference
by xypron.glpk@gmx.de
· 7 years ago
00caae6
env: Rename getenv/_f() to env_get()
by Simon Glass
· 7 years ago
5b8e76c
powerpc, 8xx: remove support for 8xx
by Heiko Schocher
· 7 years ago
10ba6b3
video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPP
by Philipp Tomsich
· 8 years ago
f8f58fb
lcd: Fix compile warning in 64bit mode
by Alexander Graf
· 9 years ago
e32951b
lcd: fix the color testpattern in 16bit mode
by Andreas Neubacher
· 9 years ago
3ade5bc
dm: video: sandbox: Convert sandbox to use driver model for video
by Simon Glass
· 9 years ago
f5bcfe1
Revert "LCD: Add an option to skip registration as an stdio output"
by Anatolij Gustschin
· 9 years ago
05bfe13
LCD: Add an option to skip registration as an stdio output
by Stephane Ayotte
· 9 years ago
3b96b90
common/lcd_console: fix console/logo regression
by Marcel Ziswiler
· 9 years ago
8d379f1
lcd: Support colour lookup table on 16bpp display in BMP images
by Simon Glass
· 9 years ago
1c3dbe5
Remove typedefs from bmp_layout.h
by Simon Glass
· 9 years ago
1733259
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 10 years ago
0eb25b6
common: Make sure arch-specific map_sysmem() is defined
by Joe Hershberger
· 10 years ago
604c7d4
common/lcd_console: introduce display/framebuffer rotation
by Hannes Petermaier
· 10 years ago
7bf71d1
lcd: split splash code into its own function
by Nikita Kiryanov
· 10 years ago
033167c
lcd: dt: extract simplefb support
by Nikita Kiryanov
· 10 years ago
bf21a5d
lcd: rename bitmap_plot to better represent its functionality
by Nikita Kiryanov
· 10 years ago
c8d2feb
lcd: various cleanups
by Nikita Kiryanov
· 10 years ago
8ddfe2f
lcd: remove unused includes
by Nikita Kiryanov
· 10 years ago
0b29a89
lcd: introduce lcd_set_cmap
by Nikita Kiryanov
· 10 years ago
2306457
lcd: logo: move generic cmap setting to lcd_logo_set_cmap()
by Nikita Kiryanov
· 10 years ago
0ee261f
lcd: mpc823: move mpc823-specific lcd_logo_set_cmap code to mpc8xx_lcd.c
by Nikita Kiryanov
· 10 years ago
a02e948
lcd: atmel: introduce lcd_logo_set_cmap
by Nikita Kiryanov
· 10 years ago
27fad01
lcd: mpc8xx: move mpc823-specific fb_put_byte to mpc8xx_lcd.c
by Nikita Kiryanov
· 10 years ago
b3d12e9
lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfb
by Nikita Kiryanov
· 10 years ago
38b5508
lcd: split configuration_get_cmap
by Nikita Kiryanov
· 10 years ago
2af13d6
lcd: fix console address is not initialized
by Bo Shen
· 10 years ago
904672e
lcd: refactor lcd console stuff into its own file
by Nikita Kiryanov
· 10 years ago
88b326a
lcd: make lcd_drawchars() independant of lcd_base
by Nikita Kiryanov
· 10 years ago
4d03634
lcd: introduce getters for bg/fg color
by Nikita Kiryanov
· 10 years ago
a7de295
lcd: get rid of COLOR_MASK
by Nikita Kiryanov
· 10 years ago
140beb9
lcd: expand console api
by Nikita Kiryanov
· 10 years ago
efd7c4a
lcd: replace CONSOLE_(ROWS|COLS) with variables
by Nikita Kiryanov
· 10 years ago
404e4f4
lcd: rename console_(row|col)
by Nikita Kiryanov
· 10 years ago
f4469f5
lcd: remove LCD_MONOCHROME
by Nikita Kiryanov
· 10 years ago
3707ad4
lcd: cleanup lcd_drawchars
by Nikita Kiryanov
· 10 years ago
dc6b5b3
lcd: remove CONFIG_SYS_INVERT_COLORS
by Nikita Kiryanov
· 10 years ago
9316e14
ARM: rpi: rename rpi_b to rpi
by Stephen Warren
· 10 years ago
11b8dfa
common/lcd: Make lcd_dt_simplefb_configure_node use fdt_setup_simplefb_node
by Hans de Goede
· 10 years ago
b414119
linux/kernel.h: sync min, max, min3, max3 macros with Linux
by Masahiro Yamada
· 10 years ago
ecfdcee
powerpc: remove orphaned boards mcc200 and prs200
by Nikita Kiryanov
· 10 years ago
2e07c24
kconfig: arm: introduce symbol for ARM CPUs
by Georges Savoundararadj
· 10 years ago
0156444
lcd: Fix build error with CONFIG_LCD_BMP_RLE8
by Simon Glass
· 10 years ago
a305fb1
lcd: support displaying 24bpp BMPs on >= 24bpp LCDs
by Hannes Petermaier
· 10 years ago
072f210
lcd: remove unused lcd_puts_xy
by Jeroen Hofstee
· 10 years ago
8d9eaaf
lcd: cleanup unused functions
by Hannes Petermaier
· 11 years ago
57d76a8
Add support for 32-bit organized framebuffers
by Hannes Petermaier
· 11 years ago
709ea54
stdio: Pass device pointer to stdio methods
by Simon Glass
· 10 years ago
7d95f2a
sandbox: Add LCD driver
by Simon Glass
· 11 years ago
dca2a1c
common: lcd.c: fix data abort exception when try to access bmp header
by Przemyslaw Marczak
· 11 years ago
cefa471
lcd: allow overriding lcd_get_size()
by Anatolij Gustschin
· 11 years ago
3765b3e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· 11 years ago
ac8ba84
video: Encapsulate font in video_font_data.h
by Marek Vasut
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
ff8fb56
video: consolidate splash screen alignment code
by Anatolij Gustschin
· 11 years ago
dd4425e
video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO
by Robert Winkler
· 11 years ago
5af7d0f
lcd: remove unaligned access in lcd_dt_simplefb_configure_node()
by Stephen Warren
· 11 years ago
6a195d2
lcd: add functions to set up simplefb device tree
by Stephen Warren
· 11 years ago
1d3dea1
video: bcm2835: fix build issues
by Anatolij Gustschin
· 12 years ago
d0f34f1
Merge branch 'for-v2013.04'
by Anatolij Gustschin
· 12 years ago
317461c
Fix bitmap offsets for non 8-bit LCDs
by Andre Renaud
· 12 years ago
a5796c5
common/lcd.c: move the macro's to the c file
by Jeroen Hofstee
· 12 years ago
6b03514
common/lcd: cosmetic: clean up a bit
by Jeroen Hofstee
· 12 years ago
00a0ca5
common/lcd.c: remove global lcd_base
by Jeroen Hofstee
· 12 years ago
f1d205a
common/lcd.c: cleanup use of global variables
by Jeroen Hofstee
· 12 years ago
46d1d5d
common/lcd.c: cleanup use of global variables
by Wolfgang Denk
· 12 years ago
6d33071
lcd: calculate line_length after lcd_ctrl_init()
by Stephen Warren
· 12 years ago
c088048
lcd: implement a callback for splashimage
by Nikita Kiryanov
· 12 years ago
581bb41
lcd: add option for board specific splash screen preparation
by Nikita Kiryanov
· 12 years ago
dad631c
lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDs
by Nikita Kiryanov
· 12 years ago
2c601c7
Merge branch 'master' of git://git.denx.de/u-boot into resolve
by Minkyu Kang
· 12 years ago
0d89efe
lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console
by Simon Glass
· 12 years ago
9a8efc4
lcd: Add support for flushing LCD fb from dcache after update
by Simon Glass
· 12 years ago
676d319
lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment
by Simon Glass
· 12 years ago
45d7f52
lcd: Implement RLE8 bitmap decoding
by Tom Wai-Hong Tam
· 12 years ago
fecac46
lcd: Fix BMP decode bug that skips the wrong padded row
by Tom Wai-Hong Tam
· 12 years ago
395166c
lcd: Provide an API to access LCD parameters
by Vadim Bendebury
· 12 years ago
d23019f
common/lcd: fix build breakage for at91sam9x5ek and trats boards
by Anatolij Gustschin
· 12 years ago
1b09b53
common/lcd: add protection from null bmp pointer
by Nikita Kiryanov
· 12 years ago
bfdcc65
common lcd: simplify lcd_display_bitmap
by Nikita Kiryanov
· 12 years ago
203c37b
common lcd: simplify core functions
by Nikita Kiryanov
· 12 years ago
7c7e280
common lcd: simplify lcd_display
by Nikita Kiryanov
· 12 years ago
d3a555e
common lcd: simplify lcd_logo
by Nikita Kiryanov
· 12 years ago
8f47d91
common lcd: minor coding style changes
by Nikita Kiryanov
· 12 years ago
fb6a9aa
LCD: display 32bpp decompressed bitmap image
by Donghwa Lee
· 13 years ago
2b5cb3d
common/lcd.c: reduce one CONFIG_LCD_LOGO ifdef
by Anatolij Gustschin
· 13 years ago
0f999c4
common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefs
by Anatolij Gustschin
· 13 years ago
095407d
common/lcd.c: use ARRAY_SIZE
by Anatolij Gustschin
· 13 years ago
abc20ab
PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X
by Marek Vasut
· 13 years ago
d3983ee
font: split font data from video_font.h
by Che-Liang Chiou
· 13 years ago
c270730
tools: logo: split bmp arrays from bmp_logo.h
by Che-Liang Chiou
· 13 years ago
0211090
lcd: add clear and draw bitmap declaration
by Che-Liang Chiou
· 13 years ago
be547c6
GCC4.6: Squash warnings in lcd.c
by Marek Vasut
· 13 years ago
8d46d5b
lcd: align fb writing address for horizontal display offset
by Liu Ying
· 14 years ago
Next »