Re: [PATCH 2/2] ARM: OMAP4: Store reboot mode to SAR scratchpad memory before restart

2016-04-02 Thread Paul Kocialkowski
Hi, Le mardi 29 mars 2016 à 18:50 -0500, Nishanth Menon a écrit : > On 03/29/2016 02:25 PM, Paul Kocialkowski wrote: > > > > This adds support for storing the reboot mode command to SAR scratchpad > > memory, > > at a location compatible with TI kernels, so that bootloaders can grab the > >

Re: [PATCH 2/2] ARM: OMAP4: Store reboot mode to SAR scratchpad memory before restart

2016-04-02 Thread Paul Kocialkowski
Hi, Le mardi 29 mars 2016 à 18:50 -0500, Nishanth Menon a écrit : > On 03/29/2016 02:25 PM, Paul Kocialkowski wrote: > > > > This adds support for storing the reboot mode command to SAR scratchpad > > memory, > > at a location compatible with TI kernels, so that bootloaders can grab the > >

Re: [PATCH 2/2] ARM: OMAP4: Store reboot mode to SAR scratchpad memory before restart

2016-03-29 Thread Nishanth Menon
On 03/29/2016 02:25 PM, Paul Kocialkowski wrote: > This adds support for storing the reboot mode command to SAR scratchpad > memory, > at a location compatible with TI kernels, so that bootloaders can grab the > reboot mode and act upon it. > > Currently, upstream U-Boot has support for this

Re: [PATCH 2/2] ARM: OMAP4: Store reboot mode to SAR scratchpad memory before restart

2016-03-29 Thread Nishanth Menon
On 03/29/2016 02:25 PM, Paul Kocialkowski wrote: > This adds support for storing the reboot mode command to SAR scratchpad > memory, > at a location compatible with TI kernels, so that bootloaders can grab the > reboot mode and act upon it. > > Currently, upstream U-Boot has support for this

[PATCH 2/2] ARM: OMAP4: Store reboot mode to SAR scratchpad memory before restart

2016-03-29 Thread Paul Kocialkowski
This adds support for storing the reboot mode command to SAR scratchpad memory, at a location compatible with TI kernels, so that bootloaders can grab the reboot mode and act upon it. Currently, upstream U-Boot has support for this feature on OMAP4. Signed-off-by: Paul Kocialkowski

[PATCH 2/2] ARM: OMAP4: Store reboot mode to SAR scratchpad memory before restart

2016-03-29 Thread Paul Kocialkowski
This adds support for storing the reboot mode command to SAR scratchpad memory, at a location compatible with TI kernels, so that bootloaders can grab the reboot mode and act upon it. Currently, upstream U-Boot has support for this feature on OMAP4. Signed-off-by: Paul Kocialkowski ---