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 83BEFC433F5 for ; Mon, 8 Nov 2021 15:53:31 +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 0A4B161178 for ; Mon, 8 Nov 2021 15:53:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0A4B161178 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com 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 A3B5683858; Mon, 8 Nov 2021 16:53:28 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.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=konsulko.com header.i=@konsulko.com header.b="ptwDWWG1"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2D0B483885; Mon, 8 Nov 2021 16:53:26 +0100 (CET) Received: from mail-qk1-x731.google.com (mail-qk1-x731.google.com [IPv6:2607:f8b0:4864:20::731]) (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 1ED338384B for ; Mon, 8 Nov 2021 16:53:23 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qk1-x731.google.com with SMTP id br39so15851968qkb.8 for ; Mon, 08 Nov 2021 07:53:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=Fg4apYYFn16q029oP0HQiGxklHNOC09abRY6hQtIGgM=; b=ptwDWWG1F8EHQ2bTiwdiHGfen/ZrvIqj9UEFgrLCO1UgD+8vS1bBbyzOJPW/tDzUiI Z4nRu8+NhQ5Ls+2YTsBuLs+FwK35R7JoljmiOnS5iuxsxam9lpT0gBnnOboOHxQQKYW5 K0ROVh75g/pyuYOoBvIYL1rPZFolR7t3pZDQ0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Fg4apYYFn16q029oP0HQiGxklHNOC09abRY6hQtIGgM=; b=5q0mZ0h/nWJYdmTWl3x25bhaEitQ9U708GqAis5bBZ3G0zU9VD7jJ45rgRS/17EvkR TuHroFCgPSrmxaaLdtUBXV3k8SuwyRn7A3wct21RCSxPjmxk64C0/L8Tqkvlu9jeej1u lHFN6+rCFcNqN4m6mKY9vwn0/tYTiAMVMH6iybYqbgeTtWJJpQeGDjui7d21yCVNtH+o cvrdkqH6d+C3hzmpDjV5wqnuG1i8ttNP8pz3bGwl2slYGpOvtqUCComNeBxU4UJd1zR+ YoJI/AexsmBFVk2LVfnjEHwuQI6Qj5nlaHtqxyH2rWfAp6LiQLWL2EvIDOIEd9qlAKej AE9Q== X-Gm-Message-State: AOAM533C4TttcUbBD9oTPjRoJMBWrZsnNYk8jAMr3cMyE54ZgEYwI4yj 3NsONVEzDfQYC2bweHsw5tADqRq0eK0g5A== X-Google-Smtp-Source: ABdhPJyWs7F6qK7ZnspGINAf8IqhuWJZo8xvFYrOkINODi3crtfBsFPMO4yIG7e0QJR3PVmr2DstCw== X-Received: by 2002:a05:620a:170a:: with SMTP id az10mr163483qkb.142.1636386801263; Mon, 08 Nov 2021 07:53:21 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-65cb-752a-b567-5ae4.res6.spectrum.com. [2603:6081:7b01:cbda:65cb:752a:b567:5ae4]) by smtp.gmail.com with ESMTPSA id w9sm10295552qko.19.2021.11.08.07.53.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Nov 2021 07:53:20 -0800 (PST) Date: Mon, 8 Nov 2021 10:53:18 -0500 From: Tom Rini To: Sinthu Raja Cc: u-boot@lists.denx.de, Praneeth Bajjuri , Sinthu Raja Subject: Re: [PATCH V2 09/17] arm: j721e: Add support for selecting DT based on EEPROM Message-ID: <20211108155318.GF24579@bill-the-cat> References: <20211102140558.32460-1-sinthu.raja@ti.com> <20211102140558.32460-10-sinthu.raja@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="c0Rcp2AGu/o8LsKL" Content-Disposition: inline In-Reply-To: <20211102140558.32460-10-sinthu.raja@ti.com> X-Clacks-Overhead: GNU Terry Pratchett 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 --c0Rcp2AGu/o8LsKL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 02, 2021 at 07:35:50PM +0530, Sinthu Raja wrote: > From: Sinthu Raja >=20 > Enable support for selecting DTB from FIT within SPL based on the > board name read from EEPROM. This will help to use single defconfig > for both EVM and SK. >=20 > Also print FDT model name and board name read from EEPROM on SPL debug > console. This is useful to verify that right dtb is loaded in each boot > stage. >=20 > Signed-off-by: Sinthu Raja > --- >=20 > No changes in V2. >=20 > arch/arm/mach-k3/j721e_init.c | 62 +++++++++++++++++++++++++++++++++++ > 1 file changed, 62 insertions(+) The EEPROM scheme is not K3-generic, but rather TI reference platform specific, so this needs to be abstracted to exist and be called from under board/ti/j721e/.. thanks. --=20 Tom --c0Rcp2AGu/o8LsKL Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGJR+4ACgkQFHw5/5Y0 tyzSIQv/VkCIAVdu6+y4xohxLNJ2LUxDPeFu/JglkModsxiyziFfZseLf6a4LFbl Ady+oFwizlerCt57w3GJfxmb9dGidt0bhPq4AM+vyfv9YN3ykE6SpIObXbHmK0Mq tiD8e/OjXV62KQN0EGR9GKs1zU+yt6/cYIaAFz41BKJgsSYA+7+TjvWkXhsFWmwl hiHKeykMMtE+gF+SoGHKHhDPwmOhqeJQzIfpJgVMMSFKMh40mqsmZfBgat8t2LmB XHvusBokJCmpgmGHuaaa/NzFqKETDnbK8m/L7u65lXa0j9N4sOwIII3RBcid2ofK PzH5QPxSLM8uJXwDIOo0lDpfMzyopHb9dSpR7QuMFrQlM+gofrWrTrtQ8gyngNGm NHcrx4qF1H58WdciZ5VwmQK0htIvlZYkw1vNzY63NZNjPHxRU0IqZslfZYuj66Bo 8XsA3yf0S2jf/exSTArzF1Vna5PYtOrMYrOlzaGK5zqCcAMIuPAfXf0U/1G9rj8b SqUueZ5p =XdIJ -----END PGP SIGNATURE----- --c0Rcp2AGu/o8LsKL--