]> Git Repo - J-u-boot.git/commitdiff
Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video
authorTom Rini <[email protected]>
Sun, 30 Oct 2022 21:16:35 +0000 (17:16 -0400)
committerTom Rini <[email protected]>
Sun, 30 Oct 2022 21:16:35 +0000 (17:16 -0400)
 - fix [hv]sync active vs back porch in dw_mipi_dsi
 - simplefb rotation support
 - support splash as raw image from MMC
 - enhancements to Truetype console (multiple fonts and sizes)
 - drop old LCD support

1  2 
configs/sandbox64_defconfig

index e28f1e8cf968c82e96db14a59502c0eae236b962,625a1aac23828ff94a7566ce0c312c0a29d64c5b..1423a2bf5769aed9f07182edad7e5e886fd00586
@@@ -54,7 -54,6 +54,7 @@@ CONFIG_CMD_PCI=
  CONFIG_CMD_READ=y
  CONFIG_CMD_REMOTEPROC=y
  CONFIG_CMD_SPI=y
 +CONFIG_CMD_TEMPERATURE=y
  CONFIG_CMD_USB=y
  CONFIG_CMD_CAT=y
  CONFIG_CMD_WDT=y
@@@ -221,14 -220,13 +221,14 @@@ CONFIG_SYSINFO=
  CONFIG_SYSINFO_SANDBOX=y
  CONFIG_SYSINFO_GPIO=y
  CONFIG_SYSRESET=y
 +CONFIG_DM_THERMAL=y
  CONFIG_TIMER=y
  CONFIG_TIMER_EARLY=y
  CONFIG_SANDBOX_TIMER=y
  CONFIG_USB=y
  CONFIG_USB_EMUL=y
  CONFIG_USB_KEYBOARD=y
- CONFIG_DM_VIDEO=y
+ CONFIG_VIDEO=y
  CONFIG_CONSOLE_ROTATION=y
  CONFIG_CONSOLE_TRUETYPE=y
  CONFIG_CONSOLE_TRUETYPE_CANTORAONE=y
This page took 0.040925 seconds and 4 git commands to generate.