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 34210C636CC for ; Tue, 7 Feb 2023 16:56:36 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A903185F3E; Tue, 7 Feb 2023 17:52:26 +0100 (CET) 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="ASI9xsdH"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 873D485F02; Tue, 7 Feb 2023 17:52:16 +0100 (CET) Received: from mail-qt1-x82a.google.com (mail-qt1-x82a.google.com [IPv6:2607:f8b0:4864:20::82a]) (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 3DAC485F05 for ; Tue, 7 Feb 2023 17:52:12 +0100 (CET) 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-qt1-x82a.google.com with SMTP id z5so17404506qtn.8 for ; Tue, 07 Feb 2023 08:52:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=Qfni/5J4pcpydn95tnZYh0QypwU2CJMdodO2SDCZDR4=; b=ASI9xsdH1azycg7f/0snVhaos0RbM/7BwYEkrHVjN0bchDeloQVQheK9GXjERx6vUY nax0ZXbndfA/bLJMmABmcH2g7nzTaiH6s/bpNEPZWj+9y0pD8Q/vsQEbi631yiUjkNQz YFLGM0KuXPCLEKV082VW0MjA7qqBtHxcGHp8U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=Qfni/5J4pcpydn95tnZYh0QypwU2CJMdodO2SDCZDR4=; b=6nQDZY4j9tGk+f/05PaZq6aCCbY2AaQd598VYDwFJhNGDcjsykV9igFH2qRWgAQ9+8 7IGSy7Az7rBCsaRv4ax6QZrO9Ui1tpCoXIRzGw0Bqm57Ybg96iCb6+vxsWQgsW1VQeHL UH0/1QWiHUbLqm+UglEuiTODeMIsUButOwNz+xUCYRl2HeMGPnT6SUIR+8jheD5IsyUJ SQApQ/IoqGxmmENVBtUTEXdofbeVH1PJYqB5btyhACNixJNYwjwr/D8/HESbwNJRj4+q 5pwpkaOx+tX5DKno73C7juEsAPa0Q34sJOCHdP93+WLYnS4XIbhdVAb3AgD0PcFmN61g EDWw== X-Gm-Message-State: AO0yUKVINQjiqwBe4PF3cecy8GM4nQyzcQ9hfTmBJiRAc0Pb2LtQkTJL voWHvvKH+kvi2B3zv2Qt5UAhfw== X-Google-Smtp-Source: AK7set8MN9o19BGI4PoGCbpdJZ5W0etNSzn9Wcj3YQcyAsvKrFW/aL/2tnSkhu+1zAq2eDroTYjCBQ== X-Received: by 2002:a05:622a:349:b0:3b8:58d0:b4e4 with SMTP id r9-20020a05622a034900b003b858d0b4e4mr6967624qtw.33.1675788730847; Tue, 07 Feb 2023 08:52:10 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-7494-fb31-9b5f-683c.res6.spectrum.com. [2603:6081:7b00:6400:7494:fb31:9b5f:683c]) by smtp.gmail.com with ESMTPSA id z20-20020ac87f94000000b003b9b8ec742csm9861468qtj.14.2023.02.07.08.52.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Feb 2023 08:52:10 -0800 (PST) Date: Tue, 7 Feb 2023 11:52:08 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Albert Aribaud , Ilias Apalodimas , Andre Przywara , =?iso-8859-1?Q?Pierre-Cl=E9ment?= Tosi Subject: Re: [PATCH 08/13] qemu: Move qfw kernel setup into a common file Message-ID: References: <20230128220028.53575-1-sjg@chromium.org> <20230128220028.53575-9-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="4Nsg6/Zg7kFSesAO" Content-Disposition: inline In-Reply-To: <20230128220028.53575-9-sjg@chromium.org> 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.6 at phobos.denx.de X-Virus-Status: Clean --4Nsg6/Zg7kFSesAO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 28, 2023 at 03:00:23PM -0700, Simon Glass wrote: > This is currently in the cmd/ file but we want to call it from a driver. > Move it into a common place. Tidy up the header-file order while we are > here. >=20 > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --4Nsg6/Zg7kFSesAO Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmPigbgACgkQFHw5/5Y0 tyz87gwAquwUIIPmnCUENCaxEWQEfdu+oIS9DF8GzInit47zLutcv+ZNrUNSDouy mu6x8Vu/5ms2EOuOZYzma1d4peY7BxQRYZO1JnQT+U2ZTzrblK4LO/1p8ZilcWZl EK3lM5ZVfGB8JJgI6sRxNMICjsNsYrZ8741XdQ1GAcIrB0boQDi+uRy8eHPKUww6 a9gZU4mRSiXUREeNauNQIIhO/i9AbnSby+8jZj2asrSzdo8u/f4NrWrP6bCuMEbC PSPxa4VF/ktO9MziRzpl+HmzdTwu1qnKls35G4YJ8HkiN2rLWRpOJUcN7GNZYJsW 61K0Mgn8DQHc3Ed5QTcXU02NPjcczEqNdCi8MmUsd6wiCXgnY/vQBBNSwGc7r3Fe +bRP1rdpe60AUlLww2NSg5iFH3CF6GHwWxEejM5YNohipVCabzQ+a1WgRo5iq+j7 Ugp2U+wXbLhjPtE8yAclh2f0nrQITPWxOD2acYe1qcma4NHFVO1WqgkIKfTmjfCk 0K+tV+Zd =fvU4 -----END PGP SIGNATURE----- --4Nsg6/Zg7kFSesAO--