From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 36B5AC433F5 for ; Sat, 9 Oct 2021 21:29:30 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 53B7160F4B for ; Sat, 9 Oct 2021 21:29:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 53B7160F4B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D9B2F8364A; Sat, 9 Oct 2021 23:29:26 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1633814967; bh=6tYmuQmH2ZL52zRkeORrDUs72p5iqtyrTuAPfkhqvsw=; h=Date:From:To:Cc:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=nV42q/MeGxLT3fDHboByw/PDwOoBfFn48bltMJHh3n0VxY22NVsPJk1vE7rqKPXBE lQZqmKwtg0y+jnhfUlhUF4Pu9xNBninb9E9GI1O0HdQaz0TrwLZTdY0aEgwUiRkFGc 4ITurR4PhLuvWXYB0FhnpKHVMBBbBc683YvNtpMlRLdQL8M655+NLJ4gntIEYrOr7V OAaygsL3welqpkJGGMclbLaWbOEuXV86CaEGb9FPhB3hZmdFb3Tiettv1Lr3raasb7 tM7u3dgiRzLYaB9gk6rHChDKqepFtCZnpLkrHPTZlKOg+tJTvLYdciIqpAolJbbJXR DD8EYcAGtASpg== Received: from crub (pd95f1d7c.dip0.t-ipconnect.de [217.95.29.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: agust@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id AE343835C1; Sat, 9 Oct 2021 23:29:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1633814964; bh=6tYmuQmH2ZL52zRkeORrDUs72p5iqtyrTuAPfkhqvsw=; h=Date:From:To:Cc:Subject:From; b=Of2C9XxXacVLZZih7+pHzQay6yZQzkVjSQ+l/+U+pZU5n8OLN/V2WD2kuWfbT3aT6 rLWGytfhoYcCdtYOCkFoZl52rWwplFGCjUWRGRyTCT5V8oJOILqc35oCsOny4pQTiB rjgCsK1aRu3JDAot/Alq5sXje+s0D8kxc6kl6yTGpJdKQQyGkozAMpUpHj2nAMtM+9 ATwJOqahI3eXqP3uAal+ZYcC0UpChbNEEN4o4tWGi22GdGYlWanjjSrIxbAkMJj1Iy mB2UYbJcV5BjJXCRJpkdpkdRgC91VGvQj6h+kaGWcHurmj69QqbAvsSjBjsaiZcq5c l4/DX2Xj5Sofg== Date: Sat, 9 Oct 2021 23:29:23 +0200 From: Anatolij Gustschin To: Tom Rini Cc: u-boot@lists.denx.de Subject: Please pull u-boot-video Message-ID: <20211009232923.4c0bc097@crub> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean 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