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 D070FC433EF for ; Wed, 5 Jan 2022 21:10:13 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6596B83041; Wed, 5 Jan 2022 22:10:11 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com 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=gmail.com header.i=@gmail.com header.b="gIO76PyG"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 42F4782F87; Wed, 5 Jan 2022 22:10:10 +0100 (CET) Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) (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 C26FA83041 for ; Wed, 5 Jan 2022 22:10:06 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tomm.merciai@gmail.com Received: by mail-wr1-x436.google.com with SMTP id e5so773621wrc.5 for ; Wed, 05 Jan 2022 13:10:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=aS/Q4KCsbEPG59dDS7l+f0CHI7GpuZSc0DT9H7yck7g=; b=gIO76PyG6rLCBQNvLbnYAub2yR5bnTu5WCSPM2qQ7RHb3gDJLynVFHE4M8vrDcwRt2 56lNZi+GBLCI7tyz5wcTgM3/+LQnqGcDzmJcwiUuSZd7FSIL9r3lQ3UCtRSBRG/Q7lg0 r7c9rNfSdZfZqR750ucy7nzeiEcZkNSmyXJ9zYZqFykg+vrb8tKZcwfQjkd1HtzjllGc kdGwdJxQ1fTC3cG74YWm93UpTvv1ntzfU7VKc0Hy18Q4hoCA80N+z9pvUQRjakyQBK4E Bq1FCEZdicuGkx435c5AFWhGMA4FICfXTQlgJs3wOKfrRdGl6DaZQAw5LmXPmBK3v40a wUqQ== 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=aS/Q4KCsbEPG59dDS7l+f0CHI7GpuZSc0DT9H7yck7g=; b=2ZIsusSKwC4R+dKSecAM7k1QEgYzSxYA0XS8ch5kwyLs9CgCecR9xMmPilikP2WiJY B9rHeAZovWBMLRijEemqFiMKTnbgej2zcEIDUug7m7xRpSkHa+sXLZxXUFCC5t0hotrs y2A4XScDDkDn1OMqwY8qrpFf7Q7DJYoWfR7QCBmnFnYUh75J6zjyYHIbtg8MuaNLWPJU F+FTetCfT57+uffIcKGIOg+OwBswWlzZ4bsr2GM7KpSmWWZ0hywRtUL2/J3/wWCT36tZ TOoSqCdJsNlSiJiu+KrcJdzaroO8gQ6tZlfbVKGjTMsrGY2EP+RTniTERZimLz33mJTP tAHQ== X-Gm-Message-State: AOAM531OtM7Gwj2F1AfJVxANCm+KVA65symjzsMnIrdtPrQ1gSwiYx4Q EBDVZdUA5hPN81MnSpSC2l4= X-Google-Smtp-Source: ABdhPJyfhyPXvxc6U07Uh+56T4zvZgI6bTAKzO/sdGsU+SJFcTZfVg8nM1BHRVXiXSAWcRO7OXgjag== X-Received: by 2002:adf:d1c9:: with SMTP id b9mr7711182wrd.560.1641417006077; Wed, 05 Jan 2022 13:10:06 -0800 (PST) Received: from tom-desktop (net-93-71-218-227.cust.vodafonedsl.it. [93.71.218.227]) by smtp.gmail.com with ESMTPSA id r7sm72151wrt.77.2022.01.05.13.10.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Jan 2022 13:10:05 -0800 (PST) Date: Wed, 5 Jan 2022 22:10:03 +0100 From: Tommaso Merciai To: Fabio Estevam Cc: Stefano Babic , U-Boot-Denx , Peter Robinson Subject: Re: [PATCH 2/2] udoo: neo: Do not print the Model information Message-ID: <20220105211003.GB2177@tom-desktop> References: <20220103151512.435434-1-festevam@gmail.com> <20220103151512.435434-2-festevam@gmail.com> <20220105204752.GA2177@tom-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 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 On Wed, Jan 05, 2022 at 05:52:23PM -0300, Fabio Estevam wrote: > Hi Tommaso, > > On Wed, Jan 5, 2022 at 5:47 PM Tommaso Merciai wrote: > > > Hi Fabio, > > Thanks, I test your patch on basic and extended model. Below some logs > > seems all work properly. I hope I helped the cause :) > > Yes, thanks a lot! > > > - BASIC log: > > ------------------------------------------------------------------------- > > U-Boot 2022.01-rc4-00034-g19f31e718f-dirty (Jan 05 2022 - 21:38:32 +0100) > > > > CPU: Freescale i.MX6SX rev1.2 996 MHz (running at 792 MHz) > > CPU: Extended Commercial temperature grade (-20C to 105C) at 32C > > Reset cause: POR > > Model: UDOO Neo Basic > > I assume you have only applied 1/2 and not 2/2. > > With 2/2 applied the Model line should not be printed. > > Thanks Yes, Fabio. Sorry, I forgot. Below test with 2/2. U-Boot 2022.01-rc4-00034-g19f31e718f-dirty (Jan 05 2022 - 22:07:22 +0100) CPU: Freescale i.MX6SX rev1.2 996 MHz (running at 792 MHz) CPU: Extended Commercial temperature grade (-20C to 105C) at 45C Reset cause: POR Board: UDOO Neo BASIC I2C: ready DRAM: 512 MiB PMIC: PFUZE3000 DEV_ID=0x30 REV_ID=0x11 MMC: FSL_SDHC: 1, FSL_SDHC: 2 Loading Environment from MMC... OK In: serial Out: serial Err: serial Net: eth0: ethernet@2188000 Hit any key to stop autoboot: 0 U-Boot 2022.01-rc4-00034-g19f31e718f-dirty (Jan 05 2022 - 22:07:22 +0100) CPU: Freescale i.MX6SX rev1.2 996 MHz (running at 792 MHz) CPU: Extended Commercial temperature grade (-20C to 105C) at 35C Reset cause: POR Board: UDOO Neo EXTENDED I2C: ready DRAM: 1 GiB PMIC: PFUZE3000 DEV_ID=0x30 REV_ID=0x11 MMC: FSL_SDHC: 1, FSL_SDHC: 2 Loading Environment from MMC... OK In: serial Out: serial Err: serial Net: Error: ethernet@2188000 address not set. No ethernet found. Hit any key to stop autoboot: 0 Thanks, Tommaso