openrisc: Updates after openrisc.net has been lost
authorStafford Horne <shorne@gmail.com>
Mon, 21 Mar 2016 08:11:10 +0000 (17:11 +0900)
committerStafford Horne <shorne@gmail.com>
Mon, 12 Dec 2016 14:10:19 +0000 (23:10 +0900)
The openrisc.net domain expired and was taken over by squatters.
These updates point documentation to the new domain, mailing lists
and git repos.

Also, Jonas is not the main maintainer anylonger, he reviews changes
but does not maintain a repo or sent pull requests.  Updating this to
add Stafford and Stefan who are the active maintainers.

Acked-by: Olof Kindgren <olof.kindgren@gmail.com>
Signed-off-by: Stafford Horne <shorne@gmail.com>
MAINTAINERS
arch/openrisc/README.openrisc
arch/openrisc/kernel/setup.c

index 63cefa62324cd1e0cc788efbeffcff9b4ab875f3..3b1b8e4fa7fe9e5936dee71fd57d50c62d50362f 100644 (file)
@@ -8968,9 +8968,11 @@ F:       drivers/of/resolver.c
 
 OPENRISC ARCHITECTURE
 M:     Jonas Bonn <jonas@southpole.se>
-W:     http://openrisc.net
+M:     Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
+M:     Stafford Horne <shorne@gmail.com>
+L:     openrisc@lists.librecores.org
+W:     http://openrisc.io
 S:     Maintained
-T:     git git://openrisc.net/~jonas/linux
 F:     arch/openrisc/
 
 OPENVSWITCH
index c9f7edf2b9a26a59ae562d8b1da3d4032fbd1f7d..072069ab51003bd8091c16c75fa0dd4755fb4d01 100644 (file)
@@ -6,7 +6,7 @@ target architecture, specifically, is the 32-bit OpenRISC 1000 family (or1k).
 
 For information about OpenRISC processors and ongoing development:
 
-       website         http://openrisc.net
+       website         http://openrisc.io
 
 For more information about Linux on OpenRISC, please contact South Pole AB.
 
@@ -24,17 +24,17 @@ In order to build and run Linux for OpenRISC, you'll need at least a basic
 toolchain and, perhaps, the architectural simulator.  Steps to get these bits
 in place are outlined here.
 
-1)  The toolchain can be obtained from openrisc.net.  Instructions for building
+1)  The toolchain can be obtained from openrisc.io.  Instructions for building
 a toolchain can be found at:
 
-http://openrisc.net/toolchain-build.html
+https://github.com/openrisc/tutorials
 
 2) or1ksim (optional)
 
 or1ksim is the architectural simulator which will allow you to actually run
 your OpenRISC Linux kernel if you don't have an OpenRISC processor at hand.
 
-       git clone git://openrisc.net/jonas/or1ksim-svn
+       git clone https://github.com/openrisc/or1ksim.git
 
        cd or1ksim
        ./configure --prefix=$OPENRISC_PREFIX
index 6329d7a493ff0d4c9f1369f2b75242ec1c1a3d3c..cb797a3beb47740717528a042c5205dd265fc375 100644 (file)
@@ -295,7 +295,7 @@ void __init setup_arch(char **cmdline_p)
 
        *cmdline_p = boot_command_line;
 
-       printk(KERN_INFO "OpenRISC Linux -- http://openrisc.net\n");
+       printk(KERN_INFO "OpenRISC Linux -- http://openrisc.io\n");
 }
 
 static int show_cpuinfo(struct seq_file *m, void *v)