All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: U-Boot Mailing List <u-boot@lists.denx.de>
Cc: Tom Rini <trini@konsulko.com>,
	Rasmus Villemoes <rasmus.villemoes@prevas.dk>,
	Simon Glass <sjg@chromium.org>
Subject: [PATCH v5 08/16] buildman: Update the default settings file
Date: Wed,  9 Nov 2022 19:14:46 -0700	[thread overview]
Message-ID: <20221110021455.1004335-9-sjg@chromium.org> (raw)
In-Reply-To: <20221110021455.1004335-1-sjg@chromium.org>

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 <sjg@chromium.org>
---

(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


  parent reply	other threads:[~2022-11-10  2:17 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-10  2:14 [PATCH v5 00/16] buildman: Correct various issues with missing blobs Simon Glass
2022-11-10  2:14 ` [PATCH v5 01/16] image: Correct strncpy() warning with image_set_name() Simon Glass
2022-11-23  2:12   ` Simon Glass
2022-11-10  2:14 ` [PATCH v5 02/16] Makefile: Correct the binman rule Simon Glass
2022-11-10  8:01   ` Pali Rohár
2022-11-10 20:40     ` Simon Glass
2022-11-23  2:11       ` Simon Glass
2022-11-10  2:14 ` [PATCH v5 03/16] doc: Correct the path to the Makefile documentation Simon Glass
2022-11-23  2:11   ` Simon Glass
2022-11-10  2:14 ` [PATCH v5 04/16] binman: Use an exit code when blobs are missing Simon Glass
2022-11-23  2:11   ` Simon Glass
2022-11-10  2:14 ` [PATCH v5 05/16] buildman: Convert documentation to rST Simon Glass
2022-11-23  2:11   ` Simon Glass
2022-11-10  2:14 ` [PATCH v5 06/16] buildman: Drop mention of MAKEALL Simon Glass
2022-11-23  2:11   ` Simon Glass
2022-11-10  2:14 ` [PATCH v5 07/16] buildman: Update the arc toolchain Simon Glass
2022-11-23  2:11   ` Simon Glass
2022-11-10  2:14 ` Simon Glass [this message]
2022-11-23  2:11   ` [PATCH v5 08/16] buildman: Update the default settings file Simon Glass
2022-11-10  2:14 ` [PATCH v5 09/16] buildman: Drop mention of old architectures Simon Glass
2022-11-23  2:11   ` Simon Glass
2022-11-10  2:14 ` [PATCH v5 10/16] buildman: Detect binman reporting missing blobs Simon Glass
2022-11-23  2:11   ` Simon Glass
2022-12-05 23:13   ` Peter Robinson
2022-12-05 23:23     ` Tom Rini
2022-12-05 23:29       ` Peter Robinson
2022-12-05 23:34         ` Tom Rini
2022-12-05 23:43           ` Peter Robinson
2022-12-05 23:46             ` Tom Rini
2022-12-05 23:49               ` Peter Robinson
2022-12-05 23:55               ` Simon Glass
2022-12-05 23:56                 ` Tom Rini
2022-12-05 23:57                   ` Simon Glass
2022-11-10  2:14 ` [PATCH v5 11/16] binman: Add a separate section about environment variables Simon Glass
2022-11-23  2:11   ` Simon Glass
2022-11-10  2:14 ` [PATCH v5 12/16] global: Do not default to faking missing binaries for buildman Simon Glass
2022-11-23  2:11   ` Simon Glass
2022-11-10  2:14 ` [PATCH v5 13/16] buildman: Ensure config_fname is inited Simon Glass
2022-11-23  2:11   ` Simon Glass
2022-11-10  2:14 ` [PATCH v5 14/16] buildman: Reinstate removal of temp output dir in tests Simon Glass
2022-11-23  2:11   ` Simon Glass
2022-11-10  2:14 ` [PATCH v5 15/16] buildman: Add --allow-missing flag to allow missing blobs Simon Glass
2022-11-23  2:11   ` Simon Glass
2022-11-10  2:14 ` [PATCH v5 16/16] binman: Add documentation for the command line args Simon Glass
2022-11-23  2:11   ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221110021455.1004335-9-sjg@chromium.org \
    --to=sjg@chromium.org \
    --cc=rasmus.villemoes@prevas.dk \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.