Please pull u-boot-video
Anatolij Gustschin
agust at denx.de
Sat Oct 9 23:29:23 CEST 2021
Hi Tom,
please pull new video patches.
gitlab CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/9433
Thanks,
Anatolij
The following changes since commit 94e922c76a0e1fcdead3359e340f53fd0709a963:
Merge branch '2021-10-08-image-cleanups' (2021-10-08 16:02:55 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20211009
for you to fetch changes up to 79c05335a9c101f0b54f2f378d0b08c9b765e1a3:
video: move MXS to Kconfig (2021-10-09 19:50:03 +0200)
----------------------------------------------------------------
- add 30bpp support (EFI, simplefb, vidconsole)
- fix video console name in CONSOLE_MUX Kconfig help
- move mxsfb driver config option to Kconfig
- remove unused mx3fb driver
----------------------------------------------------------------
Anatolij Gustschin (3):
common: Kconfig: use 'vidconsole' name instead of old 'video'
video: remove not used mx3fb driver
video: move MXS to Kconfig
Mark Kettenis (4):
video: Add 30bpp support
efi_loader: GOP: Add 30bpp support
video: simplefb: Add 30bpp support
efi_loader: GOP: Fix 30bpp block transfer support
common/Kconfig | 4 +-
configs/colibri-imx6ull_defconfig | 1 +
configs/colibri_imx7_defconfig | 1 +
configs/imxrt1050-evk_defconfig | 1 +
configs/mx6ul_14x14_evk_defconfig | 1 +
configs/mx6ul_9x9_evk_defconfig | 1 +
configs/opos6uldev_defconfig | 1 +
configs/pico-imx6ul_defconfig | 1 +
configs/pico-imx7d_bl33_defconfig | 1 +
configs/pico-imx7d_defconfig | 1 +
drivers/video/Kconfig | 6 +
drivers/video/Makefile | 1 -
drivers/video/cfb_console.c | 11 -
drivers/video/mx3fb.c | 906 --------------------------------------
drivers/video/simplefb.c | 12 +-
drivers/video/vidconsole-uclass.c | 11 +-
include/configs/colibri-imx6ull.h | 3 +-
include/configs/colibri_imx7.h | 3 +-
include/configs/imxrt1050-evk.h | 1 -
include/configs/mx23evk.h | 2 +-
include/configs/mx28evk.h | 2 +-
include/configs/mx6sxsabresd.h | 3 +-
include/configs/mx6ul_14x14_evk.h | 1 -
include/configs/mx7dsabresd.h | 3 +-
include/configs/mxs.h | 5 -
include/configs/opos6uldev.h | 1 -
include/configs/pico-imx6ul.h | 3 +-
include/configs/pico-imx7d.h | 1 -
include/video.h | 9 +
lib/efi_loader/efi_gop.c | 61 ++-
30 files changed, 110 insertions(+), 948 deletions(-)
delete mode 100644 drivers/video/mx3fb.c
More information about the U-Boot
mailing list