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 30054C433EF for ; Thu, 30 Jun 2022 10:09:00 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id EA11B844AF; Thu, 30 Jun 2022 12:07:07 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org 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=chromium.org header.i=@chromium.org header.b="MH9dB/mg"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id CFAD8844D5; Thu, 30 Jun 2022 12:06:46 +0200 (CEST) Received: from mail-ot1-x32c.google.com (mail-ot1-x32c.google.com [IPv6:2607:f8b0:4864:20::32c]) (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 73DB9844D3 for ; Thu, 30 Jun 2022 12:06:44 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-ot1-x32c.google.com with SMTP id s13-20020a0568301e0d00b00616ad12fee7so13379838otr.10 for ; Thu, 30 Jun 2022 03:06:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=C/CAzK5RxH714oU8dBlegcryx4fD7o2yNNOCbzi1sa0=; b=MH9dB/mgOcT8ruoaPWdu23Cr9KN0k6XbWgFxWAI/lNZ7tusDq6a97xCofpkTZju3Px e7zLeHQOAzLonFZwVeRc/Yq9gaqdoB/dzxVDzT0WavSMEXoMYV3dSdx0n2Duwgo8oAlF HLS9BlUfdSVTNlralCLLxGwzKr4Hcil2+LcUQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=C/CAzK5RxH714oU8dBlegcryx4fD7o2yNNOCbzi1sa0=; b=gOpfueXucvK4u8nD6kXfhwR5XE55hreY2V7glcCLcCqwnrtOZD2IR9iJa0TvcX0bqB KYg3RzHh8YON6/bFFueV0Jhwd58zzQklZ0gzhQt/jhgYYNG5IJNkfbOGiEApNIwc9tRs S4iDfyEF/QdHwR4HsUKWhRjKqsEqZocLVm6QomrCOj+o7snQawQbEsWh25jy4OvchZYg 6c4Dfkdm1BdVOBs+TGQ+/A3tZf8GonxutHMVFHjIaMsLh0Q0y/TZOzj/K7+16x/iDpZe 93ucDS562HZDiLSgjOMdVVGGYdcq2bxRtTAgDqCgmiMQxxAqn6fAfezUXK2844j6noFu ne3A== X-Gm-Message-State: AJIora/wZdnhqez/38+/WN7DMnYOJQwVmWxb3AKsPRaCyXfWZWRh0QR9 3Xe3JL7/B6Bucsxy0UJbQTaCatMg2ERc77IIMATuUosPqk4= X-Google-Smtp-Source: AGRyM1suHgKxTrT1xKxEC/WdGeKsFVgopA6PO7R6yVudY7z/Tt6HRczO5/QLtmL8WHw5bkOvRL8ThDn+38SuVpTwVcc= X-Received: by 2002:a05:6830:4a:b0:616:cc3d:a0 with SMTP id d10-20020a056830004a00b00616cc3d00a0mr3288239otp.269.1656583602936; Thu, 30 Jun 2022 03:06:42 -0700 (PDT) MIME-Version: 1.0 References: <20220627171722.1153337-1-trini@konsulko.com> <20220627171722.1153337-3-trini@konsulko.com> In-Reply-To: <20220627171722.1153337-3-trini@konsulko.com> From: Simon Glass Date: Thu, 30 Jun 2022 04:06:25 -0600 Message-ID: Subject: Re: [PATCH 2/4] doc: Migrate DesignPrinciples wiki page to sphinx To: Tom Rini Cc: U-Boot Mailing List Content-Type: text/plain; charset="UTF-8" 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 On Mon, 27 Jun 2022 at 11:18, Tom Rini wrote: > > Move the current DesignPrinciples wiki page to > doc/develop/designprinciples.rst. The changes here are for formatting > or slight rewording so that it reads well when linking to other sphinx > documents. > > Signed-off-by: Tom Rini > --- > doc/develop/designprinciples.rst | 197 +++++++++++++++++++++++++++++++ > doc/develop/index.rst | 1 + > 2 files changed, 198 insertions(+) > create mode 100644 doc/develop/designprinciples.rst Reviewed-by: Simon Glass