aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-30pci: Drop test for DM_VIDEOSimon Glass1-2/+0
2022-10-30video: Make all video options depend on DM_VIDEOSimon Glass1-31/+9
2022-10-30video: Drop SPLASHIMAGE_CALLBACKSimon Glass3-21/+0
2022-10-30video: Drop common LCD implementationSimon Glass5-959/+0
2022-10-30video: Drop use of the lcd header fileSimon Glass8-10/+5
2022-10-30video: Drop CONFIG_LCDSimon Glass2-13/+5
2022-10-30video: Drop CONFIG_VIDEOSimon Glass2-10/+1
2022-10-30video: Drop CONFIG_VIDEOSimon Glass5-5/+0
2022-10-30video: Drop LCD_BPPSimon Glass11-57/+0
2022-10-30fdt: Drop support for LCD fixup in simplefbSimon Glass1-8/+0
2022-10-30video: Drop remaining references to CONFIG_LCDSimon Glass5-54/+3
2022-10-30efi: Drop old LCD codeSimon Glass2-35/+5
2022-10-30video: cmd: Drop old LCD codeSimon Glass3-54/+11
2022-10-30BuR: ronetix: siemens: Drop old LCD codeSimon Glass3-23/+0
2022-10-30tegra: Drop old LCD codeSimon Glass2-9/+2
2022-10-30compulab: Drop old LCD codeSimon Glass2-453/+0
2022-10-30nexell: Drop old LCD codeSimon Glass2-58/+0
2022-10-30video: samsung: Drop old LCD codeSimon Glass8-32/+0
2022-10-30video: Drop atmel LCD codeSimon Glass12-378/+0
2022-10-30treewide: Stop enabling CONFIG_LCDSimon Glass14-14/+0
2022-10-30video: atmel: Drop CONFIG_LCD_IN_PSRAMSimon Glass1-95/+0
2022-10-30video: Drop ld9040 driverSimon Glass6-135/+0
2022-10-30video: atmel: Drop pre-DM parts of video driverSimon Glass3-289/+2
2022-10-30video: Drop CONFIG_AM335X_LCDSimon Glass13-1135/+0
2022-10-30BuR: Drop old LCD codeSimon Glass4-245/+0
2022-10-30video: Drop VCXK video controllerSimon Glass8-586/+0
2022-10-30Drop CONFIG_LCD_LOGOSimon Glass8-123/+0
2022-10-30api: Drop LCD implementationSimon Glass1-22/+0
2022-10-30video: Move bmp_display() prototype to video.hSimon Glass2-10/+9
2022-10-30video: Drop CONFIG_LCD_INFOSimon Glass10-178/+0
2022-10-30video: Drop CONFIG_LCD_INFO_BELOW_LOGOSimon Glass5-15/+4
2022-10-30video: Drop CONFIG_LCD_MENUSimon Glass7-368/+0
2022-10-30video: Drop CONFIG_LCD_ALIGNMENTSimon Glass5-27/+0
2022-10-30video: lcd: Drop console rotationSimon Glass3-216/+0
2022-10-30Convert CONFIG_VIDEO_LOGO_MAX_SIZE to KconfigSimon Glass20-33/+17
2022-10-30video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZESimon Glass11-22/+22
2022-10-30Convert CONFIG_HIDE_LOGO_VERSION to KconfigSimon Glass8-4/+12
2022-10-30video: Split SPLASH_SCREEN_ALIGN from bmp commandSimon Glass2-6/+5
2022-10-30splash: get devpart from environment variableJulien Masson1-0/+5
2022-10-30splash: support raw image from MMCJulien Masson2-0/+32
2022-10-30video: Add a way to get the default font heightSimon Glass2-0/+20
2022-10-30video: Add a function to get the dimensions of a BMP imageSimon Glass2-4/+23
2022-10-30video: Add commands to list and change fontsSimon Glass11-0/+240
2022-10-30video: Enable the cls command by defaultSimon Glass1-1/+1
2022-10-30video: Add a way to change the font name and sizeSimon Glass2-0/+91
2022-10-30video: Add a function to select the truetype metricsSimon Glass1-7/+17
2022-10-30video: Record the truetype font nameSimon Glass1-10/+13
2022-10-30video: Refactor to allow more than one font sizeSimon Glass2-42/+113
2022-10-30video: Tidy up the check for valid fontsSimon Glass1-4/+13
2022-10-30video: Add function to obtain the U-Boot logoSimon Glass2-0/+12