summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-10-31arm: bcmbca: remove bcm6753 support under CONFIG_ARCH_BCM6753William Zhang2-32/+4
2022-10-31arm: bcmbca: add bcm6855 SoC support under CONFIG_ARCH_BCMBCAWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: remove bcm6858 support under CONFIG_ARCH_BCM6858William Zhang2-32/+4
2022-10-31arm: bcmbca: add bcm6858 SoC support under CONFIG_ARCH_BCMBCAWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: remove bcm68360 support under CONFIG_ARCH_BCM68360William Zhang2-32/+4
2022-10-31arm: bcmbca: add bcm6856 SoC support under CONFIG_ARCH_BCMBCAWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: remove bcm63158 support under CONFIG_ARCH_BCM63158William Zhang2-32/+4
2022-10-31arm: bcmbca: add bcm63158 SoC support under CONFIG_ARCH_BCMBCAWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: add bcm4908 SoC supportWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: add bcm6813 SoC supportWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: add bcm4912 SoC supportWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: add bcm63146 SoC supportWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: add bcm63138 SoC supportWilliam Zhang1-0/+12
2022-10-31arm: bcmbca: add bcm63148 SoC supportWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: add bcm6756 SoC supportWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: add bcm6878 SoC supportWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: add bcm6846 SoC supportWilliam Zhang1-0/+11
2022-10-31arm: bcmbca: add bcm63178 SoC supportWilliam Zhang1-0/+11
2022-10-31Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini37-434/+125
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass7-10/+8
2022-10-30video: Drop SPLASHIMAGE_CALLBACKSimon Glass1-7/+0
2022-10-30video: Drop common LCD implementationSimon Glass1-207/+0
2022-10-30video: Drop LCD_BPPSimon Glass11-57/+0
2022-10-30video: Drop remaining references to CONFIG_LCDSimon Glass1-1/+1
2022-10-30BuR: ronetix: siemens: Drop old LCD codeSimon Glass1-5/+0
2022-10-30tegra: Drop old LCD codeSimon Glass1-8/+2
2022-10-30video: samsung: Drop old LCD codeSimon Glass1-4/+0
2022-10-30video: Drop atmel LCD codeSimon Glass1-3/+0
2022-10-30video: Drop ld9040 driverSimon Glass2-20/+0
2022-10-30video: Move bmp_display() prototype to video.hSimon Glass1-0/+9
2022-10-30video: Drop CONFIG_LCD_INFOSimon Glass1-8/+0
2022-10-30video: Drop CONFIG_LCD_INFO_BELOW_LOGOSimon Glass1-4/+1
2022-10-30video: Drop CONFIG_LCD_MENUSimon Glass4-24/+0
2022-10-30video: Drop CONFIG_LCD_ALIGNMENTSimon Glass2-10/+0
2022-10-30Convert CONFIG_VIDEO_LOGO_MAX_SIZE to KconfigSimon Glass7-31/+0
2022-10-30video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZESimon Glass7-7/+7
2022-10-30Convert CONFIG_HIDE_LOGO_VERSION to KconfigSimon Glass3-3/+0
2022-10-30video: Add a way to get the default font heightSimon Glass1-0/+9
2022-10-30video: Add a function to get the dimensions of a BMP imageSimon Glass1-0/+11
2022-10-30video: Add commands to list and change fontsSimon Glass2-0/+10
2022-10-30video: Add a way to change the font name and sizeSimon Glass1-0/+16
2022-10-30video: Add function to obtain the U-Boot logoSimon Glass1-0/+7
2022-10-30video: Allow filling the display with a colourSimon Glass1-2/+11
2022-10-30video: Provide a function to set the cursor positionSimon Glass1-0/+12
2022-10-30video: Move console colours to the video uclassSimon Glass2-37/+35
2022-10-29dm: core: Do not stop uclass iteration on errorMichal Suchanek1-7/+6
2022-10-29dm: core: Add note about device_probe idempotenceMichal Suchanek1-2/+2
2022-10-29dm: core: Document return value of device bind functionsMichal Suchanek1-0/+2
2022-10-29dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek1-4/+8
2022-10-29dm: pci: Fix doc typo first -> nextMichal Suchanek1-1/+1