* [PATCH 0/2] OpenRISC documentation updates
@ 2025-04-17 8:02 Stafford Horne
2025-04-17 8:02 ` [PATCH 1/2] Documentation: openrisc: Update mailing list Stafford Horne
2025-04-17 8:02 ` [PATCH 2/2] Documentation: openrisc: Update toolchain binaries URL Stafford Horne
0 siblings, 2 replies; 3+ messages in thread
From: Stafford Horne @ 2025-04-17 8:02 UTC (permalink / raw)
To: LKML; +Cc: Linux OpenRISC, Stafford Horne
Update OpenRISC docs to point to the correct mailing list and
a new toolchain release page.
Note for others, the https://openrisc.io/software page was also updated
to point to bootlin toolchains which are created to the buildroot team.
Stafford Horne (2):
Documentation: openrisc: Update mailing list
Documentation: openrisc: Update toolchain binaries URL
Documentation/arch/openrisc/openrisc_port.rst | 12 ++++++------
.../zh_CN/arch/openrisc/openrisc_port.rst | 12 ++++++------
.../zh_TW/arch/openrisc/openrisc_port.rst | 12 ++++++------
3 files changed, 18 insertions(+), 18 deletions(-)
--
2.47.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] Documentation: openrisc: Update mailing list
2025-04-17 8:02 [PATCH 0/2] OpenRISC documentation updates Stafford Horne
@ 2025-04-17 8:02 ` Stafford Horne
2025-04-17 8:02 ` [PATCH 2/2] Documentation: openrisc: Update toolchain binaries URL Stafford Horne
1 sibling, 0 replies; 3+ messages in thread
From: Stafford Horne @ 2025-04-17 8:02 UTC (permalink / raw)
To: LKML
Cc: Linux OpenRISC, Stafford Horne, Jonas Bonn, Stefan Kristiansson,
Jonathan Corbet, Alex Shi, Yanteng Si, Hu Haowen, linux-doc
The librecores.org mailing list was replaced with vger.kernel.org last
year after the old mail server went offline. Update the docs to reflect
the new list.
Signed-off-by: Stafford Horne <shorne@gmail.com>
---
Documentation/arch/openrisc/openrisc_port.rst | 6 +++---
.../translations/zh_CN/arch/openrisc/openrisc_port.rst | 6 +++---
.../translations/zh_TW/arch/openrisc/openrisc_port.rst | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/Documentation/arch/openrisc/openrisc_port.rst b/Documentation/arch/openrisc/openrisc_port.rst
index 1565b9546e38..a31ae4960576 100644
--- a/Documentation/arch/openrisc/openrisc_port.rst
+++ b/Documentation/arch/openrisc/openrisc_port.rst
@@ -7,10 +7,10 @@ target architecture, specifically, is the 32-bit OpenRISC 1000 family (or1k).
For information about OpenRISC processors and ongoing development:
- ======= =============================
+ ======= ==============================
website https://openrisc.io
- email openrisc@lists.librecores.org
- ======= =============================
+ email linux-openrisc@vger.kernel.org
+ ======= ==============================
---------------------------------------------------------------------
diff --git a/Documentation/translations/zh_CN/arch/openrisc/openrisc_port.rst b/Documentation/translations/zh_CN/arch/openrisc/openrisc_port.rst
index cadc580fa23b..d2e4ca8a46c7 100644
--- a/Documentation/translations/zh_CN/arch/openrisc/openrisc_port.rst
+++ b/Documentation/translations/zh_CN/arch/openrisc/openrisc_port.rst
@@ -17,10 +17,10 @@ OpenRISC 1000系列(或1k)。
关于OpenRISC处理器和正在进行中的开发的信息:
- ======= =============================
+ ======= ==============================
网站 https://openrisc.io
- 邮箱 openrisc@lists.librecores.org
- ======= =============================
+ 邮箱 linux-openrisc@vger.kernel.org
+ ======= ==============================
---------------------------------------------------------------------
diff --git a/Documentation/translations/zh_TW/arch/openrisc/openrisc_port.rst b/Documentation/translations/zh_TW/arch/openrisc/openrisc_port.rst
index 422fe9f7a3f2..86590b016d56 100644
--- a/Documentation/translations/zh_TW/arch/openrisc/openrisc_port.rst
+++ b/Documentation/translations/zh_TW/arch/openrisc/openrisc_port.rst
@@ -17,10 +17,10 @@ OpenRISC 1000系列(或1k)。
關於OpenRISC處理器和正在進行中的開發的信息:
- ======= =============================
+ ======= ==============================
網站 https://openrisc.io
- 郵箱 openrisc@lists.librecores.org
- ======= =============================
+ 郵箱 linux-openrisc@vger.kernel.org
+ ======= ==============================
---------------------------------------------------------------------
--
2.47.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] Documentation: openrisc: Update toolchain binaries URL
2025-04-17 8:02 [PATCH 0/2] OpenRISC documentation updates Stafford Horne
2025-04-17 8:02 ` [PATCH 1/2] Documentation: openrisc: Update mailing list Stafford Horne
@ 2025-04-17 8:02 ` Stafford Horne
1 sibling, 0 replies; 3+ messages in thread
From: Stafford Horne @ 2025-04-17 8:02 UTC (permalink / raw)
To: LKML
Cc: Linux OpenRISC, Stafford Horne, Jonas Bonn, Stefan Kristiansson,
Jonathan Corbet, Alex Shi, Yanteng Si, Hu Haowen, linux-doc
The old development toolchain binaries were hosted in the or1k-gcc
development github repo release page. However, now that we have all
code upstream I cut releases from stable upstream tarballs. It does not
make sense to tag the or1k-gcc github repo releases for these stable
releases.
Update the toolchain binaries URL to point to where they are now hosted
on the or1k-toolchain-build github release page.
Signed-off-by: Stafford Horne <shorne@gmail.com>
---
Documentation/arch/openrisc/openrisc_port.rst | 6 +++---
.../translations/zh_CN/arch/openrisc/openrisc_port.rst | 6 +++---
.../translations/zh_TW/arch/openrisc/openrisc_port.rst | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/Documentation/arch/openrisc/openrisc_port.rst b/Documentation/arch/openrisc/openrisc_port.rst
index a31ae4960576..a8f307a3b499 100644
--- a/Documentation/arch/openrisc/openrisc_port.rst
+++ b/Documentation/arch/openrisc/openrisc_port.rst
@@ -27,11 +27,11 @@ Toolchain binaries can be obtained from openrisc.io or our github releases page.
Instructions for building the different toolchains can be found on openrisc.io
or Stafford's toolchain build and release scripts.
- ========== =================================================
- binaries https://github.com/openrisc/or1k-gcc/releases
+ ========== ==========================================================
+ binaries https://github.com/stffrdhrn/or1k-toolchain-build/releases
toolchains https://openrisc.io/software
building https://github.com/stffrdhrn/or1k-toolchain-build
- ========== =================================================
+ ========== ==========================================================
2) Building
diff --git a/Documentation/translations/zh_CN/arch/openrisc/openrisc_port.rst b/Documentation/translations/zh_CN/arch/openrisc/openrisc_port.rst
index d2e4ca8a46c7..d728e4db0b85 100644
--- a/Documentation/translations/zh_CN/arch/openrisc/openrisc_port.rst
+++ b/Documentation/translations/zh_CN/arch/openrisc/openrisc_port.rst
@@ -36,11 +36,11 @@ OpenRISC工具链和Linux的构建指南
工具链的构建指南可以在openrisc.io或Stafford的工具链构建和发布脚本
中找到。
- ====== =================================================
- 二进制 https://github.com/openrisc/or1k-gcc/releases
+ ====== ==========================================================
+ 二进制 https://github.com/stffrdhrn/or1k-toolchain-build/releases
工具链 https://openrisc.io/software
构建 https://github.com/stffrdhrn/or1k-toolchain-build
- ====== =================================================
+ ====== ==========================================================
2) 构建
diff --git a/Documentation/translations/zh_TW/arch/openrisc/openrisc_port.rst b/Documentation/translations/zh_TW/arch/openrisc/openrisc_port.rst
index 86590b016d56..a1e4517dc601 100644
--- a/Documentation/translations/zh_TW/arch/openrisc/openrisc_port.rst
+++ b/Documentation/translations/zh_TW/arch/openrisc/openrisc_port.rst
@@ -36,11 +36,11 @@ OpenRISC工具鏈和Linux的構建指南
工具鏈的構建指南可以在openrisc.io或Stafford的工具鏈構建和發佈腳本
中找到。
- ====== =================================================
- 二進制 https://github.com/openrisc/or1k-gcc/releases
+ ====== ==========================================================
+ 二進制 https://github.com/stffrdhrn/or1k-toolchain-build/releases
工具鏈 https://openrisc.io/software
構建 https://github.com/stffrdhrn/or1k-toolchain-build
- ====== =================================================
+ ====== ==========================================================
2) 構建
--
2.47.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-04-17 8:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-17 8:02 [PATCH 0/2] OpenRISC documentation updates Stafford Horne
2025-04-17 8:02 ` [PATCH 1/2] Documentation: openrisc: Update mailing list Stafford Horne
2025-04-17 8:02 ` [PATCH 2/2] Documentation: openrisc: Update toolchain binaries URL Stafford Horne
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).