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 2FE85C27C76 for ; Wed, 25 Jan 2023 22:34:06 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 534858572D; Wed, 25 Jan 2023 23:34:02 +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="tfJ2foeM"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 5A71F856CA; Wed, 25 Jan 2023 23:33:40 +0100 (CET) Received: from mail-qt1-x835.google.com (mail-qt1-x835.google.com [IPv6:2607:f8b0:4864:20::835]) (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 9AC2B85708 for ; Wed, 25 Jan 2023 23:33:31 +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-x835.google.com with SMTP id v19so5004472qtq.13 for ; Wed, 25 Jan 2023 14:33:31 -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=x1GdZPcyqhNxXIzfOM3/+yNLzglRc/ONpwz+nyMGDdU=; b=tfJ2foeMNXY0Ko1Cxan1jlG168jHlMPrvxHqZ4FFyPPbaH3Ygek5gUCSN4Ad6/e3W4 HnAYP+1DBDpyaftXyW/ohqODnpZ6BL13v1VZCUi9qL+QulUIX24gZvQLceUne/1UWoeo 0vh1P4FtO0zcWFqM9YOKXa36dODlgl7ksQpXI= 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=x1GdZPcyqhNxXIzfOM3/+yNLzglRc/ONpwz+nyMGDdU=; b=KuA9b3PRVBOMtpbkmCOzZ+Xhml8y+Dv2dLamP+Loa/WoMb+O+4chqmcim9jbka8WDB 5lz8vprz09DfV6TBCqedk7MJRCGQHpR1fP1Ih82hJ6wvXYfrlwUD+VP3rsqRRp+XDjDu TBKtW5goPsexqAltH+ADV7Fnr9ednfiSBEk5Yrytjq3C819GmQpzFYXWUNZNwdeI0rlM f6hSnseVC2hyWa+UCfd7BG4xdMKLQCIemvjrULD8BSJCcu9oE9+w38Dy8gfR056ZXeg6 2RpRkIrtKBYNHWr2DJIs5Z+Na7kh4/ljaff/QflcY2dzETpZkr/28A5jh/DiyNrSnlQo lxXQ== X-Gm-Message-State: AFqh2kqhZFHP5cvCylF4Hn4jNHEZBbPcpuzspWxFXbJXZ5mRWb7UnfbQ 1vQkgIiQKn8D6jcb0KMpOXM5xQ== X-Google-Smtp-Source: AMrXdXuz8lDP0+KTpeZjDZpyH8gS1Cnwp8SW0wb6Ed4T6v3mfif9hZ3bHO7/ST+5IF10DWWWEq3/Lg== X-Received: by 2002:a05:622a:114a:b0:3b6:3a7a:d3c8 with SMTP id f10-20020a05622a114a00b003b63a7ad3c8mr48537685qty.17.1674686010379; Wed, 25 Jan 2023 14:33:30 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-bae1-07f2-e77c-42e1.res6.spectrum.com. [2603:6081:7b00:6400:bae1:7f2:e77c:42e1]) by smtp.gmail.com with ESMTPSA id q1-20020ac84101000000b003b62e8b77e7sm4130561qtl.68.2023.01.25.14.33.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Jan 2023 14:33:30 -0800 (PST) Date: Wed, 25 Jan 2023 17:33:28 -0500 From: Tom Rini To: Heinrich Schuchardt Cc: Simon Glass , u-boot@lists.denx.de Subject: Re: [PATCH 4/7] README: replace references to CHANGELOG Message-ID: References: <20230125181502.115003-1-heinrich.schuchardt@canonical.com> <20230125181502.115003-5-heinrich.schuchardt@canonical.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="icDpQNtRy4K634iL" Content-Disposition: inline In-Reply-To: <20230125181502.115003-5-heinrich.schuchardt@canonical.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.6 at phobos.denx.de X-Virus-Status: Clean --icDpQNtRy4K634iL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 25, 2023 at 07:14:59PM +0100, Heinrich Schuchardt wrote: > Board configurations are in configs/ and not in the Makefile. >=20 > git log is the adequate way to identify who contributed to our source. > scripts/get_maintainer.pl is the correct way to identify maintainers. >=20 > Signed-off-by: Heinrich Schuchardt Reviewed-by: Tom Rini But is there some rST doc this should be in as well? Long term and high level, the README should just tell people how to build the documentation or to read the markdown files directly, starting with the top level index. --=20 Tom --icDpQNtRy4K634iL Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmPRrjgACgkQFHw5/5Y0 tyyaGwv9FW8nfF2xyW1mqeDh/7PUVkJawSgztbPrWb9rzKjr0VnRaxllZ02BrtZ4 g6Gte5Zp7W39feV/NOH3XwVKvJnVW0JZq+sgJbbJ1Rz3RGVZNuJeEoOzlXvrkmtx Ysud/XbZRNoVboVU9V+vbxNJWoNOh41fqxwEUKmdpL/3X8S4cLZytKmatMcA3xwY OKuHOYmC5QdB1OoyfH/fpIpfBb0fjCx1YY6O1qFKjn7zquPpaIeHo/NlYkC7lBdy LvKsspaIiS8pIa/z1APFCzS0vP81IF3IGMJFgS1/uK/4M0KO2z1RwM3PZ4DmIvFz 93wdilqJZ+MCYwlJXktw+tLHs2xUQ4j1xjF9cYYuC0QD84bi+zRvgqMNMqwA2AiW F3MVBmPTqowQ6AndC2xf71nk4LIGNhuvQM8Gf/yUkHRVN/QlYwRpDqVZtX8ox/xn hnvWzYPQCVZcM8tkv+yhfY94OM3rh5DY6HPWwtzkGIF6+hXq6oPrDAZhB61v8EW1 jzCgon3I =4i/k -----END PGP SIGNATURE----- --icDpQNtRy4K634iL--