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 B1FC0C433F5 for ; Fri, 12 Nov 2021 15:39:11 +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 1698760F5B for ; Fri, 12 Nov 2021 15:39:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 1698760F5B 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 9B9FB82FF3; Fri, 12 Nov 2021 16:39:08 +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="M9Ur9PHd"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 14F0C82FD6; Fri, 12 Nov 2021 16:39:02 +0100 (CET) Received: from mail-qk1-x734.google.com (mail-qk1-x734.google.com [IPv6:2607:f8b0:4864:20::734]) (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 31DD282FF0 for ; Fri, 12 Nov 2021 16:38:57 +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-x734.google.com with SMTP id j63so5098879qkd.2 for ; Fri, 12 Nov 2021 07:38:57 -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=rDX0YRFPryi3OzmnL53lCOszQYrOz0E2QlEq5e0d+tw=; b=M9Ur9PHdzumteivlQBGA37R3RF5UtiDASucVCEUSFxW39htVE489ZkCud8VmedCgsk pUHhztdpX7jdDFD5bRyyBwZoZs/4/zZderB5C9Az4HZzcedHbFZcwuRsU63d1agWLSab TulG3eo+M0JmWEkLbad8x80L7rPgvvfsZ+tj0= 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=rDX0YRFPryi3OzmnL53lCOszQYrOz0E2QlEq5e0d+tw=; b=DSdQK2J/MzflNE1Z9s0ZKLhAE8vFE7/6JTauQGhxpeL7ffBSfWo4M0kamIN998h08s 04m8AP3PBZsxQUDtKtGkvjccAyy9XZQSq8le/JGEVD/rHRyhSM9GP+zc6qPb+YzsjgPN p28gE0IMTXcU5eDPoAKrlDxvNY65ylPqrwLnqgcTZK77NyRZ193OLcD8cyPJ36rk2AXC lhM1vtkeYGCyJKKlqtDjXbziq1Qt+8tosEI0qmq7OfC6bv7Y2jGIzUdwjWJTWm5ePY6m NGznZ6IcyL4WNSvZ8QNS+gMv8fBuCG664MGy0G0sASEFqPupj/UgEsgikImmwZSa0k3l czWg== X-Gm-Message-State: AOAM5310xl5SSZb8zr2h/+r2wN8NrpHvPMXJH8vwLzhheDxJSTYH8Jsq iiBy08qiEgD+ufgbqM6S6whxqA== X-Google-Smtp-Source: ABdhPJxXsyLvRXy/vTJ/UeOsmzoi9dXOoAS3qgbgqV0qkIDXdx36FrpWqBoWnOucTCtIhPRLQi0UaQ== X-Received: by 2002:a37:5804:: with SMTP id m4mr13411995qkb.137.1636731535560; Fri, 12 Nov 2021 07:38:55 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-99df-60fa-a7c9-fbd2.res6.spectrum.com. [2603:6081:7b01:cbda:99df:60fa:a7c9:fbd2]) by smtp.gmail.com with ESMTPSA id o5sm2739702qkl.50.2021.11.12.07.38.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Nov 2021 07:38:54 -0800 (PST) Date: Fri, 12 Nov 2021 10:38:52 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Patrice Chotard , Artem Lapkin , Joe Hershberger , Heinrich Schuchardt , Peter Hoyes Subject: Re: [PATCH v3 01/18] Create a new boot/ directory Message-ID: <20211112153852.GZ24579@bill-the-cat> References: <20211014184811.482560-1-sjg@chromium.org> <20211014184811.482560-2-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wN17ekyOeCbBd+BN" Content-Disposition: inline In-Reply-To: <20211014184811.482560-2-sjg@chromium.org> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.35 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 --wN17ekyOeCbBd+BN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 14, 2021 at 12:47:54PM -0600, Simon Glass wrote: > Quite a lot of the code in common/relates to booting and images. Before > adding more it seems like a good time to move the code into its own > directory. >=20 > Most files with 'boot' or 'image' in them are moved, except: >=20 > - autoboot.c which relates to U-Boot automatically running a script > - bootstage.c which relates to U-Boot timing >=20 > Drop the removal of boot* files from the output directory, since this > interfers with the symlinks created by tools and there does not appear > to be any such file from my brief testing. >=20 > Signed-off-by: Simon Glass > Reviewed-by: Artem Lapkin > Tested-by: Artem Lapkin Applied to u-boot/master, thanks! --=20 Tom --wN17ekyOeCbBd+BN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGOioMACgkQFHw5/5Y0 tyzSiQv/fIUxu2pmXDJknYdLeEQcIsbpzeSF9bGctuETk08qBhDt2xkVjawe0cqn LMbgQj4jLOE1Ff+b40mQ7pewsDHciCNw9jNBWrxUbDpqeifQMTxUsKYwpKVB/vXL 9/zUMJjdjNjcuaMngE1o3lCy2RPtEjDqkh8fxhUgQBA3oMb5F/BOlPctCGB5SbZZ M9ToyN7Z2Ai4da1VePFF++vDAXNi+jNKGLQV5xzvQPhFT9iBxqf/FanrpSKhC3R4 o8NVg85ndUdhth/BL7zColGqzWBXUW+ULtf382SknKx6zfcwBSaLOcyv9OrYhEag RGvk7gsD3I4DOyXcodRSweD6LmBITxn0trkHdFq/u+gr5QcnWLV6aqGFU4WLbWLe d0J1N8dMsjd6W4xm8z1YW1Sg5etmEyAPQ/NQzk/MSkqrTe2+NpfMlF4zTn/Db/rK +HnqMJGXC3Hto9JEZ4UXbxBpgAdJn6RVs/aGE1fnJf44hmn2GAEA4LaJp7smCwQ+ yjr8SDck =wHwR -----END PGP SIGNATURE----- --wN17ekyOeCbBd+BN--