summaryrefslogtreecommitdiff
path: root/common/lcd.c
AgeCommit message (Expand)Author
2022-04-06MLK-12425-2 video: epdc: introduce epdc supportPeng Fan
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-06-04splash: display splash in DM_VIDEO configurationsIgor Opaniuk
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner
2018-12-04video: use BMP_ALIGN_CENTER define from splash.hAnatolij Gustschin
2018-12-04cmd: add clear screen 'cls' commandAnatolij Gustschin
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-08-19lcd: avoid possible NULL dereferencexypron.glpk@gmx.de
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher
2017-05-15video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPPPhilipp Tomsich
2016-03-27lcd: Fix compile warning in 64bit modeAlexander Graf
2016-01-24lcd: fix the color testpattern in 16bit modeAndreas Neubacher
2016-01-20dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass
2015-12-02Revert "LCD: Add an option to skip registration as an stdio output"Anatolij Gustschin
2015-11-19LCD: Add an option to skip registration as an stdio outputStephane Ayotte
2015-08-13common/lcd_console: fix console/logo regressionMarcel Ziswiler
2015-06-10lcd: Support colour lookup table on 16bpp display in BMP imagesSimon Glass
2015-06-10Remove typedefs from bmp_layout.hSimon Glass
2015-04-20Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2015-04-18common/lcd_console: introduce display/framebuffer rotationHannes Petermaier
2015-02-10lcd: split splash code into its own functionNikita Kiryanov
2015-02-10lcd: dt: extract simplefb supportNikita Kiryanov
2015-02-10lcd: rename bitmap_plot to better represent its functionalityNikita Kiryanov
2015-02-10lcd: various cleanupsNikita Kiryanov
2015-02-10lcd: remove unused includesNikita Kiryanov
2015-02-10lcd: introduce lcd_set_cmapNikita Kiryanov
2015-02-10lcd: logo: move generic cmap setting to lcd_logo_set_cmap()Nikita Kiryanov
2015-02-10lcd: mpc823: move mpc823-specific lcd_logo_set_cmap code to mpc8xx_lcd.cNikita Kiryanov
2015-02-10lcd: atmel: introduce lcd_logo_set_cmapNikita Kiryanov
2015-02-10lcd: mpc8xx: move mpc823-specific fb_put_byte to mpc8xx_lcd.cNikita Kiryanov
2015-02-10lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfbNikita Kiryanov
2015-02-10lcd: split configuration_get_cmapNikita Kiryanov
2015-01-28lcd: fix console address is not initializedBo Shen
2015-01-10lcd: refactor lcd console stuff into its own fileNikita Kiryanov
2015-01-10lcd: make lcd_drawchars() independant of lcd_baseNikita Kiryanov
2015-01-10lcd: introduce getters for bg/fg colorNikita Kiryanov
2015-01-10lcd: get rid of COLOR_MASKNikita Kiryanov
2015-01-10lcd: expand console apiNikita Kiryanov
2015-01-10lcd: replace CONSOLE_(ROWS|COLS) with variablesNikita Kiryanov
2015-01-10lcd: rename console_(row|col)Nikita Kiryanov
2015-01-10lcd: remove LCD_MONOCHROMENikita Kiryanov
2015-01-10lcd: cleanup lcd_drawcharsNikita Kiryanov
2015-01-10lcd: remove CONFIG_SYS_INVERT_COLORSNikita Kiryanov