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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 586EFC433EF for ; Thu, 14 Jul 2022 07:04:28 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CF3CE84040; Thu, 14 Jul 2022 09:04:25 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="jj9SsHmq"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id AF5A784047; Thu, 14 Jul 2022 09:04:23 +0200 (CEST) Received: from mail-yw1-x1130.google.com (mail-yw1-x1130.google.com [IPv6:2607:f8b0:4864:20::1130]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id EA1CB8402C for ; Thu, 14 Jul 2022 09:04:20 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=ilias.apalodimas@linaro.org Received: by mail-yw1-x1130.google.com with SMTP id 00721157ae682-31c89653790so7769967b3.13 for ; Thu, 14 Jul 2022 00:04:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=prIQwNqIyu4YAYluaXyNIuK7bB5WC8KRNyjugM6My0k=; b=jj9SsHmqQNP1SZi4gfXrWjMlF16PgCCAJ6jov2qHyZNVwyJ5D4MPmmrtjWIm/vogGV COxPsVpXE6RSLdwelTzqEULhs63VAS1msX4wyzIVaHv1xsGT+RczGsBscfXbBEwizQeo KPLXYURK24+99+wajZnYR0XUd3+qHbxA0O3z8Is4zNxROEcbJRY2DVV8jUhN+ysj6Je2 Orxg3nxyVgdY8xzlv9cQ1NELXfj4WaXh0kuuQZNQzPAnOpS7Ak4Q7IfKgm6BWOi9SeAr GqI066AcTrN2slK1PXtLoGKyxY34j4/b6f5aKLcfJzjSnS6SSwZyA7QTeG4C5jMioMd1 xJbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=prIQwNqIyu4YAYluaXyNIuK7bB5WC8KRNyjugM6My0k=; b=Ka9oc5IfnQhx+9h1Lxldi0gye+oegqwKltBTNEKrb0KgJtWIuRpAuV2AHTczNx0Z15 HZB0D//z2lyG0ZIR7SuZj4LAYsd/EIN+Ww8mL3rVL5o/qU57J31ch9IbflSaTcL+pzVV OqJ6TRJ+85uIO+vvO0I4c5mogn+mSWSHK2nLL2SDtGbGdZdAxdyy5X4RyvIysSGOxkdU xVOYJ58FB+clfFd8WwqORijDZIMxRJpzgeKW7KNT2cmV7yl01NKoMOgUFd8cLif7b/du 91MV2tJ4UHdNDmmNAxEYwRh0VQIjToIyRuV7Kc6vqNjTn4+RvxOfHvYRRpIjYA8jwLAg xzig== X-Gm-Message-State: AJIora9vZ6pKddFVrcfRg+WXbv4yjn3H/G3zIQFJc8iR7Zyt5Pa131Yq eSFA3k158BtmokeDF6TBeuSycr92zXlXzV6nvrtpnA== X-Google-Smtp-Source: AGRyM1sDL6Z4NrBKNnQE2rhTn6vrL88HuVbvmY5iU8IlkeGhifBvfaAcAXKbx8aRwt7u2r3c1C7L/WR+8r0YFBQkQ/U= X-Received: by 2002:a81:4e94:0:b0:31c:b5c9:5148 with SMTP id c142-20020a814e94000000b0031cb5c95148mr8521660ywb.128.1657782259679; Thu, 14 Jul 2022 00:04:19 -0700 (PDT) MIME-Version: 1.0 References: <20220714064516.76166-1-heinrich.schuchardt@canonical.com> In-Reply-To: <20220714064516.76166-1-heinrich.schuchardt@canonical.com> From: Ilias Apalodimas Date: Thu, 14 Jul 2022 10:03:43 +0300 Message-ID: Subject: Re: [PATCH 1/1] efi_loader: remove support for CONFIG_LCD To: Heinrich Schuchardt Cc: u-boot@lists.denx.de Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.6 at phobos.denx.de X-Virus-Status: Clean On Thu, 14 Jul 2022 at 09:45, Heinrich Schuchardt wrote: > > There is no board left using CONFIG_LCD without CONFIG_DM_VIDEO. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_loader/Makefile | 1 - > lib/efi_loader/efi_gop.c | 5 ----- > 2 files changed, 6 deletions(-) > > diff --git a/lib/efi_loader/Makefile b/lib/efi_loader/Makefile > index aaaa25cefe..f54c244c32 100644 > --- a/lib/efi_loader/Makefile > +++ b/lib/efi_loader/Makefile > @@ -66,7 +66,6 @@ obj-$(CONFIG_EFI_VARIABLES_PRESEED) += efi_var_seed.o > endif > obj-y += efi_watchdog.o > obj-$(CONFIG_EFI_ESRT) += efi_esrt.o > -obj-$(CONFIG_LCD) += efi_gop.o > obj-$(CONFIG_DM_VIDEO) += efi_gop.o > obj-$(CONFIG_BLK) += efi_disk.o > obj-$(CONFIG_NET) += efi_net.o > diff --git a/lib/efi_loader/efi_gop.c b/lib/efi_loader/efi_gop.c > index 2c81859807..5908b5c646 100644 > --- a/lib/efi_loader/efi_gop.c > +++ b/lib/efi_loader/efi_gop.c > @@ -8,7 +8,6 @@ > #include > #include > #include > -#include > #include > #include > #include > @@ -459,11 +458,7 @@ efi_status_t EFIAPI gop_blt(struct efi_gop *this, struct efi_gop_pixel *buffer, > if (ret != EFI_SUCCESS) > return EFI_EXIT(ret); > > -#ifdef CONFIG_DM_VIDEO > video_sync_all(); > -#else > - lcd_sync(); > -#endif > > return EFI_EXIT(EFI_SUCCESS); > } > -- > 2.36.1 > Reviewed-by: Ilias Apalodimas