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 A5391C5475B for ; Fri, 8 Mar 2024 11:09:06 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id ADDC98801E; Fri, 8 Mar 2024 12:09:04 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="clX/kDBt"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1275388065; Fri, 8 Mar 2024 12:09:03 +0100 (CET) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id BCE5687DCD for ; Fri, 8 Mar 2024 12:09:00 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=devarsht@ti.com Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 428B8Ydn040139; Fri, 8 Mar 2024 05:08:34 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1709896115; bh=kSEPSxPoGe35HnKaHD2HqtTth25HNlWWBxKGpfypxyc=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=clX/kDBtmXyL3aDoXgynmKycv/3vP2M4qSulgdjTj7hAFIgsVQSmqHaL1fbqF8Tla UZMwpJwrVyBPE950FdA2a1J1aeRunoTHx6EzBF+bX72UpSvwOl4T5rvIA779mhm8vJ 7Z+qeqhXIjTehbBBHbanSYEFVCalLpZ9nPhR2blU= Received: from DLEE112.ent.ti.com (dlee112.ent.ti.com [157.170.170.23]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 428B8YI3038544 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 8 Mar 2024 05:08:34 -0600 Received: from DLEE105.ent.ti.com (157.170.170.35) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 8 Mar 2024 05:08:34 -0600 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Fri, 8 Mar 2024 05:08:34 -0600 Received: from [172.24.227.193] (devarsht.dhcp.ti.com [172.24.227.193]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 428B8SwB070816; Fri, 8 Mar 2024 05:08:29 -0600 Message-ID: <83db0246-18a6-05ab-3e76-472ad0cc688b@ti.com> Date: Fri, 8 Mar 2024 16:38:28 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH 0/4] Simplefb and fb reservation related updates To: , , , CC: , , , , , , , , , , , , , , , References: <20240222130811.3878567-1-devarsht@ti.com> Content-Language: en-US From: Devarsh Thakkar In-Reply-To: <20240222130811.3878567-1-devarsht@ti.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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.8 at phobos.denx.de X-Virus-Status: Clean 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 function to only enable framebuffer reservation without > enabling simple-framebuffer in case user want to continue display > bootloader splash without displaying anything else in between until > kernel boots up. > > Lastly, it enables above support on AM62x. > I saw a RB on first 3 patches so just wanted to check if it looks good to you too then is it possible to pull in the first 3 patches if no further comments ? Regards Devarsh > Devarsh Thakkar (4): > boot: fdt_simplefb: Enumerate framebuffer info from video handoff > video: Assume video to be active if SPL is passing video hand-off > boot: Move framebuffer reservation to separate helper > board: ti: am62x: evm: Update simple-framebuffer node in device-tree > > board/ti/am62x/evm.c | 19 +++++++++++++++ > boot/fdt_simplefb.c | 46 ++++++++++++++++++++---------------- > boot/fdt_support.c | 21 ++++++++++++++++ > drivers/video/video-uclass.c | 4 ++++ > include/fdt_support.h | 2 ++ > 5 files changed, 72 insertions(+), 20 deletions(-) >