diff options
author | Aruna Balakrishnaiah <aruna@linux.vnet.ibm.com> | 2013-06-05 14:52:10 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-06-20 03:04:59 -0400 |
commit | f33f748c964f6a6ee272b1c794b52f54f4da1d04 (patch) | |
tree | cb755efb8c8fa22fed3e2e537e1854468ff5d612 /include/linux | |
parent | edf38465a32c2820350da45a2231d2c53ad2d3c0 (diff) |
powerpc/pseries: Read of-config partition via pstore
This patch set exploits the pstore subsystem to read details of
of-config partition in NVRAM to a separate file in /dev/pstore.
For instance, of-config partition details will be stored in a
file named [of-nvram-5].
Signed-off-by: Aruna Balakrishnaiah <aruna@linux.vnet.ibm.com>
Reviewed-by: Jim Keniston <jkenisto@us.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/pstore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pstore.h b/include/linux/pstore.h index d7a8fe938c0f..615dc18638b8 100644 --- a/include/linux/pstore.h +++ b/include/linux/pstore.h | |||
@@ -37,6 +37,7 @@ enum pstore_type_id { | |||
37 | PSTORE_TYPE_FTRACE = 3, | 37 | PSTORE_TYPE_FTRACE = 3, |
38 | /* PPC64 partition types */ | 38 | /* PPC64 partition types */ |
39 | PSTORE_TYPE_PPC_RTAS = 4, | 39 | PSTORE_TYPE_PPC_RTAS = 4, |
40 | PSTORE_TYPE_PPC_OF = 5, | ||
40 | PSTORE_TYPE_UNKNOWN = 255 | 41 | PSTORE_TYPE_UNKNOWN = 255 |
41 | }; | 42 | }; |
42 | 43 | ||