Use new email for community work. Also remove my
capricorn SoM maintainer entry since I do not
have access to this hardware anymore.
Signed-off-by: Anatolij Gustschin
---
MAINTAINERS | 2 +-
board/siemens/capricorn/MAINTAINERS | 1 -
board/terasic/de1-soc/MAINTAINERS
Currently when SPL is booting FIT images with ramdisk
the kernel fails to find the ramdisk and panics.
This is due to missing "linux,initrd-start/end"
properties in the device tree. Add fixup to insert
these properties if a ramdisk is detected in the
FIT image.
Signed-off-by: Anatolij
On Wed, 9 Oct 2024 16:48:28 +0800
Leo Yu-Chi Liang ycli...@andestech.com wrote:
> From: LekKit <50500857+lek...@users.noreply.github.com>
>
> Fix compile warning with !CONFIG_FDT_64BIT by
> casting the variable in the debug print.
>
> Signed-off-by: Eva Kurchatova
> Reported-by: Leo Yu-Chi Lian
On Tue, 10 Sep 2024 11:11:59 +0200
Miquel Raynal miquel.ray...@bootlin.com wrote:
> The VNBYTES() macro has been updated to silence possible warnings
> regarding authorized (but unusual) uses of this macro, but the comment
> was kept unchanged. A year has passed so let's fix the comment now to
> a
On Mon, 21 Oct 2024 14:20:56 -0600
Tom Rini tr...@konsulko.com wrote:
> On Mon, Oct 21, 2024 at 08:47:55PM +0530, Devarsh Thakkar wrote:
> > Gentle reminder.
> >
> > Hi Tom, Bryan,
> >
> > On 25/09/24 20:43, Devarsh Thakkar wrote:
> > > This series fixes some compilation issues related to FDT_
Conversion to DM_I2C is mandatory, enable DM_I2C
to disable board removal warning.
Signed-off-by: Anatolij Gustschin
---
Cc: Silvio Fricke
Cc: Fabio Estevam
Cc: Heiko Schocher
Cc: Tom Rini
---
Changes in v2:
do not remove CONFIG_SYS_I2C_MXC_I2C* to fix build warnings/errors
board/softing
Conversion to DM_I2C is mandatory, enable DM_I2C to fix board
removal warning. Convert EEPROM access to use DM_I2C API.
Signed-off-by: Anatolij Gustschin
---
Cc: Nikita Kiryanov
Cc: Fabio Estevam
Cc: Heiko Schocher
Cc: Tom Rini
---
Changes in v2: fix trimslice build errors
board/compulab
Hi Heiko,
On Wed, 7 Aug 2024 10:58:11 +0200
Heiko Schocher h...@denx.de wrote:
> U-Boot 2024.07 drops on aristainetos2 board the following
> warning:
>
> Failed to enable per_clk
>
> and bootlogo is not seen on LVDS display.
>
> This patch uses old behaviour for systems without clock fr
Conversion to DM_I2C is mandatory, enable DM_I2C
to disable board removal warning.
Signed-off-by: Anatolij Gustschin
---
Cc: Alison Wang
Cc: Fabio Estevam
Cc: Tom Rini
---
configs/vf610twr_defconfig | 2 +-
configs/vf610twr_nand_defconfig | 2 +-
2 files changed, 2 insertions(+), 2
Conversion to DM_I2C is mandatory, enable DM_I2C to fix board
removal warning. Convert EEPROM access to use DM_I2C API.
Signed-off-by: Anatolij Gustschin
---
Cc: Nikita Kiryanov
Cc: Fabio Estevam
Cc: Tom Rini
---
board/compulab/cm_fx6/cm_fx6.c | 3 ++-
board/compulab/common/Makefile | 2
Conversion to DM_I2C is mandatory, enable DM_I2C
to disable board removal warning. Also enable
OF_UPSTREAM since we do not have a default device
tree.
Signed-off-by: Anatolij Gustschin
---
Cc: Paul Kocialkowski
Cc: Tom Rini
---
arch/arm/mach-omap2/omap3/Kconfig | 1 +
configs/sniper_defconfig
Conversion to DM_I2C is mandatory, enable DM_I2C
to disable board removal warning.
Signed-off-by: Anatolij Gustschin
---
Cc: Silvio Fricke
Cc: Fabio Estevam
Cc: Tom Rini
---
board/softing/vining_2000/vining_2000.c | 25 -
configs/vining_2000_defconfig | 4
Conversion to DM_I2C is mandatory, enable DM_I2C
to disable board removal warning. Convert EEPROM
and IT6251 access to use DM_I2C API.
Signed-off-by: Anatolij Gustschin
---
Cc: Marek Vasut
Cc: Fabio Estevam
Cc: Tom Rini
---
board/kosagi/novena/novena.c | 10 +--
board/kosagi/novena/video.c
Conversion to DM_I2C is mandatory, enable DM_I2C
to disable board removal warning.
Signed-off-by: Anatolij Gustschin
---
Cc: Enrico Leto
Cc: Tom Rini
---
configs/rut_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/rut_defconfig b/configs/rut_defconfig
Conversion to DM_I2C is mandatory, enable DM_I2C
to disable board removal warning.
Signed-off-by: Anatolij Gustschin
---
Cc: Enric Balletbo i Serra
Cc: Tom Rini
---
configs/am335x_sl50_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/am335x_sl50_defconfig
Conversion to DM_I2C is mandatory, enable DM_I2C
to disable board removal warning.
Signed-off-by: Anatolij Gustschin
---
Cc: Javier Martínez Canillas
Cc: Tom Rini
---
configs/am335x_igep003x_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs
Conversion to DM_I2C is mandatory, enable DM_I2C
to disable board removal warning.
Signed-off-by: Anatolij Gustschin
---
Cc: Nikita Kiryanov
Cc: Tom Rini
---
board/compulab/cm_t43/cm_t43.c | 2 --
configs/cm_t43_defconfig | 3 ++-
2 files changed, 2 insertions(+), 3 deletions(-)
diff
Conversion to DM_I2C is mandatory, enable DM_I2C
to disable board removal warning.
Signed-off-by: Anatolij Gustschin
---
Cc: Marcin Niestroj
Cc: Tom Rini
---
configs/chiliboard_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/chiliboard_defconfig b/configs
Conversion to DM_I2C is mandatory, rework to remove
use of legacy I2C API.
Signed-off-by: Anatolij Gustschin
---
Cc: Heiko Schocher
Cc: Tom Rini
---
board/bosch/shc/board.c | 22 +++---
configs/am335x_shc_defconfig | 4 +++-
configs
Hi Simon,
On Wed, 31 Jul 2024 08:44:07 -0600
Simon Glass s...@chromium.org wrote:
...
> Simon Glass (5):
> cyclic: Add a symbol for SPL
> video: Move last_sync to private data
> video: Use cyclic to handle video sync
> sandbox: Increase cyclic CPU-time limit
> sandbox: Drop video-sync in
Hi Tom,
please pull video driver updates.
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/21823
Thanks,
Anatolij
The following changes since commit 8877bc51a8a4d921ba2f163208b8b1a57ba47c18:
Merge patch series "led: implement software blinking" (2024-07-30 14:31:24
-060
Hi Simon,
On Wed, 31 Jul 2024 08:38:35 -0600
Simon Glass s...@chromium.org wrote:
> Hi Anatolij,
>
> On Tue, 30 Jul 2024 at 17:05, Anatolij Gustschin wrote:
> >
> > Hi Simon,
> >
> > On Thu, 4 Jul 2024 08:48:54 +0100
> > Simon Glass s...@chromium.org w
Hi Simon,
On Thu, 4 Jul 2024 08:48:54 +0100
Simon Glass s...@chromium.org wrote:
> Now that U-Boot has a background-processing feature, it is possible to
> reduce the amount of 'foreground' syncing of the display. At present
> this happens quite often.
This series breaks turris_1x_sdcard SPL bu
Enable DM_I2C to avoid board removal warning.
Signed-off-by: Anatolij Gustschin
Cc: Enrico Leto
---
configs/pxm2_defconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configs/pxm2_defconfig b/configs/pxm2_defconfig
index 366d8fc3ae..c2f869391d 100644
--- a/configs
Enable DM_SERIAL to avoid board removal warning.
Signed-off-by: Anatolij Gustschin
Cc: Frieder Schrempf
---
configs/kontron-sl-mx6ul_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/kontron-sl-mx6ul_defconfig
b/configs/kontron-sl-mx6ul_defconfig
index 12d96b674c
Rework to remove use of legacy I2C API. Also switch
to DM_SERIAL to avoid board removal warning.
Signed-off-by: Anatolij Gustschin
Cc: Eric Bénard
---
board/embest/mx6boards/mx6boards.c | 70 +++---
configs/marsboard_defconfig| 6 +--
configs
Hi Simon,
On Sat, 20 Jul 2024 13:36:04 +0100
Simon Glass s...@chromium.org wrote:
...
> > - /* return BEAGLE_NO_EEPROM if eeprom doesn't respond */
> > - if (i2c_probe(EXPANSION_EEPROM_I2C_ADDRESS) == 1) {
> > - i2c_set_bus_num(TWL4030_I2C_BUS);
> > + ret = i2c_get_
Rework to remove use of legacy I2C API. Also switch
to DM_SERIAL to avoid board removal warning.
Signed-off-by: Anatolij Gustschin
Cc: Troy Kisky
---
board/boundary/nitrogen6x/nitrogen6x.c | 79 ++
configs/mx6qsabrelite_defconfig| 7 +--
configs
The conversion to DM_I2C is mandatory, rework to remove
use of legacy I2C API.
Signed-off-by: Anatolij Gustschin
Cc: Aleksandar Gerasimovski
Cc: Holger Brunck
Cc: Tomas Alvarez Vanoli
---
Changes in v2:
- convert pg_wcom_expu1_update_defconfig and
pg_wcom_seli8_update_defconfig files
Rework to remove use of legacy I2C API.
Signed-off-by: Anatolij Gustschin
Cc: Tom Rini
---
board/beagle/beagle/beagle.c | 41 +-
configs/omap3_beagle_defconfig | 2 +-
include/configs/omap3_beagle.h | 3 ---
3 files changed, 26 insertions(+), 20 deletions
Hi Simon,
On Fri, 19 Jul 2024 10:50:16 +0200
Anatolij Gustschin ag...@denx.de wrote:
> Hello Simon,
>
> On Thu, 18 Jul 2024 18:35:52 +0100
> Simon Glass s...@chromium.org wrote:
>
> > These board has not been converted to CONFIG_DM_I2C by the deadline:
>
The conversion to DM_I2C is mandatory, rework to remove
use of legacy I2C API.
Signed-off-by: Anatolij Gustschin
Cc: Aleksandar Gerasimovski
Cc: Holger Brunck
Cc: Tomas Alvarez Vanoli
---
board/keymile/Kconfig | 3 ---
board/keymile/common/common.c
Hi Tom,
please pull video driver updates for v2024.07-rc1.
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/20466
Thanks,
Anatolij
The following changes since commit af04f37a78c7e61597fb9ed6db2c8f8d7f8b0f92:
Merge tag 'u-boot-stm32-20240419' of
https://source.denx.de/u-
On Mon, 8 Jan 2024 18:44:59 +0200
Svyatoslav Ryhel clamo...@gmail.com wrote:
> Simplify platform data pass to simple DSI panels by direct
> asigning in udevice_id struct.
>
> Support EDID searching in case device tree provides no
> specific timings or device has different panels (like paz00).
>
On Thu, 14 Mar 2024 14:55:32 +0530
Jagan Teki ja...@amarulasolutions.com wrote:
...
> > > Jagan Teki (17):
> > > video: rockchip: hdmi: Detect hpd after controller init
> > > video: dw_hdmi: Add Vendor PHY handling
> > > video: dw_hdmi: Extend the HPD detection
> > > video: dw_hdmi: Add rea
On Sat, 27 Jan 2024 14:54:59 -0800
Khem Raj raj.k...@gmail.com wrote:
> GCC-14 find more warnings like
> "make pointer from integer without a cast"
> fix them by adding a type cast.
>
> Signed-off-by: Khem Raj
> Cc: Anatolij Gustschin
> Cc: Tom Rini
>
On Fri, 16 Feb 2024 18:38:06 +
Caleb Connolly caleb.conno...@linaro.org wrote:
> simplefb was using old style FDT parsing which doesn't behave well in
> combination with livetree. Update it to use ofnode instead and add a
> missing null check for the "format" property.
>
> Standardise the err
On Fri, 8 Mar 2024 16:38:28 +0530
Devarsh Thakkar devar...@ti.com wrote:
> Hi Tom, Anatolij, Simon,
>
> On 22/02/24 18:38, Devarsh Thakkar wrote:
> > This adds support for simple-framebuffer reservation using video handoff
> > when splash is enabled at SPL stage.
> >
> > Also adds helper functio
On Wed, 31 Jan 2024 08:57:14 +0200
Svyatoslav Ryhel clamo...@gmail.com wrote:
> The current patch set improves the logic of existing panels and
> bridge used by Tegra 3 devices and brings support for additional
> DSI panels used by Tegra 4 devices.
>
> New and existing drivers are fully reusable,
On Tue, 23 Jan 2024 19:16:15 +0200
Svyatoslav Ryhel clamo...@gmail.com wrote:
> T114 is not that different from T30 and all T30 drivers will work
> on T114 as well with some adjustments.
>
> Patches propose general improvements for existing Tegra DC and DSI
> drivers as well Tegra 114 video suppo
On Fri, 19 Apr 2024 08:05:22 -0600
Tom Rini tr...@konsulko.com wrote:
> On Fri, Apr 19, 2024 at 02:29:20PM +0300, Svyatoslav Ryhel wrote:
>
> > Hello Tom! This patch set is hanging in patchwork for 3 month
> > without any comments. If no one has anything to say, may you
> > pick it into master?
t;
> (no changes since v3)
>
> Changes in v3:
> - Add new patch to drop unnecessary truetype operations from SPL
>
> drivers/video/console_truetype.c | 10 ++
> 1 file changed, 10 insertions(+)
Reviewed-by: Anatolij Gustschin
;
> Signed-off-by: Simon Glass
> ---
>
> (no changes since v1)
>
> drivers/video/vidconsole-uclass.c | 15 ---
> 1 file changed, 8 insertions(+), 7 deletions(-)
Reviewed-by: Anatolij Gustschin
;
> Signed-off-by: Simon Glass
> ---
>
> (no changes since v1)
>
> drivers/video/vidconsole-uclass.c | 15 ---
> 1 file changed, 8 insertions(+), 7 deletions(-)
Reviewed-by: Anatolij Gustschin
Hi Tom,
please pull video driver updates for v2024.01-rc1.
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/18257
Thanks!
The following changes since commit 9a3a58396b78b1f9d0c14580dc03f81d29207dd2:
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-10-2
.
Signed-off-by: Anatolij Gustschin
---
drivers/clk/stm32/clk-stm32mp1.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/drivers/clk/stm32/clk-stm32mp1.c b/drivers/clk/stm32/clk-stm32mp1.c
index 6150287694..f3ac8c7583 100644
--- a/drivers/clk/stm32/clk-stm32mp1.c
+++ b/drivers/clk/stm32
On Wed, 26 Jul 2023 10:42:33 +0800
Meng Li meng...@windriver.com wrote:
> From: Meng Li
>
> There are 2 patches as bleow:
> 0001-bcm2835-Add-simiple-framebuffer-for-use-with-fkms.patch
> 0002-rpi-set-the-correct-parameter-for-simple-framebuffer.patch
> The first one is used to enable u-boot vide
On Thu, 3 Aug 2023 18:40:08 +0800
Bin Meng bmeng...@gmail.com wrote:
> From: Bin Meng
>
> Add one space between 'before' and 'loading'.
>
> Signed-off-by: Bin Meng
> ---
>
> drivers/video/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
applied to u-boot-video/master, thanks
On Thu, 3 Aug 2023 17:32:41 +0800
Bin Meng bm...@tinylab.org wrote:
> At present vidconsole_measure() tests ops->select_font before calling
> ops->measure, which would result in a null dereference when the console
> driver provides no ops for measure.
>
> Fixes: b828ed7d7929 ("console: Allow mea
Hi Tom,
please pull video driver fixes for for v2023.10.
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/17338
Thanks,
Anatolij
The following changes since commit a5899cc69a99379f01e8e2f9f98e0e09b24f1656:
Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog (2
On Thu, 27 Jul 2023 12:01:26 +0530
Nikhil M Jain n-ja...@ti.com wrote:
> Perform removal of DSS if kconfigs VIDEO_REMOVE or SPL_VIDEO_REMOVE is
> set by user. Otherwise if above Kconfigs are not selected, it is assumed
> that user wants splash screen to be displayed until linux kernel boots
> up.
On Thu, 27 Jul 2023 12:01:25 +0530
Nikhil M Jain n-ja...@ti.com wrote:
> Change remove method of DSS video driver to disable video port instead
> of performing a soft reset, as soft reset takes longer duration. Video
> port is disabled by setting enable bit of video port to 0.
>
> Signed-off-by:
Hi Bin,
On Mon, 31 Jul 2023 13:26:23 +0800
Bin Meng bmeng...@gmail.com wrote:
...
> Looks the first half is assigned to Anatolij and the second half to Rick.
>
> I guess the first half should go first.
>
> Ping for apply?
I've applied patches 1/18 to 9/18 now, a pull request is pending.
--
Ana
On Sun, 23 Jul 2023 12:40:32 +0800
Bin Meng bm...@tinylab.org wrote:
> At present the uclass stored frame buffer size is set to a hard
> coded value, but we can calculate the correct value based on what
> is configured.
>
> Signed-off-by: Bin Meng
> ---
>
> drivers/video/bochs.c | 4 ++--
> 1
On Sun, 23 Jul 2023 12:40:31 +0800
Bin Meng bm...@tinylab.org wrote:
> Set up a default frame buffer size of 8MiB for Bochs for non-x86
> architecturs as PCI is normally not enumerated before relocation
> on these architectures.
>
> Signed-off-by: Bin Meng
> ---
>
> drivers/video/Kconfig | 6 +
On Sun, 23 Jul 2023 12:40:30 +0800
Bin Meng bm...@tinylab.org wrote:
> PCI is always selected by X86 architecture hence "X86 && PCI" does
> not make it better.
>
> Signed-off-by: Bin Meng
> ---
>
> drivers/video/Kconfig | 8
> 1 file changed, 4 insertions(+), 4 deletions(-)
applied t
On Sun, 23 Jul 2023 12:40:29 +0800
Bin Meng bm...@tinylab.org wrote:
> There is an example in the VIDEO_PCI_DEFAULT_FB_SIZE help text to
> tell people how to calculate its value but the resolution given
> does not match the value. Fix it.
>
> Signed-off-by: Bin Meng
> ---
>
> drivers/video/Kco
On Sun, 23 Jul 2023 12:40:27 +0800
Bin Meng bm...@tinylab.org wrote:
> At present the driver uses IO instructions to access the legacy
> VGA IO ports, which unfortunately limits the driver to work only
> on x86. It turns out the IO instruction is not necessary as Bochs
> VGA card remaps the legacy
On Sun, 23 Jul 2023 12:40:25 +0800
Bin Meng bm...@tinylab.org wrote:
> The driver does not call any MTRR APIs.
>
> Signed-off-by: Bin Meng
> ---
>
> drivers/video/bochs.c | 1 -
> 1 file changed, 1 deletion(-)
applied to u-boot-video/master, thanks!
--
Anatolij
On Sun, 23 Jul 2023 12:40:24 +0800
Bin Meng bm...@tinylab.org wrote:
> Some coding convention fixes for video_post_bind().
>
> Signed-off-by: Bin Meng
> ---
>
> drivers/video/video-uclass.c | 6 --
> 1 file changed, 4 insertions(+), 2 deletions(-)
applied to u-boot-video/master, thanks!
Hi Tom,
please pull new video patches for v2023.10.
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/17167
Thanks,
Anatolij
The following changes since commit 4e619e8d4fd68095bc665a78f2651d8e478a4534:
Merge tag 'u-boot-rockchip-20230731' of
https://source.denx.de/u-boot
sted on Pinephone Pro.
>
> Signed-off-by: Ondrej Jirman
> Cc: Anatolij Gustschin
> Cc: Simon Glass
> Cc: Philipp Tomsich
> Cc: Kever Yang
> Cc: Chris Morgan
> ---
> drivers/video/rockchip/dw_mipi_dsi_rockchip.c | 99 +++
> 1 file changed, 99 in
On Mon, 22 May 2023 23:47:00 +0200
m...@xff.cz m...@xff.cz wrote:
...
> Ondrej Jirman (8):
> video: rockchip: vop: Fix whitespace
> video: dw_mipi_dsi: Fix hsync/vsync settings
> video: rockchip: dw_mipi_dsi: Fix external phy existnece check
> video: rockchip: dw_mipi_dsi: Fix error path ch
otflow GUI menu.
>
> Signed-off-by: Ondrej Jirman
> Cc: Anatolij Gustschin
> ---
> drivers/video/console_core.c | 6 ++
> 1 file changed, 6 insertions(+)
applied to u-boot-video/master, thanks!
--
Anatolij
n Pinephone Pro.
>
> Signed-off-by: Ondrej Jirman
> Cc: Anatolij Gustschin
> ---
> drivers/video/Kconfig| 8 ++
> drivers/video/Makefile | 1 +
> drivers/video/himax-hx8394.c | 237 +++
> 3 files changed, 246 insertions(+)
> creat
On Fri, 30 Jun 2023 14:30:07 +0200
Matthias Schiffer matthias.schif...@ew.tq-group.com wrote:
> The intermediate value could overflow for large periods and levels.
>
> Signed-off-by: Matthias Schiffer
> ---
applied to u-boot-video/master, thanks!
--
Anatolij
Hi Tom,
please pull new video patches for v2023.10.
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/16923
Thanks,
Anatolij
The following changes since commit 8e21064cb3452950b09301baec06d86e37342471:
Merge tag 'efi-2023-07-rc7' of
https://source.denx.de/u-boot/custodia
On Tue, 25 Apr 2023 10:51:41 +0300
Svyatoslav Ryhel clamo...@gmail.com wrote:
...
> ---
> Changes from v2:
> - added comments to panel drivers
> - fixed typo in ssd2825 driver
>
> Changes from v1:
> - used lower-case hex for command sequences
> - ssd2825 switched to dm_spi_xfer
> - used log_* inst
On Thu, 4 May 2023 20:56:11 -0400
Tom Rini tr...@konsulko.com wrote:
...
> > Can this be applied, please? We have rc1 out now so this should really
> > be in there by now.
> >
> > I have another series that depends on it, and it is also pending
> > application.
>
> Anatolij ?
Done. My u-boot-
Hi Simon,
On Thu, 4 May 2023 18:40:56 -0600
Simon Glass s...@chromium.org wrote:
...
> Can this be applied, please? We have rc1 out now so this should really
> be in there by now.
>
> I have another series that depends on it, and it is also pending application.
Series applied to u-boot-video no
Hi Tom,
please pull video updates for v2023.07-rc2.
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/16257
Thanks,
Anatolij
The following changes since commit b646e1f69fca5d6a002be1f4e32fab00e140c091:
patman: Declare the future Series memory (2023-04-23 14:24:41 -0400)
On Mon, 27 Mar 2023 11:11:39 +0300
Svyatoslav Ryhel clamo...@gmail.com wrote:
...
> Changes from v2:
> - resend after month
>
> Changes from v1:
> - DSI driver headers were optimized
> - Tested on Paz00 board
>
> ---
>
> Marcel Ziswiler (1):
> tegra: lcd: video: integrate display driver for t3
On Fri, 17 Feb 2023 15:45:47 -0700
Simon Glass s...@chromium.org wrote:
> This is currently broken. If SDL is not installed, SANDBOX_SDL becomes
> false and build errors are generated, e.g.:
>
>test/dm/video.c:424: undefined reference to `sandbox_sdl_set_bpp'
>
> Fix it by making the functio
Hi Tom,
please pull video updates for v2023.07.
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/15944
Thanks,
Anatolij
The following changes since commit 340bebf9c799793affefd166875d5776744988bd:
Merge branch '2023-04-06-assorted-updates' (2023-04-07 10:44:19 -0400)
ar
On Tue, 7 Mar 2023 13:21:10 +0300
Dzmitry Sankouski dsankou...@gmail.com wrote:
...
> Changes in v8:
> - fix build with disabled CONFIG_VIDEO_COPY
> - add 12X22 font to sandox defconfig
>
> Dzmitry Sankouski (10):
> video console: refactoring and optimization
> video console: add support for
On Fri, 10 Mar 2023 11:35:12 +0300
Dzmitry Sankouski dsankou...@gmail.com wrote:
> вт, 7 мар. 2023 г. в 18:22, Anatolij Gustschin :
> (...)
> >
> > there was another build error for boards with CONFIG_VIDEO_LOGO
> > disabled:
> >
> > https://source.denx.de/u
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
1
On Tue, 7 Mar 2023 13:21:14 +0300
Dzmitry Sankouski dsankou...@gmail.com wrote:
...
> @@ -138,13 +139,15 @@ void splash_display_banner(void)
> if (ret)
> return;
>
> -#ifdef CONFIG_VIDEO_LOGO
> - col = BMP_LOGO_WIDTH / VIDEO_FONT_WIDTH + 1;
> - row = BMP_LOGO_HEIGHT /
Hi Dzmitry,
On Mon, 27 Feb 2023 20:37:01 +0300
Dzmitry Sankouski dsankou...@gmail.com wrote:
> - move common code to vidconsole_internal.h and console_core.c
> - unite probe functions
> - get rid of code duplications in switch across bpp values
> - extract common pixel fill logic in two functions
Hi Dzmitry,
On Mon, 27 Feb 2023 20:37:10 +0300
Dzmitry Sankouski dsankou...@gmail.com wrote:
> Tests fonts wider than a byte.
>
> Signed-off-by: Dzmitry Sankouski
> Reviewed-by: Simon Glass
> ---
> Changes for v2: N/A
> Changes for v2: none
> Charges for v4: N/A
> Charges for v5: N/A
> Charges
On Sat, 28 Jan 2023 16:55:31 +0100
Dario Binacchi dario.binac...@amarulasolutions.com wrote:
> The commit 82f7b869f5d7a ("video: Drop CONFIG_AM335X_LCD") removed not
> only the LCD legacy implementation but also the code with driver model
> support. The patch restores the code with driver model su
On Tue, 31 Jan 2023 15:35:18 +0530
Nikhil M Jain n-ja...@ti.com wrote:
> Set splash screen related env variables. Default splash source is
> set to mmc where user is expected to keep bmp in compressed format
> with name ti.gz on first partition of mmc.
>
> Splash file will be uncompressed to DDR
On Tue, 31 Jan 2023 15:35:20 +0530
Nikhil M Jain n-ja...@ti.com wrote:
> The default splashfile name saved is ti.gz. User can use these
> logo files and use it to test splash screen.
>
> Signed-off-by: Nikhil M Jain
> ---
> tools/logos/ti.bmp | Bin 0 -> 160770 bytes
> tools/logos/ti.gz | Bin
On Tue, 31 Jan 2023 15:35:19 +0530
Nikhil M Jain n-ja...@ti.com wrote:
> Splash screen function needs splash source information
> to load image and display it, splash_location provides
> the necessary info, Set default_splash_location to MMC
> at partition 1:1. Probe DSS for splash screen display.
On Tue, 31 Jan 2023 15:35:15 +0530
Nikhil M Jain n-ja...@ti.com wrote:
> To test decode_panel_timing add a panel-timings node
> and a DM test for decode panel timingd by matching
> the panel timing node parameters.
>
> Signed-off-by: Nikhil M Jain
> ---
> arch/sandbox/dts/test.dts | 18
On Sat, 4 Feb 2023 18:41:25 +0100
Anatolij Gustschin ag...@denx.de wrote:
...
> ---
> Changes in v3:
> - add static inline dev_decode_panel_timing() in include/dm/read.h
>to fix sandbox test errors when CONFIG_DM_DEV_READ_INLINE enabled
>
> drivers/
Hi Tom,
please pull video patches for v2023.04.
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/15051
Thanks,
Anatolij
The following changes since commit a209c3e6b48cf042d0220245a2d1636f74389c17:
Merge tag 'u-boot-imx-20230203' of
https://gitlab.denx.de/u-boot/custodia
From: Nikhil M Jain
ofnode_decode_display_timing supports reading timing parameters from
subnode of display-timings node, for displays supporting multiple
resolution, in case if a display supports single resolution, it fails
reading directly from display-timings node, to support it
ofnode_decode_
Hi Simon,
On Mon, 24 Oct 2022 05:45:34 -0600
Simon Glass s...@chromium.org wrote:
> Hi Anatolij,
>
> On Thu, 6 Oct 2022 at 08:36, Simon Glass wrote:
> >
> > This series includes some minor enhancements to the Truetype console to
> > allow it to support multiple fonts and sizes at the same time.
On Thu, 6 Oct 2022 08:36:02 -0600
Simon Glass s...@chromium.org wrote:
> This series includes some minor enhancements to the Truetype console to
> allow it to support multiple fonts and sizes at the same time. This is
> useful for displays where the title needs to be in a larger font than the
> r
On Wed, 7 Sep 2022 12:06:32 +0100
John Keeping j...@metanate.com wrote:
> The wrong fields are pulled out of the timings here so the values
> programmed into the DSI_VID_HSA_LINES/DSI_VID_HBP_LINES and
> DSI_VID_VSA_LINES/DSI_VID_VBP_LINES registers are swapped.
>
> Use the right fields so that
On Tue, 13 Sep 2022 18:32:42 +0900
Takumi Sueda puhit...@gmail.com wrote:
> It introduces the way to rotate the screen for boards with rotated screen.
>
> Signed-off-by: Takumi Sueda
> ---
> drivers/video/simplefb.c | 6 +-
> 1 file changed, 5 insertions(+), 1 deletion(-)
Applied to u-boot
On Mon, 17 Oct 2022 10:33:18 +0200
Julien Masson jmas...@baylibre.com wrote:
...
> Changes in v2:
> - splash_mmc_read_raw: return -EIO in case of errors
> - splash_mmc_read_raw: use IS_ENABLED(CONFIG_CMD_MMC) instead of #ifdef
> - rename local var env_splashdevpart_value to devpart
>
> Julien Mass
Hi Tom,
please pull video changes for v2023.01.
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/13972
Thanks,
Anatolij
The following changes since commit fb63362c63c7aeacb1dfde330ee8f692da7972f9:
lib: fix buggy strcmp and strncmp (2022-10-27 09:10:08 -0400)
are availab
Hi Tom,
please pull video fixes for v2022.07-rc5.
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/12501
Thanks,
Anatolij
The following changes since commit 625756083e3358744fbe0a60e0eedc009041782d:
Merge branch '2022-06-23-important-fixes' (2022-06-23 11:27:04 -0400)
a
On Mon, 20 Jun 2022 11:55:07 +0200
Patrick Delaunay patrick.delau...@foss.st.com wrote:
> The tests on CONFIG_DM_REGULATOR, added to avoid compilation issues, can
> now be removed, they are no more needed since the commit 16cc5ad0b439
> ("power: regulator: add dummy helper").
>
> Signed-off-by: P
On Wed, 18 May 2022 13:36:18 +0800
Bin Meng bmeng...@gmail.com wrote:
> The codes that call STBTT_malloc() / stbtt__new_active() do not check
> the return value at present which may cause segfault.
>
> Signed-off-by: Bin Meng
> ---
>
> drivers/video/stb_truetype.h | 18 ++
> 1
>
> Signed-off-by: Andrew Scull
> Cc: Simon Glass
> Cc: Anatolij Gustschin
> Reviewed-by: Simon Glass
> ---
> arch/sandbox/include/asm/sdl.h | 5 +
> 1 file changed, 5 insertions(+)
applied to u-boot-video/master, thanks!
--
Anatolij
Hi Tim,
On Wed, 11 May 2022 13:39:59 -0700
Tim Harvey thar...@gateworks.com wrote:
...
> > Reviewed-by: Oleh Kravchenko
>
> Thanks Oleh. Do you know someone that does have a o4-imx6ull-nano
> board to test with?
>
> Marcel, Fabio, Anatolij and Oliver, can you review and test your
> boards wi
On Sun, 23 Jan 2022 07:04:01 -0700
Simon Glass s...@chromium.org wrote:
...
> Simon Glass (14):
> video: Drop cfg_console
> video: nokia_rx51: Drop obsolete video code
> video: siemens: Drop unused video code
> video: nexell: Drop unused and invalid code
> video: Drop video_fb header
>
1 - 100 of 2410 matches
Mail list logo