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 B02D3C433EF for ; Wed, 24 Nov 2021 22:24:05 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E26FA83753; Wed, 24 Nov 2021 23:23:22 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="YuFbSr0D"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id E8A72812DD; Wed, 24 Nov 2021 23:22:47 +0100 (CET) Received: from mail-ua1-x930.google.com (mail-ua1-x930.google.com [IPv6:2607:f8b0:4864:20::930]) (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 0CA7F812DD for ; Wed, 24 Nov 2021 23:22:36 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-ua1-x930.google.com with SMTP id az37so8205938uab.13 for ; Wed, 24 Nov 2021 14:22:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:sender:from:in-reply-to:references:date:message-id :subject:to:cc; bh=cCOIW95jMpeDDK+TFV2RGOZNmqixYum+Jhw1ab+cyJ8=; b=YuFbSr0DcIg7K7M/SfYgdUdTPdaDq+CsEqtw45X133tV1SaQFXYJKxFdPjdTkxMpTS 76VJNxn4zaGDc6vPPweTCzc/TOu9Q950qB0Lk9GDt3GdCQx3+3NIBaKW/QgcNqvodonU 4yLb4+lZR18fCleU3Narrp0ULOwTTHaRjTOvM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:sender:from:in-reply-to:references :date:message-id:subject:to:cc; bh=cCOIW95jMpeDDK+TFV2RGOZNmqixYum+Jhw1ab+cyJ8=; b=dThFlrBoWoL1IqqsEILqXGPalO2tIAM/YFh2upaX266cGJlUwxbcHnuXXVxeQKTwPD ar9UW9QE6HE1ezCmhxgq7ZpJveY/ljBbQ3hxUEDjiIRt84N5k1UhT7u8R4YkBYI+3xlf eCp4GZzu7jYinp0gCLuJm9ElDGIPg1Gw/Pr8OaK6iFCqJdzg0D6DxAFAahbLIrt2UIMU NURlx+HjlzpBG3XqDRVdOfzdTScziV4Lkk+ZRQwW90rMdqpTN5kF/3KGpwjuOc2KRSDH hXIwxc5uX1rjFBRoc7e1340oKpxkA/6x7Q7No8t7cqItBWovrR/Q7sVffgePTkNcFaZI O57g== X-Gm-Message-State: AOAM533F8x4yxCgpK+4aB39JcV8vrmY9fIXksj5P7O956R3vVHaYnA8r z9DPorxIJNrvLkx/AeISct+4x5ek/zXy3NFar7avKw== X-Google-Smtp-Source: ABdhPJxdZ5HU9Z4JzACtllUUzmr4ijrLIsOw+VbKGQ7C+ZIP8h/ZA1uTPUbY89bHpOk/xNptXOuhFi6MmWcTR6vzvFU= X-Received: by 2002:a67:e003:: with SMTP id c3mr726409vsl.51.1637792554641; Wed, 24 Nov 2021 14:22:34 -0800 (PST) Received: from 480794996271 named unknown by gmailapi.google.com with HTTPREST; Wed, 24 Nov 2021 17:22:33 -0500 MIME-Version: 1.0 From: Simon Glass In-Reply-To: <20211023232635.9195-8-sjg@chromium.org> References: <20211023232635.9195-8-sjg@chromium.org> <20211023232635.9195-1-sjg@chromium.org> Date: Wed, 24 Nov 2021 17:22:33 -0500 X-Google-Sender-Auth: W6739U37KDYL31SozIcRLEs9HBA Message-ID: Subject: Re: [PATCH v2 09/41] common: Allow a smaller console-recording pre-reloc To: Simon Glass Cc: Michal Simek , Heinrich Schuchardt , Tom Rini , Ilias Apalodimas , Daniel Schwierzeck , Steffen Jaeckel , =?UTF-8?B?TWFyZWsgQmVow7pu?= , Lukas Auer , Dennis Gilmore , U-Boot Mailing List Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.37 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 Before relocation there is generally not as much available memory and not that much console output. At present the console-output buffer is the same side before and after relocation. Add a separate Kconfig option to remove this limitation. Signed-off-by: Simon Glass --- (no changes since v1) common/Kconfig | 10 ++++++++++ common/console.c | 4 +++- 2 files changed, 13 insertions(+), 1 deletion(-) Applied to u-boot-dm/next, thanks!