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 5B8F4C433FE for ; Fri, 29 Apr 2022 14:48:50 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3B70D83F1B; Fri, 29 Apr 2022 16:48:48 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (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="i08wzNUs"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 32E9E83F1B; Fri, 29 Apr 2022 16:48:40 +0200 (CEST) Received: from mail-qv1-xf32.google.com (mail-qv1-xf32.google.com [IPv6:2607:f8b0:4864:20::f32]) (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 74FD683F15 for ; Fri, 29 Apr 2022 16:48:35 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf32.google.com with SMTP id iy15so5488327qvb.9 for ; Fri, 29 Apr 2022 07:48:35 -0700 (PDT) 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=g2K0rBRGMWfvDh04lI7cKXUjRciGpV6r5FFQYD15o5o=; b=i08wzNUsBzi9DqF5T16fNHSoqgk8TTQlmgioH3xEbrFYLJ1gDbzJONYgiszmPJq6Re TeP9t73hRSBVJs+rTLtUaefEtzzrFbw4rSa/kuLjsvFgM0vW5NVVPgRn30ChsoUab3K3 7flSw66f7CxuIxxw4+yRU8AGbQBFv4kNP62KM= 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=g2K0rBRGMWfvDh04lI7cKXUjRciGpV6r5FFQYD15o5o=; b=1PXd1En/gA7i3H39o59eDLZrgjkqV1Bh7QWi17Z2gRGlN9+49lIY6vjTdlcMhDBi9U /q2iU9CFpirPXvfhaYXuHKtrXDh6kcbrFhPgxYYQOWZjFMCV4zklsrUch6yMa3LCs3P0 v8v0PqAW5ahRAaL1wVm4SjNPFhagdxiUAGelUinZyHfOd/S0VPEI7i5LFkAPRLiLqO2Q qGQQ7zHxkGBgbmGhPFFkLfQQb+sBuX9N4uBTrJSNXPpor5/jfcstnQkjyyALwwCvyzE0 BxTAqpxuhuiTrgkf3aCf6xiyH65MiTPLWLGQarmLXw2kuTGxiiwVsZtPL3n71QULnYZI jEcQ== X-Gm-Message-State: AOAM533gpHhQObQBgGOK0RqQi61DiIq5iOiTJu/5W+DE+zdyJ54UEnQI u8x8Jy3zEN8FrO0GUOpndw1ozA== X-Google-Smtp-Source: ABdhPJylNO8GwbNw6gQ2WYVPr0WLPlEVes+6hM38SEIxbua/VL00b/xIC1EI3N2lFWSU/TNNFsOvhQ== X-Received: by 2002:a05:6214:260b:b0:456:50fc:550d with SMTP id gu11-20020a056214260b00b0045650fc550dmr10255299qvb.13.1651243714215; Fri, 29 Apr 2022 07:48:34 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-4500-41c8-9db8-25be-eadf.res6.spectrum.com. [2603:6081:7b01:4500:41c8:9db8:25be:eadf]) by smtp.gmail.com with ESMTPSA id f20-20020ac87f14000000b002f3813335a9sm1859154qtk.0.2022.04.29.07.48.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 29 Apr 2022 07:48:33 -0700 (PDT) Date: Fri, 29 Apr 2022 10:48:31 -0400 From: Tom Rini To: Sean Anderson Cc: u-boot@lists.denx.de, Simon Glass , Mario Six , Ramon Fried , Heinrich Schuchardt , Joe Hershberger Subject: Re: [PATCH v3 12/13] test: Load mac address using RTC Message-ID: <20220429144831.GT1182808@bill-the-cat> References: <20220418193659.3677824-1-sean.anderson@seco.com> <20220418193659.3677824-13-sean.anderson@seco.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="N7HXVILz59yg1nI8" Content-Disposition: inline In-Reply-To: <20220418193659.3677824-13-sean.anderson@seco.com> X-Clacks-Overhead: GNU Terry Pratchett 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.5 at phobos.denx.de X-Virus-Status: Clean --N7HXVILz59yg1nI8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 18, 2022 at 03:36:58PM -0400, Sean Anderson wrote: > This uses the nvmem API to load a mac address from an RTC. >=20 > Signed-off-by: Sean Anderson > Reviewed-by: Simon Glass > --- >=20 > (no changes since v1) >=20 > arch/sandbox/dts/test.dts | 9 ++++++++- > drivers/rtc/i2c_rtc_emul.c | 10 ++++++++++ > 2 files changed, 18 insertions(+), 1 deletion(-) This breaks sandbox_spl testing, and most easily seen with the "handoff" test: ------------------------------------ Captured stdout setup ----------------= -------------------- /spl/u-boot-spl Creating new bloblist size 400 at c000 U-Boot SPL 2022.07-rc1-00103-g5e422746a1d3 (Apr 29 2022 - 10:45:23 -0400) Finished bloblist size 400 at c000 Finished bloblist size 400 at c000 Found existing bloblist size 400 at c000 U-Boot 2022.07-rc1-00103-g5e422746a1d3 (Apr 29 2022 - 10:45:23 -0400) Model: sandbox DRAM: 128 MiB Core: 214 devices, 79 uclasses, devicetree: board MMC: Can't map file 'mmc1.img': Invalid argument mmc1: Unable to map file 'mmc1.img' Can't map file 'mmc1.img': Invalid argument mmc1: Unable to map file 'mmc1.img' mmc1 - probe failed: -1 mmc2: 2 (SD)Can't map file 'mmc1.img': Invalid argument mmc1: Unable to map file 'mmc1.img' Loading Environment from nowhere... OK In: cros-ec-keyb Out: vidconsole Err: vidconsole Model: sandbox Net: eth0: eth@10002000, eth5: eth@10003000 Error: sbe5 address not set. , eth6: eth@10004000, eth8: phy-test-eth Error: dsa-test-eth address not set. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D short test summary info =3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D --=20 Tom --N7HXVILz59yg1nI8 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJr+r8ACgkQFHw5/5Y0 tywKcgv9G5kBpoPDyXwEE3fMj3Z/Udxi4PgLGHj325x/R81M8ePJWJqXlN5wzbGw eJivaz4gIYmxl5MkCbTCzO2O9eshavBX3amibsGOzeo3Rvg9ZsT62IhTa2bGR8qk KfHCDn41/gptQZIJwJtLv/hMGtqDXDHkqapGK9Bq+6BIBhdKH24YkX28FQquqT51 JyW18yteLG40Utv924MmtT7LTY1QTZfFYsBaNlmuElSREVst3zRNEyQ6hW8szKYC 56eQFuRA4g2w2VcI2DGnKD/jbGHD3s6J98eAgEvlbia3Lgg8E/nsXm+Ydar2Qgcu uqFrzciSaV0rx1UU2R1JkkjM/MvmN3Wk1aKN5QOaxAgXkY/m6EwYBz4F7Hd5sxpt 8ifnz8lVBGUZeEkoOhFMaKZWEzWkAliQGwhP0LLrBtqLY9zUuuljHlyYXtfS0Cuo CN8UpySGBaO5RG10YKj6xthCyhDcMHk7p96CMeiGXLRaaxCBvl2aF2LjDNYg1AeT ccbP/VRz =dK+Q -----END PGP SIGNATURE----- --N7HXVILz59yg1nI8--