Andrew Donnellan writes:
> skiboot now supports "fast reboot", a reboot procedure where skiboot
> reinitialises hardware and loads a new kernel without re-IPLing the
> machine. At present, fast reboot support is still experimental and is not
> enabled by default, however it is intended that it wil
Michael Ellerman writes:
> Andrew Donnellan writes:
>
>> On 23/11/16 12:37, Andrew Donnellan wrote:
There's existing logic in kernel/reboot.c to handle a reboot= command
line parameter, which can set the reboot_mode, so my preference would be
that we use that.
Currently w
Andrew Donnellan writes:
> On 23/11/16 12:37, Andrew Donnellan wrote:
>>> There's existing logic in kernel/reboot.c to handle a reboot= command
>>> line parameter, which can set the reboot_mode, so my preference would be
>>> that we use that.
>>>
>>> Currently we completely ignore the reboot_mode
On 23/11/16 12:37, Andrew Donnellan wrote:
There's existing logic in kernel/reboot.c to handle a reboot= command
line parameter, which can set the reboot_mode, so my preference would be
that we use that.
Currently we completely ignore the reboot_mode, so there's no backward
compatibility issue.
On 22/11/16 21:27, Michael Ellerman wrote:
Can I suggest:
- Fix OPAL
- Fix OPAL
- Fix OPAL
...
Oh OK, it's firmware :D
Yep :D
There's existing logic in kernel/reboot.c to handle a reboot= command
line parameter, which can set the reboot_mode, so my preference would be
that we use that.
Andrew Donnellan writes:
> skiboot now supports "fast reboot", a reboot procedure where skiboot
> reinitialises hardware and loads a new kernel without re-IPLing the
> machine. At present, fast reboot support is still experimental and is not
> enabled by default, however it is intended that it wi
skiboot now supports "fast reboot", a reboot procedure where skiboot
reinitialises hardware and loads a new kernel without re-IPLing the
machine. At present, fast reboot support is still experimental and is not
enabled by default, however it is intended that it will be enabled by
default in a near-