aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/powerpc
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2013-08-15 01:22:14 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2013-08-27 00:44:27 -0400
commit380a0b3535b09ea6fe580f9cb6f28ca168f14abc (patch)
tree2ddab30f02137c770d7744503224769f050ab5ad /Documentation/powerpc
parent5c2e08231b68a3c8082716a7ed4e972dde406e4a (diff)
powerpc: Update the 00-Index in Documentation/powerpc
People have been dropping things in here without updating the index, do it for them. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'Documentation/powerpc')
-rw-r--r--Documentation/powerpc/00-INDEX11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/powerpc/00-INDEX b/Documentation/powerpc/00-INDEX
index 05026ce1875e..6db73df04278 100644
--- a/Documentation/powerpc/00-INDEX
+++ b/Documentation/powerpc/00-INDEX
@@ -5,13 +5,20 @@ please mail me.
5 5
600-INDEX 600-INDEX
7 - this file 7 - this file
8bootwrapper.txt
9 - Information on how the powerpc kernel is wrapped for boot on various
10 different platforms.
8cpu_features.txt 11cpu_features.txt
9 - info on how we support a variety of CPUs with minimal compile-time 12 - info on how we support a variety of CPUs with minimal compile-time
10 options. 13 options.
11eeh-pci-error-recovery.txt 14eeh-pci-error-recovery.txt
12 - info on PCI Bus EEH Error Recovery 15 - info on PCI Bus EEH Error Recovery
16firmware-assisted-dump.txt
17 - Documentation on the firmware assisted dump mechanism "fadump".
13hvcs.txt 18hvcs.txt
14 - IBM "Hypervisor Virtual Console Server" Installation Guide 19 - IBM "Hypervisor Virtual Console Server" Installation Guide
20kvm_440.txt
21 - Various notes on the implementation of KVM for PowerPC 440.
15mpc52xx.txt 22mpc52xx.txt
16 - Linux 2.6.x on MPC52xx family 23 - Linux 2.6.x on MPC52xx family
17pmu-ebb.txt 24pmu-ebb.txt
@@ -19,3 +26,7 @@ pmu-ebb.txt
19qe_firmware.txt 26qe_firmware.txt
20 - describes the layout of firmware binaries for the Freescale QUICC 27 - describes the layout of firmware binaries for the Freescale QUICC
21 Engine and the code that parses and uploads the microcode therein. 28 Engine and the code that parses and uploads the microcode therein.
29ptrace.txt
30 - Information on the ptrace interfaces for hardware debug registers.
31transactional_memory.txt
32 - Overview of the Power8 transactional memory support.