Commit Graph

114 Commits (2306457c4534d5cbadb834a2a185db3ef38e12c8)

Author SHA1 Message Date
Nikita Kiryanov 2306457c45 lcd: logo: move generic cmap setting to lcd_logo_set_cmap() 9 years ago
Nikita Kiryanov 0ee261f6d3 lcd: mpc823: move mpc823-specific lcd_logo_set_cmap code to mpc8xx_lcd.c 9 years ago
Nikita Kiryanov a02e948139 lcd: atmel: introduce lcd_logo_set_cmap 9 years ago
Nikita Kiryanov 27fad01b7f lcd: mpc8xx: move mpc823-specific fb_put_byte to mpc8xx_lcd.c 9 years ago
Nikita Kiryanov b3d12e9bca lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfb 9 years ago
Nikita Kiryanov 38b550877f lcd: split configuration_get_cmap 9 years ago
Bo Shen 2af13d6b62 lcd: fix console address is not initialized 9 years ago
Nikita Kiryanov 904672ee48 lcd: refactor lcd console stuff into its own file 10 years ago
Nikita Kiryanov 88b326a31e lcd: make lcd_drawchars() independant of lcd_base 10 years ago
Nikita Kiryanov 4d03634e5d lcd: introduce getters for bg/fg color 10 years ago
Nikita Kiryanov a7de2953f5 lcd: get rid of COLOR_MASK 10 years ago
Nikita Kiryanov 140beb9437 lcd: expand console api 10 years ago
Nikita Kiryanov efd7c4a2f8 lcd: replace CONSOLE_(ROWS|COLS) with variables 10 years ago
Nikita Kiryanov 404e4f4a29 lcd: rename console_(row|col) 10 years ago
Nikita Kiryanov f4469f50b0 lcd: remove LCD_MONOCHROME 10 years ago
Nikita Kiryanov 3707ad42af lcd: cleanup lcd_drawchars 10 years ago
Nikita Kiryanov dc6b5b3a15 lcd: remove CONFIG_SYS_INVERT_COLORS 10 years ago
Stephen Warren 9316e14400 ARM: rpi: rename rpi_b to rpi 10 years ago
Hans de Goede 11b8dfa718 common/lcd: Make lcd_dt_simplefb_configure_node use fdt_setup_simplefb_node 10 years ago
Masahiro Yamada b41411954d linux/kernel.h: sync min, max, min3, max3 macros with Linux 10 years ago
Nikita Kiryanov ecfdcee5d9 powerpc: remove orphaned boards mcc200 and prs200 10 years ago
Georges Savoundararadj 2e07c249a6 kconfig: arm: introduce symbol for ARM CPUs 10 years ago
Simon Glass 0156444cf7 lcd: Fix build error with CONFIG_LCD_BMP_RLE8 10 years ago
Hannes Petermaier a305fb155e lcd: support displaying 24bpp BMPs on >= 24bpp LCDs 10 years ago
Jeroen Hofstee 072f210a0d lcd: remove unused lcd_puts_xy 10 years ago
Hannes Petermaier 8d9eaafdd1 lcd: cleanup unused functions 10 years ago
Hannes Petermaier 57d76a89b0 Add support for 32-bit organized framebuffers 10 years ago
Simon Glass 709ea543b9 stdio: Pass device pointer to stdio methods 10 years ago
Simon Glass 7d95f2a329 sandbox: Add LCD driver 10 years ago
Przemyslaw Marczak dca2a1c185 common: lcd.c: fix data abort exception when try to access bmp header 10 years ago
Anatolij Gustschin cefa471712 lcd: allow overriding lcd_get_size() 11 years ago
Wolfgang Denk 3765b3e7bd Coding Style cleanup: remove trailing white space 11 years ago
Marek Vasut ac8ba84c56 video: Encapsulate font in video_font_data.h 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Anatolij Gustschin ff8fb56b6f video: consolidate splash screen alignment code 11 years ago
Robert Winkler dd4425e852 video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO 11 years ago
Stephen Warren 5af7d0f090 lcd: remove unaligned access in lcd_dt_simplefb_configure_node() 11 years ago
Stephen Warren 6a195d2d8a lcd: add functions to set up simplefb device tree 11 years ago
Anatolij Gustschin 1d3dea12e2 video: bcm2835: fix build issues 11 years ago
Andre Renaud 317461c1db Fix bitmap offsets for non 8-bit LCDs 11 years ago
Jeroen Hofstee a5796c51ce common/lcd.c: move the macro's to the c file 11 years ago
Jeroen Hofstee 6b035141f6 common/lcd: cosmetic: clean up a bit 11 years ago
Jeroen Hofstee 00a0ca5986 common/lcd.c: remove global lcd_base 11 years ago
Jeroen Hofstee f1d205a19c common/lcd.c: cleanup use of global variables 11 years ago
Wolfgang Denk 46d1d5dd43 common/lcd.c: cleanup use of global variables 11 years ago
Stephen Warren 6d3307195d lcd: calculate line_length after lcd_ctrl_init() 11 years ago
Nikita Kiryanov c088048533 lcd: implement a callback for splashimage 11 years ago
Nikita Kiryanov 581bb41980 lcd: add option for board specific splash screen preparation 11 years ago
Nikita Kiryanov dad631ccf7 lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDs 12 years ago
Simon Glass 0d89efef77 lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console 12 years ago