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