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 5D0CAC636D4 for ; Tue, 7 Feb 2023 16:56:59 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 81BE585F4A; Tue, 7 Feb 2023 17:52:35 +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="cFe7xQOV"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 237B185F4A; Tue, 7 Feb 2023 17:52:30 +0100 (CET) Received: from mail-qt1-x833.google.com (mail-qt1-x833.google.com [IPv6:2607:f8b0:4864:20::833]) (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 0120E85F22 for ; Tue, 7 Feb 2023 17:52:25 +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-x833.google.com with SMTP id w3so17426452qts.7 for ; Tue, 07 Feb 2023 08:52:25 -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=u57037GxzUI/HqFWVESef9P8yyjj3WPeqaTdsDAc7F0=; b=cFe7xQOVLnwfNfYRb2j0Xz07+YaI0X+koq19bHYPsCwfb36o4hCS0ahjx+vmpaQ1ZX ggzL5fj9uKkHFOjNyASQx5O/j0MdNhMv5SEaCQ4gQ5Kun518TfGio7eNzBCwK+WuRfzd k8qIi7EECDhGnp4FwP4nNzEFu3Kbx0VtvJYXQ= 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=u57037GxzUI/HqFWVESef9P8yyjj3WPeqaTdsDAc7F0=; b=D04qNRm37DaiVm2C+WV66YTKJiCUHCmJglLrygj9ZFafTi/1MEoJm1690BzIycr0dm gpopieCP3fqYZ+oPs5DlDXa0fDmEQtCImsvE8lZfT1sYVK8/a+e7n2AMmYDm/+WqaIT0 nON1YAMBF4QUUs5bYE8VzQ0MbsiO204wbtqBCE2RaOoiZSherthLUiLsP435lN8RoJ8K UH9k46h1rM9xQNiidkccRK0vAu1zqfKr2Jyrn+6qoDH2/QFhsPOn3yVQnHYLraukBK/h gsglfT1GYvqN70h/4DzfoKOdprcc1KW56AvkoCBMtQEIIpBip8avaATVC2Qpw4zqounq yNbQ== X-Gm-Message-State: AO0yUKUh0JzwqfL/KUSldtC7LrEB5MQzpc+fZTOeNjN9/JGpQugCgg1k B9OojUGK8id5YwvlxFbDsJt2Zg== X-Google-Smtp-Source: AK7set+el6cGi7sMVNBAqlHv4P+WhaqW04ZnCK7r/cUkVac4u/Zpf+Otv2Vacs0iWv+Lo9FSI6snTg== X-Received: by 2002:ac8:5e08:0:b0:3b9:beca:8d8b with SMTP id h8-20020ac85e08000000b003b9beca8d8bmr6559847qtx.28.1675788744781; Tue, 07 Feb 2023 08:52:24 -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 o14-20020ac872ce000000b003b62bc6cd1csm9683816qtp.82.2023.02.07.08.52.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Feb 2023 08:52:24 -0800 (PST) Date: Tue, 7 Feb 2023 11:52:22 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Albert Aribaud , Ilias Apalodimas , John Keeping Subject: Re: [PATCH 10/13] qemu: Add a bootmeth for qfw Message-ID: References: <20230128220028.53575-1-sjg@chromium.org> <20230128220028.53575-11-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="7Od5vcrZg5qWSlCI" Content-Disposition: inline In-Reply-To: <20230128220028.53575-11-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 --7Od5vcrZg5qWSlCI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 28, 2023 at 03:00:25PM -0700, Simon Glass wrote: > This supports reading a kernel and ramdisk from qfw, then loading it with > either the booti or bootz commands. >=20 > For now this uses the existing booti and bootz commands, rather than > trying to call that functionality directly (e.g. do_bootm_states()). It > does not require the HUSH parser though, which helps a little with size. >=20 > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --7Od5vcrZg5qWSlCI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmPigcYACgkQFHw5/5Y0 tyx94QwAt44GCcR3W/WLusQdSuApWTn8Ov+q0CGGngxASdbezOxnGNusH3UQcGYu ed/jyPto+g8JWYZtWj7xILDi/30leGrkz7mHZGRQY/M6Mvh2DrjM6wEcGl9+pr6p rtzBEOyqs/L9qHjVPffK3m2xO0Az4QkIToxT0/c+dOhkHzQPpKdP5s7J6gWSkUJM Zj1wMm55+/Y93Efv31V0z/529qjbwulcSZDSDYlFDmCCAGFBL98lUOfLEXRMl/GY dl67HBLUJAxIHht7ospAnRSmfWqDRLalvBQ9Qae6aYbgKQ/4qQQgTZOK0jHamOdK YjFwfHAM3UurBjGKU84DD7alOXtwxuXGZFaDH8EDJDqH2b21bEnAnv70acQWriJ2 GobyKKTdpPl1o+GKbDRkMh/KQQMeGkbdDT9BrqrMk4KOYBnsfXVkRziripRCWG7n QAkNFbwvtMLnTS6l37baWqgCCWTG51VzNKpQpx36RbGH43CSkIHPd8x7ulh/irP/ uGG47wv8 =/i4F -----END PGP SIGNATURE----- --7Od5vcrZg5qWSlCI--