summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-11-10 05:14:46 +0300
committerSimon Glass <sjg@chromium.org>2022-11-23 01:13:34 +0300
commit3da04ff1d33cf01d927fd7e4ea99f661fcf20dac (patch)
treed356489adfe330f3ff54037f50f035c123fb3a78 /tools
parentce59252df52a3c43eed6e62b032680a1c74a8305 (diff)
downloadu-boot-3da04ff1d33cf01d927fd7e4ea99f661fcf20dac.tar.xz
buildman: Update the default settings file
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/buildman/bsettings.py3
-rw-r--r--tools/buildman/buildman.rst2
2 files changed, 5 insertions, 0 deletions
diff --git a/tools/buildman/bsettings.py b/tools/buildman/bsettings.py
index 35bb2c1d03..f53564e0f8 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 afdd65d184..4851a64560 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