summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2024-04-02 15:45:01 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2024-04-03 13:32:47 +0200
commitc0dde74b1c9a83e3f6887e2841ca42f99f20b65a (patch)
tree04a4ca54119c478700355dbebafbeda0b3222f18
parentd75ee46bea16f7f1216ec041243e12fb18248532 (diff)
downloadbarebox-c0dde74b1c9a.tar.gz
barebox-c0dde74b1c9a.tar.xz
treewide: replace references to barebox.org/jsbarebox with demo
barebox.org/jsbarebox is now a HTTP 301 (Moved permanently) redirect to barebox.org/demo. Change all references we have to the old URL. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20240402134501.3689322-3-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--Documentation/boards/riscv.rst2
-rw-r--r--Documentation/devel/project-ideas.rst4
-rw-r--r--test/riscv/tinyemu@rv64i_defconfig.yaml2
-rw-r--r--test/riscv/tinyemu@virt32_defconfig.yaml2
4 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/boards/riscv.rst b/Documentation/boards/riscv.rst
index 92f663cfb9..990bd16a64 100644
--- a/Documentation/boards/riscv.rst
+++ b/Documentation/boards/riscv.rst
@@ -58,7 +58,7 @@ To activate add::
into the config file.
-See https://barebox.org/jsbarebox/?graphic=1 for a live example.
+See https://barebox.org/demo/?graphic=1 for a live example.
BeagleV
-------
diff --git a/Documentation/devel/project-ideas.rst b/Documentation/devel/project-ideas.rst
index d9957e4091..da146c3e52 100644
--- a/Documentation/devel/project-ideas.rst
+++ b/Documentation/devel/project-ideas.rst
@@ -185,13 +185,13 @@ barebox to a new board, for new users who are only interested in
trying it out: The browser runs Tinyemu, a virtual machine in which
barebox executes as if on real hardware and the user can manipulate the
(virtual) hardware from the barebox shell and learn about barebox
-conveniences: barebox.org/jsbarebox/
+conveniences: barebox.org/demo/
The project is about streamlining this demo: CPU usage currently is
quite high and teaching barebox to idle the CPU (as we do on sandbox)
didn't help. This needs to be analyzed with the profiling tools
provided with modern browsers. The remainder of the project can then
-focus on improving the jsbarebox tutorial. e.g. by adding new
+focus on improving the tutorial inside the demo. e.g. by adding new
peripherals to the virtual machine.
Expected outcome is snappier and less CPU-intensive barebox demo.
diff --git a/test/riscv/tinyemu@rv64i_defconfig.yaml b/test/riscv/tinyemu@rv64i_defconfig.yaml
index e9624160ef..cb22afc685 100644
--- a/test/riscv/tinyemu@rv64i_defconfig.yaml
+++ b/test/riscv/tinyemu@rv64i_defconfig.yaml
@@ -13,7 +13,7 @@ targets:
- virtio-mmio
runner:
download:
- bbl64.bin: https://barebox.org/jsbarebox/bbl64.bin
+ bbl64.bin: https://barebox.org/demo/bbl64.bin
images:
barebox-dt-2nd.img: !template "$LG_BUILDDIR/images/barebox-dt-2nd.img"
tools:
diff --git a/test/riscv/tinyemu@virt32_defconfig.yaml b/test/riscv/tinyemu@virt32_defconfig.yaml
index 1102f36aca..bc6eada376 100644
--- a/test/riscv/tinyemu@virt32_defconfig.yaml
+++ b/test/riscv/tinyemu@virt32_defconfig.yaml
@@ -13,7 +13,7 @@ targets:
- virtio-mmio
runner:
download:
- bbl32.bin: https://barebox.org/jsbarebox/bbl32.bin
+ bbl32.bin: https://barebox.org/demo/bbl32.bin
images:
barebox-dt-2nd.img: !template "$LG_BUILDDIR/images/barebox-dt-2nd.img"
tools: