[POWERPC] Maple: use mmio nvram
authorNathan Lynch <ntl@pobox.com>
Tue, 6 Feb 2007 02:01:15 +0000 (20:01 -0600)
committerPaul Mackerras <paulus@samba.org>
Wed, 7 Feb 2007 03:03:23 +0000 (14:03 +1100)
Some systems supported by the maple platform (e.g. JS2x blades running
SLOF) are able to use the mmio_nvram backend for reading and writing
nvram.  This is an improvement over the current situation -- no nvram
access from userspace at all.

Select MMIO_NVRAM for the maple platform.

Initialize the mmio_nvram backend from maple setup code.

Signed-off-by: Nathan Lynch <ntl@pobox.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/Kconfig
arch/powerpc/platforms/maple/setup.c

index 901f12de113ad9e0606bc4ae7d45e6727b20781b..5f80f0b828f2726e1e820c8d36f4bea1d2c1b264 100644 (file)
@@ -491,6 +491,7 @@ config PPC_MAPLE
        select PPC_970_NAP
        select PPC_NATIVE
        select PPC_RTAS
+       select MMIO_NVRAM
        default n
        help
           This option enables support for the Maple 970FX Evaluation Board.
index 50855d4fd5a08204d1cfcabdc4bc98ada2005fd6..82d3f9e28d7ce05a2170e19b730dea92d9662c83 100644 (file)
@@ -62,6 +62,7 @@
 #include <asm/mpic.h>
 #include <asm/rtas.h>
 #include <asm/udbg.h>
+#include <asm/nvram.h>
 
 #include "maple.h"
 
@@ -195,6 +196,8 @@ void __init maple_setup_arch(void)
        maple_use_rtas_reboot_and_halt_if_present();
 
        printk(KERN_DEBUG "Using native/NAP idle loop\n");
+
+       mmio_nvram_init();
 }
 
 /*