[PORT FROM R2]Factor code for writing the reboot reason in OSNIB
authorYann Puech <yannx.puech@intel.com>
Thu, 1 Dec 2011 15:39:58 +0000 (16:39 +0100)
committerbuildbot <buildbot@intel.com>
Mon, 30 Jan 2012 16:21:49 +0000 (08:21 -0800)
commitc6f0f1a0b37155eb7540539241a258cad9cb5538
tree751665ef1dbd90733d3f966d6863a1ce2e0daf49
parentd3f6380bec69c4a24815a0da42a785431286e78f
[PORT FROM R2]Factor code for writing the reboot reason in OSNIB

BZ: 14252

The previous code in intel_mid_osip.c was writing the reboot reason
using the mask 0x0f instead of 0x01. The right code was done in
intel_scu_ipcutil.c. Now the code is factored in intel_scu_ipcutil.c
Signed-off-by: Yann Puech <yannx.puech@intel.com>
Orig-Change-Id: I2945054b6bf2dc73e9275b8391e72d6f202e89a5

Conflicts:

drivers/platform/x86/intel_scu_ipcutil.c

Change-Id: I3209f3747fd5b381689f121ca3c1a5ad1fc69f06
Signed-off-by: Eduardo Mendi <eduardox.mendi@intel.com>
Reviewed-on: http://android.intel.com:8080/33060
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
arch/x86/include/asm/intel_scu_ipc.h
drivers/platform/x86/intel_mid_osip.c
drivers/platform/x86/intel_scu_ipcutil.c