summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-27 14:55:22 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-27 14:55:22 (GMT)
commit4b7c2e32acca981469e02b8cd010730705c97f88 (patch)
treea02400b419e7a94ec2c8e8edf77849be8eb205c9 /arch
parent8f6389a4f5ca2316c567c62f3ad211d65021d71f (diff)
Update the architecture API: architecture help is mandatory.
Update all architectures (some with pointer to the specs, when available). /trunk/docs/overview.txt | 8 8 0 0 ++++++++ /trunk/arch/arm/config.in | 3 3 0 0 +++ /trunk/arch/powerpc/config.in | 3 3 0 0 +++ /trunk/arch/ia64/config.in | 3 3 0 0 +++ /trunk/arch/alpha/config.in | 2 2 0 0 ++ /trunk/arch/x86/config.in | 3 3 0 0 +++ /trunk/arch/mips/config.in | 3 3 0 0 +++ /trunk/arch/sh/config.in | 3 3 0 0 +++ /trunk/arch/x86_64/config.in | 3 3 0 0 +++ 9 files changed, 31 insertions(+)
Diffstat (limited to 'arch')
-rw-r--r--arch/alpha/config.in2
-rw-r--r--arch/arm/config.in3
-rw-r--r--arch/ia64/config.in3
-rw-r--r--arch/mips/config.in3
-rw-r--r--arch/powerpc/config.in3
-rw-r--r--arch/sh/config.in3
-rw-r--r--arch/x86/config.in3
-rw-r--r--arch/x86_64/config.in3
8 files changed, 23 insertions, 0 deletions
diff --git a/arch/alpha/config.in b/arch/alpha/config.in
index 3cd07c5..704c243 100644
--- a/arch/alpha/config.in
+++ b/arch/alpha/config.in
@@ -1,6 +1,8 @@
# Alpha specific configuration file
config ARCH_alpha
+ help
+ The Alpha architecture.
choice
bool
diff --git a/arch/arm/config.in b/arch/arm/config.in
index a358405..ac517d6 100644
--- a/arch/arm/config.in
+++ b/arch/arm/config.in
@@ -3,6 +3,9 @@
config ARCH_arm
select ARCH_SUPPORTS_BOTH_ENDIAN
select ARCH_DEFAULT_LE
+ help
+ The ARM architecture, as defined by:
+ http://www.arm.com/
config ARCH_ARM_EABI
bool
diff --git a/arch/ia64/config.in b/arch/ia64/config.in
index e8694c0..e015c28 100644
--- a/arch/ia64/config.in
+++ b/arch/ia64/config.in
@@ -2,3 +2,6 @@
config ARCH_ia64
select ARCH_SUPPORTS_BOTH_ENDIAN
+ help
+ The ia64 architecture, as defined by:
+ http://www.intel.com/design/itanium/arch_spec.htm
diff --git a/arch/mips/config.in b/arch/mips/config.in
index abd911a..a4f90b7 100644
--- a/arch/mips/config.in
+++ b/arch/mips/config.in
@@ -3,3 +3,6 @@
config ARCH_mips
select ARCH_SUPPORTS_BOTH_ENDIAN
select ARCH_DEFAULT_BE
+ help
+ The MIPS architecture, as defined by:
+ http://www.mips.com/
diff --git a/arch/powerpc/config.in b/arch/powerpc/config.in
index 9c9c59e..ea57540 100644
--- a/arch/powerpc/config.in
+++ b/arch/powerpc/config.in
@@ -1,3 +1,6 @@
# powerpc specific configuration file
config ARCH_powerpc
+ help
+ The PowerPC architecture, as defined by:
+ http://www.ibm.com/developerworks/eserver/articles/archguide.html
diff --git a/arch/sh/config.in b/arch/sh/config.in
index 0b476c6..a1eba3a 100644
--- a/arch/sh/config.in
+++ b/arch/sh/config.in
@@ -3,6 +3,9 @@
config ARCH_sh
select ARCH_SUPPORTS_BOTH_ENDIAN
select ARCH_DEFAULT_LE
+ help
+ The Super-H architecture, as defined by:
+ http://www.renesas.com/fmwk.jsp?cnt=superh_family_landing.jsp&fp=/products/mpumcu/superh_family/
choice
bool
diff --git a/arch/x86/config.in b/arch/x86/config.in
index 56d829b..1a3abaf 100644
--- a/arch/x86/config.in
+++ b/arch/x86/config.in
@@ -1,3 +1,6 @@
# x86 specific options
config ARCH_x86
+ help
+ The x86 architecture, as defined by:
+ http://www.intel.com/
diff --git a/arch/x86_64/config.in b/arch/x86_64/config.in
index 48be3f8..bfe1b94 100644
--- a/arch/x86_64/config.in
+++ b/arch/x86_64/config.in
@@ -1,3 +1,6 @@
# x86_64 specific options
config ARCH_x86_64
+ help
+ The x86_64 architecture, as defined by:
+ http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_875_7044,00.html