]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/pseries: Introduce generic read function to read nvram-partitions
authorAruna Balakrishnaiah <aruna@linux.vnet.ibm.com>
Wed, 5 Jun 2013 18:51:16 +0000 (00:21 +0530)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 20 Jun 2013 07:04:46 +0000 (17:04 +1000)
commit126746101e89991f179209ef58ab5937bc5ea4a3
tree79ecc88208fc3a6a27e56e4b9ee467ccd077c92c
parentb1f70e1f72179f7afe02f4131ed15da406f93e0d
powerpc/pseries: Introduce generic read function to read nvram-partitions

Introduce generic read function to read nvram partitions other than rtas.
nvram_read_error_log will be retained which is used to read rtas partition
from rtasd. nvram_read_partition is the generic read function to read from
any nvram partition.

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>
arch/powerpc/platforms/pseries/nvram.c