summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-10-31dm: mmc: Allow sandbox emulator to build without writesSimon Glass1-2/+8
2022-10-31dm: blk: mmc: Tidy up some Makefile rules for SPLSimon Glass4-4/+3
2022-10-31usb: Update the test to cover reading and writingSimon Glass2-4/+40
2022-10-31dm: blk: Add udevice functionsSimon Glass1-17/+34
2022-10-31timer: sti: convert sti-timer to arm a9 global timerWilliam Zhang3-18/+22
2022-10-31arm: bcmbca: replace ARCH_BCM6753 symbols in Kconfig with BCM6855William Zhang4-4/+4
2022-10-31arm: bcmbca: replace ARCH_BCM6858 symbols in Kconfig with BCM6858William Zhang5-8/+5
2022-10-31arm: bcmbca: replace ARCH_BCM68360 symbols in Kconfig with BCM6856William Zhang5-5/+5
2022-10-31arm: bcmbca: replace ARCH_BCM63158 symbols in Kconfig with BCM63158William Zhang5-5/+5
2022-10-31Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini31-2283/+414
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass10-13/+13
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 Glass1-13/+0
2022-10-30video: Drop use of the lcd header fileSimon Glass1-1/+0
2022-10-30video: Drop CONFIG_LCDSimon Glass1-12/+4
2022-10-30video: Drop CONFIG_VIDEOSimon Glass1-9/+0
2022-10-30tegra: Drop old LCD codeSimon Glass1-1/+0
2022-10-30nexell: Drop old LCD codeSimon Glass1-51/+0
2022-10-30video: samsung: Drop old LCD codeSimon Glass1-1/+0
2022-10-30video: Drop atmel LCD codeSimon Glass2-2/+0
2022-10-30video: Drop ld9040 driverSimon Glass2-113/+0
2022-10-30video: atmel: Drop pre-DM parts of video driverSimon Glass3-289/+2
2022-10-30video: Drop CONFIG_AM335X_LCDSimon Glass10-1060/+0
2022-10-30video: Drop VCXK video controllerSimon Glass3-433/+0
2022-10-30Drop CONFIG_LCD_LOGOSimon Glass3-43/+0
2022-10-30video: Drop CONFIG_LCD_INFOSimon Glass1-4/+0
2022-10-30video: Drop CONFIG_LCD_INFO_BELOW_LOGOSimon Glass1-4/+0
2022-10-30Convert CONFIG_VIDEO_LOGO_MAX_SIZE to KconfigSimon Glass1-1/+6
2022-10-30video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZESimon Glass1-0/+3
2022-10-30Convert CONFIG_HIDE_LOGO_VERSION to KconfigSimon Glass1-0/+9
2022-10-30video: Split SPLASH_SCREEN_ALIGN from bmp commandSimon Glass1-3/+4
2022-10-30video: Add a way to get the default font heightSimon Glass1-0/+11
2022-10-30video: Add a function to get the dimensions of a BMP imageSimon Glass1-4/+12
2022-10-30video: Add commands to list and change fontsSimon Glass1-0/+10
2022-10-30video: Add a way to change the font name and sizeSimon Glass1-0/+75
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 Glass1-0/+5
2022-10-30video: Allow filling the display with a colourSimon Glass1-4/+16
2022-10-30video: Move and rename DM_HX8238D optionSimon Glass2-11/+11
2022-10-30video: Move the console commands to cmd/Simon Glass2-58/+0
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 Glass1-5/+13
2022-10-30video: Move console colours to the video uclassSimon Glass2-71/+69
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-29dm: core: Do not stop uclass iteration on errorMichal Suchanek1-12/+18