summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-30video: Allow filling the display with a colourSimon Glass2-6/+27
2022-10-30video: Move and rename DM_HX8238D optionSimon Glass3-12/+12
2022-10-30video: Move the console commands to cmd/Simon Glass5-58/+75
2022-10-30video: Use vidconsole_put_string() to write a stringSimon Glass1-4/+5
2022-10-30video: Provide a function to set the cursor positionSimon Glass2-5/+25
2022-10-30video: Move console colours to the video uclassSimon Glass4-108/+104
2022-10-30video: simplefb: add rotation supportTakumi Sueda1-1/+5
2022-10-30video: dw_mipi_dsi: fix [hv]sync active vs back porchJohn Keeping1-4/+4
2022-10-27lib: fix buggy strcmp and strncmpRasmus Villemoes1-10/+17
2022-10-26Merge branch '2022-10-26-assorted-fixes-and-updates'Tom Rini25-26/+2128
2022-10-26memory: Add TI GPMC driverRoger Quadros5-0/+1561
2022-10-26dt/bindings: memory: Add bindings for TI GPMC driverRoger Quadros2-0/+442
2022-10-26scripts: Makefile.spl: Enable memory drivers to be built for SPLRoger Quadros2-0/+8
2022-10-26dm: memory: Introduce new uclassRoger Quadros8-0/+77
2022-10-26test: Move to a working version of setuptoolsSimon Glass1-0/+1
2022-10-26examples: hello_world: Drop inclusion of common headerPaul Barker1-1/+0
2022-10-26Licenses: Clarify exceptions for standalone appsPaul Barker1-4/+8
2022-10-26crypto: hash: sw: fix Kconfig dependenciesBenjamin Bara1-1/+2
2022-10-26spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoardRoger Quadros4-15/+19
2022-10-26mkimage: fit: Fix signing of configs with external dataSean Anderson2-5/+10
2022-10-26Merge https://source.denx.de/u-boot/custodians/u-boot-pmicTom Rini2-2/+8
2022-10-26Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini14-38/+297
2022-10-26power: fan53555: Fix missing newline in error messageMichal Suchanek1-1/+1
2022-10-26power: regulator: fix autoset error handlingJohn Keeping1-1/+7
2022-10-25Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini7-51/+83