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 14CFCC433FE for ; Thu, 10 Nov 2022 02:17:27 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C0E95850E2; Thu, 10 Nov 2022 03:16:56 +0100 (CET) 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="PBl5/lPZ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6786B850FE; Thu, 10 Nov 2022 03:16:22 +0100 (CET) Received: from mail-il1-x136.google.com (mail-il1-x136.google.com [IPv6:2607:f8b0:4864:20::136]) (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 CF58E80FB5 for ; Thu, 10 Nov 2022 03:16:09 +0100 (CET) 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@chromium.org Received: by mail-il1-x136.google.com with SMTP id bp12so377079ilb.9 for ; Wed, 09 Nov 2022 18:16:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=NRQ0WoSA4bmc6DjOQSym+IfGw9KpIBJIRqP7GUMRzPM=; b=PBl5/lPZ37tA+SAJplq409JOOn3EFibdqcn6ZltkyFCsj+nstNY8giTvJirDEmpDof igYt3jIIUilXyocNvzCtorR+rA0SXkT6HaoamOdncRLzcv6vDkJ3syB8aQ1lL4CM8d8s QJbJB80TM8dld48iJWzYGkJO0OE4cKsm7rA8Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=NRQ0WoSA4bmc6DjOQSym+IfGw9KpIBJIRqP7GUMRzPM=; b=yj3FTvKPyIlfhAbIqTOC6vdaSezOzb3qDO8EABrfOxfMQblYsY6fUM2kRX7xEVfoPR fT2Go7/DeHlYrivSTb42dxqkQO8ZIJw01inM4ETbyR7Y7/OSpSmIZc5eLbXnKQP76rtu nr3IuD5YKBmEpxlSOG5OgyPz2enO96W9n/DdyzUp+wXegJQX+jrcS3rZKEhvmF4TXu2B nlNixB6fUNlW5rCK2RlBq18M3VtW2YVO3zVwhV71eTEhMBcksyJpIM4phUNY+sqNjugG Eo8/P9Ppw1sYxiTTBtxmtxTVTCfownpp3xLOn1N5jqj0ogwLTtdU+3YRcF2m0DTagHK9 7C2g== X-Gm-Message-State: ACrzQf3b0JYZwup4Lzn5UGvyPxgWSKy+z3L+o6tYmBbfNeAjtYF8gdqA Q4tKg2x8wH5p8JY0b8RkI2ckSrjIl0LZgw== X-Google-Smtp-Source: AMsMyM7qCn34cUz/lM/RXGgWjSKi/u0ntFSrQTaLhHEgPOpatRT8TBC+Jurrc8KZR4bpZX5tPTq5YQ== X-Received: by 2002:a92:320f:0:b0:300:f44c:bfeb with SMTP id z15-20020a92320f000000b00300f44cbfebmr2157895ile.106.1668046568010; Wed, 09 Nov 2022 18:16:08 -0800 (PST) Received: from sjg1.roam.corp.google.com (c-67-190-102-125.hsd1.co.comcast.net. [67.190.102.125]) by smtp.gmail.com with ESMTPSA id z23-20020a056638215700b003636b73cf29sm5352785jaj.8.2022.11.09.18.16.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Nov 2022 18:16:07 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Rasmus Villemoes , Simon Glass Subject: [PATCH v5 08/16] buildman: Update the default settings file Date: Wed, 9 Nov 2022 19:14:46 -0700 Message-Id: <20221110021455.1004335-9-sjg@chromium.org> X-Mailer: git-send-email 2.38.1.431.g37b22c650d-goog In-Reply-To: <20221110021455.1004335-1-sjg@chromium.org> References: <20221110021455.1004335-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 The settings file omits a few lines which are useful for getting every board building. Add these and update the documentation tool. Signed-off-by: Simon Glass --- (no changes since v4) Changes in v4: - Add new patch to update the default settings file tools/buildman/bsettings.py | 3 +++ tools/buildman/buildman.rst | 2 ++ 2 files changed, 5 insertions(+) diff --git a/tools/buildman/bsettings.py b/tools/buildman/bsettings.py index 35bb2c1d03a..f53564e0f8a 100644 --- a/tools/buildman/bsettings.py +++ b/tools/buildman/bsettings.py @@ -79,10 +79,13 @@ other = / [toolchain-prefix] # name = path to prefix # e.g. x86 = /opt/gcc-4.6.3-nolibc/x86_64-linux/bin/x86_64-linux- +# arc = /opt/arc/arc_gnu_2021.03_prebuilt_elf32_le_linux_install/bin/arc-elf32- [toolchain-alias] # arch = alias # Indicates which toolchain should be used to build for that arch +riscv = riscv32 +sh = sh4 x86 = i386 blackfin = bfin openrisc = or1k diff --git a/tools/buildman/buildman.rst b/tools/buildman/buildman.rst index afdd65d184d..4851a645602 100644 --- a/tools/buildman/buildman.rst +++ b/tools/buildman/buildman.rst @@ -199,6 +199,8 @@ Setting up arc = /opt/arc/arc_gnu_2021.03_prebuilt_elf32_le_linux_install/bin/arc-elf32- [toolchain-alias] + riscv = riscv32 + sh = sh4 x86: i386 blackfin: bfin openrisc: or1k -- 2.38.1.431.g37b22c650d-goog