* Please pull u-boot-video/next
@ 2022-03-28 20:37 Anatolij Gustschin
2022-03-28 23:37 ` Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: Anatolij Gustschin @ 2022-03-28 20:37 UTC (permalink / raw)
To: Tom Rini; +Cc: u-boot
Hi Tom,
please pull video patches for next.
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/11483
Thanks,
Anatolij
The following changes since commit 34d2b7f20369d62c0f091d6572a8c0ea4655cf14:
Merge tag 'v2022.04-rc5' into next (2022-03-28 12:36:49 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-video.git tags/next-20220328
for you to fetch changes up to 60cc4094485bf44b5ad455b51076f0e07f3f793a:
video: Drop CONFIG_LCD_BMP_RLE8 (2022-03-28 20:30:33 +0200)
----------------------------------------------------------------
- drop old CFB code
- drop CONFIG_LCD_BMP_RLE8
----------------------------------------------------------------
Simon Glass (14):
video: Drop cfg_console
video: siemens: Drop unused video code
video: nexell: Drop unused and invalid code
video: Drop video_fb header
video: Drop CONFIG_VIDEO_BMP_LOGO
video: Drop references to CONFIG_VIDEO et al
video: Clean up the uclass header
video: Drop da8xx-fb
video: fsl: colibri_vf: Drop FSL DCU driver
video: Drop FSL DIU driver
video: mxs: Drop old video code
video: Convert CONFIG_VIDEO_BCM2835 to Kconfig
video: Drop formike driver
video: Drop CONFIG_LCD_BMP_RLE8
README | 22 -
arch/arm/cpu/armv7/ls102xa/soc.c | 4 -
arch/arm/include/asm/arch-ls102xa/config.h | 1 -
arch/arm/include/asm/mach-imx/mx5_video.h | 5 -
arch/arm/mach-nexell/include/mach/display_dev.h | 8 +-
board/aristainetos/aristainetos.c | 1 -
board/freescale/common/Makefile | 4 -
board/freescale/common/dcu_sii9022a.c | 248 ---
board/freescale/common/dcu_sii9022a.h | 12 -
board/freescale/common/diu_ch7301.c | 217 ---
board/freescale/common/diu_ch7301.h | 12 -
board/freescale/ls1021aiot/Makefile | 1 -
board/freescale/ls1021aiot/dcu.c | 48 -
board/freescale/ls1021aqds/Makefile | 1 -
board/freescale/ls1021aqds/dcu.c | 110 --
board/freescale/ls1021atwr/Makefile | 1 -
board/freescale/ls1021atwr/dcu.c | 48 -
board/freescale/mx51evk/Makefile | 1 -
board/freescale/mx53loco/Makefile | 1 -
board/freescale/t104xrdb/Makefile | 1 -
board/freescale/t104xrdb/diu.c | 84 -
board/kosagi/novena/novena_spl.c | 23 -
board/siemens/common/board.c | 3 -
board/siemens/common/factoryset.c | 7 -
board/siemens/common/factoryset.h | 3 -
board/siemens/pxm2/board.c | 189 ---
board/siemens/rut/board.c | 247 ---
board/socrates/socrates.c | 1 -
board/toradex/colibri_vf/Makefile | 1 -
board/toradex/colibri_vf/colibri_vf.c | 62 -
board/toradex/colibri_vf/dcu.c | 38 -
cmd/Kconfig | 2 +-
cmd/bdinfo.c | 2 +-
cmd/bmp.c | 4 +-
cmd/cls.c | 2 -
common/fdt_support.c | 2 +-
common/lcd.c | 142 --
common/stdio.c | 4 +-
configs/colibri_vf_defconfig | 1 -
configs/rpi_0_w_defconfig | 1 +
configs/rpi_2_defconfig | 1 +
configs/rpi_3_32b_defconfig | 1 +
configs/rpi_3_b_plus_defconfig | 1 +
configs/rpi_3_defconfig | 1 +
configs/rpi_4_32b_defconfig | 1 +
configs/rpi_4_defconfig | 1 +
configs/rpi_arm64_defconfig | 1 +
configs/rpi_defconfig | 1 +
doc/usage/bootmenu.rst | 5 -
drivers/pci/pci_rom.c | 1 -
drivers/video/Kconfig | 129 +-
drivers/video/Makefile | 5 -
drivers/video/cfb_console.c | 1865 -----------------------
drivers/video/da8xx-fb.c | 1048 -------------
drivers/video/da8xx-fb.h | 115 --
drivers/video/formike.c | 513 -------
drivers/video/fsl_dcu_fb.c | 549 -------
drivers/video/fsl_diu_fb.c | 416 -----
drivers/video/imx/mxc_ipuv3_fb.c | 1 -
drivers/video/mxsfb.c | 90 --
drivers/video/nexell_display.c | 17 +-
drivers/video/omap3_dss.c | 29 -
drivers/video/sunxi/sunxi_display.c | 1 -
include/asm-generic/global_data.h | 2 +-
include/configs/T102xRDB.h | 12 -
include/configs/T104xRDB.h | 20 -
include/configs/apalis_imx6.h | 1 -
include/configs/aristainetos2.h | 1 -
include/configs/cm_fx6.h | 2 -
include/configs/colibri-imx6ull.h | 1 -
include/configs/colibri_imx6.h | 1 -
include/configs/colibri_imx7.h | 4 -
include/configs/colibri_vf.h | 8 -
include/configs/embestmx6boards.h | 1 -
include/configs/gw_ventana.h | 1 -
include/configs/imx6-engicam.h | 2 -
include/configs/imxrt1050-evk.h | 2 -
include/configs/ls1021aqds.h | 12 -
include/configs/ls1021atwr.h | 15 -
include/configs/mx6cuboxi.h | 1 -
include/configs/mx6sabre_common.h | 1 -
include/configs/mx6sxsabresd.h | 1 -
include/configs/mx6ul_14x14_evk.h | 1 -
include/configs/mx7dsabresd.h | 4 -
include/configs/opos6uldev.h | 1 -
include/configs/pico-imx6.h | 1 -
include/configs/pico-imx6ul.h | 1 -
include/configs/pico-imx7d.h | 4 -
include/configs/pxm2.h | 8 -
include/configs/rpi.h | 1 -
include/configs/rut.h | 10 -
include/configs/wandboard.h | 1 -
include/fsl_dcu_fb.h | 22 -
include/fsl_diu_fb.h | 14 -
include/video.h | 84 +-
include/video_fb.h | 91 --
lib/efi_loader/Kconfig | 1 -
scripts/config_whitelist.txt | 10 -
98 files changed, 29 insertions(+), 6669 deletions(-)
delete mode 100644 board/freescale/common/dcu_sii9022a.c
delete mode 100644 board/freescale/common/dcu_sii9022a.h
delete mode 100644 board/freescale/common/diu_ch7301.c
delete mode 100644 board/freescale/common/diu_ch7301.h
delete mode 100644 board/freescale/ls1021aiot/dcu.c
delete mode 100644 board/freescale/ls1021aqds/dcu.c
delete mode 100644 board/freescale/ls1021atwr/dcu.c
delete mode 100644 board/freescale/t104xrdb/diu.c
delete mode 100644 board/toradex/colibri_vf/dcu.c
delete mode 100644 drivers/video/cfb_console.c
delete mode 100644 drivers/video/da8xx-fb.c
delete mode 100644 drivers/video/da8xx-fb.h
delete mode 100644 drivers/video/formike.c
delete mode 100644 drivers/video/fsl_dcu_fb.c
delete mode 100644 drivers/video/fsl_diu_fb.c
delete mode 100644 include/fsl_dcu_fb.h
delete mode 100644 include/fsl_diu_fb.h
delete mode 100644 include/video_fb.h
^ permalink raw reply [flat|nested] 8+ messages in thread* Please pull u-boot-video/next
@ 2023-03-07 16:16 Anatolij Gustschin
2023-03-07 20:06 ` Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: Anatolij Gustschin @ 2023-03-07 16:16 UTC (permalink / raw)
To: Tom Rini; +Cc: u-boot
Hi Tom,
please pull video patches for next.
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/15482
Thanks,
Anatolij
The following changes since commit d1653548d29959a6ea6b4037a00b48a28257e6e6:
Merge branch '2023-03-02-kconfig-and-CONFIG-cleanups' into next (2023-03-03 12:48:23 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-video.git tags/next-20230307
for you to fetch changes up to 72471620e82758b6cbdb9f70d775c0c18b043794:
video console: add 12x22 console simple font test (2023-03-07 16:00:18 +0100)
----------------------------------------------------------------
- video console refactoring and optimization
- support for fonts wider than 1 byte
- use named header for 8x16 font data
- support multiple fonts configuration
- move get_font_size() to truetype driver ops
- support font size configuration at runtime
- add 16x32 Terminus font from linux
- add 12x22 Sun font from linux
- add 12x22 console simple font test
----------------------------------------------------------------
Dzmitry Sankouski (10):
video console: refactoring and optimization
video console: add support for fonts wider than 1 byte
video console: move 8x16 font data in named header
video console: implement multiple fonts configuration
video console: move vidconsole_get_font_size() logic to driver ops
video console: allow font size configuration at runtime
video console: add 12x22 Sun font from linux
video console: add 16x32 Terminus font from linux
video console: sandbox: add 12x22 font defconfigs
video console: add 12x22 console simple font test
cmd/Kconfig | 8 +
cmd/Makefile | 2 +-
cmd/font.c | 6 +-
common/splash.c | 8 +-
configs/sandbox_defconfig | 1 +
configs/sandbox_flattree_defconfig | 1 +
drivers/video/Kconfig | 30 +
drivers/video/Makefile | 6 +
drivers/video/console_core.c | 212 ++
drivers/video/console_normal.c | 177 +-
drivers/video/console_rotate.c | 371 +--
drivers/video/console_truetype.c | 3 +-
drivers/video/vidconsole-uclass.c | 11 +
drivers/video/vidconsole_internal.h | 120 +
include/video_console.h | 17 +-
include/video_font.h | 31 +-
include/video_font_4x6.h | 11 +-
include/video_font_8x16.h | 4624 ++++++++++++++++++++++++++
include/video_font_data.h | 4644 +-------------------------
include/video_font_sun12x22.h | 6158 +++++++++++++++++++++++++++++++++++
include/video_font_ter16x32.h | 2062 ++++++++++++
test/cmd/font.c | 13 +-
test/dm/video.c | 41 +
23 files changed, 13513 insertions(+), 5044 deletions(-)
create mode 100644 drivers/video/console_core.c
create mode 100644 drivers/video/vidconsole_internal.h
create mode 100644 include/video_font_8x16.h
create mode 100644 include/video_font_sun12x22.h
create mode 100644 include/video_font_ter16x32.h
^ permalink raw reply [flat|nested] 8+ messages in thread* Please pull u-boot-video/next
@ 2021-12-28 14:25 Anatolij Gustschin
2022-01-01 4:51 ` Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: Anatolij Gustschin @ 2021-12-28 14:25 UTC (permalink / raw)
To: Tom Rini; +Cc: u-boot
Hi Tom,
please pull video patches for next.
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/10395
Thanks,
Anatolij
The following changes since commit bc0abd80b3c2d395a0245d4e1ce4f8f445f79cde:
Merge branch '2021-12-23-make-OF_BOARD-a-boolean' into next (2021-12-24 09:31:35 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-next-20211228
for you to fetch changes up to 92302ab1a279859824ec0f2e3864be44e883bff9:
x86: coreboot: Add a sample script to build a qemu image (2021-12-26 23:33:28 +0100)
----------------------------------------------------------------
- various fixes to the sandbox display support
- support for showing a logo without splash screen config
- support for BMP drawing to depths other than 16bpp
- tests for the different types of supported BMP images
- support showing a logo when running coreboot via qemu
----------------------------------------------------------------
Simon Glass (23):
sandbox: video: Support 8bpp depth
video: sandbox: Avoid duplicate display windows
console: Avoid serial output before the console is running
video: sandbox: Set a maximum frame-buffer size
sandbox: video: Correct the address of the copy base
sandbox: video: Add BMP tests for 32bpp and 8bpp modes
video: Expand video debugging buffer size
sandbox: Enable support for the gzip command
video: Drop fb_put_byte() el at
video: Move BMP pixel-writing into a function
video: bmp: Update RLE8 support to use the write function
video: Drop the uclass colour map
video: Tidy up 24/32 BMP blitting
video: Add a test for 16bpp BMP files
video: theadorable: Use RGB565 for BMP blitting
video: Drop #ifdefs from video_bmp
video: Convert CONFIG_VIDEO_LOGO to Kconfig
video: Drop VIDEO_LOGO from cfb_console
video: Support showing the U-Boot logo
video: Show the U-Boot logo by default
video: Support virtio devices with the splash screen
x86: coreboot: Support getting a logo from virtio
x86: coreboot: Add a sample script to build a qemu image
.gitattributes | 1 +
README | 1 -
arch/sandbox/cpu/sdl.c | 98 ++++++++--
arch/sandbox/include/asm/sdl.h | 7 +
arch/sandbox/include/asm/test.h | 18 ++
board/coreboot/coreboot/coreboot.c | 20 +-
cmd/unzip.c | 4 +-
common/console.c | 6 +-
common/splash.c | 2 +-
common/splash_source.c | 14 ++
configs/apalis_imx6_defconfig | 1 +
configs/aristainetos2c_defconfig | 1 +
configs/aristainetos2ccslb_defconfig | 1 +
configs/cm_fx6_defconfig | 1 +
configs/colibri-imx6ull-emmc_defconfig | 1 +
configs/colibri-imx6ull_defconfig | 1 +
configs/colibri_imx6_defconfig | 1 +
configs/colibri_imx7_defconfig | 1 +
configs/colibri_imx7_emmc_defconfig | 1 +
configs/colibri_vf_defconfig | 1 +
configs/gurnard_defconfig | 1 +
configs/gwventana_emmc_defconfig | 1 +
configs/gwventana_gw5904_defconfig | 1 +
configs/gwventana_nand_defconfig | 1 +
configs/imx6dl_icore_nand_defconfig | 1 +
configs/imx6q_icore_nand_defconfig | 1 +
configs/imx6qdl_icore_mmc_defconfig | 1 +
configs/imx6qdl_icore_nand_defconfig | 1 +
configs/imxrt1050-evk_defconfig | 1 +
configs/m53menlo_defconfig | 1 +
configs/marsboard_defconfig | 1 +
configs/mx6cuboxi_defconfig | 1 +
configs/mx6sabreauto_defconfig | 1 +
configs/mx6sabresd_defconfig | 1 +
configs/mx6ul_14x14_evk_defconfig | 1 +
configs/mx6ul_9x9_evk_defconfig | 1 +
configs/novena_defconfig | 1 +
configs/opos6uldev_defconfig | 1 +
configs/pico-dwarf-imx7d_defconfig | 1 +
configs/pico-hobbit-imx7d_defconfig | 1 +
configs/pico-imx6_defconfig | 1 +
configs/pico-imx6ul_defconfig | 1 +
configs/pico-imx7d_bl33_defconfig | 1 +
configs/pico-imx7d_defconfig | 1 +
configs/pico-nymph-imx7d_defconfig | 1 +
configs/pico-pi-imx7d_defconfig | 1 +
configs/riotboard_defconfig | 1 +
configs/s5p4418_nanopi2_defconfig | 1 +
configs/sandbox_defconfig | 2 +
configs/sandbox_flattree_defconfig | 2 +
configs/tbs2910_defconfig | 1 +
configs/wandboard_defconfig | 1 +
drivers/video/Kconfig | 11 ++
drivers/video/Makefile | 3 +
drivers/video/cfb_console.c | 325 +--------------------------------
drivers/video/console_truetype.c | 21 +++
drivers/video/sandbox_sdl.c | 77 +++++++-
drivers/video/u_boot_logo.bmp | Bin 0 -> 6932 bytes
drivers/video/video-uclass.c | 35 ++--
drivers/video/video_bmp.c | 249 ++++++++++++-------------
include/configs/T102xRDB.h | 1 -
include/configs/T104xRDB.h | 1 -
include/configs/apalis_imx6.h | 1 -
include/configs/aristainetos2.h | 1 -
include/configs/cm_fx6.h | 1 -
include/configs/colibri-imx6ull.h | 1 -
include/configs/colibri_imx6.h | 1 -
include/configs/colibri_imx7.h | 1 -
include/configs/colibri_vf.h | 1 -
include/configs/coreboot.h | 3 +
include/configs/embestmx6boards.h | 1 -
include/configs/gw_ventana.h | 1 -
include/configs/imx6-engicam.h | 1 -
include/configs/imxrt1050-evk.h | 1 -
include/configs/ls1021aqds.h | 1 -
include/configs/ls1021atwr.h | 1 -
include/configs/m53menlo.h | 1 -
include/configs/mx23evk.h | 1 -
include/configs/mx28evk.h | 1 -
include/configs/mx51evk.h | 1 -
include/configs/mx53loco.h | 1 -
include/configs/mx6cuboxi.h | 1 -
include/configs/mx6sabre_common.h | 1 -
include/configs/mx6sxsabresd.h | 1 -
include/configs/mx6ul_14x14_evk.h | 1 -
include/configs/mx7dsabresd.h | 1 -
include/configs/nokia_rx51.h | 1 -
include/configs/novena.h | 1 -
include/configs/opos6uldev.h | 1 -
include/configs/pico-imx6.h | 1 -
include/configs/pico-imx6ul.h | 1 -
include/configs/pico-imx7d.h | 1 -
include/configs/pxm2.h | 1 -
include/configs/rut.h | 1 -
include/configs/s5p4418_nanopi2.h | 2 -
include/configs/wandboard.h | 1 -
include/configs/x86-common.h | 5 +
include/splash.h | 1 +
include/video.h | 4 +-
include/virtio.h | 1 +
scripts/Makefile.lib | 21 +++
scripts/build-cb.sh | 19 ++
scripts/config_whitelist.txt | 1 -
test/dm/video.c | 189 ++++++++++++++++++-
tools/logos/denx-16bpp.bmp.gz | Bin 0 -> 4516 bytes
tools/logos/denx-24bpp.bmp.gz | Bin 0 -> 7137 bytes
106 files changed, 678 insertions(+), 538 deletions(-)
create mode 100644 drivers/video/u_boot_logo.bmp
create mode 100755 scripts/build-cb.sh
create mode 100644 tools/logos/denx-16bpp.bmp.gz
create mode 100644 tools/logos/denx-24bpp.bmp.gz
^ permalink raw reply [flat|nested] 8+ messages in thread* Please pull u-boot-video/next
@ 2020-06-18 20:54 Anatolij Gustschin
2020-06-19 13:24 ` Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: Anatolij Gustschin @ 2020-06-18 20:54 UTC (permalink / raw)
To: u-boot
Hi Tom,
please pull first video updates for -next. Thanks!
gitlab CI:
https://gitlab.denx.de/u-boot/custodians/u-boot-video/pipelines/3716
The following changes since commit 7a81989b7b04bd87d1e684f2bafdc92a9c16fecc:
common: hash: Remove a debug printf statement (2020-06-16 11:36:30 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-next
for you to fetch changes up to fb3dd9c005045c2748e30d555d252c6985b97349:
video: ipuv3: remove non-DM code (2020-06-18 19:38:50 +0200)
----------------------------------------------------------------
- migrate remaining imx5/imx6qd boards to DM_VIDEO
- use 'vidconsole' stdout in nitrogen6x upgrade script
- add option for selection of the vidconsole commands
lcdputs and setcurs
- allow building ipuv3 driver with disabled CONFIG_PANEL
- make backlight and panel drivers optional
- remove useless code from ipuv3 driver
- extend existing DM_VIDEO work-around for console name
to support 'vga'
- remove non-DM code in ipuv3
----------------------------------------------------------------
Anatolij Gustschin (16):
nitrogen6x: update video console name
video: make vidconsole commands optional
video: ipuv3: fix building with disabled panel driver
video: make backlight and panel drivers optional
video: ipuv3: remove some useless code to reduce binary size
video: extend stdout video console work-around for 'vga'
tbs2910: migrate to DM_VIDEO
imx: convert embest boards to DM_VIDEO
imx: convert pico-imx6 to DM_VIDEO
imx: convert dms-ba16 boards to DM_VIDEO
imx: convert cgtqmx6eval board to DM_VIDEO
imx: convert mx6cuboxi board to DM_VIDEO
imx: convert gwventana board to DM_VIDEO
imx: convert mx51evk board to DM_VIDEO
imx: convert mx53loco board to DM_VIDEO
video: ipuv3: remove non-DM code
Troy Kisky (1):
board: nitrogen6x: migrate to CONFIG_DM_VIDEO
arch/arm/mach-tegra/Kconfig | 1 -
board/boundary/nitrogen6x/6x_upgrade.txt | 2 +-
board/congatec/cgtqmx6eval/cgtqmx6eval.c | 5 ++
common/console.c | 7 ++-
configs/cgtqmx6eval_defconfig | 10 +++-
configs/dms-ba16-1g_defconfig | 10 +++-
configs/dms-ba16_defconfig | 10 +++-
configs/gwventana_emmc_defconfig | 10 +++-
configs/gwventana_gw5904_defconfig | 10 +++-
configs/gwventana_nand_defconfig | 10 +++-
configs/marsboard_defconfig | 10 +++-
configs/mx51evk_defconfig | 10 +++-
configs/mx53loco_defconfig | 10 +++-
configs/mx6cuboxi_defconfig | 12 +++-
configs/mx6qsabrelite_defconfig | 6 +-
configs/nitrogen6dl2g_defconfig | 6 +-
configs/nitrogen6dl_defconfig | 6 +-
configs/nitrogen6q2g_defconfig | 6 +-
configs/nitrogen6q_defconfig | 6 +-
configs/nitrogen6s1g_defconfig | 6 +-
configs/nitrogen6s_defconfig | 6 +-
configs/pico-imx6_defconfig | 9 ++-
configs/riotboard_defconfig | 10 +++-
configs/riotboard_spl_defconfig | 10 +++-
configs/tbs2910_defconfig | 9 ++-
drivers/video/Kconfig | 51 +++++++++++++---
drivers/video/Makefile | 5 +-
drivers/video/imx/Kconfig | 2 +-
drivers/video/imx/ipu_disp.c | 12 ----
drivers/video/imx/mxc_ipuv3_fb.c | 99 ++++++++------------------------
drivers/video/vidconsole-uclass.c | 2 +
include/configs/advantech_dms-ba16.h | 2 -
include/configs/tbs2910.h | 10 ++--
33 files changed, 219 insertions(+), 161 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-03-07 20:06 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-28 20:37 Please pull u-boot-video/next Anatolij Gustschin
2022-03-28 23:37 ` Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2023-03-07 16:16 Anatolij Gustschin
2023-03-07 20:06 ` Tom Rini
2021-12-28 14:25 Anatolij Gustschin
2022-01-01 4:51 ` Tom Rini
2020-06-18 20:54 Anatolij Gustschin
2020-06-19 13:24 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox