Module: xenomai-3
Branch: next
Commit: 422c2b2a594006b5e8c08d7b3c7d49d8aa07f0fc
URL:    
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=422c2b2a594006b5e8c08d7b3c7d49d8aa07f0fc

Author: Philippe Gerum <r...@xenomai.org>
Date:   Mon Nov  2 15:41:31 2015 +0100

cobalt/arch: fixup READMEs

---

 kernel/cobalt/arch/arm/patches/README      |   21 ++++++++-------------
 kernel/cobalt/arch/arm64/patches/README    |   15 +++++++++------
 kernel/cobalt/arch/blackfin/patches/README |   23 +++++++++--------------
 kernel/cobalt/arch/powerpc/patches/README  |   23 +++++++++--------------
 kernel/cobalt/arch/x86/patches/README      |   21 ++++++++-------------
 5 files changed, 43 insertions(+), 60 deletions(-)

diff --git a/kernel/cobalt/arch/arm/patches/README 
b/kernel/cobalt/arch/arm/patches/README
index dcc6407..d637872 100644
--- a/kernel/cobalt/arch/arm/patches/README
+++ b/kernel/cobalt/arch/arm/patches/README
@@ -1,23 +1,18 @@
 -- arch/arm/patches
 
-Xenomai needs special kernel support to deliver fast and deterministic
+Cobalt needs special kernel support to deliver fast and deterministic
 response time to external interrupts, and also to provide real-time
 services highly integrated with the standard Linux kernel.
 
 This support is provided by the interrupt pipeline (aka I-pipe) in the
 form of a kernel patch you have to apply against a vanilla kernel
-tree, before you attempt to compile the Xenomai codebase against the
-latter kernel.
+source tree as published by kernel.org.
 
-Apply one of the patches found into this directory against the
-corresponding kernel release. You may want to have a look at the
-README.*INSTALL guides at the top of the Xenomai tree for more
-information.
+You may want to have a look at
+http://xenomai.org/installing-xenomai-3-x/ for detailed information
+about installing Xenomai.
 
-This directory only contains the most recent patches for ARM
-platforms; you may find the complete collection of I-pipe patches at
-the following locations (see note):
+This directory only contains the most recent patches for ARM platforms
+at the time of the release; you may find the complete collection of
+I-pipe patches issued for this architecture at the following location:
 http://xenomai.org/downloads/ipipe/v3.x/arm/
-
-NOTE:
-Xenomai 3.x requires the latest IPIPE core series (API revision >= 2).
diff --git a/kernel/cobalt/arch/arm64/patches/README 
b/kernel/cobalt/arch/arm64/patches/README
index fd85e06..e39758e 100644
--- a/kernel/cobalt/arch/arm64/patches/README
+++ b/kernel/cobalt/arch/arm64/patches/README
@@ -1,16 +1,19 @@
 -- arch/arm64/patches
 
-Xenomai needs special kernel support to deliver fast and deterministic
+Cobalt needs special kernel support to deliver fast and deterministic
 response time to external interrupts, and also to provide real-time
 services highly integrated with the standard Linux kernel.
 
 This support is provided by the interrupt pipeline (aka I-pipe) in the
 form of a kernel patch you have to apply against a vanilla kernel
-tree, before you attempt to compile the Xenomai codebase against the
-latter kernel.
+source tree as published by kernel.org.
 
-The Xenomai arm64 port is work in progress. The I-pipe support for
-this architecture is exclusively available from this development tree
-at the moment:
+You may want to have a look at
+http://xenomai.org/installing-xenomai-3-x/ for detailed information
+about installing Xenomai.
+
+The Cobalt/arm64 port is work in progress. The I-pipe support for this
+architecture is exclusively available from this development tree at
+the moment:
 
 git://git.xenomai.org/ipipe.git, branch devel/ipipe-3.18-linaro-arm64.
diff --git a/kernel/cobalt/arch/blackfin/patches/README 
b/kernel/cobalt/arch/blackfin/patches/README
index 3b92e89..92d6dc4 100644
--- a/kernel/cobalt/arch/blackfin/patches/README
+++ b/kernel/cobalt/arch/blackfin/patches/README
@@ -1,23 +1,18 @@
 -- arch/blackfin/patches
 
-Xenomai needs special kernel support to deliver fast and deterministic
+Cobalt needs special kernel support to deliver fast and deterministic
 response time to external interrupts, and also to provide real-time
 services highly integrated with the standard Linux kernel.
 
 This support is provided by the interrupt pipeline (aka I-pipe) in the
 form of a kernel patch you have to apply against a vanilla kernel
-tree, before you attempt to compile the Xenomai codebase against the
-latter kernel.
+source tree as published by kernel.org.
 
-Apply one of the patches found into this directory against the
-corresponding kernel release. You may want to have a look at the
-README.*INSTALL guides at the top of the Xenomai tree for more
-information.
+You may want to have a look at
+http://xenomai.org/installing-xenomai-3-x/ for detailed information
+about installing Xenomai.
 
-This directory only contains the most recent patches for blackfin
-platforms; you may find the complete collection of I-pipe patches at
-the following locations (see note):
-http://xenomai.org/downloads/ipipe/v3.x/blackfin/
-
-NOTE:
-Xenomai 3.x requires the latest IPIPE core series (API revision >= 2).
+This directory only contains the most recent patches for Blackfin
+platforms at the time of the release; you may find the complete
+collection of I-pipe patches issued for this architecture at the
+following location: http://xenomai.org/downloads/ipipe/v3.x/blackfin/
diff --git a/kernel/cobalt/arch/powerpc/patches/README 
b/kernel/cobalt/arch/powerpc/patches/README
index 0745639..83e35a6 100644
--- a/kernel/cobalt/arch/powerpc/patches/README
+++ b/kernel/cobalt/arch/powerpc/patches/README
@@ -1,23 +1,18 @@
 -- arch/powerpc/patches
 
-Xenomai needs special kernel support to deliver fast and deterministic
+Cobalt needs special kernel support to deliver fast and deterministic
 response time to external interrupts, and also to provide real-time
 services highly integrated with the standard Linux kernel.
 
 This support is provided by the interrupt pipeline (aka I-pipe) in the
 form of a kernel patch you have to apply against a vanilla kernel
-tree, before you attempt to compile the Xenomai codebase against the
-latter kernel.
+source tree as published by kernel.org.
 
-Apply one of the patches found into this directory against the
-corresponding kernel release. You may want to have a look at the
-README.*INSTALL guides at the top of the Xenomai tree for more
-information.
+You may want to have a look at
+http://xenomai.org/installing-xenomai-3-x/ for detailed information
+about installing Xenomai.
 
-This directory only contains the most recent patches for powerpc
-32/64bit platforms; you may find the complete collection of I-pipe
-patches at the following locations (see note):
-http://xenomai.org/downloads/ipipe/v3.x/powerpc/
-
-NOTE:
-Xenomai 3.x requires the latest IPIPE core series (API revision >= 2).
+This directory only contains the most recent patches for PowerPC
+platforms at the time of the release; you may find the complete
+collection of I-pipe patches issued for this architecture at the
+following location: http://xenomai.org/downloads/ipipe/v3.x/powerpc/
diff --git a/kernel/cobalt/arch/x86/patches/README 
b/kernel/cobalt/arch/x86/patches/README
index f378a08..66b7187 100644
--- a/kernel/cobalt/arch/x86/patches/README
+++ b/kernel/cobalt/arch/x86/patches/README
@@ -1,23 +1,18 @@
 -- arch/x86/patches
 
-Xenomai needs special kernel support to deliver fast and deterministic
+Cobalt needs special kernel support to deliver fast and deterministic
 response time to external interrupts, and also to provide real-time
 services highly integrated with the standard Linux kernel.
 
 This support is provided by the interrupt pipeline (aka I-pipe) in the
 form of a kernel patch you have to apply against a vanilla kernel
-tree, before you attempt to compile the Xenomai codebase against the
-latter kernel.
+source tree as published by kernel.org.
 
-Apply one of the patches found into this directory against the
-corresponding kernel release. You may want to have a look at the
-README.*INSTALL guides at the top of the Xenomai tree for more
-information.
+You may want to have a look at
+http://xenomai.org/installing-xenomai-3-x/ for detailed information
+about installing Xenomai.
 
-This directory only contains the most recent patches for x86 32/64bit
-platforms; you may find the complete collection of I-pipe patches at
-the following locations (see note):
+This directory only contains the most recent patches for x86 platforms
+at the time of the release; you may find the complete collection of
+I-pipe patches issued for this architecture at the following location:
 http://xenomai.org/downloads/ipipe/v3.x/x86/
-
-NOTE:
-Xenomai 3.x requires the latest IPIPE core series (API revision >= 2).


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
https://xenomai.org/mailman/listinfo/xenomai-git

Reply via email to